summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke2012-03-161-1/+3
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* s3:dbwrap fix return value of db_tdb_parseChristian Ambach2011-12-161-1/+5
* s3-dbwrap: Remove the "fetch" db_context callbackVolker Lendecke2011-12-151-65/+0
* s3-dbwrap: Make dbwrap_parse_record return NTSTATUSVolker Lendecke2011-12-151-5/+31
* s3-dbwrap: Simplify db_tdb_fetchlock_parse a bitVolker Lendecke2011-12-131-10/+11
* s3-dbwrap: Use simpler code for logging keysVolker Lendecke2011-12-081-18/+23
* s3: Fix some blank line endingsVolker Lendecke2011-12-081-5/+5
* s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam2011-11-301-1/+1
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-291-10/+25
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-2/+6
* s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam2011-10-111-0/+1
* s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_tdbGregor Beck2011-10-111-0/+8
* s3:dbwrap: add specific dbwrap_exists() implementation to dbwrap_tdbGregor Beck2011-10-111-0/+8
* s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam2011-10-111-0/+1
* dbwrap_tdb: handle tdb2 return values properly.Rusty Russell2011-09-141-4/+4
* s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...Michael Adam2011-08-251-1/+6
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-0/+379