ldb_tdb: Build a key value operation library
[samba.git] / lib / ldb / ldb_tdb / ldb_tdb.c
2018-03-06 Garming Samldb_tdb: Build a key value operation library
2018-03-05 Garming Samldb_tdb: Implement a traversal function in key value ops
2018-03-05 Garming Samldb_tdb: Use key value ops for fetch command
2018-03-05 Garming Samldb_tdb: factor out the (to be) common init code
2018-03-05 Gary Lockyerldb_tdb: Add errorstr to the key value ops
2018-03-05 Garming Samldb_tdb: Remove tdb_get_seqnum and use a generic 'has_c...
2018-03-05 Garming Samldb_tdb: Add lock_read and unlock_read to key value ops
2018-03-05 Garming Samldb_tdb: Replace tdb transaction code with generic...
2018-03-05 Garming Samldb_tdb: Replace exists, name and error_map with key...
2018-03-05 Garming Samldb_tdb: Begin abstracting out the base key value opera...
2018-03-03 Gary Lockyerldb_tdb: Add support for an option to restrict the...
2017-09-22 Andrew Bartlettldb_tdb: Give a good error message on add without an...
2017-09-22 Andrew Bartlettldb_tdb: Avoid allocation of a DN between the GUID...
2017-09-22 Andrew Bartlettldb_tdb: Use the DN extracted from the DB to filter...
2017-09-22 Andrew Bartlettldb_tdb: Re-add of both existing DN and GUID must gives...
2017-09-22 Andrew Bartlettldb_tdb: Optionally use GUID index values a direct...
2017-09-22 Andrew Bartlettldb_tdb: Add ltdb_idx_to_key() and use it in ltdb_index...
2017-09-22 Andrew Bartlettldb_tdb: Use the objectGUID (or similar) as the TDB...
2017-09-22 Andrew Bartlettldb_tdb: Use ltdb_key_msg() in ltdb_delete_noindex()
2017-09-22 Andrew Bartlettldb_tdb: Add mem_ctx to ltdb_key_dn() and ltdb_key_msg()
2017-09-22 Andrew Bartlettldb_tdb: Add a function to take a GUID and make the...
2017-09-22 Andrew Bartlettldb_tdb: Give LDB_ERR_CONSTRAINT_VIOLATION when a dupli...
2017-09-22 Andrew Bartlettldb_tdb: Prepare to handle rename with GUID index by...
2017-09-22 Andrew Bartlettldb_tdb: Pass the full ldb_message to ldb index funtions
2017-09-22 Andrew Bartlettldb_tdb: Delete a successful tdb_store on index add...
2017-09-22 Andrew Bartlettldb_tdb: modify ltdb_delete_noindex() to take a struct...
2017-09-22 Andrew Bartlettldb_tdb: Move constants into ldb_tdb.h
2017-09-22 Andrew Bartlettldb_tdb: Do not allow a modification of the GUID_index_...
2017-09-22 Andrew Bartlettldb_tdb: Provide struct ltdb_private to index routines
2017-09-22 Andrew Bartlettldb_tdb: provide ldb_key_dn() and ldb_key_msg()
2017-09-20 Andrew Bartlettldb_tdb: Change ltdb_connect() NOT to request a kernel...
2017-09-20 Andrew Bartlettldb_tdb: Give a debug message as well as setting the...
2017-09-20 Andrew Bartlettldb_tdb: Map TDB error codes into LDB error codes in...
2017-09-07 Andrew Bartlettldb_tdb: Use memcmp rather than strncmp() in ltdb_key_i...
2017-09-07 Andrew Bartlettldb_tdb: Create a common ltdb_key_is_record() allowing...
2017-08-29 Andrew Bartlettldb_tdb: Rework ltdb_modify_internal() to use ltdb_sear...
2017-07-02 Andrew Bartlettldb_tdb: Implement read_lock and read_unlock module...
2017-07-02 Garming Samldb:tdb: Ensure we correctly decrement ltdb->read_lock_...
2017-06-15 Garming Samreplmd: check single values in replmd_add_fix_la
2017-06-15 Douglas Bagnallldb: relatively efficient functions for finding duplica...
2017-05-31 Andrew Bartlettldb: Use the private event context in ldb_tdb and ldb_w...
2017-05-31 Andrew Bartlettldb: Force use of a private event context in ldb_tdb
2017-05-22 Andrew Bartlettldb_tdb: Provide better debugging on end_trans failures
2017-05-22 Andrew Bartlettldb_tdb: Provide better debugging on prepare_commit...
2017-04-19 Jakub Hrozekldb_tdb: Remove unused function parameter
2017-04-19 Jakub Hrozekldb_tdb: Remove unused function parameter
2017-03-13 Garming Samldb_tdb: Add better comments for duplicate attr values
2017-03-13 Garming Samldb_tdb: Do not check for duplicate values during a...
2017-03-13 Garming Samldb_tdb: Do not care about duplicates if single value...
2017-03-09 Stefan Metzmacherldb: add LDB_FLG_DONT_CREATE_DB
2016-12-23 Garming Samldb_tdb: avoid erroneous error messages
2016-07-28 Andrew Bartlettldb: Add flags to ltdb_search_dn1() to control memory...
2016-06-26 Andrew Bartlettldb: Allow repl_meta_data to override the O(^2) loop...
2016-05-09 Andrew Bartlettldb: Fix error string when renaming to an DN that alrea...
2016-02-17 Stefan Metzmacherldb: allow a timeout of -1 result in no timeout timer...
2014-11-14 Stefan Metzmacherlib/ldb: fix compiler warnings in ldb_tdb.c
2014-02-05 Andrew Bartlettldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-20 Matthieu Patouldb_tdb: Warn when reindexing is done
2013-02-08 Matthieu Patouldb-tdb: Fix a wrong parameter in ltdb_store
2012-11-01 Andrew Tridgellldb: fixed callers for ldb_pack_data() and ldb_unpack_d...
2012-10-30 Andrew Bartlettldb: Change ltdb_unpack_data to take an ldb_context
2012-08-21 Matthias Dieter... LDB:ldb_tdb.c - deny multi-valued attributes manipulati...
2012-07-31 Andrew Bartlettlib/ldb: Ensure rename target does not exist before...
2012-06-19 Rusty Russellldb: use tdb directly, not tdb_compat.
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-04-18 Matthias Dieter... LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with... ldb-1.1.6
2011-12-23 Matthias Dieter... ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse"
2011-10-18 Andrew Bartlettldb: Output more error information when a connect fails
2011-09-01 Andrew Tridgellldb: make the 'spy' code more paranoid
2011-08-13 Andrew Bartlettldb: Remove use after free in error case
2011-07-13 Matthieu Patouldb-tdb: Introduce a flag on ltdb_add_internal to indic...
2011-07-05 Andrew Bartlettldb: make ldb a top level library for Samba 4.0