summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap/dbwrap_open.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-03lib: Move lp_ctdbd_socket() to cluster_support.cVolker Lendecke1-0/+1
2014-05-22dbwrap_tdb: Use mutexes on demandVolker Lendecke1-0/+19
2014-03-24s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher1-7/+1
2014-03-24s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher1-3/+1
2014-02-07dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()Michael Adam1-9/+1
2014-02-07dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam1-1/+1
2014-02-07dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' optionStefan Metzmacher1-0/+25
2014-02-07dbwrap: add a dbwrap_flags argument to db_open_ctdb()Michael Adam1-1/+1
2014-02-07dbwrap: add a dbwrap_flags argument to db_open()Michael Adam1-1/+2
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-1/+1
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-3/+3
2012-04-18s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett1-1/+4
2012-04-17s3: Open up 3 levels of dbwrap_lock_orderVolker Lendecke1-4/+7
2012-04-17s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke1-8/+0
2012-03-16s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke1-4/+2
2012-01-18s3: Pass down lock_order to db_open_ctdbVolker Lendecke1-1/+2
2012-01-18s3: Enforce a lock order in dbwrapVolker Lendecke1-0/+3
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-2/+17
2011-12-08s3-dbwrap: Make dbwrap_fallback_wipe privateVolker Lendecke1-5/+0
2011-12-08s3-dbwrap: Make dbwrap_fallback_parse_record privateVolker Lendecke1-3/+0
2011-12-08s3-dbwrap: Make dbwrap_fallback_fetch privateVolker Lendecke1-3/+0
2011-12-08s3: Fix some blank line endingsVolker Lendecke1-3/+3
2011-10-11s3:dbwrap: add function dbwrap_wipe()Gregor Beck1-0/+3
2011-10-11s3:dbwrap: move the db_open_tdb() prototype to a new header dbwrap_tdb.hMichael Adam1-0/+1
2011-10-11s3:dbwrap: move the db_open_ctdb() prototype to a new header dbwrap_ctdb.hMichael Adam1-0/+1
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_is_local() from dbwrap.c to dbwrap_open.cMichael Adam1-0/+27
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+92