r2715: Swat-i18n-Patch from Björn Jacke <bjacke@sernet.de>:
[jra/samba/.git] / source3 / locking /
2007-10-10 Jeremy Allisonr2413: Arggg. Stupid, stupid, stupid me ! I added a...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2007-10-10 Gerald Carterr1011: fix bad merge (from a few months ago) and ensure...
2007-10-10 Jeremy Allisonr984: Ensure memmove & memcpy aren't called with len...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-12 Gerald Cartermerge from old APP_HEAD
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
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-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
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-22 Jeremy AllisonWhen checking is_locked() new WRITE locks conflict...
2003-02-22 Jeremy AllisonWhen checking is_locked() new WRITE locks conflict...
2003-02-12 Jeremy AllisonFixes for HPUX only having limited POSIX lock range...
2003-02-12 Jeremy AllisonFixes for HPUX only having limited POSIX lock range...
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-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
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-17 Jeremy AllisonFix unused warnings with deleted code.
2002-04-17 Andrew Tridgelldisabled the traversal of the brlock database at startu...
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-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...
next