dns: Use new DNS debugclass in DNS server
[kai/samba.git] / source3 / locking / posix.c
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-06-13 Andrew Tridgellallow posix locking database to be opened read-only...
2000-05-25 Jeremy AllisonFixed misunderstanding found during CIFS conference...
2000-05-10 Herb LewisUsing a structure for a tdb key can lead to insideous...
2000-05-05 Jeremy AllisonTwo fixes. Added missong logic & case in lock split...
2000-05-04 Jeremy AllisonUpdated to fix overlapping problem.
2000-05-04 Jeremy AllisonFix for debug statement crash.
2000-05-03 Jeremy AllisonFixed the bug locktest.c found, it was an off-by-one...
2000-05-03 Jeremy AllisonFixed silly bug where I wasn't checking for matching...
2000-05-03 Jeremy AllisonAdded range info to the panic message to track down...
2000-05-03 Jeremy AllisonFix for stacking locks in brlock and POSIX. Windows...
2000-05-02 Jeremy AllisonImplemented the last (I hope:-) part of the locking...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-01 Jeremy Allisonlocking/posix.c: Fixed double-free nasty crash bug...
2000-05-01 Andrew Tridgelladded TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-29 Jeremy AllisonRemoved tdb locking calls (picky Andrew...:-)
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
2000-04-28 Jeremy AllisonSplit off of POSIX locking into separate unit as Andrew...