summaryrefslogtreecommitdiffstats
path: root/source/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison2007-10-101-0/+4
* r8798: Save one system call per SMB. smb_run_idle_events right now is only us...Volker Lendecke2007-10-101-4/+0
* r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ...Jeremy Allison2007-10-101-5/+7
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-13/+98
* r7961: randomize reloading so that smbds do not pverload cupsdSimo Sorce2007-10-101-0/+10
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-5/+5
* r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4Jeremy Allison2007-10-101-2/+8
* r7344: Correctly return if malloc fails.Volker Lendecke2007-10-101-0/+1
* r6346: Add a counter for the number of SMB operations per connection/file.Jeremy Allison2007-10-101-2/+6
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-4/+5
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-0/+3
* r4539: patch from Rob -- adding real printcap name cache function to speed up...Gerald Carter2007-10-101-8/+7
* r4190: When changing length calculations, get them right......Jeremy Allison2007-10-101-1/+1
* r4186: Fix client & server to allow 127k READX calls.Jeremy Allison2007-10-101-2/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+3
* r1936: Fix bug noticed by Steve - ensure extended security bit is on onlyJeremy Allison2007-10-101-1/+6
* r1263: Make "defer sharing violations" a global parameter.Jeremy Allison2007-10-101-0/+22
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+1
* r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison2007-10-101-4/+6
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-21/+196
* r998: Arrrgggh. Do it right this time :-(.Jeremy Allison2007-10-101-3/+3
* r996: Fix error in change to queuing code (dlink).Jeremy Allison2007-10-101-3/+3
* r971: Auto remove store dos attributes if underlying filesystemJeremy Allison2007-10-101-11/+13
* r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)Herb Lewis2007-10-101-1/+1
* r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter2007-10-101-1/+27
* r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison2007-10-101-3/+4
* r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2007-10-101-1/+1
* Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison2004-02-241-1/+1
* Subtract NT_STATUS from common flag, don't add it...Jeremy Allison2003-12-011-3/+3
* Don't automatically set nt status code flag unless client tells us it canJeremy Allison2003-12-011-5/+10
* Fix debug message warning.Jeremy Allison2003-11-051-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-1/+1
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-1/+1
* Used cachegrind to track down some bottlenecks.Jeremy Allison2003-09-041-0/+4
* Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison2003-08-281-1/+1
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-1/+10
* Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison2003-07-241-2/+7
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-241-0/+3
* Reformatting fixes to bring in line with the rest of the source.Jeremy Allison2003-07-161-338/+325
* Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij2003-05-061-0/+7
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+4
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-161-1/+1
* (merge from HEAD)Andrew Bartlett2003-03-221-2/+10
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-271-0/+7
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-1/+1
* Merge of controversial 'max log size' fix.Tim Potter2003-01-301-0/+12
* Fixed typo found by tpot.Jeremy Allison2003-01-241-1/+1
* [merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter2003-01-111-0/+4
* Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis2003-01-091-0/+26
* Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison2003-01-081-5/+1