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
/
locking.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defensive brlock and locking database cleaning code.
Jeremy Allison
2001-05-22
1
-2
/
+81
*
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
2001-03-30
1
-32
/
+39
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-7
/
+4
*
tdb_unlockchain() no longer returns a value
Tim Potter
2000-12-06
1
-4
/
+4
*
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
2000-12-06
1
-4
/
+4
*
the first cut of the internal messaging system.
Andrew Tridgell
2000-09-11
1
-1
/
+1
*
allow posix locking database to be opened read-only (for smbstatus)
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
-0
/
+2
*
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
2000-05-05
1
-1
/
+1
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-8
/
+8
*
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
2000-04-28
1
-628
/
+13
*
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
1
-7
/
+13
*
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
2000-04-27
1
-6
/
+5
*
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
1
-50
/
+121
*
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
1
-5
/
+5
*
added code to allow traversal of the byte range lock database
Andrew Tridgell
2000-01-16
1
-1
/
+1
*
damn, Solaris already has a "enum lock_type"
Andrew Tridgell
2000-01-14
1
-2
/
+2
*
we now pass all byte range locking tests
Andrew Tridgell
2000-01-14
1
-2
/
+15
*
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
1
-45
/
+21
*
added the unexpected packet database (unexpected.tdb)
Andrew Tridgell
2000-01-03
1
-1
/
+1
*
- added tdb_flags option to tdb_open()
Andrew Tridgell
2000-01-02
1
-1
/
+1
*
when no shares are returned the *shares pointer must be set to null
Andrew Tridgell
1999-12-22
1
-0
/
+2
*
converted all our existing shared memory code to use a tdb database
Andrew Tridgell
1999-12-21
1
-128
/
+295
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-22
/
+62
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-4
/
+5
*
don't core dump in smbstatus if we can't open the shmem system
Andrew Tridgell
1998-10-31
1
-0
/
+1
*
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
1998-10-23
1
-2
/
+43
*
ahh, the joy of deleting large chunks of code that someone else has
Andrew Tridgell
1998-09-05
1
-10
/
+0
*
More 64 bit stuff - now the fcntl locks are 64 bit clean.
Jeremy Allison
1998-09-04
1
-16
/
+25
*
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1998-08-31
1
-3
/
+3
*
Turning on blocking locking code. NB. Blocking lock requests that are not
Jeremy Allison
1998-08-20
1
-0
/
+6
*
Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.
Jeremy Allison
1998-08-19
1
-290
/
+0
*
smbd/nttrans.c: Fixed bug in split off pipe code.
Jeremy Allison
1998-08-17
1
-4
/
+12
[next]