summaryrefslogtreecommitdiffstats
path: root/lib/ntdb/ABI
Commit message (Collapse)AuthorAgeFilesLines
* Release ntdb 1.0.Jelmer Vernooij2013-11-161-0/+38
| | | | | Autobuild-User(master): Jelmer Vernooij <jelmer@samba.org> Autobuild-Date(master): Sat Nov 16 19:06:59 CET 2013 on sn-devel-104
* ntdb: remove ntdb_error()Rusty Russell2012-06-191-1/+0
| | | | | | | | It was a hack to make compatibility easier. Since we're not doing that, it can go away: all callers must use the return value now. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
* TDB2: Goodbye TDB2, Hello NTDB.Rusty Russell2012-06-191-0/+39
This renames everything from tdb2 to ntdb: importantly, we no longer use the tdb_ namespace, so you can link against both ntdb and tdb if you want to. This also enables building of standalone ntdb by the autobuild script. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>