summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2001-08-07Added fixes to return correct error codes on space allocation fail.Jeremy Allison2-2/+31
2001-08-07Correctly report amount written in debug when allocation space.Jeremy Allison1-1/+1
2001-08-07A collection of fixes/cleanups to the security descriptor code byTim Potter1-9/+10
2001-08-06Fixed another possible memleak in cli_initialise()Tim Potter1-0/+6
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison3-167/+99
2001-08-06Fix for getting allocate_file_space to return the correct errno.Jeremy Allison1-2/+2
2001-08-06Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2-2/+4
2001-08-06Stop HP/UX building shared libraries for the moment ...Richard Sharpe1-1/+1
2001-08-06We don't use indent in the HEAD branch.Tim Potter1-14/+0
2001-08-06Cleaned up error handling in cli_initialise() to fix a memleak found byTim Potter1-10/+14
2001-08-06Changed lone malloc() call to talloc(). Spotted byTim Potter1-1/+1
2001-08-06Added smbtree to list of ignored files.Tim Potter1-0/+1
2001-08-05me stupid.Simo Sorce1-1/+1
2001-08-05Some fixes about malloc/Realloc and mem leakSimo Sorce3-6/+15
2001-08-04Print an error message if database could not be opened.Volker Lendecke1-0/+7
2001-08-04Extra debug to see what errno is on write fail.Jeremy Allison1-0/+2
2001-08-03The write zero bytes is an allocate, not set EOF.Jeremy Allison1-1/+2
2001-08-03Added include guards...Jeremy Allison1-0/+3
2001-08-03This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2-0/+6
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett25-1417/+3312
2001-08-03Fix for smbpasswd set_userinfo24 was in the wrong place!Tim Potter1-4/+4
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison3-4/+17
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison5-700/+713
2001-08-02Added mmap fix to pass lock test from HP.Jeremy Allison1-115/+222
2001-08-02changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter2-616/+613
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison3-12/+127
2001-08-01Oops. Typo.Jeremy Allison1-1/+1
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2-30/+9
2001-08-01Tweaked the installdirs target to ignore errors. This allows RPMS to beTim Potter1-2/+2
2001-08-01Reran autoconf.Tim Potter1-627/+665
2001-08-01Rewrite of winbind autoconf fragment.Tim Potter1-17/+50
2001-08-01Fixed up compilation of pam_winbind.so to be consistent with value ofTim Potter1-2/+5
2001-07-31Fix for rare tdb pattern store failure. Found & fixed by Rusty.Jeremy Allison1-1/+4
2001-07-30Fixup error returns in updating driver db version.Jeremy Allison1-22/+40
2001-07-30Added "use mmap" for HPUX.Jeremy Allison16-22/+27
2001-07-30Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicodeJeremy Allison1-57/+6
2001-07-30uint -> uint32.Jeremy Allison1-1/+1
2001-07-30Fixes for varargs problems with std c.Jeremy Allison4-13/+13
2001-07-28Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison1-2/+1
2001-07-28Fix for potential crash bug with bad fid.Jeremy Allison1-1/+13
2001-07-27Return an exit code when connect failed.Tim Potter1-1/+1
2001-07-26better debug messages + fix typo in debug messageSimo Sorce1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison7-622/+810
2001-07-25Always check fstat for error.Jeremy Allison1-10/+13
2001-07-25Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison1-1/+1
2001-07-25we need to pull passwords in client charset for crypto to workAndrew Tridgell1-1/+1
2001-07-25need to push smb_search strings in client charsetAndrew Tridgell1-5/+5
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter11-154/+153
2001-07-25- don't try to print pointersAndrew Tridgell2-13/+2
2001-07-25Re-ran autoconf.Tim Potter1-548/+593