From: Quanah Gibson-Mount Date: Tue, 13 Jan 2015 16:27:10 +0000 (-0600) Subject: ITS#8022 X-Git-Tag: OPENLDAP_REL_ENG_2_4_41~146 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4eeec5785d92819ff7482b45c37933804f72a35b;p=openldap ITS#8022 --- diff --git a/CHANGES b/CHANGES index d016ee4820..b785e011b6 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ OpenLDAP 2.4.41 Engineering Fixed libldap double free of request during abandon (ITS#7967) Fixed libldap segfault in ldap_sync_initialize (ITS#8001) Fixed libldap ldif-wrap off by one error (ITS#8003) + Fixed libldap handling of TLS in async mode (ITS#8022) Fixed slapd slapadd onetime leak with -w (ITS#8014) Fixed slapd syncrepl delta-mmr issue with overlays and slapd.conf (ITS#7976) Fixed slapd syncrepl mutex for cookie state (ITS#7968) @@ -12,6 +13,7 @@ OpenLDAP 2.4.41 Engineering Fixed slapd-mdb crash after deleting in-use schema (ITS#7995) Fixed slapd-mdb minor code cleanup (ITS#8011) Fixed slapd-mdb to return errors when using incorrect env flags (ITS#8016) + Fixed slapd-meta TLS initialization with ldaps URIs (ITS#8022) Fixed slapo-collect segfault (ITS#7797) Fixed slapo-constraint with 0 count constraint (ITS#7780,ITS#7781) Fixed slapo-syncprov synprov_matchops usage of test_filter (ITS#8013)