summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-08-24get rid of compiler warningsHerb Lewis5-11/+11
2001-08-24fixed level2 find first for unisys clientsAndrew Tridgell1-0/+1
2001-08-24Fixed incorrect debug.Tim Potter1-4/+1
2001-08-24flush on a invalid fsp should give an errorAndrew Tridgell1-16/+16
2001-08-23Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison1-15/+6
2001-08-23Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett1-3/+1
2001-08-23Fix up some unused variables and functions, fix up formattingAndrew Bartlett2-3/+0
2001-08-22A few changes:Andrew Bartlett3-38/+17
2001-08-22The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau1-5/+15
2001-08-22force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis1-2/+3
2001-08-22Missed '\' at eol...Jeremy Allison1-1/+1
2001-08-22Tidyup fixes for fcntl spin problem.Jeremy Allison1-3/+13
2001-08-22Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison3-11/+50
2001-08-21Add a new option to disable our paranoid server check.Andrew Bartlett1-1/+1
2001-08-21This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2-0/+23
2001-08-20Add comment to clarify why we call this twice.Andrew Bartlett1-0/+2
2001-08-20two fixes for NT clients -> share level Samba serverAndrew Tridgell2-2/+11
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+0
2001-08-17OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett1-0/+2
2001-08-17Move the claim_connection stuff till a little later in the process.Andrew Bartlett1-16/+14
2001-08-17Move admin user check into a helper function.Andrew Bartlett1-18/+35
2001-08-17Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett1-40/+50
2001-08-17Restore a debug I think I dropped earlierAndrew Bartlett1-0/+2
2001-08-17smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett4-36/+46
2001-08-17Style cleanup for the last vuid change.Andrew Bartlett2-6/+9
2001-08-17One less getpwnam() call...Andrew Bartlett2-11/+6
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