summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-2/+8
2001-08-12This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett5-420/+153
2001-08-10Use the new client error api.Tim Potter1-1/+1
2001-08-10More constant conversions.Tim Potter2-4/+4
2001-08-10merge from 2.2Gerald Carter2-2/+2
2001-08-09Fixed wrong placement of allocate code :-(.Jeremy Allison1-5/+5
2001-08-09Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison1-1/+4
2001-08-09a few cleanups while mergeing the passdb code into 2.2Gerald Carter1-1/+1
2001-08-09Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett1-1/+8
2001-08-08Some better debugs for our security=server code. I want to track down whyAndrew Bartlett1-1/+3
2001-08-07Always return NT_STATUS_DISK_FULL, even for quota errors.Jeremy Allison1-1/+1
2001-08-07Added fixes to return correct error codes on space allocation fail.Jeremy Allison2-2/+31
2001-08-07Correctly report amount written in debug when allocation space.Jeremy Allison1-1/+1
2001-08-06Added Gerald's lanman printing only change to HEAD.Jeremy Allison2-167/+95
2001-08-06Fix for getting allocate_file_space to return the correct errno.Jeremy Allison1-2/+2
2001-08-06Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett1-1/+2
2001-08-04Extra debug to see what errno is on write fail.Jeremy Allison1-0/+2
2001-08-03The write zero bytes is an allocate, not set EOF.Jeremy Allison1-1/+2
2001-08-03This is the fix for the PAM bug I probably introduced in the previous commit,Andrew Bartlett1-0/+3
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett9-1282/+1520
2001-08-01Added "strict allocate" per share parameter. This causes actual on-disk alloc...Jeremy Allison2-12/+123
2001-08-01Pidfile check can be read-only. Removed old ifdef in password.cJeremy Allison1-24/+3
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