Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-19 | ldb: use tdb directly, not tdb_compat. | Rusty Russell | 1 | -2/+3 | |
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2012-01-30 | ldb_wrap.c: fix TDB2-incompatible API usage. | Rusty Russell | 1 | -1/+1 | |
Auditing revealed one place still expecting a -1 return on failure: tdb2 returns the (negative) errcode directly, so the portable way to do this is to check for != 0. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-07-05 | ldb: make ldb a top level library for Samba 4.0 | Andrew Bartlett | 1 | -0/+365 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> |