summaryrefslogtreecommitdiff
path: root/source3/smbd/process.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1263: Make "defer sharing violations" a global parameter.Jeremy Allison1-0/+22
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+1
2007-10-10r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison1-4/+6
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-21/+196
2007-10-10r998: Arrrgggh. Do it right this time :-(.Jeremy Allison1-3/+3
2007-10-10r996: Fix error in change to queuing code (dlink).Jeremy Allison1-3/+3
2007-10-10r971: Auto remove store dos attributes if underlying filesystemJeremy Allison1-11/+13
2007-10-10r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)Herb Lewis1-1/+1
2007-10-10r799: BUG 1259 -- add 'printcap cache time' patch from LarsGerald Carter1-1/+27
2007-10-10r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...Jeremy Allison1-3/+4
2007-10-10r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison1-1/+1
2004-02-24Added NTrename SMB (0xA5) - how did we miss this.... ?Jeremy Allison1-1/+1
2003-12-01Subtract NT_STATUS from common flag, don't add it...Jeremy Allison1-3/+3
2003-12-01Don't automatically set nt status code flag unless client tells us it canJeremy Allison1-5/+10
2003-11-05Fix debug message warning.Jeremy Allison1-1/+1
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-1/+1
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison1-1/+1
2003-09-04Used cachegrind to track down some bottlenecks.Jeremy Allison1-0/+4
2003-08-28Fix bug found by tridge in 2.2.x. Ensure that %U substitution isJeremy Allison1-1/+1
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-1/+10
2003-07-24Fix packet signing with asynchronous oplock breaks. Removed bad error messageJeremy Allison1-2/+7
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison1-0/+3
2003-07-16Reformatting fixes to bring in line with the rest of the source.Jeremy Allison1-338/+325
2003-05-06Patch from metze to add exit and interval events. Useful for modulesJelmer Vernooij1-0/+7
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-2/+4
2003-04-16Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij1-1/+1
2003-03-22(merge from HEAD)Andrew Bartlett1-2/+10
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison1-0/+7
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-1/+1
2003-01-30Merge of controversial 'max log size' fix.Tim Potter1-0/+12
2003-01-24Fixed typo found by tpot.Jeremy Allison1-1/+1
2003-01-11[merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter1-0/+4
2003-01-09Moved smbd process counting functions from smbd/server.c to smbd/process.cHerb Lewis1-0/+26
2003-01-08Ensure we don't get an invalid number for total smbd's if the tdb updateJeremy Allison1-5/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-2/+2
2002-12-11Fixed auth module code. Added VALGRIND defines to reduce spurious warnings.Jeremy Allison1-1/+0
2002-12-04merges from HEAD - change_trust_account_password() must always talk to PDCGerald Carter1-3/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-141/+147
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-14/+7
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-35/+30
2002-03-14Now we have reliable signals take SIGTERM inband.Jeremy Allison1-3/+9
2002-03-01Various comment fixes from Rafal Szczesniak <mimir@diament.ists.pwr.wroc.pl>Andrew Bartlett1-1/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-23Check request flag for unicode capability and respond accordingly, rather tha...Jim McDonough1-1/+2
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-7/+7
2002-01-09Fixed up atomic update code.Jeremy Allison1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-6/+6