dns: Use new DNS debugclass in DNS server
[kai/samba.git] / lib / tdb / common / tdb.c
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-01-06 Ira CooperFix compile when TDB_TRACE is enabled.
2011-12-25 Volker Lendecketdb: Use tdb_parse_record in tdb_update_hash
2011-12-19 Volker Lendecketdb: Avoid a malloc/memcpy in _tdb_store
2011-08-16 Rusty Russelltdb: increment sequence number in tdb_wipe_all().
2011-03-27 Volker Lendecketdb: Fix Coverity ID 2192: NO_EFFECT
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-02-28 Volker Lendecketdb: If tdb_parse_record does not find a record, return...
2010-02-17 Rusty Russelltdb: use tdb_nest_lock() for seqnum lock.
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2010-02-22 Brad HardsSpelling fixes for tdb.
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-10-25 Andrew Tridgelltdb: detect tdb store of identical records and skip
2009-10-23 Stefan Metzmachertdb: rename 'struct list_struct' into 'struct tdb_record'
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-09-07 Günther Deschnertdb: fix c++ build warning.
2009-07-30 Rusty Russellrealloc() has that horrible overloaded free semantic...
2009-05-21 Jim McDonoughDetect tight loop in tdb_find()
2008-12-16 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-16 Andrew Tridgellimported the tdb_repack() code from CTDB
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-18 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-09-17 Jelmer VernooijMove common libraries from root to lib/.