lib/crypto: add aes_gcm_128 support.
[samba.git] / lib / dbwrap /
2014-03-31 Volker Lendecketdb_wrap: Remove tdb_wrap_open_ again
2014-03-31 Volker Lendeckedbwrap: Avoid passing lp_ctx to tdb_wrap_open in db_ope...
2014-02-07 Michael Adamdbwrap: completely check validity of lock order in...
2014-02-07 Michael Adamdbwrap: add a comment explaining the supported lock...
2014-02-07 Michael Adamdbwrap: add DBWRAP_LOCK_ORDER_VALID()
2014-02-07 Michael Adamdbwrap: add DBWRAP_LOCK_ORDER_MIN
2014-02-07 Michael Adamdbwrap: move definition of DBWRAP_LOCK_ORDER_MAX to...
2014-02-07 Michael Adamdbwrap: explicitly use DBWRAP_LOCK_ORDER_NONE in tdb...
2014-02-07 Michael Adamdbwrap: introduce DBWRAP_LOCK_ORDER_NONE for lock order...
2014-02-07 Michael Adamdbwrap: add dbwrap_flags argument to dbwrap_local_open()
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open_ntdb()
2014-02-07 Michael Adamdbwrap: add a dbwrap_flags argument to db_open_tdb()
2014-02-07 Michael Adamdbwrap: add DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESS
2014-02-07 Michael Adamdbwrap: add flags DBWRAP_FLAG_NONE
2013-12-14 Volker Lendeckedbwrap: No lock_order check if not required
2013-12-14 Volker Lendeckedbwrap_cache: Check negative first
2013-12-14 Volker Lendeckedbwrap_cache: Fix dbwrap_cache_validate
2013-12-14 Volker Lendeckedbwrap: Avoid a stackframe in fetch_locked_internal
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-06-06 Volker LendeckeRevert "dbwrap: dbwrap_fetch_locked_timeout()."
2013-05-12 Volker Lendeckedbwrap: Fix CID 1002092 Uninitialized scalar variable
2013-04-13 Rusty Russellntdb: remove --disable-ntdb.
2013-03-27 Volker Lendeckedbwrap: Add a comment explaining a restriction
2013-02-20 Rusty Russelldbwrap_local_open: never open the .tdb if there is...
2013-02-20 Rusty Russelldbwrap_local_open: open NTDB if extension is .ntdb
2013-02-20 Rusty Russelldbwrap: dbwrap_ntdb.c
2013-02-08 Volker Lendeckedbwrap: Prevent transactions on non-persistent dbs
2013-02-04 Stefan Metzmacherlib/dbwrap: talloc_strdup() name in db_open_file()
2013-01-15 Michael Adamdbwrap: add dbwrap_is_persistent()
2012-11-29 Volker Lendeckedbwrap: Remove an unnecessary if-statement
2012-11-29 Volker Lendeckedbwrap: No need to NULL out a talloc_zero'ed structure...
2012-11-29 Volker Lendeckedbwrap: Use talloc_zero in db_open_rbt
2012-11-29 Volker Lendeckedbwrap: Use talloc_zero in db_open_cache
2012-11-29 Volker Lendeckedbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_...
2012-10-25 Andrew Bartlettdbwrap: use talloc_stackframe() in db_tdb_log_key()
2012-09-21 Gregor Becks3:dbwrap: remove unused args from db_open_file()
2012-09-21 Gregor Becks3:dbwrap: let dbwrap_fetch_uint32 distinguish between...
2012-08-03 Gregor Becklib/dbwrap: rewrite lock order check to ease debugging
2012-07-04 Rusty Russellntdb: make --disable-ntdb work properly.
2012-06-22 Stefan Metzmacherdbwrap: don't ignore the result of dbwrap_parse_record...
2012-06-22 Stefan Metzmacherdbwrap: intialize state.status in dbwrap_fetch_int32()
2012-06-22 Volker Lendeckedbwrap: Convert fetch_int32 to dbwrap_parse_record
2012-06-22 Volker Lendeckedbwrap: Add dbwrap_fetch_int32
2012-06-22 Volker Lendeckedbwrap: Add dbwrap_change_int32_atomic
2012-06-22 Rusty Russelldbwrap: dbwrap_hash_size().
2012-06-22 Rusty Russelldbwrap: dbwrap_name().
2012-06-22 Rusty Russelldbwrap: dbwrap_transaction_start_nonblock().
2012-06-22 Rusty Russelldbwrap: dbwrap_fetch_locked_timeout().
2012-06-22 Rusty Russelldbwrap: add dbwrap_check() function.
2012-06-22 Rusty Russelldbwrap: dbwrap_local_open()
2012-06-22 Rusty Russelldbwrap: remove get_flags().
2012-06-19 Rusty Russelllib/dbwrap: depend directly on tdb, not tdb_compat.
2012-06-15 Volker Lendeckedbwrap: Remove an unnecessary ZERO_STRUCT
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_uint32->dbwrap_trans_store_u...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_store_int32->dbwrap_trans_store_in...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_int32_atomic->dbwrap_trans_...
2012-06-15 Volker Lendeckedbwrap: dbwrap_change_int32_atomic->dbwrap_change_int32...
2012-06-15 Volker Lendeckedbwrap: dbwrap_trans_change_uint32_atomic->dbwrap_trans...
2012-06-15 Volker Lendeckedbwrap: dbwrap_change_uint32_atomic->dbwrap_change_uint...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_uint32->dbwrap_store_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_uint32->dbwrap_fetch_uint32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-06-12 Volker Lendeckes3: Use talloc_tos() in more places in dbwrap_util
2012-05-31 Stefan Metzmacherlib/dbwrap: make it possible to delete/store the curren...
2012-05-30 Stefan Metzmacherlib/dbwrap: don't alter the record on failure in db_rbt...
2012-05-30 Stefan Metzmacherlib/dbwrap: fix db_rbt_store and update the per record...
2012-05-30 Stefan Metzmacherlib/dbwrap: remove unused per db_record pointer in...
2012-05-15 Volker Lendeckedbwrap: Fix Coverity ID 242750 Incorrect sizeof expression
2012-05-14 Michael Adammove the dbwrap library to the top level