This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[tprouty/samba.git] / source / locking / locking.c
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-05 Richard SharpeMinor comment updates ...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonTidy up some formatting. Get ready for allowing bad...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jeremy AllisonFinal fix for the bug tridge found. Only push locks...
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-24 Andrew BartlettMerge off-by-one fix from HEAD (caused crash with ...
2003-02-24 Andrew BartlettFix 2 off-by-one bugs in the use of malloc()ed strings...
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettUse safe_strcpy() instead of pstrcpy() for malloced...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-11 Jeremy AllisonFix missing braces around push lock call.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-21 Jeremy AllisonFailing to find an entry when doing mod_share_entry...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-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 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-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-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-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-22 Jeremy AllisonDefensive brlock and locking database cleaning code.
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-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-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-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
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...
2000-04-11 Jeremy Allisoninclude/byteorder.h: ALIGN4/ALIGN2 macros.
2000-04-10 Andrew Tridgellthe first of a bunch of changes to code with getting...
2000-02-07 Tim PotterFixed compile warning in locking.c:traverse_fn()
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"
next