util_tdb: add function tdb_data_string()
[kai/samba-autobuild/.git] / source3 / lib / util_tdb.c
2013-04-18 Gregor Beckutil_tdb: add function tdb_data_string()
2012-08-31 David Disseldorptdb: return unpack error on strdup failure
2012-06-22 Rusty Russellutil_tdb: move timeout chainlock variants from source3...
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-04-18 Andrew Bartlettlib/util: Move map_nt_error_from_tdb to the top level
2011-09-13 Rusty Russellutil_tdb: return -1/0 from lock_with_timeout functions.
2011-09-13 Rusty Russelltdb_compat: adapt to tdb2 API change.
2011-08-15 Michael Adams3:lib: fix a comment in tdb_unpack()
2011-08-15 Gregor Becks3: avoid reading past the end of buffer in tdb_unpack...
2011-08-15 Gregor Becks3: avoid reading past the end of buffer in tdb_unpack...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-06-20 Rusty Russellsource3/lib/util_tdb.c: operation timeout support for...
2011-06-20 Rusty Russelltdb_compat: Higher level API fixes.
2011-06-20 Rusty Russelltdb_compat: use tdb_open_compat.
2011-06-20 Rusty Russelltdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.
2011-06-20 Rusty Russelltdb_chainlock: check returns for 0, not -1.
2011-06-20 Rusty Russelltdb_transaction_cancel: ignore return value.
2011-06-09 Andrew Bartletts3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-05-06 Andrew Bartlettlib/util Move source3 tdb_wrap_open() into the common...
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-03-14 Volker Lendeckes3: Use a switch to implement map_nt_error_from_tdb
2010-03-13 Volker Lendeckes3: Make tdb_wrap_open more robust
2010-02-23 Andreas Schneiders3-lib: Remove obsolete signal type cast.
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Volker LendeckeFix some nonempty blank lines
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-15 Volker LendeckeAdd tdb_data_cmp
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-28 Michael Adams3: separate tdb validation code out into its own sourc...
2009-01-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-18 Volker LendeckeRemove unused tdb_search_keys()
2009-01-15 Günther Deschners3-util: for convenience, provide format comments in...
2009-01-08 Jeremy AllisonFix race condition in alarm lock processing noticed...
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-12 Jelmer VernooijSync util_tdb implementations.
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-04-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-04-11 Michael Adamutil_tdb: fix a segfault caused by a fatal typo.
2008-03-26 Michael Adamutil_tdb: remove trivial and unused tdb_wipe().
2008-03-26 Michael Adamutil_tdb: make the _byblob fetch/store functions public...
2008-03-25 Michael Adamutil_tdb: add my (C) for the tdb validation code
2008-03-25 Michael Adamutil_tdb: add a wrapper tdb_wipe() for traverse with...
2008-03-25 Michael Adamutil_tdb: make the _byblob functions static - not curre...
2008-03-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-02-29 Karolin SeegerMerge commit 'origin/v3-2-test' into v3-2-stable
2008-02-25 Volker LendeckeFix some warnings
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-29 Alexander BokovoyMerge branch 'ctdb-merge' into dmapi-integration
2008-01-27 Tim PotterAdding missing calls to va_end().
2007-12-03 Jeremy AllisonChange tdb_unpack "P" to return a malloc'ed string...
2007-11-07 Jeremy AllisonFix bug where tdb lock call interrupted with
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Michael Adamr24877: Don't panic in tdb validation code when the...
2007-10-10 Michael Adamr24848: Make tdb_validate() take an open tdb handle...
2007-10-10 Michael Adamr24847: Change standard failure return code of tdb_vali...
2007-10-10 Volker Lendecker24267: Fix the build farm
2007-10-10 Volker Lendecker24265: Add the tdb_hashsize:<tdbname> parameter
2007-10-10 Michael Adamr23981: Make tdb_validate_and_backup try harder to...
2007-10-10 Michael Adamr23975: Enhance some debug output.
2007-10-10 Michael Adamr23957: Use tdb_open_log instead of tdb_open.
2007-10-10 Michael Adamr23952: Streamline and improve the logic of tdb_validat...
2007-10-10 Michael Adamr23938: Add a debug message.
2007-10-10 Michael Adamr23932: Fill extended status with information in case...
2007-10-10 Michael Adamr23930: Introduce tdb_validate_and_backup:
2007-10-10 Michael Adamr23828: Add entry and exit debug statments to tdb_validate
2007-10-10 Michael Adamr23822: Clean some debugging output (as well in content and
2007-10-10 Michael Adamr23819: It is currently unnecessary to pass the extende...
2007-10-10 Michael Adamr23814: Fix a couple of comments and debug messages.
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Michael Adamr23769: Move removal of the tdb from the generic tdb_va...
2007-10-10 Michael Adamr23751: Call tdb_close even when validation was not...
2007-10-10 Michael Adamr23639: Eliminate trailing whitespaces in the new tdb_v...
2007-10-10 Michael Adamr23610: Move some winbindd_cache specific flags and...
2007-10-10 Michael Adamr23600: First step in abstracting the winbindd cache...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker23362: Respect "use mmap" in tdb_wrap_open(). Tridge...
2007-10-10 Volker Lendecker23170: Add map_nt_error_from_tdb()
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Stefan Metzmacherr22007: make string_tdb_data(NULL) possible...
2007-10-10 Stefan Metzmacherr21972: - add string_term_tdb_data() it creates a null...
2007-10-10 Volker Lendecker21960: Fix bugs 4463,4464,4465,4466. Thanks Jason :-)
2007-10-10 Volker Lendecker21076: Two pieces of infrastructure from Samba4: An...
2007-10-10 Volker Lendecker19841: Wrap regdb_store_keys and regdb_store_values...
2007-10-10 Volker Lendecker19448: Convert delete_share_security to struct share_p...
2007-10-10 Andrew Tridgellr19429: moved tdb/common/tdbutil.c into lib/util_tdb.c