ldb_tdb: Optimise ltdb_search_and_return_base() to re-use casefolding
[metze/samba/wip.git] / lib /
2017-09-22 Andrew Bartlettldb_tdb: Optimise ltdb_search_and_return_base() to...
2017-09-22 Andrew Bartlettldb: Add tests for base DN of a different case
2017-09-22 Andrew Bartlettldb_tdb: Use the DN extracted from the DB to filter...
2017-09-22 Andrew Bartlettldb_tdb: Add tests for add/modify with the GUID index
2017-09-22 Andrew Bartlettldb: Also test the new GUID index mode
2017-09-22 Andrew Bartlettldb: Add an unused objectGUID to each record in SearchTests
2017-09-22 Andrew Bartlettldb_tdb: Duplicate values are no longer permitted in...
2017-09-22 Andrew Bartlettldb_tdb: Reduce memory consumption in list_intersect()
2017-09-22 Andrew Bartlettldb_tdb: Use the binary search more efficiently in...
2017-09-22 Andrew Bartlettldb_tdb: Use a binary search to speed up ltdb_dn_list_f...
2017-09-22 Andrew Bartlettldb_tdb: Rework list_union to not return duplicates...
2017-09-22 Andrew Bartlettldb_tdb: Sort inputs to list_union()
2017-09-22 Andrew Bartlettldb_tdb: sort GUID index list at add time by inserting...
2017-09-22 Andrew Bartlettbinsearch.h: Re-licence under LGPLv3 per agreement...
2017-09-22 Andrew Bartlettldb_tdb: Change error code on unique index violation
2017-09-22 Andrew Bartlettldb_tdb: Re-add of both existing DN and GUID must gives...
2017-09-22 Andrew Bartlettldb_tdb: Add unique index checking for @IDXDN
2017-09-22 Andrew Bartlettldb_tdb: Improve debugging in ltdb_modify_index_dn...
2017-09-22 Andrew Bartlettldb_tdb: Add improved error strings on ltdb_key_dn_from...
2017-09-22 Andrew Bartlettldb_tdb: Read from @INDEXLIST or an override if we...
2017-09-22 Andrew Bartlettldb_tdb: Optionally use GUID index values a direct...
2017-09-22 Andrew Bartlettldb_tdb: Trust the BASE and ONELEVEL index
2017-09-22 Andrew Bartlettldb_tdb: Add ltdb_idx_to_key() and use it in ltdb_index...
2017-09-22 Andrew Bartlettldb_tdb: Do not add an index for GUID_index_attribute
2017-09-22 Andrew Bartlettldb_tdb: Do not query an index on the GUID_index_attribute
2017-09-22 Andrew Bartlettldb_tdb: Optionally use GUID index in ltdb_search_dn1()
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: Check version number on index
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: Do not directly assign DN into the index resul...
2017-09-22 Andrew Bartlettldb_tdb: Pass ltdb_private to ltdb_dn_list_load()
2017-09-22 Andrew Bartlettldb_tdb: Give LDB_ERR_CONSTRAINT_VIOLATION when a dupli...
2017-09-22 Andrew Bartlettldb_tdb: Give LDB_ERR_ENTRY_ALREADY_EXISTS when a dupli...
2017-09-22 Andrew Bartlettldb_tdb: Add/remove a GUID index of the DN during ltdb_...
2017-09-22 Andrew Bartlettldb_tdb: Split ltdb_index_onelevel() into a helper...
2017-09-22 Andrew Bartlettldb_tdb: Prepare to handle rename with GUID index by...
2017-09-22 Andrew Bartlettldb_tdb: Implement ltdb_search_base() for a GUID index
2017-09-22 Andrew Bartlettldb_tdb: Optionally store a GUID as the index record
2017-09-22 Andrew Bartlettldb_tdb: Optionally use a GUID index key in ltdb_dn_lis...
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: Write GUID index values as version 3
2017-09-22 Andrew Bartlettldb_tdb: Refuse to load a GUID index that is not a...
2017-09-22 Andrew Bartlettldb_tdb: Read GUID index values as one packed LDB attribute
2017-09-22 Andrew Bartlettldb_tdb: Store GUID index values in one packed ldb...
2017-09-22 Andrew Bartlettldb_tdb: Move constants into ldb_tdb.h
2017-09-22 Andrew Bartlettldb_tdb: replace strange dn_list_cmp() in index code
2017-09-22 Andrew Bartlettldb_tdb: Do not allow a modification of the GUID_index_...
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: Use a more complete error mapping in ltdb_sear...
2017-09-22 Andrew Bartlettldb_tdb: Add ltdb_search_key()
2017-09-22 Andrew Bartlettldb_tdb: Use ltdb_key_msg() in re_index()
2017-09-22 Andrew Bartlettldb_tdb: provide ldb_key_dn() and ldb_key_msg()
2017-09-22 Andrew Bartlettldb_tdb: Add helper function ltdb_search_and_return_base()
2017-09-22 Andrew Bartlettldb_tdb: Make ldb_match_message() available to ldb_tdb
2017-09-20 Andrew Bartlettldb: Release 1.2.3
2017-09-20 Gary Lockyerldb: Add tests for read only behaviour
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-16 Gary Lockyerutil_runcmd: Free the fde in event handler.
2017-09-16 Ralph Boehmelib/util: only close the event_fd in tfork if the calle...
2017-09-16 Gary Lockyerutil/tfork: Write to the status pipe
2017-09-16 Gary Lockyertests util/tfork: Tests for status and event fd
2017-09-16 Volker Lendeckelib: util_tdb.h needs tdb.h
2017-09-16 Jeremy Allisonlib: tevent: Remove select backend.
2017-09-15 Stefan Metzmachercharset: fix str[n]casecmp_m() by comparing lower case...
2017-09-14 Stefan Metzmachercharset/tests: also tests the system str[n]casecmp()
2017-09-14 Stefan Metzmachercharset/tests: add more str[n]casecmp_m() tests to...
2017-09-14 Stefan Metzmachercharset/tests: assert the exact values of str[n]casecmp_m()
2017-09-08 Justin Maggard via... smbd: add missing newline to debug message in daemon_st...
2017-09-07 Andrew Bartlettdebug: Add new debug class "drs_repl" for DRS replicati...
2017-09-07 Andrew Bartlettldb: version 1.2.2 samba-upstream/tags/ldb-1.2.2
2017-09-07 Andrew Bartlettldb: Add new ldb_ldif_message_redacted_string() with...
2017-09-07 Andrew Bartlettldb_tdb: Refuse to re-index very old database with...
2017-09-07 Andrew Bartlettldb_tdb: Use braces in ltdb_dn_list_find_val()
2017-09-07 Andrew Bartlettldb_tdb: Check for talloc_strdup() failure in ltdb_inde...
2017-09-07 Andrew Bartlettldb_tdb: Check for errors during tdb operations 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-09-07 Andrew Bartlettldb_tdb: Do not trigger the unique index check during...
2017-09-07 Andrew Bartlettldb_tdb: Use memcmp() to compare TDB keys in re_index()
2017-09-07 Jeremy Allisonlib: crypto: Add the ability to select Intel AESNI...
2017-09-07 Jeremy Allisonlib: crypto: Plumb in the Intel AES instructions.
2017-09-07 Jeremy Allisonlib: crypt: Prepare the existing code to switch to...
2017-09-05 Andreas Schneiderparam: Add 'binddns dir' parameter
2017-09-05 Volker Lendeckelib: Fix 1417431 Unchecked return value from library
2017-08-31 Volker Lendeckepthreadpool: Test fork with an active thread
2017-08-31 Volker Lendeckepthreadpool: Fix fork behaviour
2017-08-30 Andrew Bartlettldb: Add tests for indexed and unindexed search expressions
2017-08-30 Andrew Bartlettldb: Fix tests to call the parent tearDown(), not setUp...
2017-08-29 Peter Somogyis4/torture: make --unclist active with smb2 testcases
next