summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap/dbwrap_ctdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap_ctdb: set errno = ENOSYS if clustering is not supportedGregor Beck2012-09-211-0/+1
* s3:dbwrap_ctdb: Add DB name and key to warning messageChristof Schmitt2012-08-311-1/+8
* s3:dbwrap_ctdb: initialize db_record->dbStefan Metzmacher2012-07-311-0/+1
* s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()Michael Adam2012-06-291-1/+3
* s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()Michael Adam2012-06-291-2/+3
* s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() functionMichael Adam2012-06-291-1/+4
* s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()Michael Adam2012-06-291-3/+3
* s3:dbrwap_ctdb: remove commented out legacy codeMichael Adam2012-06-291-5/+1
* s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdbMichael Adam2012-06-291-4/+3
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-1/+1
* s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck2012-06-271-6/+17
* dbwrap: remove get_flags().Rusty Russell2012-06-221-8/+0
* s3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap_ctdb.cMichael Adam2012-05-131-6/+8
* s3:dbwrap: move definition of dbwrap_lock_order to dbwrap.hMichael Adam2012-05-131-0/+1
* s3-dbwrap: Add dbwrap_set_stored_callbackVolker Lendecke2012-04-201-0/+1
* s3-dbwrap: Add dbwrap_db_idVolker Lendecke2012-04-201-0/+11
* s3-dbwrap: Fix an unused var warningVolker Lendecke2012-04-181-0/+2
* s3: Add dbwrap_try_fetch_lockedVolker Lendecke2012-04-171-3/+33
* s3: Enhance the dbwrap needed x attempts msgVolker Lendecke2012-04-031-1/+5
* s3: Avoid a crash with debug level 10Volker Lendecke2012-03-301-1/+2
* s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke2012-03-161-0/+1
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-101-1/+1
* s3-ctdb: Enable CTDB readonly support only if CTDB supports itAmitay Isaacs2012-03-051-0/+4
* dbwrap_ctdb: only fetch a read-only copy if we had a record already.Rusty Russell2012-03-051-2/+7
* dbwrap_ctdb: handle read-only records.Rusty Russell2012-03-051-9/+26
* s3: Use lock_order for setting the db priorityVolker Lendecke2012-01-181-0/+18
* s3: Pass down lock_order to db_open_ctdbVolker Lendecke2012-01-181-2/+4
* s3-dbwrap: Remove the "fetch" db_context callbackVolker Lendecke2011-12-151-1/+0
* s3-dbwrap: Implement db_ctdb_parse_record in terms of db_ctdb_fetchVolker Lendecke2011-12-151-0/+19
* s3:dbwrap: turn the fetch dbwrap method to NTSTATUS return code.Michael Adam2011-11-291-24/+14
* s3:dbwrap_ctdb: re-use map_nt_error_from_tdb() in local tdb_error_to_ntstatus()Michael Adam2011-11-291-14/+1
* s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodooGregor Beck2011-11-251-0/+13
* s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for persis...Stefan Metzmacher2011-10-141-3/+15
* s3:dbwrap_ctdb: fix the build after changing signature of tdb_wrap_open()Michael Adam2011-10-131-1/+7
* s3:dbwrap_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-10-121-2/+1
* s3:dbwrap_ctdb: fix check for skipping the __db_sequence_number__ in traverseMichael Adam2011-10-121-1/+1
* s3-dbwrap_ctdb: fix the build.Günther Deschner2011-10-121-1/+4
* s3:dbwrap: remove m_all marshall buffer from ctdb transaction.Gregor Beck2011-10-121-23/+1
* s3:dbwrap: traverse records created within this transaction.Gregor Beck2011-10-121-1/+39
* s3:dbwrap: move definitions of db_record and db_contect structs to dbwrap_pri...Michael 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_ctdb: improve the check for skipping the __db_sequence_number__ rec...Michael Adam2011-09-281-2/+1
* s3:dbwrap_ctdb: skip the internal __db_sequence_number__ key from (persistent...Michael Adam2011-09-201-0/+26
* s3:dbwrap_ctdb: improve error message in transaction destructorGregor Beck2011-09-071-1/+2
* s3: Silence some warningsVolker Lendecke2011-08-301-0/+19
* s3:dbwrap_ctdb: improve transaction start/commit/cancel debuggingMichael Adam2011-08-151-2/+8
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-0/+1440