mit-samba: Allow nesting on the event context
[idra/samba.git] / source3 / lib / util_tdb.c
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