index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
locking
/
brlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...
Jeremy Allison
2007-10-10
1
-17
/
+56
*
r3008: when checking for the existance of a lock we are only doing a single
Andrew Tridgell
2007-10-10
1
-3
/
+0
*
r1011: fix bad merge (from a few months ago) and ensure that we always use td...
Gerald Carter
2007-10-10
1
-2
/
+2
*
merge from old APP_HEAD
Gerald Carter
2004-02-12
1
-2
/
+2
*
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison
2003-10-09
1
-2
/
+7
*
Fix for very subtle POSIX lock interaction race condition found by
Jeremy Allison
2003-04-04
1
-1
/
+12
*
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
2003-02-27
1
-6
/
+76
*
When checking is_locked() new WRITE locks conflict with existing READ locks even
Jeremy Allison
2003-02-22
1
-3
/
+10
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-6
/
+17
*
this attempts to handle the rather bizarre lock cache semantics in
Andrew Tridgell
2002-03-10
1
-0
/
+14
*
accept the 0/0 lock but don't treat it in any sort of special way
Andrew Tridgell
2002-03-05
1
-1
/
+0
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-8
/
+8
*
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
2001-09-06
1
-1
/
+1
*
use NTSTATUS not BOOL in do_lock()
Andrew Tridgell
2001-09-06
1
-9
/
+15
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-11
/
+60
*
Don't use CLEAR_IF_FIRST if opening read-only.
Jeremy Allison
2001-08-26
1
-1
/
+1
*
we now have all but the dreaded 0/0 lock working
Andrew Tridgell
2001-08-24
1
-30
/
+67
*
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2001-08-12
1
-2
/
+4
*
Added "use mmap" for HPUX.
Jeremy Allison
2001-07-30
1
-1
/
+1
*
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
2001-06-30
1
-3
/
+30
*
use LDSHFLAGS not -shared in several places
Andrew Tridgell
2001-06-04
1
-1
/
+1
*
Stupid typo. Should be if (!tdb).
Jeremy Allison
2001-05-23
1
-1
/
+1
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
1
-6
/
+43
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-13
/
+13
*
Fix from John Reilly for equivalence tests.
Jeremy Allison
2000-11-17
1
-1
/
+1
*
add some brackets
Andrew Tridgell
2000-06-13
1
-1
/
+1
*
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
2000-05-10
1
-20
/
+21
*
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
2000-05-05
1
-1
/
+2
*
Fix based on Elrond's code to reduce the store size on removing dead records.
Jeremy Allison
2000-05-03
1
-0
/
+1
*
- clear dead locks at startup
Andrew Tridgell
2000-05-03
1
-2
/
+47
*
Fix for stacking locks in brlock and POSIX. Windows only allows a read lock
Jeremy Allison
2000-05-03
1
-1
/
+1
*
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
2000-04-28
1
-295
/
+1
*
Ok - this is more subtle than it looks :-).
Jeremy Allison
2000-04-27
1
-0
/
+2
*
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
2000-04-27
1
-10
/
+27
*
Added the hard code :-).
Jeremy Allison
2000-04-25
1
-27
/
+332
*
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
2000-02-04
1
-10
/
+5
*
added code to allow traversal of the byte range lock database
Andrew Tridgell
2000-01-16
1
-2
/
+42
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
1
-4
/
+5
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
1
-2
/
+57
*
the bulk of the new byte range locking coode
Andrew Tridgell
2000-01-13
1
-0
/
+275