summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixed bug where we looked at the first byte of a password to determineAndrew Tridgell2001-07-061-12/+2
* Fix race where wrong action (created or opened) could be returned.Jeremy Allison2001-07-051-0/+8
* Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison2001-07-051-0/+6
* this fixes the failure of MS office on VFAT partitions on LinuxAndrew Tridgell2001-07-051-30/+29
* fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell2001-07-051-8/+7
* use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell2001-07-051-8/+3
* allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau2001-07-041-5/+7