ldb_tdb: Create a common ltdb_key_is_record() allowing multiple key forms
[vlendec/samba-autobuild/.git] / lib / ldb / ldb_tdb /
2017-09-14 Andrew Bartlettldb_tdb: Create a common ltdb_key_is_record() allowing...
2017-09-14 Andrew Bartlettldb_tdb: Do not trigger the unique index check during...
2017-09-14 Andrew Bartlettldb_tdb: Use memcmp() to compare TDB keys in re_index()
2017-09-14 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-06-14 Andrew Bartlettldb_tdb: Improve logging on unique index violation
2017-06-14 Andrew Bartlettldb_tdb: Remove the idxptr DB before we re-index
2017-06-14 Andrew Bartlettldb_tdb: Check for memory allocation failure in ltdb_in...
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-31 Andrew Bartlettldb_tdb: Avoid reading the index list from the DB if...
2017-05-31 Andrew Bartlettldb: Allow a caller (in particular Samba) to handle...
2017-05-31 Andrew Bartlettldb_tdb: consistently use ltdb->cache->attribute_indexe...
2017-05-31 Andrew Bartlettldb_tdb: change the arguments to ldb_is_indexed() to...
2017-05-31 Andrew Bartlettldb_tdb: Split index load out into a sub-funciton:...
2017-05-22 Andrew Bartlettldb_tdb: Call talloc_free(options_dn) as soon as we...
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-04-19 Jakub Hrozekldb_tdb: Remove unused function ltdb_add_attr_results
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-12-01 Andrew Bartlettldb: load @ATTRIBUTES faster by sorting once, not at...
2016-12-01 Andrew Bartlettldb: Reduce per-attribute memory allocation during...
2016-12-01 Andrew Bartlettldb: Reduce scope of allocation and de-allocation of...
2016-12-01 Andrew Bartlettldb: Avoid individual memory allocations when searching...
2016-10-18 Volker Lendeckeldb: Fix a signed/unsigned mixup
2016-08-31 Andrew Bartlettldb: Avoid multiple tiny allocations during full DB...
2016-08-31 Andrew Bartlettldb: Avoid cost of talloc_free() for unmatched messages
2016-07-28 Andrew Bartlettldb: Use ldb_unpack_data_only_attr_list_flags in re_index()
2016-07-28 Stefan Metzmacherldb: fix compiler warnings on ldb_unpack_data() arguments
2016-07-28 Andrew Bartlettldb: Add flags to ltdb_search_dn1() to control memory...
2016-07-28 Andrew Bartlettldb: Prepare for adding flags to ltdb_search_dn1()...
2016-07-28 Andrew Bartlettldb: Free empty index lists as talloc_realloc() fails...
2016-07-28 Douglas Bagnallldb_tdb index: fix whitespace
2016-07-26 Andrew Bartlettldb_ldb: Do not re-scan the index list for new DNs
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...
2015-12-04 Adrian CochraneFix propagation of LDB errors through TDB.
2015-12-04 Adrian Cochraneldb: Fix bug triggered by having an empty message in...
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: Document ltdb_index_add1 for more clarity
2013-02-08 Matthieu Patouldb-tdb: Fix a wrong parameter in ltdb_store
2013-02-08 Matthieu Patouldb_tdb: raise level of full index scan message so...
2012-11-01 Andrew Tridgellldb: fixed callers for ldb_pack_data() and ldb_unpack_d...
2012-11-01 Andrew Tridgellldb: move ldb_pack.c into common
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-08-21 Matthias Dieter... LDB:ldb_tdb.c - deny multi-valued attributes manipulati...
2012-08-10 Andrew Bartlettlib/ldb: Use tdb_parse_record and a callback rather...
2012-08-09 Andrew Bartlettlib/ldb: Use tdb_exists() rather than tdb_fetch()/tallo...
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
2012-03-25 Matthias Dieter... LDB/s4 - deny the "(dn=...)" syntax on search filters...
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-10-18 Andrew Tridgellldb: fixed a race in ldb initialisation
2011-09-13 Rusty Russelltdb_compat: adapt to tdb2 API change.
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