r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
[idra/samba.git] / source3 / tdb / tdb.c
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr14954: Fix #3569 based on William Jojo's work. AIX...
2007-10-10 Jeremy Allisonr14030: Fix resource leak in error codepath. Coverity...
2007-10-10 Jeremy Allisonr13792: Merged Simo's fixes for tdbtraverse.
2007-10-10 Jeremy Allisonr10355: Merge back the clear-if-first fix from Samba4...
2007-10-10 Jeremy Allisonr9852: Add tridge's Samba4 tdb optimisations.
2007-10-10 Volker Lendecker9095: Add crude chainlength statistics to the crude...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Jeremy Allisonr7640: Fix based on work from "Shlomi Yaakobovich...
2007-10-10 Gerald Carterr7139: trying to reduce the number of diffs between...
2007-10-10 Herb Lewisr6623: This change fixes a few broken commands plus...
2007-10-10 Jeremy Allisonr6235: Partial fix for bugid #2581. Ensure if realloc...
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
2007-10-10 Derrell Lipmanr6127: Eliminated all compiler warnings pertaining...
2007-10-10 Jeremy Allisonr5532: Patch to detect infinite loops when traversing...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2999: Remove lockedkeys code. Not used.
2007-10-10 Jeremy Allisonr2979: Fix incorrect locks/unlocks in tdb_lockkeys...
2007-10-10 Jim McDonoughr2239: Fixup formatting errors in TDB_LOG calls. Add...
2007-10-10 Jim McDonoughr2131: Fixup format string. The magic value format...
2007-10-10 Jeremy Allisonr2032: If you're selecting a hash algorithm for tdb...
2007-10-10 Jeremy Allisonr2026: Simplify statcache to use an in-memory tdb....
2004-03-28 Andrew Tridgellmerge tdb changes from samba4 - this means tdb is now...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-19 Jeremy AllisonFix the "too many fcntl locks" scalability problem...
2004-02-01 Tim PotterMerge from 3.0:
2004-02-01 Tim PotterDon't log an error in tdb_brlock() if a non-blocking...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2004-01-08 Andrew BartlettIn tdb_allocate(), we would create a new record by...
2003-10-24 Jeremy AllisonJanitorial duty for tpot. Merge tdb error log fix.
2003-10-24 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-10-24 Tim PotterAdd some debugs in the error paths for tdb_brlock(...
2003-10-20 Jeremy AllisonMerge tridge's tdb updates.
2003-10-18 Andrew Tridgellfixed spinlocks in tdb
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-06 Jeremy AllisonChange some internal interfaces to cause the hash ...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-20 Andrew Tridgellfixed a bug found by volker
2003-04-14 Tim PotterComment syncup.
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-13 Tim PotterMerge of tdb_unlockeys() crash fix.
2003-03-13 Tim PotterFixed crash bug when calling tdb_unlockkeys() with...
2003-03-11 Martin PoolNote about using Valgrind with tdbs.
2003-03-11 Martin PoolWhen opening an existing DB, don't require the hash_siz...
2003-03-11 Martin PoolWhen opening an existing DB, don't require the hash_siz...
2003-02-20 Jeremy AllisonEnsure tdb error code is set for corrupt and i/o errors...
2003-02-20 Jeremy AllisonEnsure tdb error code is set for corrupt and i/o errors...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-14 Martin PoolDoc
2003-02-04 Jeremy AllisonEnsure we overwrite a tdb if the hash size changes.
2003-02-04 Jeremy AllisonEnsure we overwrite a tdb if the hash size changes.
2003-01-11 Jeremy AllisonAdded tdb_append() call. Efficiently adds to an entry...
2003-01-11 Jeremy AllisonAdded tdb_append() call. Efficiently adds to an entry...
2002-11-09 Jeremy AllisonAdd chainlock_read functions to get a read lock. Used...
2002-11-09 Jeremy AllisonAdd chainlock_read functions to get a read lock. Used...
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-10-04 Jeremy AllisonAdd a timeout to tdb_lock_bystring(). Ensure we never...
2002-09-26 Jeremy AllisonMake explicit the difference between a tdb key with...
2002-09-26 Jeremy AllisonMake explicit the difference between a tdb key with...
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-17 Jeremy AllisonNever, *ever* hold a mutex lock in the message database...
2002-08-30 Andrew Tridgellensure that we unlock in case we hit a tdb error
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-15 Andrew Tridgelldon't report the faiilure of non-blocking locks. They...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-05-22 Andrew Tridgellauto-recover from the fairly common case of a non-clean...
2002-04-27 Jeremy AllisonMerge Herb's idmap endian fix.
2002-04-19 Jeremy AllisonWe cannot set errno=0 in any of the wrapper calls as...
2002-04-19 Jeremy AllisonFirst cut at fix for the EINTR problem... More needs...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-04-10 Jeremy AllisonAdded Shirish's client side caching policy change.
2002-04-07 Simo Sorcebetter check of called function's return
2002-03-01 Andrew BartlettVarious comment fixes from Rafal Szczesniak <mimir...
2002-02-27 Jeremy AllisonMemory leak on error condition fixed by Kian Win <codeg...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-22 Tim PotterRaise log level of warning produced when the open(...
2002-01-09 Jeremy AllisonMove SAFE_FREE into tdb.c to stop exporting it into...
2002-01-02 Jeremy Allisondebug statement fixups.
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-13 Jeremy AllisonMust check against -1 for fcntl error check.
2001-12-11 Jeremy AllisonFix up warnings. Make tdb_openXX() names const.
2001-12-10 Martin PoolDoc.
2001-12-10 Martin PoolAllow for internal databases which may have no name.
2001-12-10 Martin PoolLog more error messages.
2001-12-10 Martin PoolLog more error messages.
2001-12-10 Martin PoolAllocate tdb name up front in case log functions want...
2001-12-10 Martin Pooltdb_open_ex: More cleanups: just dynamically allocate...
2001-12-10 Martin PoolRefactor code to check whether already open into its...
next