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
/
oplock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r8545: Fix oplock bug introduced by oplock code "simplification" :-).
Jeremy Allison
1
-5
/
+5
2007-10-10
r8521: Another micro-step: Don't pass down a flag where not necessary.
Volker Lendecke
1
-14
/
+16
2007-10-10
r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.
Volker Lendecke
1
-2
/
+2
2007-10-10
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
1
-29
/
+38
2007-10-10
r7963: Add aio support to 3.0.
Jeremy Allison
1
-6
/
+20
2007-10-10
r6252: Re-order position of become_root() to allow directory to be
Jeremy Allison
1
-3
/
+4
2007-10-10
r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.au
Jeremy Allison
1
-0
/
+6
2007-10-10
r6225: get rid of warnings from my compiler about nested externs
Herb Lewis
1
-5
/
+3
2007-10-10
r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...
Jeremy Allison
1
-0
/
+3
2007-10-10
r5014: Split out the request to send an async level II oplock break into a
Jeremy Allison
1
-17
/
+58
2007-10-10
r5002: Ensure we can't remove a level II oplock without having the
Jeremy Allison
1
-17
/
+19
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-2
/
+2
2007-10-10
r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...
Jeremy Allison
1
-1
/
+9
2007-10-10
r1089: Removed spurious oplock message in deferred open processing.
Jeremy Allison
1
-1
/
+1
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-1
/
+69
2003-08-07
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
1
-4
/
+0
2003-08-07
Turns out I had my packet sequences wrong for oplock break code.
Jeremy Allison
1
-0
/
+4
2003-08-02
More fixes for client and server side signing. Ensure sequence numbers
Jeremy Allison
1
-0
/
+3
2003-07-17
Correctly toggle the signing state to what it was previosly when sending
Jeremy Allison
1
-3
/
+8
2003-07-16
Add API framework for server SMB signing.
Jeremy Allison
1
-1
/
+5
2003-04-22
Tidyups of some dubious logic discovered whilst trying to track down a
Jeremy Allison
1
-6
/
+5
2003-01-30
Fix for interesting resource constraint condition. When all opens are
Jeremy Allison
1
-15
/
+18
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-26
/
+53
2002-04-11
This split the mangling code up to allow for the possibility of multiple
Andrew Tridgell
1
-0
/
+2
2002-03-14
Get the current directory after becoming root.
Jeremy Allison
1
-1
/
+1
2002-01-31
Fix from Michael Steffens <michael_steffens@hp.com> to make signal
Jeremy Allison
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2001-11-05
Don't put a \n on the end of the arg to exit_server()
Tim Potter
1
-2
/
+2
2001-10-23
IRIX compiler dies not like casts in macro args
Herb Lewis
1
-1
/
+1
2001-10-20
Move from timestamp to gen count file id's for finding oplocked files
Jeremy Allison
1
-835
/
+784
2001-10-18
Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.
Jeremy Allison
1
-2
/
+2
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-09-17
move to SAFE_FREE()
Simo Sorce
1
-6
/
+4
2001-09-05
Fix I think for the fcntl spinning problem. Re-prioritize so
Jeremy Allison
1
-0
/
+14
2001-09-04
Fixes to ensure invalid vuids cannot stop oplock breaks.
Jeremy Allison
1
-5
/
+7
2001-08-22
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
1
-2
/
+12
2001-08-21
This is Jeremy pretending to be Volker, 'cos the
Volker Lendecke
1
-0
/
+13
2001-06-25
fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...
Andrew Tridgell
1
-1
/
+1
2001-06-09
*Wonderful* patch from Andrew Bartlett that will help ensure tdb's are
Jeremy Allison
1
-2
/
+4
2001-05-24
Fixup the large_writex problem (a large_writex can send a full 64k of data,
Jeremy Allison
1
-2
/
+2
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-6
/
+0
2001-01-30
Fix inspited by Alan Romeril. 50% speedup in domain logins with this
Jeremy Allison
1
-0
/
+3
2000-11-16
Ok - fixed a bug in our levelII oplock code. We need to break a level II on
Jeremy Allison
1
-4
/
+95
2000-09-27
Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector them
Jeremy Allison
1
-2
/
+2
2000-06-12
totally rewrote the async signal, notification and oplock notification
Andrew Tridgell
1
-26
/
+29
2000-06-11
Linux kernel oplocks now seem to work, but need a _lot_ of testing
Andrew Tridgell
1
-0
/
+9
2000-06-10
a first pass at Linux kernel oplocks support
Andrew Tridgell
1
-13
/
+0
2000-06-10
continued the split of the kernel level oplocks code into a more
Andrew Tridgell
1
-377
/
+122
2000-06-09
clean up oplock capability code ready for Linux code
Andrew Tridgell
1
-152
/
+149
2000-06-09
split some of the irix kernel oplocks code into a function
Andrew Tridgell
1
-68
/
+74
[next]