summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_open.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: add function dbwrap_wipe()Gregor Beck2011-10-111-0/+3
* s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam2011-10-111-0/+1
* s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.hMichael Adam2011-10-111-0/+1
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam2011-07-291-0/+27
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+92