summaryrefslogtreecommitdiffstats
path: root/source/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-2/+2
* Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison2002-12-111-1/+0
* merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter2002-12-041-3/+3
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-10/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-141/+147
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-14/+7
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-35/+30
* Now we have reliable signals take SIGTERM inband.Jeremy Allison2002-03-141-3/+9
* Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett2002-03-011-1/+1
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1