s3: Use dbwrap_parse_record in fetch_share_mode_unlocked
[kai/samba.git] / source3 / locking / brlock.c
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Volker Lendecker17452: Some C++ warnings
2007-10-10 Jeremy Allisonr17346: Add optimisation vl needs for the cluster code...
2007-10-10 Jeremy Allisonr17314: Optimisation for POSIX locking. If we're downgr...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17279: conn->cnum is the tid we've given to the client...
2007-10-10 Jeremy Allisonr17276: Don't change the POSIX lock ref count if posix...
2007-10-10 Jeremy Allisonr17181: Fix the build farm RAW-READ bug. When making...
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr17046: Ensure we're using the right pointers ...
2007-10-10 Jeremy Allisonr17043: Fix memleak when processing CIFS POSIX lock...
2007-10-10 Jeremy Allisonr17041: Trying to track down a *big* memory leak in...
2007-10-10 Jeremy Allisonr16987: Fix the logic errors in ref-counting Windows...
2007-10-10 Jeremy Allisonr16973: Fix subtle logic error in lock ref counting...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr15419: Never write the same function twice :-). In...
2007-10-10 Jeremy Allisonr15402: Fix for bug #3587. Dead entries can be left...
2007-10-10 Jeremy Allisonr15269: Fix incorrect boolean in assert to make POSIX...
2007-10-10 Tim Potterr15255: Add return statement after abort to placate...
2007-10-10 Jeremy Allisonr15083: Using talloc with destructors is nice and all...
2007-10-10 Jeremy Allisonr15060: The brlock code gets called a lot. Ensure we...
2007-10-10 Jeremy Allisonr15026: Fix warning until POSIX locking finished.
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14763: Add a new tuning parameter, open files database...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Jeremy Allisonr5634: Fix 64-bit overflow problems found by BlueArc...
2007-10-10 Jeremy Allisonr4108: As check_self is *always* False in every invokat...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3050: Steal from Samba4 :-). Make us pass most of...
2007-10-10 Andrew Tridgellr3008: when checking for the existance of a lock we...
2007-10-10 Gerald Carterr1011: fix bad merge (from a few months ago) and ensure...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-12 Gerald Cartermerge from old APP_HEAD
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-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-22 Jeremy AllisonWhen checking is_locked() new WRITE locks conflict...
2003-02-22 Jeremy AllisonWhen checking is_locked() new WRITE locks conflict...
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-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-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.
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