summaryrefslogtreecommitdiff
path: root/source3/include/util_tdb.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-18util_tdb: add function tdb_data_string()Gregor Beck1-0/+2
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell1-7/+0
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-05-06lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett1-8/+0
2011-04-14s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner1-2/+2
2010-03-13s3: Make tdb_wrap_open more robustVolker Lendecke1-2/+0
2009-07-15Add tdb_data_cmpVolker Lendecke1-0/+2
2009-01-28s3:util_tdb: remove duplicate prototypes (from ../lib/util/util_tdb.h)Michael Adam1-22/+1
2009-01-28s3: separate tdb validation code out into its own source fileMichael Adam1-15/+0
2009-01-19Remove unused tdb_search_keys()Volker Lendecke1-10/+0
2008-10-23Use common error definitions.Jelmer Vernooij1-1/+1
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-16/+16
2008-03-26util_tdb: remove trivial and unused tdb_wipe().Michael Adam1-2/+0
2008-03-26util_tdb: make the _byblob fetch/store functions public again.Michael Adam1-0/+4
2008-03-25util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam1-2/+1
2008-03-25util_tdb: add the tdb_pack_append() prototype to util_tdb.hMichael Adam1-0/+2
2008-03-25util_tdb: group prototypes in util_tdb.h thematicallyMichael Adam1-13/+20
2008-03-25build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam1-0/+17
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-13/+8
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-10r23600: First step in abstracting the winbindd cache validationMichael Adam1-0/+10
2007-10-10r22739: Make prototypes in include/util_tdb.h of some functions fromMichael Adam1-6/+6
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-3/+4
2007-10-10r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...Volker Lendecke1-0/+5
2007-10-10r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell1-0/+71