summaryrefslogtreecommitdiffstats
path: root/source3/include/util_tdb.h
Commit message (Expand)AuthorAgeFilesLines
* lib: Move tdb lock timeout fns to source3Volker Lendecke2014-09-181-0/+19
* util_tdb: add function tdb_data_string()Gregor Beck2013-04-181-0/+2
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-221-7/+0
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-201-1/+1
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-8/+0
* s3-build: make sure we pick up system tdb and talloc via #include.Günther Deschner2011-04-141-2/+2
* s3: Make tdb_wrap_open more robustVolker Lendecke2010-03-131-2/+0
* Add tdb_data_cmpVolker Lendecke2009-07-151-0/+2
* s3:util_tdb: remove duplicate prototypes (from ../lib/util/util_tdb.h)Michael Adam2009-01-281-22/+1
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-15/+0
* Remove unused tdb_search_keys()Volker Lendecke2009-01-191-10/+0
* Use common error definitions.Jelmer Vernooij2008-10-231-1/+1
* Sync util_tdb implementations.Jelmer Vernooij2008-10-121-16/+16
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-261-2/+0
* util_tdb: make the _byblob fetch/store functions public again.Michael Adam2008-03-261-0/+4
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-2/+1
* util_tdb: add the tdb_pack_append() prototype to util_tdb.hMichael Adam2008-03-251-0/+2
* util_tdb: group prototypes in util_tdb.h thematicallyMichael Adam2008-03-251-13/+20
* build: don't autogenerate prototypes for util_tdb and dbwrap anymore.Michael Adam2008-03-251-0/+17
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-13/+8
* 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
* r23600: First step in abstracting the winbindd cache validationMichael Adam2007-10-101-0/+10
* r22739: Make prototypes in include/util_tdb.h of some functions fromMichael Adam2007-10-101-6/+6
* r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher2007-10-101-3/+4
* r21076: Two pieces of infrastructure from Samba4: An API-compatible messaging...Volker Lendecke2007-10-101-0/+5
* r19429: moved tdb/common/tdbutil.c into lib/util_tdb.cAndrew Tridgell2007-10-101-0/+71