summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-174-36/+46
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-172-6/+9
* One less getpwnam() call...Andrew Bartlett2001-08-172-11/+6
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+8
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-125-420/+153
* Use the new client error api.Tim Potter2001-08-101-1/+1
* More constant conversions.Tim Potter2001-08-102-4/+4
* merge from 2.2Gerald Carter2001-08-102-2/+2
* Fixed wrong placement of allocate code :-(.Jeremy Allison2001-08-091-5/+5
* Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
* a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-091-1/+1
* Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett2001-08-091-1/+8
* Some better debugs for our security=server code. I want to track down whyAndrew Bartlett2001-08-081-1/+3
* Always return NT_STATUS_DISK_FULL, even for quota errors.Jeremy Allison2001-08-071-1/+1
* Added fixes to return correct error codes on space allocation fail.Jeremy Allison2001-08-072-2/+31
* Correctly report amount written in debug when allocation space.Jeremy Allison2001-08-071-1/+1
* Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-062-167/+95
* Fix for getting allocate_file_space to return the correct errno.Jeremy Allison2001-08-061-2/+2
* Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-061-1/+2
* Extra debug to see what errno is on write fail.Jeremy Allison2001-08-041-0/+2
* The write zero bytes is an allocate, not set EOF.Jeremy Allison2001-08-031-1/+2
* This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett2001-08-031-0/+3
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-039-1282/+1520
* Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison2001-08-012-12/+123
* Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison2001-08-011-24/+3
* Added "use mmap" for HPUX.Jeremy Allison2001-07-302-2/+2
* uint -> uint32.Jeremy Allison2001-07-301-1/+1
* Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison2001-07-281-2/+1
* Fix for potential crash bug with bad fid.Jeremy Allison2001-07-281-1/+13
* better debug messages + fix typo in debug messageSimo Sorce2001-07-261-2/+2
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-2/+2
* Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison2001-07-251-1/+1
* we need to pull passwords in client charset for crypto to workAndrew Tridgell2001-07-251-1/+1
* - don't try to print pointersAndrew Tridgell2001-07-252-13/+2
* Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2001-07-242-25/+39
* We were making an assumption in the oplockJeremy Allison2001-07-241-1/+0
* Fix case insensitive password change code.Jeremy Allison2001-07-231-1/+1
* This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett2001-07-211-38/+42
* Tidied up calling yield_connection on connection allocation fail.Jeremy Allison2001-07-172-1/+6
* Connection record not existing is not a debug level 0.Jeremy Allison2001-07-171-1/+1
* Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison2001-07-171-1/+1
* move the global_machine_password_needs_changing where we need it.Simo Sorce2001-07-171-0/+2
* Test if machine password has expired.Simo Sorce2001-07-161-0/+6
* Toomas Soome's fix for joining a domain the old way.Jeremy Allison2001-07-111-1/+1
* added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell2001-07-101-0/+5
* This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett2001-07-083-24/+17
* fixed some unicode and LANMAN2 bugs in trans2 find first/nextAndrew Tridgell2001-07-071-39/+3
* You can't dump_data() a function pointer...Andrew Bartlett2001-07-071-1/+1
* Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison2001-07-061-1/+1