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
/
locking.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
-12
/
+9
2001-09-05
2nd DELETE_ON_CLOSE_FLAG fix ...
Andrew Tridgell
1
-3
/
+3
2001-09-04
the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...
Andrew Tridgell
1
-6
/
+6
2001-08-27
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
1
-1
/
+1
2001-08-27
started converting NTSTATUS to be a structure on systems with gcc in order to...
Andrew Tridgell
1
-6
/
+6
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-22
/
+13
2001-08-24
0 byte lock ranges ARE valid
Andrew Tridgell
1
-6
/
+3
2001-08-22
Tidyup fixes for fcntl spin problem.
Jeremy Allison
1
-11
/
+30
2001-08-22
Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.
Jeremy Allison
1
-17
/
+35
2001-08-21
Missed uninitialized variable return for del_share_mode().
Jeremy Allison
1
-1
/
+1
2001-08-21
This is Jeremy pretending to be Volker, 'cos the
Volker Lendecke
1
-64
/
+136
2001-08-20
Ensure we are very explicit about what we're comparing when
Jeremy Allison
1
-4
/
+4
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
1
-1
/
+1
2001-07-02
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
1
-6
/
+6
2001-06-30
Ensure we return correct error on trying to unlock a region not locked.
Jeremy Allison
1
-2
/
+2
2001-06-30
Fixed the first locking error (test #8 found by locktest code from
Jeremy Allison
1
-3
/
+15
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
1
-1
/
+1
2001-05-22
Defensive brlock and locking database cleaning code.
Jeremy Allison
1
-2
/
+81
2001-03-30
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
1
-32
/
+39
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-7
/
+4
2000-12-06
tdb_unlockchain() no longer returns a value
Tim Potter
1
-4
/
+4
2000-12-06
Changed to sourceforge tdb code. This includes spinlocks (so we now have
Jeremy Allison
1
-4
/
+4
2000-09-11
the first cut of the internal messaging system.
Andrew Tridgell
1
-1
/
+1
2000-06-13
allow posix locking database to be opened read-only (for smbstatus)
Andrew Tridgell
1
-1
/
+1
2000-05-10
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
1
-0
/
+2
2000-05-05
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
1
-1
/
+1
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-8
/
+8
2000-04-28
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
1
-628
/
+13
2000-04-28
Forgot to close when "posix locking" is set to False.
Jeremy Allison
1
-2
/
+5
2000-04-28
Added optimization where we are single opener (don't free POSIX locks).
Jeremy Allison
1
-1
/
+21
2000-04-28
Made changes suggested by Andrew review.
Jeremy Allison
1
-37
/
+52
2000-04-27
Ok - this is more subtle than it looks :-).
Jeremy Allison
1
-7
/
+13
2000-04-27
Fixed subtle unlocking bug when a file is closed. We need to store the
Jeremy Allison
1
-6
/
+5
2000-04-27
Did the rewrite Andrew wanted where all knowledge of POSIX locking is
Jeremy Allison
1
-5
/
+179
2000-04-27
Fixed crash bugs Andrew pointed out with LOCK4 smbtorture
Jeremy Allison
1
-10
/
+7
2000-04-25
Added the hard code :-).
Jeremy Allison
1
-50
/
+121
2000-04-24
Added the code that keeps fd's open across a close if there are other fsp's
Jeremy Allison
1
-36
/
+23
2000-04-23
fixed a locking database bug - it was actually harmless except that
Andrew Tridgell
1
-2
/
+10
2000-04-22
This is a *big* checkin that may break some things, but implements the
Jeremy Allison
1
-1
/
+2
2000-04-18
locking/locking.c: Fixed placeholder code for POSIX locking.
Jeremy Allison
1
-17
/
+49
2000-04-13
Typo - missing '}'.
Jeremy Allison
1
-0
/
+1
2000-04-12
Removed "ole locking compat" parameter (no longer used).
Jeremy Allison
1
-18
/
+113
2000-04-12
Implmented mapping of lock offset/count from 64 bit MS ranges
Jeremy Allison
1
-13
/
+157
2000-04-12
Code to map tdb locks onto POSIX. Mainly placeholder code at the moment,
Jeremy Allison
1
-9
/
+157
2000-04-11
include/byteorder.h: ALIGN4/ALIGN2 macros.
Jeremy Allison
1
-3
/
+3
2000-04-10
the first of a bunch of changes to code with getting rid of the fd_ptr
Andrew Tridgell
1
-6
/
+23
2000-02-07
Fixed compile warning in locking.c:traverse_fn()
Tim Potter
1
-1
/
+2
2000-02-04
1) added void* state argument to tdb_traverse. guess what! there were
Luke Leighton
1
-5
/
+5
2000-01-16
added code to allow traversal of the byte range lock database
Andrew Tridgell
1
-1
/
+1
[next]