Age | Commit message (Expand) | Author | Files | Lines |
2001-08-06 | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 2 | -2/+4 |
2001-08-06 | Stop HP/UX building shared libraries for the moment ... | Richard Sharpe | 1 | -1/+1 |
2001-08-06 | We don't use indent in the HEAD branch. | Tim Potter | 1 | -14/+0 |
2001-08-06 | Cleaned up error handling in cli_initialise() to fix a memleak found by | Tim Potter | 1 | -10/+14 |
2001-08-06 | Changed lone malloc() call to talloc(). Spotted by | Tim Potter | 1 | -1/+1 |
2001-08-06 | Added smbtree to list of ignored files. | Tim Potter | 1 | -0/+1 |
2001-08-05 | me stupid. | Simo Sorce | 1 | -1/+1 |
2001-08-05 | Some fixes about malloc/Realloc and mem leak | Simo Sorce | 3 | -6/+15 |
2001-08-04 | Print an error message if database could not be opened. | Volker Lendecke | 1 | -0/+7 |
2001-08-04 | Extra debug to see what errno is on write fail. | Jeremy Allison | 1 | -0/+2 |
2001-08-03 | The write zero bytes is an allocate, not set EOF. | Jeremy Allison | 1 | -1/+2 |
2001-08-03 | Added include guards... | Jeremy Allison | 1 | -0/+3 |
2001-08-03 | This is the fix for the PAM bug I probably introduced in the previous commit, | Andrew Bartlett | 2 | -0/+6 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 25 | -1417/+3312 |
2001-08-03 | Fix for smbpasswd set_userinfo24 was in the wrong place! | Tim Potter | 1 | -4/+4 |
2001-08-02 | Allow smbpasswd to join a W2K hosted AD domain. | Jeremy Allison | 3 | -4/+17 |
2001-08-02 | Put HPUX on mmap blacklist. | Jeremy Allison | 5 | -700/+713 |
2001-08-02 | Added mmap fix to pass lock test from HP. | Jeremy Allison | 1 | -115/+222 |
2001-08-02 | changed --with-profile to --with-profiling-data to "stop the madness!" | Gerald Carter | 2 | -616/+613 |
2001-08-01 | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 3 | -12/+127 |
2001-08-01 | Oops. Typo. | Jeremy Allison | 1 | -1/+1 |
2001-08-01 | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 2 | -30/+9 |
2001-08-01 | Tweaked the installdirs target to ignore errors. This allows RPMS to be | Tim Potter | 1 | -2/+2 |
2001-08-01 | Reran autoconf. | Tim Potter | 1 | -627/+665 |
2001-08-01 | Rewrite of winbind autoconf fragment. | Tim Potter | 1 | -17/+50 |
2001-08-01 | Fixed up compilation of pam_winbind.so to be consistent with value of | Tim Potter | 1 | -2/+5 |
2001-07-31 | Fix for rare tdb pattern store failure. Found & fixed by Rusty. | Jeremy Allison | 1 | -1/+4 |
2001-07-30 | Fixup error returns in updating driver db version. | Jeremy Allison | 1 | -22/+40 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 16 | -22/+27 |
2001-07-30 | Throw out crappy (non-ascii unaware) mbtows stuff and use proper unicode | Jeremy Allison | 1 | -57/+6 |
2001-07-30 | uint -> uint32. | Jeremy Allison | 1 | -1/+1 |
2001-07-30 | Fixes for varargs problems with std c. | Jeremy Allison | 4 | -13/+13 |
2001-07-28 | Fix invalid uid being used after logoff. Thanks to Nigel Williams | Jeremy Allison | 1 | -2/+1 |
2001-07-28 | Fix for potential crash bug with bad fid. | Jeremy Allison | 1 | -1/+13 |
2001-07-27 | Return an exit code when connect failed. | Tim Potter | 1 | -1/+1 |
2001-07-26 | better debug messages + fix typo in debug message | Simo Sorce | 1 | -2/+2 |
2001-07-26 | Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie. | Jeremy Allison | 7 | -622/+810 |
2001-07-25 | Always check fstat for error. | Jeremy Allison | 1 | -10/+13 |
2001-07-25 | Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fix | Jeremy Allison | 1 | -1/+1 |
2001-07-25 | we need to pull passwords in client charset for crypto to work | Andrew Tridgell | 1 | -1/+1 |
2001-07-25 | need to push smb_search strings in client charset | Andrew Tridgell | 1 | -5/+5 |
2001-07-25 | Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO. | Tim Potter | 11 | -154/+153 |
2001-07-25 | - don't try to print pointers | Andrew Tridgell | 2 | -13/+2 |
2001-07-25 | Re-ran autoconf. | Tim Potter | 1 | -548/+593 |
2001-07-25 | Merge of change machine account password race fix from appliance branch. | Tim Potter | 1 | -1/+17 |
2001-07-25 | got rid of INFO: msgs at debug level 1 | Andrew Tridgell | 1 | -2/+2 |
2001-07-25 | nicer smbtree output | Andrew Tridgell | 1 | -2/+4 |
2001-07-25 | ucs2 is always a multiple of 2 bytes | Andrew Tridgell | 1 | -0/+6 |
2001-07-25 | a better test for unix domain sockets | Andrew Tridgell | 5 | -6/+24 |
2001-07-25 | added a --with-libiconv=BASEDIR/ option to allow easier use of an | Andrew Tridgell | 3 | -724/+824 |