Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-11 | s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.h | Michael Adam | 1 | -0/+1 | |
2011-09-14 | dbwrap_tdb: handle tdb2 return values properly. | Rusty Russell | 1 | -4/+4 | |
TDB2 versions of tdb_parse_record etc return an error code, not -1. Turn those into -1/0 in dbwrap_tdb to insulate the rest of the code from that change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> | |||||
2011-08-25 | s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse ↵ | Michael Adam | 1 | -1/+6 | |
in db_tdb_fetch() | |||||
2011-07-29 | s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/ | Michael Adam | 1 | -0/+379 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104 |