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
Age
Commit message (
Expand
)
Author
Files
Lines
2001-08-24
we now have all but the dreaded 0/0 lock working
Andrew Tridgell
1
-30
/
+67
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-08-13
Add printing of errno when POSIX lock requests fail.
Jeremy Allison
1
-3
/
+3
2001-08-12
this is a big global fix for the ptr = Realloc(ptr, size) bug.
Simo Sorce
2
-6
/
+13
2001-07-30
Added "use mmap" for HPUX.
Jeremy Allison
2
-2
/
+2
2001-07-02
Fixed the nastiest locking bug to track down.... smb_pids are sent in the
Jeremy Allison
2
-7
/
+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
2
-6
/
+45
2001-06-04
use LDSHFLAGS not -shared in several places
Andrew Tridgell
3
-4
/
+4
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
2
-8
/
+124
2001-04-13
Merge of Andrew's changes in 2.2.
Jeremy Allison
1
-3
/
+1
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
2
-9
/
+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
2
-17
/
+17
2000-11-17
Fix from John Reilly for equivalence tests.
Jeremy Allison
1
-1
/
+1
2000-10-06
Herb's warning fixes. Also the POSIX locking fix.
Jeremy Allison
1
-1
/
+1
2000-10-06
Restructuring of vfs layer to include a "this" pointer - can be an fsp or
Jeremy Allison
1
-6
/
+6
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
2
-11
/
+11
2000-06-13
add some brackets
Andrew Tridgell
1
-1
/
+1
2000-05-25
Fixed misunderstanding found during CIFS conference. Overlapping lock
Jeremy Allison
1
-340
/
+278
2000-05-10
Using a structure for a tdb key can lead to insideous, hard
Herb Lewis
3
-20
/
+25
2000-05-05
Fix for uninitialized memory read in brlock code. brl_locktest now needs
Jeremy Allison
2
-2
/
+3
2000-05-05
Two fixes. Added missong logic & case in lock split code.
Jeremy Allison
1
-4
/
+12
2000-05-04
Updated to fix overlapping problem.
Jeremy Allison
1
-68
/
+142
2000-05-04
Fix for debug statement crash.
Jeremy Allison
1
-1
/
+1
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
Fixed the bug locktest.c found, it was an off-by-one error in the non-overlap
Jeremy Allison
1
-1
/
+1
2000-05-03
Fixed silly bug where I wasn't checking for matching fd's in closing a file.
Jeremy Allison
1
-7
/
+24
2000-05-03
Added range info to the panic message to track down the bug with
Jeremy Allison
1
-1
/
+5
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
2
-92
/
+130
2000-05-02
Implemented the last (I hope:-) part of the locking puzzle, the reference
Jeremy Allison
1
-23
/
+90
2000-05-02
split the username in the vuser structure into a separate
Andrew Tridgell
1
-1
/
+2
2000-05-02
Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS
Jeremy Allison
1
-3
/
+121
2000-05-02
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
1
-8
/
+8
2000-05-01
locking/posix.c: Fixed double-free nasty crash bug found by insure.
Jeremy Allison
1
-3
/
+0
2000-05-01
added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
Andrew Tridgell
1
-3
/
+3
2000-04-30
- removed all our old wildcard matching code and replaced it with a
Andrew Tridgell
1
-2
/
+2
2000-04-29
Removed tdb locking calls (picky Andrew...:-)
Jeremy Allison
1
-25
/
+12
2000-04-28
Ok - this is the *third* implementation of this (third time's the charm :-).
Jeremy Allison
3
-1122
/
+137
2000-04-28
Split off of POSIX locking into separate unit as Andrew requested.
Jeremy Allison
1
-0
/
+1208
2000-04-28
Forgot to close when "posix locking" is set to False.
Jeremy Allison
1
-2
/
+5
[prev]
[next]