- 15 Apr, 2020 1 commit
-
-
- 09 Jan, 2020 1 commit
-
-
Quanah Gibson-Mount authored
-
- 15 Jul, 2019 1 commit
-
-
Don't search for scopes of entries with no children
-
- 14 Jan, 2019 1 commit
-
-
Quanah Gibson-Mount authored
-
- 22 Mar, 2018 1 commit
-
-
Quanah Gibson-Mount authored
-
- 03 Jan, 2017 1 commit
-
-
Quanah Gibson-Mount authored
-
- 29 Jan, 2016 1 commit
-
-
Quanah Gibson-Mount authored
-
- 28 Jul, 2015 2 commits
-
-
- 17 Apr, 2015 1 commit
-
-
- 11 Feb, 2015 1 commit
-
-
Quanah Gibson-Mount authored
-
- 27 Jan, 2015 1 commit
-
-
Remove assert. This is merely a cache of parent DNs, failure to insert doesn't affect outcome.
-
- 05 Jan, 2015 1 commit
-
-
dn2id.c: + assertion for mdb_id2l_insert() result; - unnecessary assignment; search.c: - unused variable 'first'; + range-check for mdb_idl_search() result;
-
- 10 Dec, 2014 1 commit
-
-
heap corruption due to returning a reference to a local variable
-
- 29 Aug, 2014 2 commits
-
-
Check for duplicate scopes in search_aliases, not later.
-
This reverts commit cac00c6a.
-
- 27 Aug, 2014 1 commit
-
-
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
-
- 29 May, 2014 2 commits
-
-
Better check for missing IDs
-
mdb_idscopes was remembering the IDs of every entry it checked; it should only have been saving the IDs of entries that were actually in the search scope. The extra entries filled the scopes array, causing a loop searching for a parent entry that was never inserted.
-
- 25 Jan, 2014 1 commit
-
-
Kurt Zeilenga authored
-
- 08 Oct, 2013 1 commit
-
-
- 24 May, 2013 2 commits
-
-
- 10 May, 2013 1 commit
-
-
- 30 Jan, 2013 1 commit
-
-
uninit'd size in dn2id_walk, bogus pagedresults
-
- 27 Jan, 2013 3 commits
-
-
Non-recursive tree walker.
-
-
This is only a 10% gain, but still worth having for now.
-
- 14 Jan, 2013 1 commit
-
-
Quanah Gibson-Mount authored
-
- 26 Jul, 2012 1 commit
-
-
- 22 Jun, 2012 1 commit
-
-
- 09 Apr, 2012 1 commit
-
-
- 20 Jan, 2012 1 commit
-
-
- 10 Nov, 2011 2 commits
-
-
- 04 Nov, 2011 5 commits
-
-
So they can be reused, and avoid unnecessary page_searches
-
-
-
Tighten up entry_alloc/entry_decode Track parent nodes in idscopes
-
Also do not cast between berval and MDB_val. That breaks when sizeof(berval.bv_len) != sizeof(MDB_val.mv_size).
-