summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_open.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap_tdb: Use mutexes on demandVolker Lendecke2014-05-221-0/+19
* s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher2014-03-241-7/+1
* s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher2014-03-241-3/+1
* dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()Michael Adam2014-02-071-9/+1
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+1
* dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' optionStefan Metzmacher2014-02-071-0/+25
* dbwrap: add a dbwrap_flags argument to db_open_ctdb()Michael Adam2014-02-071-1/+1
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-071-1/+2
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* dbwrap: dbwrap_local_open()Rusty Russell2012-06-221-3/+3
* s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett2012-04-181-1/+4
* s3: Open up 3 levels of dbwrap_lock_orderVolker Lendecke2012-04-171-4/+7
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-171-8/+0
* s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke2012-03-161-4/+2
* s3: Pass down lock_order to db_open_ctdbVolker Lendecke2012-01-181-1/+2
* s3: Enforce a lock order in dbwrapVolker Lendecke2012-01-181-0/+3
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-2/+17
* s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke2011-12-081-5/+0
* s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke2011-12-081-3/+0
* s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke2011-12-081-3/+0
* s3: Fix some blank line endingsVolker Lendecke2011-12-081-3/+3
* 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