]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Add comments
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 47d0faff48916e4dd840228820cda0c4e20c1dc7..672ea050b8cf3700f795dd44a8eb7f9d9a015387 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,56 @@
 OpenLDAP 2.4 Change Log
 
 OpenLDAP 2.4.27 Engineering
+       Fixed contrib/autogroup double-free (ITS#6972)
        Added slapd Add-if-not-present (ITS#6561)
        Added slapd delta-syncrepl Multi-Master Replication (ITS#6734,ITS#7029,ITS#7031)
+       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 slapd to correctly handle frontend DB (ITS#7016)
+       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 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-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)