- Add some more warning flags for --enable-developer.
[ira/wip.git] / source3 / tdb /
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-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-23 Volker Lendecketdbdump also needs signal.h. Thanks to Guenther Deschne...
2002-09-19 Jeremy Allisontdb tools need #include <signal.h>
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 Tridgelldon't report the faiilure of non-blocking locks. They...
2002-07-11 Jeremy Allison*Experimental* new large-scaling printer code. Splits...
2002-06-28 Andrew Tridgelldon't backup to a newer file
2002-06-03 Tim PotterAdded tdb_delete_by_string() function.
2002-05-22 Andrew Tridgellauto-recover from the fairly common case of a non-clean...
2002-04-30 Jean-François Mico... fixed tdbtool from core dumping. But the braces to...
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-16 Andrew Tridgellignore a few more files
2002-04-14 Andrew BartlettExtra file for the tdb search code (linked list definit...
2002-04-14 Andrew BartlettPartly based on the work by mimir (Rafal Szczesniak
2002-04-13 Andrew BartlettMake our atomic increment code actually do this during...
2002-04-10 Jeremy AllisonAdded Shirish's client side caching policy change.
2002-04-09 Tim PotterWhen printing a tdb log message display "unnamed" inste...
2002-04-07 Simo Sorceuint32 store and fectch functions, a signed int is...
2002-04-07 Simo Sorcebetter check of called function's return
2002-03-21 Jeremy AllisonMake winbindd_idmap tdb endian independent. This is...
2002-03-11 Andrew Tridgella bit more portability for tdbbackup
2002-03-10 Andrew Tridgellmake tdbbackup more portable
2002-03-10 Andrew Tridgellprevent bogus compiler complaints about comments in...
2002-03-09 Andrew Tridgelladded a bunch of explanation about tdbbackup
2002-03-09 Andrew Tridgelldon't use -pg by default when building standalone
2002-03-08 Andrew Tridgelladded -v and -s options
2002-03-07 Andrew Tridgelladded a tdb backup utility
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-22 Tim PotterDisplay tdb name of "unknown" in logging debug when...
2002-01-20 Andrew BartlettThis is another *BIG* change...
2002-01-18 Jeremy AllisonEnsure we log tdb open fails. Patch from Alexander...
2002-01-09 Jeremy AllisonMove SAFE_FREE into tdb.c to stop exporting it into...
2002-01-09 Jeremy AllisonAdded int32 version of "atomic" update.
2002-01-09 Jeremy AllisonAdded int32 versions of the endian-dependent code.
2002-01-03 Jeremy AllisonFixed nasty cast of tdb_delete in traversals.
2002-01-02 Jeremy Allisondebug statement fixups.
2001-12-31 Andrew Tridgellmore irix -64 portability fixes
2001-12-20 Martin PoolIgnore torture.tdb
2001-12-20 Andrew Tridgellnet ads password and net ads chostpass commands from...
2001-12-13 Jeremy AllisonMust check against -1 for fcntl error check.
2001-12-12 Herb Lewisadd *.po32 to ignore list
2001-12-11 Jeremy AllisonFix up warnings. Make tdb_openXX() names const.
2001-12-11 Jeremy AllisonTidyups to remove warnings on tdb standalone code.
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-10 Tim PotterFormatting fixup.
2001-12-09 Andrew Tridgelladded a simple tdbdump utility
2001-12-05 Jean-François Mico... changed the DEBUG level of tdb_pack and tdb_unpack...
2001-12-04 Jeremy AllisonTidup.
2001-12-04 Martin PoolPut back changes to set errno, which seem to do no...
2001-12-04 Martin PoolFix headers. This I know is correct.
2001-12-04 Martin PoolFix headers. This I know is correct.
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 PoolMagic file for TDB databases.
2001-12-04 Martin PoolSet errno in tdb_open in cases where we detect an error...
2001-12-03 Jeremy AllisonAdded prototypes for new fns. Thanks Elrond.
2001-12-03 Tim PotterDon't display any data if tdb_fetch() failed in the...
2001-12-03 Tim PotterUpdated definition of fstring.
2001-11-28 Tim PotterAdded a 'keys' command to tdbtool which prints out...
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-06 Anton BlanchardPPC spinlocks work again. Sorry, my bad.
2001-10-03 Jeremy AllisonEnsure accessing NT member servers works with a Samba...
2001-09-27 Andrew Tridgellfixed compilation of tdbtorture
2001-09-24 Andrew Tridgelltdbtorture updates from when I was trying to track...
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
2001-09-19 Jeremy AllisonFix based on Andrew's insight as re-using a tdb after...
2001-09-19 Jeremy AllisonReturn correct error code on lock fail in tdb_expand.
2001-09-18 Jeremy AllisonRoll back earlier fix after talking with Andrew. The...
2001-09-18 Jeremy AllisonFixed a couple of nasty bugs only easily seen with...
2001-09-06 Andrew Tridgellflush stdout in test logging fns
2001-09-06 Andrew Tridgelluse a different test tdb name for tdbtest and tdbtorture
2001-09-06 Andrew Tridgellactually obey the "use mmap" smb.conf option
2001-08-29 Tim PotterRenamed rwlock_t type to tdb_rwlock_t to avoid conflict...
2001-08-19 Anton BlanchardAdd missing gcc memory barriers, this bug showed up...
2001-08-07 Tim PotterPatch for having spaces in tdb keys, NULL termination...
2001-08-04 Volker LendeckePrint an error message if database could not be opened.
2001-08-02 Jeremy AllisonAdded mmap fix to pass lock test from HP.
next