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
/
locking
/
brlock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r15419: Never write the same function twice :-). In a traversal
Jeremy Allison
1
-62
/
+60
2007-10-10
r15402: Fix for bug #3587. Dead entries can be left in the locking
Jeremy Allison
1
-1
/
+102
2007-10-10
r15269: Fix incorrect boolean in assert to make POSIX lock tests
Jeremy Allison
1
-1
/
+1
2007-10-10
r15255: Add return statement after abort to placate fussy compilers. Closes ...
Tim Potter
1
-0
/
+2
2007-10-10
r15083: Using talloc with destructors is nice and all, but in this
Jeremy Allison
1
-9
/
+5
2007-10-10
r15060: The brlock code gets called a lot. Ensure we keep the
Jeremy Allison
1
-29
/
+13
2007-10-10
r15026: Fix warning until POSIX locking finished.
Jeremy Allison
1
-2
/
+1
2007-10-10
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
1
-315
/
+985
2007-10-10
r14763: Add a new tuning parameter, open files database hash size,
Jeremy Allison
1
-2
/
+4
2007-10-10
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
1
-5
/
+2
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-12
/
+12
2007-10-10
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
1
-0
/
+3
2007-10-10
r5634: Fix 64-bit overflow problems found by BlueArc torture tester.
Jeremy Allison
1
-9
/
+0
2007-10-10
r4108: As check_self is *always* False in every invokation, remove the
Jeremy Allison
1
-11
/
+6
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-1
/
+1
2007-10-10
r3050: Steal from Samba4 :-). Make us pass most of the new lock tests (except...
Jeremy Allison
1
-17
/
+56
2007-10-10
r3008: when checking for the existance of a lock we are only doing a single
Andrew Tridgell
1
-3
/
+0
2007-10-10
r1011: fix bad merge (from a few months ago) and ensure that we always use td...
Gerald Carter
1
-2
/
+2
2004-02-12
merge from old APP_HEAD
Gerald Carter
1
-2
/
+2
2003-10-09
Changes to allow Samba3 to pass the Samba4 RAW-READ tests.
Jeremy Allison
1
-2
/
+7
2003-04-04
Fix for very subtle POSIX lock interaction race condition found by
Jeremy Allison
1
-1
/
+12
2003-02-27
Fix to allow blocking lock notification to be done rapidly (no wait
Jeremy Allison
1
-6
/
+76
2003-02-22
When checking is_locked() new WRITE locks conflict with existing READ locks even
Jeremy Allison
1
-3
/
+10
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-6
/
+17
2002-03-10
this attempts to handle the rather bizarre lock cache semantics in
Andrew Tridgell
1
-0
/
+14
2002-03-05
accept the 0/0 lock but don't treat it in any sort of special way
Andrew Tridgell
1
-1
/
+0
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
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
-8
/
+8
2001-09-06
got rid of USE_TDB_MMAP_FLAG as its not needed any more
Andrew Tridgell
1
-1
/
+1
2001-09-06
use NTSTATUS not BOOL in do_lock()
Andrew Tridgell
1
-9
/
+15
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-11
/
+60
2001-08-26
Don't use CLEAR_IF_FIRST if opening read-only.
Jeremy Allison
1
-1
/
+1
2001-08-24
we now have all but the dreaded 0/0 lock working
Andrew Tridgell
1
-30
/
+67
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
1
-2
/
+4
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-06-30
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
1
-3
/
+30
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-05-23
Stupid typo. Should be if (!tdb).
Jeremy Allison
1
-1
/
+1
2001-05-22
Defensive brlock and locking database cleaning code.
Jeremy Allison
1
-6
/
+43
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-2
/
+0
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
1
-13
/
+13
2000-11-17
Fix from John Reilly for equivalence tests.
Jeremy Allison
1
-1
/
+1
2000-06-13
add some brackets
Andrew Tridgell
1
-1
/
+1
2000-05-10
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
1
-20
/
+21
2000-05-05
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
1
-1
/
+2
2000-05-03
Fix based on Elrond's code to reduce the store size on removing dead records.
Jeremy Allison
1
-0
/
+1
2000-05-03
- clear dead locks at startup
Andrew Tridgell
1
-2
/
+47
2000-05-03
Fix for stacking locks in brlock and POSIX. Windows only allows a read lock
Jeremy Allison
1
-1
/
+1
2000-04-28
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
1
-295
/
+1
[prev]
[next]