summaryrefslogtreecommitdiffstats
path: root/lib/tdb/libtdb.m4
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-41/+0
| | | | | | | | | | | We are now confident that that waf build system meets enough of our needs that we will work to improve it, rather than maintain two build systems. Andrew Bartlett Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* tdb: add tdb_rescue()Rusty Russell2012-10-041-1/+1
| | | | | | | | This allows for an emergency best-effort dump. It's a little better than strings(1). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb: tdb_summary() support.Rusty Russell2010-12-291-1/+1
| | | | | Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-271-1/+1
| | | | | | Sorry Jeremy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb: add TDB_DEPS variable filled with required librariesBjörn Jacke2010-08-131-0/+6
| | | | | This is required for Solaris, which needs to link in librt to make use of fdatasync().
* lib/tdb: add tdb_check()Rusty Russell2009-10-221-1/+1
| | | | | | | | ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* tdb: fix define of tdbdir when srcdir != "."Björn Jacke2009-07-031-2/+2
|
* Add exports file and abi checker for tdbSimo Sorce2009-06-151-0/+5
| | | | | | | | This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tdb.h contents and the gcc -aux-info option
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+30