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 2e7e2ac4427cd708a1bfd43c6a49f1f42b37e0c6 (commit) via ce7cb526b233e9dede02041fa7a9ba7a52bd5dc6 (commit) via 5791f9e938cad776c319e96ff7834a150cfa6961 (commit) from 63952e76bfb7cd57dfe9e5544cb68662f5382bc6 (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 2e7e2ac4427cd708a1bfd43c6a49f1f42b37e0c6 Author: Howard Chu hyc@openldap.org Date: Wed Aug 27 11:50:32 2014 +0100
ITS#7904 init wwctx earlier
commit ce7cb526b233e9dede02041fa7a9ba7a52bd5dc6 Author: Howard Chu hyc@openldap.org Date: Tue Aug 26 20:07:40 2014 +0100
ITS#7702 fix results with aliases
Aliases pointing within the original search scope could cause the same entry to be returned multiple times. Check for subtree scope and duplicate scopes.
commit 5791f9e938cad776c319e96ff7834a150cfa6961 Author: Howard Chu hyc@openldap.org Date: Tue Aug 26 19:17:33 2014 +0100
ITS#7927 fix double-free of searchref
-----------------------------------------------------------------------
Summary of changes: servers/slapd/back-mdb/dn2id.c | 8 ++++++- servers/slapd/back-mdb/proto-mdb.h | 3 ++- servers/slapd/back-mdb/search.c | 44 ++++++++++++++++++++---------------- servers/slapd/back-mdb/tools.c | 2 +- 4 files changed, 34 insertions(+), 23 deletions(-)