summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-122-5/+1
* Fix for second logic bug when handing oplock breaks and client messagesJeremy Allison2001-09-101-1/+11
* made a couple of local fns staticAndrew Tridgell2001-09-102-6/+12
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-5/+0
* convert more code to using d_printfAndrew Tridgell2001-09-082-2/+2
* Don't fail if no owner/group owner set. Use existing owners.Jeremy Allison2001-09-071-3/+7
* #ifdef out function when not used.Jeremy Allison2001-09-071-0/+2
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-0/+32
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* Removed unneeded set of delete on close in fsp->share_mode.Jeremy Allison2001-09-051-7/+0
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-052-1/+21
* when you update the share mode in the db you must also updateAndrew Tridgell2001-09-051-0/+7
* fixed formatting to make the code vaguely readable. It's still a dogsAndrew Tridgell2001-09-051-142/+143
* merge profile data changes from 2.2Herb Lewis2001-09-051-6/+36
* added filename to error_packet()Andrew Tridgell2001-09-051-7/+8
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
* Merge of transfer file code from 2.2, fix for readbraw.Jeremy Allison2001-09-044-350/+286
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-0412-158/+143
* tidied up some unused vars in JFs new fnsAndrew Tridgell2001-09-031-12/+0
* more NTSTATUS changesAndrew Tridgell2001-09-011-17/+4
* Fix crash bug with indirecting through null pointer on recursive delete.Jeremy Allison2001-08-301-134/+119
* if no ACL elements then use chmod - fixes ability to set read-only bitHerb Lewis2001-08-301-2/+2
* this was a stupid typo,Simo Sorce2001-08-301-1/+1
* Ouch ! I didn't think I would have to do that: add 2 new rap calls !Jean-François Micouleau2001-08-281-0/+127
* Added dummy handlers for SAM_SYNC and SAM_REPL messages.Tim Potter2001-08-281-0/+30
* 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