summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap.c
Commit message (Expand)AuthorAgeFilesLines
* dbwrap: don't panic in db_open_trans() if called with TDB_CLEAR_IF_FIRST.Michael Adam2008-07-151-1/+1
* dbwrap: don't panic in db_open_trans() when attaching to ctdb fails.Michael Adam2008-07-151-2/+0
* dbwrap: don't panic in db_open() when attaching to ctdb fails.Michael Adam2008-07-151-2/+1
* dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_open_trans.Michael Adam2008-07-151-1/+8
* dbwrap: when clustering = yes, don't fall back to db_open_tdb in db_openMichael Adam2008-07-151-1/+8
* Fix the build of db_open_trans with CLUSTER_SUPPORT enabledVolker Lendecke2008-04-141-0/+2
* dbwrap: use db_open_tdb2() in for db_open_trans() if "dbwrap:use_tdb2=yes"Stefan Metzmacher2008-04-121-2/+57
* dbwrap: add db_open_trans()Stefan Metzmacher2008-03-271-0/+15
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-2/+10
* Add dbwrap bystring service routinesVolker Lendecke2007-12-101-0/+42
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23410: Merge the core of the cluster code.Volker Lendecke2007-10-101-0/+26
* r22775: For the cluster code I've developed a wrapper around tdb to put diffe...Volker Lendecke2007-10-101-0/+61