index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r17569: Make 'max smbd processes' more robust. Counting on the child to decre...
Volker Lendecke
1
-56
/
+2
2007-10-10
r17105: Fix the race Volker found - we had a non-locked
Jeremy Allison
1
-6
/
+7
2007-10-10
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
1
-8
/
+15
2007-10-10
r16397: Fix Klocwork #11767 and drasticly simplify the
Jeremy Allison
1
-38
/
+36
2007-10-10
r15495: current_user_info is not referenced in process.c
Volker Lendecke
1
-1
/
+0
2007-10-10
r15088: Remove all time() and gettimeofday() calls out of the mainline
Jeremy Allison
1
-4
/
+0
2007-10-10
r15084: Try and squeeze more out of the non-read/write code path.
Jeremy Allison
1
-3
/
+12
2007-10-10
r15030: On a performace hunt... Remove as many extraneous
Jeremy Allison
1
-8
/
+4
2007-10-10
r15022: Fix core dumps on normal server exit.
Jeremy Allison
1
-4
/
+4
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-13
/
+18
2007-10-10
r14898: This change is an attempt to improve the quality of the information that
James Peach
1
-1
/
+1
2007-10-10
r14559: Oplocks have changed, process_smb can be static again
Volker Lendecke
1
-3
/
+2
2007-10-10
r14229: Something Coverity hasn't caught (yet) but I've gotten
Jeremy Allison
1
-3
/
+5
2007-10-10
r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()
Gerald Carter
1
-8
/
+8
2007-10-10
r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.
Jeremy Allison
1
-6
/
+6
2007-10-10
r13482: Push the FAM notification file descriptor into the select
James Peach
1
-5
/
+20
2007-10-10
r13316: Let the carnage begin....
Gerald Carter
1
-111
/
+4
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-187
/
+270
2007-10-10
r10188: 64-bit warning fix.
Jeremy Allison
1
-1
/
+1
2007-10-10
r9126: Fix valgrind bug Volker found in interaction with new aio buffer
Jeremy Allison
1
-0
/
+4
2007-10-10
r8798: Save one system call per SMB. smb_run_idle_events right now is only us...
Volker Lendecke
1
-4
/
+0
2007-10-10
r8782: Fix bug #2918. The problem was using Inbuffer to push a deferred open ...
Jeremy Allison
1
-5
/
+7
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-13
/
+98
2007-10-10
r7961: randomize reloading so that smbds do not pverload cupsd
Simo Sorce
1
-0
/
+10
2007-10-10
r7882: Looks like a large patch - but what it actually does is make Samba
Jeremy Allison
1
-5
/
+5
2007-10-10
r7550: Steal the correct error return for invalid TID on NTcreateX from Samba4
Jeremy Allison
1
-2
/
+8
2007-10-10
r7344: Correctly return if malloc fails.
Volker Lendecke
1
-0
/
+1
2007-10-10
r6346: Add a counter for the number of SMB operations per connection/file.
Jeremy Allison
1
-2
/
+6
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-4
/
+5
2007-10-10
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
1
-0
/
+3
2007-10-10
r4539: patch from Rob -- adding real printcap name cache function to speed up...
Gerald Carter
1
-8
/
+7
2007-10-10
r4190: When changing length calculations, get them right......
Jeremy Allison
1
-1
/
+1
2007-10-10
r4186: Fix client & server to allow 127k READX calls.
Jeremy Allison
1
-2
/
+1
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+3
2007-10-10
r1936: Fix bug noticed by Steve - ensure extended security bit is on only
Jeremy Allison
1
-1
/
+6
2007-10-10
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
1
-0
/
+22
2007-10-10
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
1
-1
/
+1
2007-10-10
r1089: Removed spurious oplock message in deferred open processing.
Jeremy Allison
1
-4
/
+6
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-21
/
+196
2007-10-10
r998: Arrrgggh. Do it right this time :-(.
Jeremy Allison
1
-3
/
+3
2007-10-10
r996: Fix error in change to queuing code (dlink).
Jeremy Allison
1
-3
/
+3
2007-10-10
r971: Auto remove store dos attributes if underlying filesystem
Jeremy Allison
1
-11
/
+13
2007-10-10
r814: conn is 0 during ioctl (at least during smbtorture IOCTL test)
Herb Lewis
1
-1
/
+1
2007-10-10
r799: BUG 1259 -- add 'printcap cache time' patch from Lars
Gerald Carter
1
-1
/
+27
2007-10-10
r656: Make widelinks use realpath(). Tidy up cases where we need to become a ...
Jeremy Allison
1
-3
/
+4
2007-10-10
r478: Added Volkers fix to be able to force DOS errors when needed.
Jeremy Allison
1
-1
/
+1
2004-02-24
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy Allison
1
-1
/
+1
2003-12-01
Subtract NT_STATUS from common flag, don't add it...
Jeremy Allison
1
-3
/
+3
2003-12-01
Don't automatically set nt status code flag unless client tells us it can
Jeremy Allison
1
-5
/
+10
2003-11-05
Fix debug message warning.
Jeremy Allison
1
-1
/
+1
[next]