summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-278-40/+40
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-275-35/+38
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-2713-1323/+995
* get rid of compiler warningsHerb Lewis2001-08-245-11/+11
* fixed level2 find first for unisys clientsAndrew Tridgell2001-08-241-0/+1
* Fixed incorrect debug.Tim Potter2001-08-241-4/+1
* flush on a invalid fsp should give an errorAndrew Tridgell2001-08-241-16/+16
* Fix W2K profiles writing to a Samba PDC. Thanks to Microsoft for their help !Jeremy Allison2001-08-231-15/+6
* Fix to only send the status32 error for status32 clients, not to otherAndrew Bartlett2001-08-231-3/+1
* Fix up some unused variables and functions, fix up formattingAndrew Bartlett2001-08-232-3/+0
* A few changes:Andrew Bartlett2001-08-223-38/+17
* The DELL powervault 705 is sending a tcon&x with the service name beingJean-François Micouleau2001-08-221-5/+15
* force checking of log size after 200 smbd in a row or after 30 sec with noHerb Lewis2001-08-221-2/+3
* Missed '\' at eol...Jeremy Allison2001-08-221-1/+1
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-221-3/+13
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-223-11/+50
* Add a new option to disable our paranoid server check.Andrew Bartlett2001-08-211-1/+1
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-212-0/+23
* Add comment to clarify why we call this twice.Andrew Bartlett2001-08-201-0/+2
* two fixes for NT clients -> share level Samba serverAndrew Tridgell2001-08-202-2/+11
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-1/+0
* OK, so not freeing these was a mistake. I'll try to be less exuberent nextAndrew Bartlett2001-08-171-0/+2
* Move the claim_connection stuff till a little later in the process.Andrew Bartlett2001-08-171-16/+14
* Move admin user check into a helper function.Andrew Bartlett2001-08-171-18/+35
* Move read only check into a helper funcion. Ensure conn->service is setAndrew Bartlett2001-08-171-40/+50
* Restore a debug I think I dropped earlierAndrew Bartlett2001-08-171-0/+2
* smbd/auth_server: Doco, we want to use cli_nt_error here soonAndrew Bartlett2001-08-174-36/+46
* Style cleanup for the last vuid change.Andrew Bartlett2001-08-172-6/+9
* One less getpwnam() call...Andrew Bartlett2001-08-172-11/+6
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-2/+8
* This patch does a number of things, mostly smaller than they look :-)Andrew Bartlett2001-08-125-420/+153
* Use the new client error api.Tim Potter2001-08-101-1/+1
* 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