summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-0416-49/+49
* The big character set handling changeover!Andrew Tridgell2001-07-0425-573/+186
* check for bad usernames early in session setupAndrew Tridgell2001-07-041-0/+6
* Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2001-07-042-9/+46
* Remove the exit_server() calls that stop nmbd linking.Jeremy Allison2001-07-031-3/+5
* Fixed incorrect debug parameters for lock_pid.Jeremy Allison2001-07-031-2/+2
* Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel2001-07-021-2/+2
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-023-16/+36
* - fix bug in reply_nt- fix bug in reply_nt1Simo Sorce2001-07-011-4/+4
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-302-11/+11
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-293-126/+145
* Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter2001-06-291-2/+10
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-255-16/+16
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-11/+1
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-232-4/+4
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1