dns: Use new DNS debugclass in DNS server
[kai/samba.git] / lib / tdb / common / open.c
2012-12-21 Volker Lendecketdb: Make tdb_new_database() follow a more conventional...
2012-12-21 Volker Lendecketdb: Fix blank line endings
2012-10-06 Volker Lendecketdb: Make tdb robust against improper CLEAR_IF_FIRST... save-diskspace-tags/tdb-1.2.11
2012-03-22 Rusty Russelllib/tdb: fix OpenBSD incoherent mmap.
2011-12-19 Rusty Russelltdb: be more careful on 4G files.
2010-11-27 Matthias Dieter... tdb:common/open.c - use "discard_const_p" for certain...
2010-11-12 Stefan Metzmachertdb: set tdb->name early, as it's needed for tdb_name()
2010-10-21 Jelmer Vernooijtdb: Set _PUBLIC_ in C file rather than header files...
2010-09-27 Rusty Russelltdb: TDB_INCOMPATIBLE_HASH, to allow safe changing...
2010-09-27 Rusty Russelltdb: automatically identify Jenkins hash tdbs
2010-09-27 Rusty Russelltdb: add Bob Jenkins lookup3 hash as helper hash.
2010-09-20 Günther Deschnerlib/tdb: fix c++ build warning in tdb_header_hash().
2010-09-16 Andrew Tridgelltdb: added TDB_NO_FSYNC env variable
2010-09-13 Rusty Russelltdb: put example hashes into header, so we notice incor...
2010-05-11 Günther Deschnertdb: remove unused variable in tdb_new_database().
2010-05-05 Rusty Russelltdb: fix short write logic in tdb_new_database
2010-03-25 Volker Lendecketdb: Fix indentation in tdb_new_database()
2010-03-25 Volker LendeckeFix some nonempty blank lines
2010-02-24 Rusty Russelltdb: use tdb_nest_lock() for active lock.
2010-02-22 Rusty Russelltdb: use tdb_nest_lock() for open lock.
2010-02-17 Rusty Russelltdb: cleanup: tdb_have_extra_locks() helper
2010-02-17 Rusty Russelltdb: cleanup: rename global_lock to allrecord_lock.
2010-02-17 Rusty Russelltdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
2010-02-17 Rusty Russelltdb: cleanup: split brlock and brunlock methods.
2009-11-20 Stefan Metzmachertdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTIN...
2009-11-20 Stefan Metzmachertdb: always set tdb->tracefd to -1 to be safe on goto...
2009-10-28 Kirill Smelkovtdb: reset tdb->fd to -1 in tdb_close()
2009-10-21 Rusty Russelllib/tdb: wean off TDB_ERRCODE.
2009-10-21 Rusty Russelllib/tdb: TDB_TRACE support (for developers)
2009-08-28 Rusty Russelllib/tdb: don't overwrite TDBs with different version...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-06 Jeremy AllisonAdd define guards around otherwise unused variable.
2009-07-31 Rusty Russelltdb: don't alter tdb->flags in tdb_reopen_all()
2009-07-31 Rusty Russelltdb: Reimplementation of Metze's "lib/tdb: if we know...
2009-07-31 Rusty Russelltdb: Revert "lib/tdb: if we know pwrite and pread are...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Stefan Metzmacherlib/tdb: if we know pwrite and pread are thread/fork...
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/.