summaryrefslogtreecommitdiff
path: root/source3/include/dbwrap.h
AgeCommit message (Expand)AuthorFilesLines
2011-04-04s3: add function dbwrap_traverseGregor Beck1-0/+4
2011-04-04s3: add function dbwrap_trans_traverseGregor Beck1-0/+3
2011-03-24s3-prototypes: remove protos of some dead functions.Günther Deschner1-5/+0
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+38
2010-03-14s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2009-03-27Fix bug #6195 - Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb c...Jeremy Allison1-0/+2
2009-02-26Add dbwrap->parse_recordVolker Lendecke1-0/+4
2009-01-19s3:dbwrap: add dbwrap_delete(), dbwrap_store() and dbwrap_fetch()Stefan Metzmacher1-0/+5
2009-01-19s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher1-0/+1
2008-08-13first cut at adding full transactions for ctdb to samba3Andrew Tridgell1-6/+0
2008-04-12dbwrap: add dbwrap_tdb2 backendStefan Metzmacher1-0/+8
2008-03-28Fix a confusing variable nameVolker Lendecke1-2/+2
2008-03-27dbwrap: add db_open_trans()Stefan Metzmacher1-0/+5
2008-03-25build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam1-0/+21
2008-03-10Add transactions to the dbwrap APIVolker Lendecke1-0/+3
2008-01-16Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy1-0/+1
2007-12-10Add dbwrap bystring service routinesVolker Lendecke1-0/+5
2007-11-22Cosmetic fixVolker Lendecke1-3/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23220: Add traverse_read to dbwrapVolker Lendecke1-0/+4
2007-10-10r22775: For the cluster code I've developed a wrapper around tdb to put diffe...Volker Lendecke1-0/+51