Return either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmoredata depending on
[samba.git] / source3 /
1999-02-24 Matthew ChapmanReturn either STATUS_BUFFER_OVERFLOW or ERRDOS/ERRmored...
1999-02-24 Matthew ChapmanAdded "lookupdomain" rpcclient command. Not particularl...
1999-02-24 Matthew ChapmanWin9x user level security.
1999-02-23 Luke Leightonadded jeremy's new c++-like code for parsing of securit...
1999-02-19 Luke Leightonsamr_lookup_names "none found" error needed corrections...
1999-02-19 Luke Leightonlast unix group not being listed. spotted by jacques...
1999-02-18 Luke Leightonproblem been there for months: reg_r_info not aligning...
1999-02-18 Michael WarfieldGot to the bottom of another weird one...
1999-02-16 Luke Leightonrpcclient shutdown command
1999-02-16 Luke Leightonbitmap to strings
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-15 Matthew ChapmanAlways null-terminate strings.
1999-02-14 Michael WarfieldAdded caching of user password if it was entered via...
1999-02-13 Michael Warfield Fixed a glibc glitch in smbumount.c and reenabled...
1999-02-12 Luke Leightonconst cast issues. [p.s - tidy work, matt!]
1999-02-12 Luke Leightonconst issues with byte mod / byte read macros.
1999-02-12 Matthew ChapmanCut and paste error.
1999-02-12 Matthew ChapmanUNICODE cleanup (see lib/util_unistr.c).
1999-02-11 Luke LeightonUNICODE issues.
1999-02-11 Luke Leightonthe UNICODE issue...
1999-02-11 Luke Leightonenum dom users buffer was 0x80 not 0x8000. must fix...
1999-02-11 Luke Leightonrefinement of random ipc$ SMBtrans torture test. send...
1999-02-11 Luke Leightonuninitialised pointer being freed if lookupnames failed...
1999-02-10 Luke Leightonuse jeremy's versions of the UNICODE routines.
1999-02-09 Luke LeightonHaving Well-known Domain Groups ("Domain Admins/Guests...
1999-02-09 Luke Leightongroups and aliases being "manually" added which do...
1999-02-09 Luke Leightonwhen multiple independent large rpc calls come in on...
1999-02-09 Luke Leightonremoval of the use of unistrn2 function: replace it...
1999-02-09 Luke Leightonpwdb_smb_to_sam was not returning NULL for nt name...
1999-02-09 Matthew ChapmanFix for NT BSOD problem. There's no reason to have...
1999-02-08 Luke LeightonUNICODE byte ordering issue: typecast to uint16* replac...
1999-02-08 Luke Leightonreload_services needs to be called prior to init_files...
1999-02-08 Luke Leightoniteration of sam passwd entries was an order n-cubed...
1999-02-03 Luke Leightoninitialise my name (used in %h) prior to loading smb...
1999-02-03 Luke Leighton%s not $s
1999-02-03 Luke Leightoncorrections to get data stream for 2nd and subsequent...
1999-02-03 Luke Leightoncache unix groups so that two-level getgrent calls...
1999-02-03 Luke Leightonmultiple dce/rpc PDUs failed to work after ntlmssp...
1999-02-02 Luke Leightonserver type announcements modified to include the ...
1999-02-01 Michael WarfieldMinor change to bring smbmount in the main branch in...
1999-02-01 Luke Leightoncomma after DOM_MAP_USER removed
1999-02-01 Matthew ChapmanMust set password length to 24 after we encrypt a password.
1999-02-01 Matthew ChapmanInitialise NTTIME properly in make_reg_q_enum_key inste...
1999-02-01 Matthew ChapmanFixed a domain functionality problem where NT clients...
1999-02-01 Matthew ChapmanAdded init_nt_time function which initialises an NTTIME...
1999-01-31 Michael WarfieldOk... Yet another round of fixes for smbmount and...
1999-01-29 Luke Leightonfix for enumerate domain users (bug spotted by sean...
1999-01-29 Luke Leightonremoved encrypt-password code pre-cli_session_setup...
1999-01-29 Luke Leightonuni_svc_name not uni_srv_name
1999-01-28 Luke Leightonrpcclient "Service Control Manager" svcenum [-i] command.
1999-01-28 Luke Leightonerror code cleanup
1999-01-28 Luke Leightonreturned cli_session_setup to previous behaviour. ...
1999-01-27 Luke LeightonService Control Manager - service enumeration.
1999-01-27 Luke Leightonset_port warning / unused / global/local variable overl...
1999-01-27 Christopher R. HertelFuss fuss fuss.
1999-01-27 Luke Leighton- got client code cleartext passwords working again...
1999-01-27 Luke Leightoncompilation errors due to addition of smb file handle...
1999-01-25 Richard SharpePutting back the -p flag in smbclient.
1999-01-25 Richard SharpeMore changes to get SSL working with 2.x.x
1999-01-24 Richard SharpeFixing up configure to properly support ssl
1999-01-24 Richard SharpeAdding first of the fixes for SSL.
1999-01-18 Matthew ChapmanIn security=user mode we must allow cli_connect_serverl...
1999-01-18 Matthew ChapmanAdded load_interfaces in smbpasswd to allow name resolu...
1999-01-17 Richard SharpeA small change to clitar.c (really, I promise :-)
1999-01-15 Matthew Chapmaneclass != ERRDOS && num != ERRmoredata
1999-01-15 Matthew ChapmanFixed typo in srv_samr.c where samr_add_groupmem and...
1999-01-15 Matthew ChapmanFinally committing my LDAP changes.
1999-01-13 Gerald CarterFixed the "You password will expire in 0 days. Would...
1999-01-13 Gerald Carterfixed an uninitialized variable in lookupsmbgrpgid...
1998-12-29 Christopher R. HertelWhile writing the man page, I realized that it was...
1998-12-28 Christopher R. HertelSorry that this is going so slowly.
1998-12-20 Luke Leightonfix for potential lsass.exe crashing due to negative...
1998-12-20 Luke Leightonadding start of remote lookup for domain member role.
1998-12-20 Luke Leightonlib_sec_ctxt.o not .c
1998-12-19 Richard SharpeFixed problems in debug code because I did not compile
1998-12-19 Richard SharpeAdded some debugging to clitar ...
1998-12-17 Jeremy AllisonFixed tar recurse bug.
1998-12-17 Jeremy AllisonFix bug with nmbd running wild due to recursion in...
1998-12-17 Andrew Tridgelland in head branch:
1998-12-16 Christopher R. HertelA while back, Andrew and I talked about making the...
1998-12-15 Andrew Tridgellon Linux force fcntl/mmap based shared memory and on...
1998-12-14 Luke Leightonserver_cryptkey() now calling cli_connectserverlist...
1998-12-14 Luke Leightonadded sid_name_use array argument to lsa_lookup_names...
1998-12-14 Luke Leightontrying to track down issues in get_home_dir().
1998-12-11 Luke Leighton%U substitution should be unix user not nt user
1998-12-09 Luke Leightonadding svcctl parsing code
1998-12-09 Luke Leightonbugfix in smb_err_msg
1998-12-09 Luke Leightonoops, util_pwdb.c appears to be included in PASSDB_OBJ...
1998-12-09 Luke Leightonadding some enumerate services code, client and server.
1998-12-09 Luke Leightonneed to initialise global_myworkgroup
1998-12-09 Andrew Tridgellremoved the SID stuff from the head branch as well.
1998-12-08 Luke Leightonadding "Service Control Manager" commands to rpcclient.
1998-12-08 Jeremy AllisonAdding George's Mac extension code.
1998-12-08 Jeremy AllisonAdding George's Mac extension include files.
1998-12-08 Luke Leightonldap_getpw() also needs to be (void)
1998-12-08 Luke Leightoncompilation warnings due to missing (void) in ldap_clos...
1998-12-08 Luke Leightonadding srvsvc pipe.
1998-12-07 Luke Leightonadded ldap files by Matthew Chapman.
1998-12-07 Luke LeightonMatthew Chapman spotted that smbpasschange was assuming...
1998-12-07 Andrew Tridgellfixed warnings (and potential errors) due to integer...
next