Age | Commit message (Expand) | Author | Files | Lines |
2001-08-17 | smbd/auth_server: Doco, we want to use cli_nt_error here soon | Andrew Bartlett | 4 | -36/+46 |
2001-08-17 | Style cleanup for the last vuid change. | Andrew Bartlett | 2 | -6/+9 |
2001-08-17 | One less getpwnam() call... | Andrew Bartlett | 2 | -11/+6 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -2/+8 |
2001-08-12 | This patch does a number of things, mostly smaller than they look :-) | Andrew Bartlett | 5 | -420/+153 |
2001-08-10 | Use the new client error api. | Tim Potter | 1 | -1/+1 |
2001-08-10 | More constant conversions. | Tim Potter | 2 | -4/+4 |
2001-08-10 | merge from 2.2 | Gerald Carter | 2 | -2/+2 |
2001-08-09 | Fixed wrong placement of allocate code :-(. | Jeremy Allison | 1 | -5/+5 |
2001-08-09 | Fix inspired by Don @ HP. Close down password server connection if keepalive | Jeremy Allison | 1 | -1/+4 |
2001-08-09 | a few cleanups while mergeing the passdb code into 2.2 | Gerald Carter | 1 | -1/+1 |
2001-08-09 | Try to set the socket options early for some OSs (like Sol 8) where they | Andrew Bartlett | 1 | -1/+8 |
2001-08-08 | Some better debugs for our security=server code. I want to track down why | Andrew Bartlett | 1 | -1/+3 |
2001-08-07 | Always return NT_STATUS_DISK_FULL, even for quota errors. | Jeremy Allison | 1 | -1/+1 |
2001-08-07 | Added fixes to return correct error codes on space allocation fail. | Jeremy Allison | 2 | -2/+31 |
2001-08-07 | Correctly report amount written in debug when allocation space. | Jeremy Allison | 1 | -1/+1 |
2001-08-06 | Added Gerald's lanman printing only change to HEAD. | Jeremy Allison | 2 | -167/+95 |
2001-08-06 | Fix for getting allocate_file_space to return the correct errno. | Jeremy Allison | 1 | -2/+2 |
2001-08-06 | Record the NT_STATUS constant rather than its number in the logfiles | Andrew Bartlett | 1 | -1/+2 |
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 | This is the fix for the PAM bug I probably introduced in the previous commit, | Andrew Bartlett | 1 | -0/+3 |
2001-08-03 | This is my 'Authentication Rewrite' version 1.01, mostly as submitted to | Andrew Bartlett | 9 | -1282/+1520 |
2001-08-01 | Added "strict allocate" per share parameter. This causes actual on-disk alloc... | Jeremy Allison | 2 | -12/+123 |
2001-08-01 | Pidfile check can be read-only. Removed old ifdef in password.c | Jeremy Allison | 1 | -24/+3 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -2/+2 |
2001-07-30 | uint -> uint32. | Jeremy Allison | 1 | -1/+1 |
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-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 | 1 | -2/+2 |
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 | - don't try to print pointers | Andrew Tridgell | 2 | -13/+2 |
2001-07-24 | Convert other parameters (read list, write list, valid users...) to the P_LIS... | Simo Sorce | 2 | -25/+39 |
2001-07-24 | We were making an assumption in the oplock | Jeremy Allison | 1 | -1/+0 |
2001-07-23 | Fix case insensitive password change code. | Jeremy Allison | 1 | -1/+1 |
2001-07-21 | This patch fixes up a few issues where we would do lookups in the local system | Andrew Bartlett | 1 | -38/+42 |
2001-07-17 | Tidied up calling yield_connection on connection allocation fail. | Jeremy Allison | 2 | -1/+6 |
2001-07-17 | Connection record not existing is not a debug level 0. | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | Fixes from Jens-Uwe.Walther@force.de to make the -l option behave | Jeremy Allison | 1 | -1/+1 |
2001-07-17 | move the global_machine_password_needs_changing where we need it. | Simo Sorce | 1 | -0/+2 |
2001-07-16 | Test if machine password has expired. | Simo Sorce | 1 | -0/+6 |
2001-07-11 | Toomas Soome's fix for joining a domain the old way. | Jeremy Allison | 1 | -1/+1 |
2001-07-10 | added winbind_exclude_domain() so smbd can tell the winbind client | Andrew Tridgell | 1 | -0/+5 |
2001-07-08 | This removes unused paramaters from various authtication functions, and should | Andrew Bartlett | 3 | -24/+17 |
2001-07-07 | fixed some unicode and LANMAN2 bugs in trans2 find first/next | Andrew Tridgell | 1 | -39/+3 |
2001-07-07 | You can't dump_data() a function pointer... | Andrew Bartlett | 1 | -1/+1 |
2001-07-06 | Wrapped dlerror() in the same way as the other dlxxx() calls. | Jeremy Allison | 1 | -1/+1 |
2001-07-06 | fixed bug where we looked at the first byte of a password to determine | Andrew Tridgell | 1 | -12/+2 |