r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation
[samba.git] / source3 / tdb / tdb.c
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...
2001-12-10 Martin Pooltdb_open_ex should always "goto fail" in case of error...
2001-12-10 Martin PoolDoc.
2001-12-10 Martin Pooltdb_open_ex: Continue previous refactoring so that...
2001-12-10 Martin Pooltdb_open_ex: Refactor to use a pointer to tdb, rather...
2001-12-04 Martin PoolPut back changes to set errno, which seem to do no...
2001-12-04 Martin Poolundo
2001-12-04 Martin PoolImplement suggestion from tridge to leave the old tdb_o...
2001-12-04 Martin PoolBetter error handling:
2001-12-04 Martin PoolSet errno in tdb_open in cases where we detect an error...
2001-11-09 Tim PotterRemoved #ifdef TDB_DEBUG around tdb_dump_all() and...
2001-10-16 Jeremy AllisonDon't core dump when using spinlocks on a read-only...
2001-10-12 Jeremy AllisonFix for tdb_oob() on TDB_INTERNAL databases.
2001-10-03 Jeremy AllisonEnsure accessing NT member servers works with a Samba...
2001-09-19 Jeremy AllisonPut pwrite code back in expand_file.
2001-09-19 Andrew Tridgelladded a hook to reopen all tdb's after the server fork
next