X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=ed677b988750c470d1390434ff909ecaffc81aa6;hb=5983162e1faf855f8f23cc1087b468c149a85a47;hp=0dd855d164dd8b1332c6697f1ec31aa3dfebb0ac;hpb=84a40529d3b55075acb6b517be2f9311a03206e2;p=openldap diff --git a/CHANGES b/CHANGES index 0dd855d164..ed677b9887 100644 --- a/CHANGES +++ b/CHANGES @@ -1,32 +1,98 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.22 Engineering +OpenLDAP 2.4.24 Engineering + Fixed liblber to not close invalid sockets (ITS#6585) + Fixed libldap dnssrv port format specifier (ITS#6644) + Fixed libldap sasl partial write handling (ITS#6639) + Fixed ldapsearch segfault with deref (ITS#6638) + Fixed slapd acl parsing overflow (ITS#6611) + Fixed slapd modify to return actual error (ITS#6581) + Fixed slapd-bdb entry cache delete failure (ITS#6577) + Fixed slapd-meta anon retry with failed auth method (ITS#6643) + Fixed slapd-null back-config support (ITS#6624) + Fixed slapo-pcache callback freeing (ITS#6640) + Fixed slapo-pcache to ignore undefined attrs (ITS#6600) + Fixed slapo-ppolicy don't update opattrs on consumers (ITS#6608) + Fixed slapo-sssvlv initialization (ITS#6649) + Fixed slapo-syncprov to send error if consumer is newer (ITS#6606) + Documentation + admin24 guide typo fixes (ITS#6609) + +OpenLDAP 2.4.23 Release (2010/06/30) + Fixed libldap to return server's error code (ITS#6569) + Fixed libldap memleaks (ITS#6568) + Fixed liblutil off-by-one with delta (ITS#6541) + Fixed slapd acls with glued databases (ITS#6468) + Fixed slapd syncrepl rid logging (ITS#6533) + Fixed slapd modrdn handling of invalid values (ITS#6570) + Fixed slapd-bdb hasSubordinates computation (ITS#6549) + Fixed slapd-bdb to use memcpy instead for strcpy (ITS#6474) + Fixed slapd-bdb entry cache delete failure (ITS#6577) + Fixed slapd-ldap to return control responses (ITS#6530) + Fixed slapo-ppolicy to use Debug (ITS#6566) + Fixed slapo-refint to zero out freed DN vals (ITS#6572) + Fixed slapo-rwm to use Debug (ITS#6566) + Fixed slapo-sssvlv to use Debug (ITS#6566) + Fixed slapo-syncprov lost deletes in refresh phase (ITS#6555) + Fixed slapo-valsort to use Debug (ITS#6566) + Fixed contrib/nssov network.c missing patch (ITS#6562) + Build Environment + Fixed test043 attribute sorting (ITS#6553) + Documentation + slapd-config(5) note default rootdn (ITS#6546) + +OpenLDAP 2.4.22 Release (2010/04/24) Added slapd SLAP_SCHEMA_EXPOSE flag for hidden schema elements (ITS#6435) Added slapd tools selective iterations (ITS#6442) + Added slapd syncrepl TCP keepalive (ITS#6389) + Added slapo-ldap idassert-passthru (ITS#6456) Added slapo-pbind + Fixed libldap gmtime re-entrancy (ITS#6262) + Fixed libldap gssapi off by one error (ITS#6223) Fixed libldap GnuTLS serial length (ITS#6460) + Fixed libldap MozNSS context and PEM support (ITS#6432) + Fixed libldap referral on bind behavior(ITS#6510) Fixed slapd acl non-entry internal searches (ITS#6481) + Fixed slapd acl attrval style initialization (ITS#6520) Fixed slapd certificateListValidate (ITS#6466) Fixed slapd empty URI parsing (ITS#6465) - Fixed slapd ignore controls with unrecognized flags (ITS#6480) - Fixed slapd REP_ENTRY flag handling (ITS#5340) + Fixed slapd glued misplaced entries (ITS#6506) + Fixed slapd glued paged cookies (ITS#6507) + Fixed slapd glued paged results (ITS#6504) + Fixed slapd gmtime re-entrancy (ITS#6262) + Fixed slapd to ignore controls with unrecognized flags (ITS#6480) + Fixed slapd entry ownership (ITS#5340) Fixed slapd sasl auxprop_lookup (ITS#6441) Fixed slapd sasl auxprop ssf (ITS#5195) + Fixed slapd syncrepl for attributes with no matching rule (ITS#6458) Fixed slapd syncrepl for unknown attrs and delta-sync (ITS#6473) + Fixed slapd syncrepl loop with moddn (ITS#6472) + Fixed slapo-accesslog to not replicate internal purges (ITS#6519) Fixed slapd-bdb contextCSN updates from updatedn (ITS#6469) - Fixed slapo-collect REP_ENTRY flag handling (ITS#5340,ITS#6423) + Fixed slapd-bdb lockobj zeroing (ITS#6501) + Fixed slapd-ldap/meta control criticality (ITS#6523) + Fixed slapd-ldap/meta with ordered values (ITS#6516) + Fixed slapo-collect entry ownership (ITS#5340,ITS#6423) Fixed slapo-dds with NULL backend (ITS#6490) - Fixed slapo-dynlist REP_ENTRY flag handling (ITS#5340,ITS#6423) + Fixed slapo-dynlist entry ownership (ITS#5340,ITS#6423) + Fixed slapo-memberof attr count (ITS#6508) Fixed slapo-pcache to release its own entries (ITS#6484) Fixed slapo-pcache with NULL backend (ITS#6490) Fixed slapo-rwm entry release handling (ITS#6484) + Fixed slapo-rwm memory handling with rewrites (ITS#6526) Fixed slapo-rwm olcRwmMap handling (ITS#6436) - Fixed slapo-rwm REP_ENTRY flag handling (ITS#5340,ITS#6423) + Fixed slapo-rwm entry ownership (ITS#5340,ITS#6423) Fixed slapo-syncprov memory leak (ITS#6459) - Fixed slapo-valsort REP_ENTRY flag handling (ITS#5340,ITS#6423) + Fixed slapo-translucent counter increment (ITS#6497) + Fixed slapo-valsort entry ownership (ITS#5340,ITS#6423) Fixed contrib/sha2 adds mechs for more hashes (ITS#6433) + Fixed contrib/nssov to use nss-pam-ldapd (ITS#6488) + Build Environment + Added back-ldif, back-null test support (ITS#5810) Documentation - admin24 avoid explicity moduleload statements (ITS#6486) + admin24 avoid explicit moduleload statements (ITS#6486) + admin24 broken link fixes (ITS#6493,ITS#6515) + slapd.access(5) val.regex explanation (ITS#5804) OpenLDAP 2.4.21 Release (2009/12/20) Fixed liblutil for negative microsecond offsets (ITS#6405) @@ -170,6 +236,8 @@ OpenLDAP 2.4.18 Release (2009/09/06) Documentation admin24 fix broken link (ITS#6264) ldap_open(3) document URI (ITS#6261) + ldap_set/get_option(3) SASL/TLS options added (ITS#6260) + man page format updates (ITS#6023) OpenLDAP 2.4.17 Release (2009/07/13) Fixed liblber to use ber_strnlen (ITS#6080)