summaryrefslogtreecommitdiff
path: root/source3/lib/dbwrap.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison2009-03-271-0/+27
* Add dbwrap->parse_recordVolker Lendecke2009-02-261-0/+26
* s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher2009-01-191-8/+26
* first cut at adding full transactions for ctdb to samba3Andrew Tridgell2008-08-131-75/+1
* ensure we give an error code to any routines above that are lookingAndrew Tridgell2008-08-121-0/+3
* 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