summaryrefslogtreecommitdiffstats
path: root/lib/tdb/common/open.c
Commit message (Expand)AuthorAgeFilesLines
* tdb: add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behaviorStefan Metzmacher2009-12-201-0/+17
* tdb: always set tdb->tracefd to -1 to be safe on goto failStefan Metzmacher2009-12-201-4/+3
* tdb: reset tdb->fd to -1 in tdb_close()Kirill Smelkov2009-12-201-1/+3
* lib/tdb: wean off TDB_ERRCODE.Rusty Russell2009-10-231-2/+4
* lib/tdb: TDB_TRACE support (for developers)Rusty Russell2009-10-231-2/+29
* lib/tdb: don't overwrite TDBs with different version numbers.Rusty Russell2009-08-281-5/+7
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-07-311-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-07-311-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-07-311-5/+0
* lib/tdb: if we know pwrite and pread are thread/fork safe tdb_reopen_all() sh...Stefan Metzmacher2009-02-251-0/+5
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+488