Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[metze/samba/wip.git] / source3 / locking / brlock.c
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Andrew Tridgellgot rid of USE_TDB_MMAP_FLAG as its not needed any...
2001-09-06 Andrew Tridgelluse NTSTATUS not BOOL in do_lock()
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-26 Jeremy AllisonDon't use CLEAR_IF_FIRST if opening read-only.
2001-08-24 Andrew Tridgellwe now have all but the dreaded 0/0 lock working
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-07-30 Jeremy AllisonAdded "use mmap" for HPUX.
2001-06-30 Jeremy AllisonFixed the first locking error (test #8 found by locktes...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-05-23 Jeremy AllisonStupid typo. Should be if (!tdb).
2001-05-22 Jeremy AllisonDefensive brlock and locking database cleaning code.
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-11-17 Jeremy AllisonFix from John Reilly for equivalence tests.
2000-06-13 Andrew Tridgelladd some brackets
2000-05-10 Herb LewisUsing a structure for a tdb key can lead to insideous...
2000-05-05 Jeremy AllisonFix for uninitialized memory read in brlock code. brl_l...
2000-05-03 Jeremy AllisonFix based on Elrond's code to reduce the store size...
2000-05-03 Andrew Tridgell- clear dead locks at startup
2000-05-03 Jeremy AllisonFix for stacking locks in brlock and POSIX. Windows...
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
2000-04-27 Jeremy AllisonOk - this is more subtle than it looks :-).
2000-04-27 Jeremy AllisonFixed subtle unlocking bug when a file is closed. We...
2000-04-25 Jeremy AllisonAdded the hard code :-).
2000-02-04 Luke Leighton1) added void* state argument to tdb_traverse. guess...
2000-01-16 Andrew Tridgelladded code to allow traversal of the byte range lock...
2000-01-14 Andrew Tridgelldamn, Solaris already has a "enum lock_type"
2000-01-14 Andrew Tridgellwe now pass all byte range locking tests
2000-01-13 Andrew Tridgellthe bulk of the new byte range locking coode