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_4 has been updated via 6e44861bfdfdc7191211e3a98da3e0792147db3a (commit) via d871d328544124573bdbf63e360c4bb47e6c0d38 (commit) via f7bebfac1a1cc7874e8c63fca9eae83fa4522593 (commit) via 648172a47bba192c81d729b64c8f3c912bbe8aff (commit) via b0bc71be36cfb84bb227a805d01f33ad5f812d6c (commit) from 93177bb6f34304e522ecc6aa8e91fd300279f7e6 (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 6e44861bfdfdc7191211e3a98da3e0792147db3a Author: Howard Chu hyc@openldap.org Date: Wed Aug 27 11:50:32 2014 +0100
ITS#7904 init wwctx earlier
commit d871d328544124573bdbf63e360c4bb47e6c0d38 Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Aug 27 11:44:51 2014 -0500
ITS#7702
commit f7bebfac1a1cc7874e8c63fca9eae83fa4522593 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 648172a47bba192c81d729b64c8f3c912bbe8aff Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Aug 27 11:38:56 2014 -0500
ITS#7927
commit b0bc71be36cfb84bb227a805d01f33ad5f812d6c 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: CHANGES | 2 ++ 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 +- 5 files changed, 36 insertions(+), 23 deletions(-)