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
/
source3
/
locking
/
brlock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r17924: Get rid of warnings now that talloc is merged.
Volker Lendecke
2007-10-10
1
-3
/
+1
*
r17452: Some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+3
*
r17346: Add optimisation vl needs for the cluster code where
Jeremy Allison
2007-10-10
1
-8
/
+37
*
r17314: Optimisation for POSIX locking. If we're downgrading
Jeremy Allison
2007-10-10
1
-29
/
+66
*
r17293: After the results from the cluster tests in Germany,
Jeremy Allison
2007-10-10
1
-6
/
+0
*
r17279: conn->cnum is the tid we've given to the client. This has nothing to ...
Volker Lendecke
2007-10-10
1
-6
/
+6
*
r17276: Don't change the POSIX lock ref count if posix locking = no.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r17181: Fix the build farm RAW-READ bug. When making a copy
Jeremy Allison
2007-10-10
1
-1
/
+3
*
r17105: Fix the race Volker found - we had a non-locked
Jeremy Allison
2007-10-10
1
-7
/
+7
*
r17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
Jeremy Allison
2007-10-10
1
-33
/
+24
*
r17046: Ensure we're using the right pointers ...
Jeremy Allison
2007-10-10
1
-11
/
+7
*
r17043: Fix memleak when processing CIFS POSIX lock/unlock
Jeremy Allison
2007-10-10
1
-4
/
+5
*
r17041: Trying to track down a *big* memory leak in the new lock code.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r16987: Fix the logic errors in ref-counting Windows locks.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r16973: Fix subtle logic error in lock ref counting found by
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-106
/
+198
*
r15419: Never write the same function twice :-). In a traversal
Jeremy Allison
2007-10-10
1
-62
/
+60
*
r15402: Fix for bug #3587. Dead entries can be left in the locking
Jeremy Allison
2007-10-10
1
-1
/
+102
*
r15269: Fix incorrect boolean in assert to make POSIX lock tests
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r15255: Add return statement after abort to placate fussy compilers. Closes ...
Tim Potter
2007-10-10
1
-0
/
+2
*
r15083: Using talloc with destructors is nice and all, but in this
Jeremy Allison
2007-10-10
1
-9
/
+5
*
r15060: The brlock code gets called a lot. Ensure we keep the
Jeremy Allison
2007-10-10
1
-29
/
+13
*
r15026: Fix warning until POSIX locking finished.
Jeremy Allison
2007-10-10
1
-2
/
+1
*
r15018: Merge Volker's ipc/trans2/nttrans changes over
Jeremy Allison
2007-10-10
1
-315
/
+985
*
r14763: Add a new tuning parameter, open files database hash size,
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r13915: Fixed a very interesting class of realloc() bugs found by Coverity.
Jeremy Allison
2007-10-10
1
-5
/
+2
*
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
2007-10-10
1
-12
/
+12
*
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
2007-10-10
1
-0
/
+3
*
r5634: Fix 64-bit overflow problems found by BlueArc torture tester.
Jeremy Allison
2007-10-10
1
-9
/
+0
*
r4108: As check_self is *always* False in every invokation, remove the
Jeremy Allison
2007-10-10
1
-11
/
+6
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-1
/
+1
*
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
[next]