pytdbpack_calc_reqd_len: Make exception be thrown correctly when a
[samba.git] / source3 / locking /
2002-09-11 Jeremy AllisonFix missing braces around push lock call.
2002-05-21 Jeremy AllisonFailing to find an entry when doing mod_share_entry...
2002-04-17 Jeremy AllisonFix unused warnings with deleted code.
2002-04-17 Andrew Tridgelldisabled the traversal of the brlock database at startu...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-15 Andrew Tridgellif our lock spin code fails then return the first error...
2002-03-14 Jeremy AllisonUse sys_usleep not usleep.
2002-03-13 Jeremy AllisonEnsure we attempt to lock at least once. Only sleep...
2002-03-13 Jeremy Allisoninclude/smb_macros.h: Don't round up an allocation...
2002-03-10 Andrew Tridgellthis attempts to handle the rather bizarre lock cache...
2002-03-05 Andrew Tridgellaccept the 0/0 lock but don't treat it in any sort...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-08 Jeremy AllisonDebugs that print out a share mode table in debug level...
2002-01-05 Jeremy AllisonAdded DEBUG in set_share_mode to track down logic insanity.
2001-12-18 Tim PotterRemoved unused function, delete_fn()
2001-11-30 Jeremy AllisonAfter conversations with Andrew, improved the robustnes...
2001-11-21 Jeremy AllisonDon't scan locking db on closedown.
2001-10-20 Jeremy AllisonMove from timestamp to gen count file id's for finding...
2001-10-19 Jeremy AllisonEnsure we mask off deny modes correctly on being set...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-19 Jeremy AllisonRemoved test code that got added by accident.
2001-09-18 Jeremy AllisonCorrect fix for unaligned memcpy - malloc'ed memory...
2001-09-18 Jeremy AllisonUse structure copy to fix unaligned accesses on 64bit...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Jeremy AllisonFix the 62bit locking onto 32 bit NFS mounts problem...
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-09-05 Andrew Tridgell2nd DELETE_ON_CLOSE_FLAG fix ...
2001-09-05 Jeremy AllisonNFS v2 can return ENOLCK when greater than 31 bit offse...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-26 Jeremy AllisonIgnore locks of length zero as they mean different...
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-24 Andrew Tridgell0 byte lock ranges ARE valid
2001-08-22 Jeremy AllisonTidyup fixes for fcntl spin problem.
2001-08-22 Jeremy AllisonFixed the (incorrect) paranioa fix I put in for the...
2001-08-21 Jeremy AllisonMissed uninitialized variable return for del_share_mode().
2001-08-21 Volker LendeckeThis is Jeremy pretending to be Volker, 'cos the
2001-08-20 Jeremy AllisonEnsure we are very explicit about what we're comparing...
2001-08-13 Jeremy AllisonAdd printing of errno when POSIX lock requests fail.
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-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-30 Jeremy AllisonEnsure we return correct error on trying to unlock...
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-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-12-06 Tim Pottertdb_unlockchain() no longer returns a value
2000-12-06 Jeremy AllisonChanged to sourceforge tdb code. This includes spinlock...
2000-11-17 Jeremy AllisonFix from John Reilly for equivalence tests.
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-09-11 Andrew Tridgellthe first cut of the internal messaging system.
2000-06-13 Andrew Tridgellallow posix locking database to be opened read-only...
2000-06-13 Andrew Tridgelladd some brackets
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 AllisonFix for uninitialized memory read in brlock code. brl_l...
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 AllisonFix based on Elrond's code to reduce the store size...
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 Andrew Tridgell- clear dead locks at startup
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-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
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...
2000-04-28 Jeremy AllisonForgot to close when "posix locking" is set to False.
2000-04-28 Jeremy AllisonAdded optimization where we are single opener (don...
2000-04-28 Jeremy AllisonMade changes suggested by Andrew review.
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-27 Jeremy AllisonDid the rewrite Andrew wanted where all knowledge of...
2000-04-27 Jeremy AllisonFixed crash bugs Andrew pointed out with LOCK4 smbtorture
2000-04-25 Jeremy AllisonAdded the hard code :-).
2000-04-24 Jeremy AllisonAdded the code that keeps fd's open across a close...
2000-04-23 Andrew Tridgellfixed a locking database bug - it was actually harmless...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-18 Jeremy Allisonlocking/locking.c: Fixed placeholder code for POSIX...
2000-04-13 Jeremy AllisonTypo - missing '}'.
2000-04-12 Jeremy AllisonRemoved "ole locking compat" parameter (no longer used).
2000-04-12 Jeremy AllisonImplmented mapping of lock offset/count from 64 bit...
2000-04-12 Jeremy AllisonCode to map tdb locks onto POSIX. Mainly placeholder...
next