X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=600c42290e1a3f39ec7bbdb0e38c2cac30ef9baf;hb=e51618f2507a2654456a401962403209d115d39c;hp=050a72bfa1acb022ea53ed17f23ce5e94f8b080a;hpb=b0f28f316a23dbda7b3aa65fedece532a0f58529;p=openldap diff --git a/CHANGES b/CHANGES index 050a72bfa1..600c42290e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,20 +1,67 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.27 Engineering + Added contrib/passwd APR1 support (ITS#6826) + Added slapadd pipelining capability (ITS#7078) Added slapd Add-if-not-present (ITS#6561) Added slapd delta-syncrepl Multi-Master Replication (ITS#6734,ITS#7029,ITS#7031) + Added slapd-sock support as an overlay (ITS#6666) + Fixed slapi linking on AIX (ITS#3272) + Fixed contrib/autogroup double-free (ITS#6972) + Fixed ldapmodify uninitialized vars (ITS#7039) + Fixed ldapsearch to honor timeout and timelimit (ITS#7009) Fixed libutil variable size (ITS#6982) + Fixed libldap endless looping (ITS#7035) + Fixed libldap TLS to not check hostname when using 'allow' (ITS#7014) + Fixed libldap GnuTLS cert dn parse (ITS#7051) Fixed libldap MozNSS correctly destroy SSL_PeerCertificate (ITS#6980) Fixed libldap MozNSS with issuer expiration and verify never (ITS#6998) + Fixed libldap MozNSS memory leak (ITS#7001) + Fixed libldap MozNSS allow/try behavior (ITS#7002) + Fixed libldap MozNSS to be thread safe (ITS#7022) + Fixed libldap MozNSS SSL_ForceHandshake to use a mutex (ITS#7034) + Fixed libldap MozNSS with wildcard certs (ITS#7006) + Fixed slapadd common code into slapcommon (ITS#6737) + Fixed slapd to correctly handle frontend DB (ITS#7016) + Fixed slapd backend connection initialization (ITS#6993) + Fixed slapd overlay_insert with index (ITS#7030) + Fixed slapd inet_ntop usage (ITS#6925) + Fixed slapd cn=config modify replace/delete crash (ITS#7065) + Fixed slapd schema UTF8StringNormalize with 0 length values (ITS#7059) + Fixed slapd with dynamic acls for cn=config (ITS#7066) + Fixed slapd response callbacks (ITS#7062) + Fixed slapd return code processing (ITS#7060) + Fixed slapd sl_malloc various issues (ITS#6437) + Fixed slapd startup behavior (ITS#6848) + Fixed slapd syncrepl crash with non-replicated ops (ITS#6892) Fixed slapd syncrepl with modrdn (ITS#7000,ITS#6472) + Fixed slapd syncrepl timeout when using refreshAndPersist (ITS#6999) + Fixed slapd syncrepl deletes need a non-empty CSN (ITS#7052) + Fixed slapd syncrepl glue for empty suffix (ITS#7037) + Fixed slapd results cleanup (ITS#6763,ITS#7053) + Fixed slapd to correctly validate args for TLSCertificateFile (ITS#7012) + Fixed slapd-hdb with zero-length entries (ITS#7073) + Fixed slapd-hdb duplicate entries in subtree IDL cache (ITS#6983) + Fixed slapo-constraint conversion to back-config (ITS#6986) Fixed slapo-dds tag in refresh response (ITS#6886) + Fixed slapo-dds TTL tolerance (ITS#7017) Fixed slapo-lastbind so authTimestamp is manageable (ITS#6873) - Fixed slapo-constraint conversion to back-config (ITS#6986) + Fixed slapo-pcache response cleanup (ITS#6981) + Fixed slapo-ppolicy pwdAllowUserChange behavior (ITS#7021) Fixed slapo-sssvlv issue with greaterThanorEqual (ITS#6985) + Fixed slapo-sssvlv to only return requested attrs (ITS#7061) + Fixed slapo-syncprov for if consumer has newer state for our SID (ITS#7040) + Fixed slapo-unique URI checking of "host" portion (ITS#7018) Build Environment + Added missing LDIF form of schema files (ITS#7063) Fixed build for Solaris native compilers (ITS#6992) + Fixed creation and installation of slapd.ldif (ITS#7015) + Fixed libnet linking (ITS#7071) Documentation admin24 Fix table numbering (ITS#7003) + slapd.conf(5) Fixed TLSCACertificateFile information (ITS#7023) + ldap_sync(3) Document ldap_sync_destroy (ITS#7028) + slapo-unique(5) Fix keyword quoting (ITS#7028) OpenLDAP 2.4.26 Release (2011/06/30) Added libldap LDAP_OPT_X_TLS_PACKAGE (ITS#6969)