summaryrefslogtreecommitdiffstats
path: root/source3/lib/dbwrap_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-379/+0
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-2/+2
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-201-1/+1
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-201-4/+1
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-201-1/+2
* tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-091-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* Replace short-lived NULL talloc contexts with talloc_tos().Jeremy Allison2009-07-161-1/+1
* Add db_tdb_parseVolker Lendecke2009-02-261-0/+12
* s3:dbwrap: add get_flags() hook to db_contextStefan Metzmacher2009-01-191-0/+9
* Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal.Jelmer Vernooij2008-10-181-3/+3
* Add transactions to the dbwrap APIVolker Lendecke2008-03-101-0/+24
* Return NOTFOUND from db_tdb_delete if the record does not existVolker Lendecke2008-02-021-2/+9
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-3/+1
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-10/+11
* Tiny cosmetic fixVolker Lendecke2008-01-101-2/+1
* make db_tdb_fetch use tdb_parse_recordVolker Lendecke2008-01-071-13/+33
* Change db_tdb_fetch_locked to use only one tallocVolker Lendecke2008-01-071-35/+53
* Add db_tdb_fetchVolker Lendecke2007-12-101-0/+27
* Fix dbwrap debug outputVolker Lendecke2007-11-091-3/+3
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-2/+1
* r24773: Fix a ctdb connection lockupVolker Lendecke2007-10-101-3/+6
* 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
* r23313: Janitor for tridge:Volker Lendecke2007-10-101-24/+13
* r23220: Add traverse_read to dbwrapVolker Lendecke2007-10-101-0/+41
* r23170: Add map_nt_error_from_tdb()Volker Lendecke2007-10-101-2/+8
* r22775: For the cluster code I've developed a wrapper around tdb to put diffe...Volker Lendecke2007-10-101-0/+227