summaryrefslogtreecommitdiff
path: root/lib/util/util_tdb.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-12lib:util: Add APIs for fetch/store int64/uint64 values to/from tdbVinit Agnihotri1-0/+97
2021-12-15lib:util: Check return value of tdb_parse_record()Andreas Schneider1-2/+5
2021-05-12lib:util: Fix return value of tdb_fetch_uint32_byblob()Andreas Schneider1-1/+6
2021-04-19lib: Simplify tdb_fetch_int32()Volker Lendecke1-11/+10
2021-04-19lib: Simplify tdb_fetch_uint32_t()Volker Lendecke1-11/+11
2021-04-19lib: Remove unused tdb_traverse_delete_fn()Volker Lendecke1-10/+0
2021-04-19lib: Fix nonempty line endingsVolker Lendecke1-14/+14
2019-06-26lib/util: clang: Fix Value stored during its initialization is never readNoel Power1-1/+4
2017-11-13util_tdb: Make a few functions staticVolker Lendecke1-4/+7
2017-03-28lib: Avoid an includes.hVolker Lendecke1-1/+5
2014-12-16lib: Add tdb_fetch_tallocVolker Lendecke1-0/+33
2014-12-16lib: Add map_unix_error_from_tdbVolker Lendecke1-0/+57
2014-09-18lib: Move tdb lock timeout fns to source3Volker Lendecke1-78/+0
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