A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 437f21b16e162342e046e27b69a32f6ac8b0ef9e (commit) from 141f16809381c0ba58ff8af0008370360c6c2004 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 437f21b16e162342e046e27b69a32f6ac8b0ef9e Author: Howard Chu hyc@openldap.org Date: Thu May 15 20:46:20 2014 -0700
ITS#7705,#7800 fix back-mdb pagedResults search
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.
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/dn2id.c | 18 ++++++++++++++++-- servers/slapd/back-mdb/idl.h | 1 + servers/slapd/back-mdb/search.c | 16 ++++++++++------ 3 files changed, 27 insertions(+), 8 deletions(-)