ldb_tdb: Build a key value operation library
[samba.git] / lib / ldb / ldb_tdb / ldb_tdb.h
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: 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: 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: Add ltdb_idx_to_key() and use it in ltdb_index...
2017-09-22 Andrew Bartlettldb_tdb: Add mem_ctx to ltdb_key_dn() and ltdb_key_msg()
2017-09-22 Andrew Bartlettldb_tdb: Add an index shortcut for a <GUID= DN
2017-09-22 Andrew Bartlettldb_tdb: Add a function to get the GUID key for a DN
2017-09-22 Andrew Bartlettldb_tdb: Add a function to take a GUID and make the...
2017-09-22 Andrew Bartlettldb_tdb: Load the syntax of the GUID index attr during...
2017-09-22 Andrew Bartlettldb_tdb: add control points for the new GUID index...
2017-09-22 Andrew Bartlettldb_tdb: Add/remove a GUID index of the DN during ltdb_...
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: 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: Add GUID_index_attribute to ltdb_private
2017-09-22 Andrew Bartlettldb_tdb: Provide struct ltdb_private to index routines
2017-09-22 Andrew Bartlettldb_tdb: Add ltdb_search_key()
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-07 Andrew Bartlettldb_tdb: Create a common ltdb_key_is_record() allowing...
2017-04-19 Jakub Hrozekldb_tdb: Remove unused function ltdb_add_attr_results
2016-12-01 Andrew Bartlettldb: Reduce scope of allocation and de-allocation of...
2016-08-31 Andrew Bartlettldb: Avoid cost of talloc_free() for unmatched messages
2016-07-28 Andrew Bartlettldb: Add flags to ltdb_search_dn1() to control memory...
2015-12-04 Adrian CochraneFix propagation of LDB errors through TDB.
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-05-20 Matthieu Patouldb_tdb: Warn when reindexing is done
2012-11-01 Andrew Tridgellldb: fixed callers for ldb_pack_data() and ldb_unpack_d...
2012-10-30 Andrew Bartlettldb: Remove no-longer-existing ltdb_unpack_data_free...
2012-10-30 Andrew Bartlettldb: Change ltdb_unpack_data to take an ldb_context
2012-06-19 Rusty Russellldb: use tdb directly, not tdb_compat.
2012-03-25 Matthias Dieter... LDB/s4 - deny the "(dn=...)" syntax on search filters...
2011-09-01 Andrew Tridgellldb: make the 'spy' code more paranoid
2011-07-05 Andrew Bartlettldb: make ldb a top level library for Samba 4.0