summaryrefslogtreecommitdiffstats
path: root/lib/tdb
Commit message (Expand)AuthorAgeFilesLines
* tdb/tools: Allow tdbtool to r/o open mutexed tdbsVolker Lendecke2014-05-221-1/+45
* tdb/tools: add -m option to tdbtortureVolker Lendecke2014-05-221-4/+25
* tdb/test: add marklock deadlock testVolker Lendecke2014-05-222-0/+279
* tdb/test: add mutex related testsVolker Lendecke2014-05-228-1/+1004
* tdb: add TDB_MUTEX_LOCKING supportVolker Lendecke2014-05-2234-21/+1601
* tdb: introduce tdb->hdr_ofsVolker Lendecke2014-05-225-39/+146
* tdb: introduce TDB_SUPPORTED_FEATURE_FLAGSStefan Metzmacher2014-05-224-2/+39
* tdb: use asprintf() to simplify tdb_summary()Stefan Metzmacher2014-05-221-7/+6
* tdb/test: add UNMAP command to external-agent.cVolker Lendecke2014-05-222-0/+8
* tdb/test: add PING command to external-agent.cVolker Lendecke2014-05-222-0/+5
* tdb/test: add shutdown_agent() helper functionVolker Lendecke2014-05-222-6/+21
* tdb/test: add a "skip()" macro.Stefan Metzmacher2014-05-221-0/+1
* tdb/test: correctly use stderr, not stdout, in fail()Stefan Metzmacher2014-05-221-1/+1
* tdb/tools: explicitly use TDB_NOLOCK in tdbdumpVolker Lendecke2014-05-221-1/+9
* tdb/tools: add -l option to tdbtoolVolker Lendecke2014-05-222-2/+37
* tdb/tools: add -l option to tdbbackupVolker Lendecke2014-05-222-5/+25
* tdb: return ENOSYS if the tdb was created with spinlocks.Stefan Metzmacher2014-05-121-0/+1
* pytdb: avoid const warnings by using discard_const_p()Stefan Metzmacher2014-05-121-9/+18
* tdb: consolidate tdb allocation code - re-use dead records at hash top.Michael Adam2014-04-092-43/+13
* tdb/wscript: maintain a global list of unit testsStefan Metzmacher2014-04-021-45/+32
* tdb/test: avoid const warnings by using 'discard_const_p(uint8_t,' instead of...Stefan Metzmacher2014-04-0218-34/+34
* tdb/test: remove "\n" in diag() argumentsStefan Metzmacher2014-04-022-2/+2
* tdb/test: always call fflush() after [f]printf() in tap-interface.hStefan Metzmacher2014-04-021-4/+22
* tdb/tools: avoid const warnings in tdbdump.cStefan Metzmacher2014-04-021-1/+1
* tdb: don't alter errno on success of tdb_open_ex()Stefan Metzmacher2014-04-021-0/+2
* tdb: change version to 1.2.13.Michael Adam2014-03-182-1/+68
* tdb: Reduce freelist contentionVolker Lendecke2014-03-183-30/+93
* tdb: Make "tdb_purge_dead" internally publicVolker Lendecke2014-03-182-1/+2
* tdb: Make "tdb_find_dead" internally publicVolker Lendecke2014-03-182-3/+6
* tdb: Add "last_ptr" to tdb_find_deadVolker Lendecke2014-03-181-4/+13
* tdb: Move adding tailer space to tdb_find_deadVolker Lendecke2014-03-181-3/+4
* tdb: Do a best fit search for dead recordsVolker Lendecke2014-03-181-7/+13
* tdb: Don't purge records to a blocked freelistVolker Lendecke2014-03-181-1/+4
* tdb: Fix a tdb corruptionVolker Lendecke2014-03-181-2/+5
* tdb: always open internal databases with incompatible hash.Michael Adam2014-02-151-0/+5
* tdb: in tdb_delete_hash, make lock/unlock bracket more obviousMichael Adam2014-02-151-1/+1
* tdb: simplify tdb_delete_hash() a bitMichael Adam2014-02-141-12/+5
* tdb: tdbtool: dump record magic with fixed number of 8 hex digitsMichael Adam2014-02-141-1/+1
* tdb: tdbtool: dump record hash with fixed number of 8 hex digitsMichael Adam2014-02-141-1/+1
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* tdb: Avoid reallocs for lockrecsVolker Lendecke2013-12-143-17/+17
* lib/tdb: fix compiler warningsChristian Ambach2013-12-122-8/+8
* tdb tests: Remove custom code for "tdb2", which has been split out into ntdb.Jelmer Vernooij2013-12-061-43/+22
* tdb: Fix some typos in comments.Björn Jacke2013-09-122-5/+5
* tdb: Fix CID 1034959 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* tdb: Fix CID 1034960 Uninitialized scalar variableVolker Lendecke2013-07-221-1/+1
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-172-0/+13
* tdb: Fix typos.Ralph Wuerthner2013-06-071-2/+2
* Add "repack" command to tdbtool documentation.Ralph Wuerthner2013-06-071-1/+9
* tdb: change version to tdb-1.2.12Stefan Metzmacher2013-06-042-1/+68