summaryrefslogtreecommitdiff
path: root/lib/tdb/tdb.signatures
AgeCommit message (Collapse)AuthorFilesLines
2011-01-01talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij1-61/+0
2010-10-23tdb: Revert re-addition of tdb_set_logging_function.Jelmer Vernooij1-1/+0
I accidentally committed this patch which we carry in the Debian packages. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104
2010-10-21Lowercase socket_wrapper name.Jelmer Vernooij1-0/+1
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104
2010-03-26tdb: update exports and signatures filesSimo Sorce1-0/+1
2009-12-21tdb: Fix formatting of API check file.Jelmer Vernooij1-1/+1
2009-10-22lib/tdb: add tdb_check()Rusty Russell1-0/+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>
2009-07-03Sort the signature filesSimo Sorce1-43/+43
2009-06-15Add exports file and abi checker for tdbSimo Sorce1-0/+59
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