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
Commit message (
Expand
)
Author
Age
Files
Lines
*
allow posix locking database to be opened read-only (for smbstatus)
Andrew Tridgell
2000-06-13
2
-11
/
+11
*
add some brackets
Andrew Tridgell
2000-06-13
1
-1
/
+1
*
Fixed misunderstanding found during CIFS conference. Overlapping lock
Jeremy Allison
2000-05-25
1
-340
/
+278
*
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
2000-05-10
3
-20
/
+25
*
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
2000-05-05
2
-2
/
+3
*
Two fixes. Added missong logic & case in lock split code.
Jeremy Allison
2000-05-05
1
-4
/
+12
*
Updated to fix overlapping problem.
Jeremy Allison
2000-05-04
1
-68
/
+142
*
Fix for debug statement crash.
Jeremy Allison
2000-05-04
1
-1
/
+1
*
Fix based on Elrond's code to reduce the store size on removing dead records.
Jeremy Allison
2000-05-03
1
-0
/
+1
*
Fixed the bug locktest.c found, it was an off-by-one error in the non-overlap
Jeremy Allison
2000-05-03
1
-1
/
+1
*
Fixed silly bug where I wasn't checking for matching fd's in closing a file.
Jeremy Allison
2000-05-03
1
-7
/
+24
*
Added range info to the panic message to track down the bug with
Jeremy Allison
2000-05-03
1
-1
/
+5
*
- 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
2
-92
/
+130
*
Implemented the last (I hope:-) part of the locking puzzle, the reference
Jeremy Allison
2000-05-02
1
-23
/
+90
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-1
/
+2
*
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
2000-05-02
1
-3
/
+121
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-8
/
+8
*
locking/posix.c: Fixed double-free nasty crash bug found by insure.
Jeremy Allison
2000-05-01
1
-3
/
+0
*
added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
Andrew Tridgell
2000-05-01
1
-3
/
+3
*
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
2000-04-30
1
-2
/
+2
*
Removed tdb locking calls (picky Andrew...:-)
Jeremy Allison
2000-04-29
1
-25
/
+12
*
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
2000-04-28
3
-1122
/
+137
*
Split off of POSIX locking into separate unit as Andrew requested.
Jeremy Allison
2000-04-28
1
-0
/
+1208
*
Forgot to close when "posix locking" is set to False.
Jeremy Allison
2000-04-28
1
-2
/
+5
*
Added optimization where we are single opener (don't free POSIX locks).
Jeremy Allison
2000-04-28
1
-1
/
+21
*
Made changes suggested by Andrew review.
Jeremy Allison
2000-04-28
1
-37
/
+52
*
Ok - this is more subtle than it looks :-).
Jeremy Allison
2000-04-27
2
-7
/
+15
*
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
2000-04-27
2
-16
/
+32
*
Did the rewrite Andrew wanted where all knowledge of POSIX locking is
Jeremy Allison
2000-04-27
1
-5
/
+179
*
Fixed crash bugs Andrew pointed out with LOCK4 smbtorture
Jeremy Allison
2000-04-27
1
-10
/
+7
*
Added the hard code :-).
Jeremy Allison
2000-04-25
2
-77
/
+453
*
Added the code that keeps fd's open across a close if there are other fsp's
Jeremy Allison
2000-04-24
1
-36
/
+23
*
fixed a locking database bug - it was actually harmless except that
Andrew Tridgell
2000-04-23
1
-2
/
+10
*
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
2000-04-22
1
-1
/
+2
*
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
2000-04-18
1
-17
/
+49
*
Typo - missing '}'.
Jeremy Allison
2000-04-13
1
-0
/
+1
*
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
2000-04-12
1
-18
/
+113
*
Implmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison
2000-04-12
1
-13
/
+157
*
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
Jeremy Allison
2000-04-12
1
-9
/
+157
*
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
2000-04-11
1
-3
/
+3
*
the first of a bunch of changes to code with getting rid of the fd_ptr
Andrew Tridgell
2000-04-10
1
-6
/
+23
*
Fixed compile warning in locking.c:traverse_fn()
Tim Potter
2000-02-07
1
-1
/
+2
*
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
2000-02-04
2
-15
/
+10
*
added code to allow traversal of the byte range lock database
Andrew Tridgell
2000-01-16
2
-3
/
+43
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
2
-6
/
+7
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
2
-4
/
+72
*
some more work on the byte range locking
Andrew Tridgell
2000-01-14
1
-6
/
+8
*
the bulk of the new byte range locking coode
Andrew Tridgell
2000-01-13
2
-45
/
+296
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-1
/
+1
[next]