- Jul 15, 2019
-
-
Don't search for scopes of entries with no children
-
- Jun 17, 2019
-
-
- Mar 10, 2019
-
-
Howard Chu authored
-
- Jan 31, 2019
-
-
- Jan 14, 2019
-
-
Quanah Gibson-Mount authored
-
- Sep 07, 2018
-
-
Deleting all indices should also reset default mask
-
- Jul 03, 2018
-
-
in idl_intersection. It may lose precision in a subsequent union.
-
- Mar 22, 2018
-
-
Quanah Gibson-Mount authored
-
- Oct 11, 2017
-
-
-
Don't release read txn unless there has actually been a new write txn
-
- May 22, 2017
-
-
Fixes a double free when a search includes the Paged Results control with a page size of 0 and the search base matches the filter.
-
- Jan 03, 2017
-
-
Quanah Gibson-Mount authored
-
- Dec 28, 2016
-
-
Must NULL out indexing cursors when closing tool txn
-
- Jan 29, 2016
-
-
Quanah Gibson-Mount authored
-
Quanah Gibson-Mount authored
-
If an add or modify op referenced a previously unused attrtype, the mi_ads/mi_numads would be incremented to include it. If the op fails to commit, these additions must also be reverted.
-
- Jul 28, 2015
-
-
- May 27, 2015
-
-
-
Test less likely condition first
-
Change result of MDB_IDL_ALL() to use the last entryID in the DB instead of NOID.
-
- Apr 17, 2015
-
-
- Feb 11, 2015
-
-
Quanah Gibson-Mount authored
-
- Feb 06, 2015
-
-
Quanah Gibson-Mount authored
-
- Jan 28, 2015
-
-
- Jan 27, 2015
-
-
-
Remove assert. This is merely a cache of parent DNs, failure to insert doesn't affect outcome.
-
- Jan 18, 2015
-
-
Howard Chu authored
-
- Jan 05, 2015
-
-
-
dn2id.c: + assertion for mdb_id2l_insert() result; - unnecessary assignment; search.c: - unused variable 'first'; + range-check for mdb_idl_search() result;
-
- Dec 10, 2014
-
-
-
heap corruption due to returning a reference to a local variable
-
- Sep 10, 2014
-
-
- Aug 29, 2014
-
-
Check for duplicate scopes in search_aliases, not later.
-
This reverts commit cac00c6a.
-
- Aug 27, 2014
-
-
-
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
-