summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-16s3:dbwrap fix return value of db_tdb_parseChristian Ambach1-1/+5
2011-12-15s3-dbwrap: Remove the "fetch" db_context callbackVolker Lendecke1-65/+0
2011-12-15s3-dbwrap: Make dbwrap_parse_record return NTSTATUSVolker Lendecke1-5/+31
2011-12-13s3-dbwrap: Simplify db_tdb_fetchlock_parse a bitVolker Lendecke1-10/+11
2011-12-08s3-dbwrap: Use simpler code for logging keysVolker Lendecke1-18/+23
2011-12-08s3: Fix some blank line endingsVolker Lendecke1-5/+5
2011-11-30s3:dbwrap_tdb: pass NTSTATUS code further up from db_tdb_fetch_parse in db_td...Michael Adam1-1/+1
2011-11-29s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam1-10/+25
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-2/+6
2011-10-11s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael Adam1-0/+1
2011-10-11s3:dbwrap: add specific dbwrap_wipe() implementation to dbwrap_tdbGregor Beck1-0/+8
2011-10-11s3:dbwrap: add specific dbwrap_exists() implementation to dbwrap_tdbGregor Beck1-0/+8
2011-10-11s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam1-0/+1
2011-09-14dbwrap_tdb: handle tdb2 return values properly.Rusty Russell1-4/+4
2011-08-25s3:dbwrap_tdb: correctly catch the error from the return code of tdb_parse in...Michael Adam1-1/+6
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-0/+379