summaryrefslogtreecommitdiff
path: root/lib/util/util_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2013-02-19lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck1-0/+15
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell1-0/+79
2012-06-19lib/util_tdb: depend directly on tdb, not tdb_compat.Rusty Russell1-4/+4
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell1-4/+0
2012-04-18lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett1-1/+64
2011-12-06lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam1-1/+2
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck1-0/+4
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell1-4/+4
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell1-7/+7
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell1-3/+3
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell1-1/+1
2011-02-28tdb: Use <tdb.h> to include tdb so system headers are found when building aga...Jelmer Vernooij1-1/+1
2010-02-22Spelling fixes for libutilBrad Hards1-2/+2
2010-02-12s3: Add tdb_data_equalVolker Lendecke1-0/+8
2009-10-11Fix builds with external tdbSimo Sorce1-1/+1
2009-05-11Ensure documentation matches the tdb_util function usage.Jeremy Allison1-2/+2
2008-10-12Use common util_file code.Jelmer Vernooij1-2/+2
2008-10-12Sync util_tdb implementations.Jelmer Vernooij1-233/+27
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
2008-10-11Move lib/util from source4 to top-level libutil.Jelmer Vernooij1-0/+546