summaryrefslogtreecommitdiff
path: root/source3/lib/util_tdb.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: Fix undefined behavior in tdb_unpack()Andreas Schneider2018-12-041-8/+14
* s3:lib: Fix undefined behavior in tdb_pack()Andreas Schneider2018-12-031-7/+6
* s3:lib: Fix uninitialized variableAndreas Schneider2018-12-031-1/+1
* lib: Remove unused tdb_trans_* functionsVolker Lendecke2018-10-271-66/+0
* tdb_unpack: Protect against overflowVolker Lendecke2018-10-081-0/+3
* tdb_unpack: Correct "len" arg for "B" formatVolker Lendecke2018-10-081-2/+2
* tdb_unpack: Convert to size_t for internal calculationsVolker Lendecke2018-10-081-4/+4
* lib: Remove unused tdb_pack_append()Volker Lendecke2018-10-031-34/+0
* s3-lib: Fix format-nonliteral warningAmitay Isaacs2016-08-241-0/+3
* s3-lib: Pass missing argument for format stringAmitay Isaacs2016-08-181-1/+1
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-20/+20
* lib: Remove tdb_open_compatVolker Lendecke2015-03-171-2/+3
* lib: Move tdb lock timeout fns to source3Volker Lendecke2014-09-181-0/+78
* util_tdb: add function tdb_data_string()Gregor Beck2013-04-181-0/+33
* tdb: return unpack error on strdup failureDavid Disseldorp2012-08-311-0/+3
* util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell2012-06-221-81/+0
* TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell2012-06-191-106/+0
* lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2012-04-181-58/+0
* util_tdb: return -1/0 from lock_with_timeout functions.Rusty Russell2011-09-141-2/+2
* tdb_compat: adapt to tdb2 API change.Rusty Russell2011-09-141-3/+4
* s3:lib: fix a comment in tdb_unpack()Michael Adam2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'f' if zero terminatio...Gregor Beck2011-08-151-1/+1
* s3: avoid reading past the end of buffer in tdb_unpack 'P' if zero terminatio...Gregor Beck2011-08-151-1/+3
* source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell2011-06-201-0/+96
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-3/+3
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-6/+11
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-201-0/+4
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-201-6/+2
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-091-1/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+2
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-061-159/+0
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3: Use a switch to implement map_nt_error_from_tdbVolker Lendecke2010-03-141-30/+47
* s3: Make tdb_wrap_open more robustVolker Lendecke2010-03-131-41/+87
* s3-lib: Remove obsolete signal type cast.Andreas Schneider2010-02-231-3/+3
* Fix some nonempty blank linesVolker Lendecke2009-08-071-7/+7
* Add tdb_data_cmpVolker Lendecke2009-07-151-0/+19
* s3: separate tdb validation code out into its own source fileMichael Adam2009-01-281-484/+0
* Remove unused tdb_search_keys()Volker Lendecke2009-01-191-68/+0
* s3-util: for convenience, provide format comments in tdb_unpack().Günther Deschner2009-01-161-7/+7
* Fix race condition in alarm lock processing noticed by Richard Sharpe <realri...Jeremy Allison2009-01-081-1/+1
* Sync util_tdb implementations.Jelmer Vernooij2008-10-121-297/+0
* util_tdb: fix a segfault caused by a fatal typo.Michael Adam2008-04-121-1/+1
* util_tdb: remove trivial and unused tdb_wipe().Michael Adam2008-03-261-17/+0
* util_tdb: make the _byblob fetch/store functions public again.Michael Adam2008-03-261-4/+4
* util_tdb: add my (C) for the tdb validation codeMichael Adam2008-03-251-0/+1
* util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn().Michael Adam2008-03-251-2/+8
* util_tdb: make the _byblob functions static - not currently used elsewhere.Michael Adam2008-03-251-5/+5
* Fix some warningsVolker Lendecke2008-02-251-7/+9