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 29ed93fb91cd54871d7a024b35e6a80170a60a68 (commit) via c4decdfc5468a6e33387fa82e0233c6e18c27b1a (commit) via b792ab0c4c0a583070f8d211716160044f0268a7 (commit) via 4067c989386b417a82742f165ff37dd1357d1ca5 (commit) from cb24b6eca7d66e9309b0d1b42e6ed2e94a264216 (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 29ed93fb91cd54871d7a024b35e6a80170a60a68 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 17 17:30:22 2019 +0000
ITS#8794
commit c4decdfc5468a6e33387fa82e0233c6e18c27b1a Author: Jame Gerwe jamegerwe@fake-box.com Date: Fri Dec 29 08:31:51 2017 +0000
ITS#8794 - Fix implicit declaration for ldap_is_ldapc_url
Fix building OpenLDAP with -DLDAP_CONNECTIONLESS so that ldap_is_ldapc_url function is defined
commit b792ab0c4c0a583070f8d211716160044f0268a7 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 17 17:28:17 2019 +0000
ITS#8997
commit 4067c989386b417a82742f165ff37dd1357d1ca5 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jun 17 17:15:00 2019 +0000
ITS#8997 - Fix segfault by setting return code value
Fix case with back-ldap where an entry was returned but didn't match the filter being applied by setting the return code value before dropping to cleanup.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 ++ include/ldap.h | 6 ++++++ libraries/libldap/open.c | 1 + servers/slapd/back-ldap/search.c | 1 + 4 files changed, 10 insertions(+)