summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-07-30Added "use mmap" for HPUX.Jeremy Allison2-2/+2
2001-07-30uint -> uint32.Jeremy Allison1-1/+1
2001-07-28Fix invalid uid being used after logoff. Thanks to Nigel WilliamsJeremy Allison1-2/+1
2001-07-28Fix for potential crash bug with bad fid.Jeremy Allison1-1/+13
2001-07-26better debug messages + fix typo in debug messageSimo Sorce1-2/+2
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-2/+2
2001-07-25Excellent patch from Anselm Kruis <A.Kruis@science-computing.de> to fixJeremy Allison1-1/+1
2001-07-25we need to pull passwords in client charset for crypto to workAndrew Tridgell1-1/+1
2001-07-25- don't try to print pointersAndrew Tridgell2-13/+2
2001-07-24Convert other parameters (read list, write list, valid users...) to the P_LIS...Simo Sorce2-25/+39
2001-07-24We were making an assumption in the oplockJeremy Allison1-1/+0
2001-07-23Fix case insensitive password change code.Jeremy Allison1-1/+1
2001-07-21This patch fixes up a few issues where we would do lookups in the local systemAndrew Bartlett1-38/+42
2001-07-17Tidied up calling yield_connection on connection allocation fail.Jeremy Allison2-1/+6
2001-07-17Connection record not existing is not a debug level 0.Jeremy Allison1-1/+1
2001-07-17Fixes from Jens-Uwe.Walther@force.de to make the -l option behaveJeremy Allison1-1/+1
2001-07-17move the global_machine_password_needs_changing where we need it.Simo Sorce1-0/+2
2001-07-16Test if machine password has expired.Simo Sorce1-0/+6
2001-07-11Toomas Soome's fix for joining a domain the old way.Jeremy Allison1-1/+1
2001-07-10added winbind_exclude_domain() so smbd can tell the winbind clientAndrew Tridgell1-0/+5
2001-07-08This removes unused paramaters from various authtication functions, and shouldAndrew Bartlett3-24/+17
2001-07-07fixed some unicode and LANMAN2 bugs in trans2 find first/nextAndrew Tridgell1-39/+3
2001-07-07You can't dump_data() a function pointer...Andrew Bartlett1-1/+1
2001-07-06Wrapped dlerror() in the same way as the other dlxxx() calls.Jeremy Allison1-1/+1
2001-07-06fixed bug where we looked at the first byte of a password to determineAndrew Tridgell1-12/+2
2001-07-05Fix race where wrong action (created or opened) could be returned.Jeremy Allison1-0/+8
2001-07-05Fix for rabbit-pellet mode. Chris please test this. Thanks for Dave CBJeremy Allison1-0/+6
2001-07-05this fixes the failure of MS office on VFAT partitions on LinuxAndrew Tridgell1-30/+29
2001-07-05fixed a bug in the parameters SMBctemp uses in open_file_shared()Andrew Tridgell1-8/+7
2001-07-05use alpha_strcpy on the domain as it comes off the wireAndrew Tridgell1-8/+3
2001-07-04allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau1-5/+7
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell16-49/+49
2001-07-04The big character set handling changeover!Andrew Tridgell25-573/+186
2001-07-04check for bad usernames early in session setupAndrew Tridgell1-0/+6
2001-07-04Ensure we correctly round down to 2 second boundary if dos filetimeJeremy Allison2-9/+46
2001-07-03Remove the exit_server() calls that stop nmbd linking.Jeremy Allison1-3/+5
2001-07-03Fixed incorrect debug parameters for lock_pid.Jeremy Allison1-2/+2
2001-07-02Very minor cleanup. I was looking for another problem and found some bitsChristopher R. Hertel1-2/+2
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison3-16/+36
2001-07-01- fix bug in reply_nt- fix bug in reply_nt1Simo Sorce1-4/+4
2001-06-30Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2-11/+11
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison3-126/+145
2001-06-29Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter1-2/+10
2001-06-26Always use DOMAIN\user first that this is the more specific case.Jeremy Allison1-12/+17
2001-06-26Remove warning about trapdoor systems for non-root mode.Andrew Bartlett1-0/+4
2001-06-25Fixed stupid typo that would stop trusted domains working.Jeremy Allison1-4/+3
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell5-16/+16
2001-06-25- make the regresison test mode code build in by default. This shouldAndrew Tridgell1-11/+1
2001-06-23Log debug before and after netbios names copied so we know if they've beenJeremy Allison1-0/+3
2001-06-23Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2-4/+4