A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_5 has been updated via 1466cad3e8744886f5b912d570085daaf1ec3f33 (commit) via 18bf22ac67b5e12898d2d722f334bf695cb9cf91 (commit) from 53c37b4775093e72f0d89956f408e02a7af7c547 (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 1466cad3e8744886f5b912d570085daaf1ec3f33 Author: Howard Chu hyc@openldap.org Date: Thu May 15 21:27:21 2014 -0700
ITS#7705,#7800 fix prev commit
Better check for missing IDs
commit 18bf22ac67b5e12898d2d722f334bf695cb9cf91 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(-)