a bunch of fixes from the s\7fflight to seattle
[tprouty/samba.git] / source /
2001-08-20 Andrew Tridgella bunch of fixes from the s\7fflight to seattle
2001-08-19 Jeremy AllisonRealloc fix.
2001-08-19 Jeremy AllisonRealloc fixes.
2001-08-19 Jeremy AllisonRealloc fixes.
2001-08-19 Jeremy AllisonRealloc fixes.
2001-08-19 Jeremy AllisonMore Realloc fixes.
2001-08-19 Jeremy AllisonRealloc fix.
2001-08-19 Anton BlanchardAdd missing gcc memory barriers, this bug showed up...
2001-08-18 Jeremy AllisonMore Realloc fixes.
2001-08-18 Jeremy AllisonMore Realloc fixes.
2001-08-17 Jeremy AllisonUse tparam not tdata when reallocing params to make...
2001-08-17 Jean-François Mico... more useful debug messages and check if the size are...
2001-08-17 Andrew BartlettOK, so not freeing these was a mistake. I'll try to...
2001-08-17 Andrew BartlettMove the claim_connection stuff till a little later...
2001-08-17 Andrew BartlettMove admin user check into a helper function.
2001-08-17 Andrew BartlettMove read only check into a helper funcion. Ensure...
2001-08-17 Andrew BartlettRestore a debug I think I dropped earlier
2001-08-17 Andrew Bartlettsmbd/auth_server: Doco, we want to use cli_nt_error...
2001-08-17 Andrew BartlettStyle cleanup for the last vuid change.
2001-08-17 Andrew BartlettOne less getpwnam() call...
2001-08-16 Andrew Tridgellremoved unused file
2001-08-16 Andrew Tridgellremoved unused file
2001-08-13 Jeremy AllisonAdded Jim McDonough's Win9x take ownership fix.
2001-08-13 Gerald Cartermerge from 2.2
2001-08-13 Jeremy AllisonAdd printing of errno when POSIX lock requests fail.
2001-08-13 Tim PotterMoved across definition of dos error types from smb...
2001-08-13 Tim PotterConverted to new error API.
2001-08-13 Tim PotterFixed typo in debug message.
2001-08-13 Tim PotterFixed up 'orrible formatting.
2001-08-12 Tim PotterFixed crash bug when attempting to list contents of...
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-08-12 Andrew BartlettKill of idra's extra become_root()/unbecome_root()...
2001-08-12 Andrew BartlettThis patch does a number of things, mostly smaller...
2001-08-12 Simo Sorceit was half committed last time,
2001-08-11 Simo SorceWithout this become_root()/unbecome_root() pair I was...
2001-08-10 Jeremy AllisonAdded Mike Davidsons Tru64 ACL patch.
2001-08-10 Jeremy AllisonMerge in the NT drivers changes from 2.2.
2001-08-10 Simo Sorce- avoid possible mem leaks in rpcclient/cmd_*.c (talloc...
2001-08-10 Tim PotterDebug cleanups.
2001-08-10 Tim PotterHad the test for cli_is_error() reversed. You idiot...
2001-08-10 Tim PotterFixes for new client error api.
2001-08-10 Tim PotterUse new client error api.
2001-08-10 Tim PotterUse the new client error api.
2001-08-10 Tim PotterA rewrite of the error handling in the libsmb client...
2001-08-10 Tim PotterMore constant conversions.
2001-08-10 Tim PotterRemoved nt_error field from cli_state as it was not...
2001-08-10 Tim PotterReplaced the duplicate DOS constants with appropriate...
2001-08-10 Tim PotterMoved dos error codes from smb.h into new file doserr.h
2001-08-10 Tim PotterChanged the order of arguments in make_oem_passwd_hash...
2001-08-10 Gerald Cartermerge from 2.2
2001-08-10 Jeremy AllisonFixed typo in patch.
2001-08-09 Jeremy AllisonFixed wrong placement of allocate code :-(.
2001-08-09 Jeremy AllisonAdded fix from Dan Thibadeau @ HP for parsing problem.
2001-08-09 Jeremy AllisonFix inspired by Don @ HP. Close down password server...
2001-08-09 Jeremy AllisonMerged John's fix.
2001-08-09 Gerald Cartera few cleanups while mergeing the passdb code into 2.2
2001-08-09 Andrew BartlettTry to set the socket options early for some OSs (like...
2001-08-09 Tim PotterLink fix for smbpasswd.
2001-08-08 Simo SorceChange all realloc() statements to Realloc() (ecxept...
2001-08-08 Andrew BartlettSome better debugs for our security=server code. I...
2001-08-08 Tim PotterFactored out common rpc pipe initialisation and shutdow...
2001-08-07 Tim PotterPatch for having spaces in tdb keys, NULL termination...
2001-08-07 Jeremy AllisonUpdate to work with no crypt available, just like it...
2001-08-07 Gerald Cartermerge from 2.2
2001-08-07 Jeremy AllisonAlways return NT_STATUS_DISK_FULL, even for quota errors.
2001-08-07 Jeremy AllisonAdded fixes to return correct error codes on space...
2001-08-07 Jeremy AllisonCorrectly report amount written in debug when allocatio...
2001-08-07 Tim PotterA collection of fixes/cleanups to the security descript...
2001-08-06 Tim PotterFixed another possible memleak in cli_initialise()
2001-08-06 Jeremy AllisonAdded Gerald's lanman printing only change to HEAD.
2001-08-06 Jeremy AllisonFix for getting allocate_file_space to return the corre...
2001-08-06 Andrew BartlettRecord the NT_STATUS constant rather than its number...
2001-08-06 Richard SharpeStop HP/UX building shared libraries for the moment ...
2001-08-06 Tim PotterWe don't use indent in the HEAD branch.
2001-08-06 Tim PotterCleaned up error handling in cli_initialise() to fix...
2001-08-06 Tim PotterChanged lone malloc() call to talloc(). Spotted by
2001-08-06 Tim PotterAdded smbtree to list of ignored files.
2001-08-05 Simo Sorceme stupid.
2001-08-05 Simo SorceSome fixes about malloc/Realloc and mem leak
2001-08-04 Volker LendeckePrint an error message if database could not be opened.
2001-08-04 Jeremy AllisonExtra debug to see what errno is on write fail.
2001-08-03 Jeremy AllisonThe write zero bytes is an allocate, not set EOF.
2001-08-03 Jeremy AllisonAdded include guards...
2001-08-03 Andrew BartlettThis is the fix for the PAM bug I probably introduced...
2001-08-03 Andrew BartlettThis is my 'Authentication Rewrite' version 1.01, mostl...
2001-08-03 Tim PotterFix for smbpasswd set_userinfo24 was in the wrong place!
2001-08-02 Jeremy AllisonAllow smbpasswd to join a W2K hosted AD domain.
2001-08-02 Jeremy AllisonPut HPUX on mmap blacklist.
2001-08-02 Jeremy AllisonAdded mmap fix to pass lock test from HP.
2001-08-02 Gerald Carterchanged --with-profile to --with-profiling-data to...
2001-08-01 Jeremy AllisonAdded "strict allocate" per share parameter. This cause...
2001-08-01 Jeremy AllisonOops. Typo.
2001-08-01 Jeremy AllisonPidfile check can be read-only. Removed old ifdef in...
2001-08-01 Tim PotterTweaked the installdirs target to ignore errors. This...
2001-08-01 Tim PotterReran autoconf.
2001-08-01 Tim PotterRewrite of winbind autoconf fragment.
2001-08-01 Tim PotterFixed up compilation of pam_winbind.so to be consistent...
2001-07-31 Jeremy AllisonFix for rare tdb pattern store failure. Found & fixed...
2001-07-30 Jeremy AllisonFixup error returns in updating driver db version.
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
next