summaryrefslogtreecommitdiffstats
path: root/source3/smbd/process.c
Commit message (Expand)AuthorAgeFilesLines
* r15495: current_user_info is not referenced in process.cVolker Lendecke2007-10-101-1/+0
* r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison2007-10-101-4/+0
* r15084: Try and squeeze more out of the non-read/write code path.Jeremy Allison2007-10-101-3/+12
* r15030: On a performace hunt... Remove as many extraneousJeremy Allison2007-10-101-8/+4
* r15022: Fix core dumps on normal server exit.Jeremy Allison2007-10-101-4/+4
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-13/+18
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-1/+1
* r14559: Oplocks have changed, process_smb can be static againVolker Lendecke2007-10-101-3/+2
* r14229: Something Coverity hasn't caught (yet) but I've gottenJeremy Allison2007-10-101-3/+5
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-8/+8
* r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison2007-10-101-6/+6
* r13482: Push the FAM notification file descriptor into the selectJames Peach2007-10-101-5/+20
* r13316: Let the carnage begin....Gerald Carter2007-10-101-111/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-187/+270
* r10188: 64-bit warning fix.Jeremy Allison2007-10-101-1/+1
* 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