summaryrefslogtreecommitdiff
path: root/ccan/ntdb/test/api-add-remove-flags.c
AgeCommit message (Collapse)Author
2015-03-20ntdb: fix up tests.Rusty Russell
Mainly include path fixes. Also Samba's unit tests were enhanced to detect the prefixes helpapi and helprun to indicate an object was to be linked against only api/run tests. We hack around that by #including the helper code instead. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-03-16ntdb: next-generation trivial key-value databaseDavid Disseldorp
ntdb is a partial rewrite of Samba's Trivial Database, providing > 4GB database scalability and an improved API. Obtained from the Samba repository at git://git.samba.org/samba.git, as of bd13405e8570e9a5942165a8c52a2bc3fdc9d96e. See Samba's Git changelog for authorship details. Signed-off-by: David Disseldorp <ddiss@suse.de>