summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell12-158/+143
2001-09-03tidied up some unused vars in JFs new fnsAndrew Tridgell1-12/+0
2001-09-01more NTSTATUS changesAndrew Tridgell1-17/+4
2001-08-30Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison1-134/+119
2001-08-30if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis1-2/+2
2001-08-30this was a stupid typo,Simo Sorce1-1/+1
2001-08-28Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau1-0/+127
2001-08-28Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter1-0/+30
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell8-40/+40
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell5-35/+38
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell13-1323/+995
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