]> git.sur5r.net Git - openldap/blobdiff - CHANGES
ITS#6834
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index dbc8a074489cb9dd9e076d79c06058ae885c6f81..2e3b1cd57ff0fb9ad58decc5c8e68e57050cdeca 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,11 +1,20 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.24 Engineering
+OpenLDAP 2.4.25 Engineering
+       Build Environment
+               Fixed libldap/lberl/util if/else usage (ITS#6832)
+               Fixed Windows odbc32 detection (ITS#6125)
+               Fixed test020 exit codes (ITS#6404)
+       Documentation
+               admin24 guide ldapi usage (ITS#6839)
+               admin24 guide conversion notes (ITS#6834)
+
+OpenLDAP 2.4.24 Release (2011/02/10)
        Added LDIF line wrapping setting (ITS#6645)
-       Added libldap concurrency support (ITS#6625,ITS#5421)
-       Added libldap MozNSS non-blocking support (ITS#6714)
-       Added libldap MozNSS cert centralization (ITS#6742)
-       Added libldap x500UniqueIdentifier handling (ITS#6741)
+       Added MozNSS support (ITS#6714,ITS#6742,ITS#6790,ITS#6791)
+       Added MozNSS support (ITS#6802,ITS#6811,ITS#6816,ITS#5696)
+       Added libldap cert x500UniqueIdentifier handling (ITS#6741)
+       Added libldap_r,libldap formal concurrency API (ITS#6625,ITS#5421)
        Added slapadd attribute value checking (ITS#6592)
        Added slapcat continue mode for problematic DBs (ITS#6482)
        Added slapd syncrepl suffixmassage support (ITS#6781)
@@ -17,7 +26,9 @@ OpenLDAP 2.4.24 Engineering
        Added slapd-sql autocommit support (ITS#6612)
        Added slapd-sql support for long long keys (ITS#6617)
        Added slapo-sssvlv multiple sorts per connection (ITS#6686)
+       Added contrib/autogroup LDAP URI with attribute filter (ITS#6536)
        Added contrib/dupent module (ITS#6630)
+       Added contrib/lastbind (ITS#6238)
        Added contrib/kinit for kerberos tickets
        Added contrib/noopsrch for entry counting (ITS#6598)
        Fixed client tools control logging (ITS#6775)
@@ -37,15 +48,15 @@ OpenLDAP 2.4.24 Engineering
        Fixed libldap url parsing with NULL host (ITS#6653)
        Fixed libldap ldap_open_internal_connection (ITS#6788)
        Fixed libldap sync checking for BER errors (ITS#6738)   
-       Fixed libldap MozNSS default cipher suites (ITS#6790)
-       Fixed libldap MozNSS cert usage types/values (ITS#6791)
-       Fixed libldap MozNSS restart module after fork() (ITS#6802)
+       Fixed libldap variable usage (ITS#6813)
        Fixed liblutil getpass prompts (ITS#6702)
        Fixed ldapsearch segfault with deref (ITS#6638)
        Fixed ldapsearch multiple controls parsing (ITS#6651)
-       Fixed slapd SlapyReply usage (ITS#6758)
+       Fixed slapd SlapReply usage (ITS#6758)
        Fixed slapd acl parsing overflow (ITS#6611)
        Fixed slapd acl when resuming parsing (ITS#6804)
+       Fixed slapd Compare operation (ITS#6753)
+       Fixed slapd default config acls with overlays (ITS#6822)
        Fixed slapd assert control (ITS#5862)
        Fixed slapd assertions and debugging (ITS#6759)
        Fixed slapd config leak with olcDbDirectory (ITS#6634)
@@ -53,12 +64,12 @@ OpenLDAP 2.4.24 Engineering
        Fixed slapd listeners destruction (ITS#6736)
        Fixed slapd to free controls if needed (ITS#6629)
        Fixed slapd to stop if given unknown options (ITS#6754)
-       Fixed slapd entry comparisons (ITS#6753)
        Fixed slapd filter leak (ITS#6635)
        Fixed slapd matching rules for strict ordering (ITS#6722)
        Fixed slapd when first acl is value dependent (ITS#6693)
        Fixed slapd modify to return actual error (ITS#6581)
        Fixed slapd modrdn with empty DN (ITS#6768)
+       Fixed slapd c_authz_backend setting (ITS#6824)
        Fixed slapd sortvals of attributes with 1 value (ITS#6715)
        Fixed slapd syncrepl reuse of presence list (ITS#6707)
        Fixed slapd syncrepl uninitialized return code (ITS#6719)
@@ -76,23 +87,27 @@ OpenLDAP 2.4.24 Engineering
        Fixed slapd-ldap chaining with ppolicy (ITS#6540)
        Fixed slapd-ldap with SASL/EXTERNAL (ITS#6642)
        Fixed slapd-ldap crasher on matchedDN (ITS#6793)
+       Fixed slapd-ldap with unknown objectClasses (ITS#6814)
        Fixed slapd-ldif error strings (ITS#6731)
        Fixed slapd-ndb to honor rootpw setting (ITS#6661)
        Fixed slapd-ndb hasSubordinates generation (ITS#6712)
+       Fixed slapd-ndb variable initialization (ITS#6806)
+       Fixed slapd-ndb with out of order attributes (ITS#6821)
        Fixed slapd-meta anon retry with failed auth method (ITS#6643)
        Fixed slapd-meta rebind proc (ITS#6665)
        Fixed slapd-meta to correctly rebind as user (ITS#6574)
        Fixed slapd-meta with SASL/EXTERNAL (ITS#6642)
        Fixed slapd-meta matchedDN return code (ITS#6774)
        Fixed slapd-meta candidate selection (ITS#6799)
+       Fixed slapd-meta attribute normalization (ITS#6818)
        Fixed slapd-monitor hasSubordinates generation (ITS#6712)
        Fixed slapd-monitor abandon processing (ITS#6783)
        Fixed slapd-monitor entry locks (ITS#6787)
-       Fixed slapd-sock missing newline (ITS#6809)
+       Fixed slapd-sock missing newline in Compare operation (ITS#6809)
        Fixed slapd-sql with null objectClass (ITS#6616)
        Fixed slapd-sql hasSubordinates generation (ITS#6712)
        Fixed slapo-accesslog with controls (ITS#6652)
-       Fixed slapo-dynlist callbacks (ITS#6752)
+       Fixed slapo-dynlist Compare operation (ITS#6752)
        Fixed slapo-dynlist entry handling (ITS#6752)
        Fixed slapo-memberof CSN generation (ITS#6766)
        Fixed slapo-memberof log messages (ITS#6748)
@@ -113,7 +128,7 @@ OpenLDAP 2.4.24 Engineering
        Fixed slapo-rwm response hang (ITS#6792)
        Fixed slapo-sssvlv initialization (ITS#6649)
        Fixed slapo-sssvlv to not advertise when unused (ITS#6647)
-       Fixed slapo-sssvlv fix result code (ITS#6685)
+       Fixed slapo-sssvlv result code (ITS#6685)
        Fixed slapo-syncprov to send error if consumer is newer (ITS#6606)
        Fixed slapo-syncprov filter race condition (ITS#6708)
        Fixed slapo-syncprov active mod race (ITS#6709)
@@ -124,11 +139,13 @@ OpenLDAP 2.4.24 Engineering
        Fixed slapo-syncprov mutex (ITS#6438)
        Fixed slapo-syncprov mincsn check with MMR (ITS#6717)
        Fixed slapo-syncprov control leak (ITS#6795)
+       Fixed slapo-syncprov error codes (ITS#6812)
        Fixed slapo-translucent entry leak (ITS#6746)
-       Added contrib/autogroup LDAP URI with attribute filter (ITS#6536)
        Fixed contrib/autogroup install location (ITS#6684)
        Fixed contrib/autogroup crash with ppolicy (ITS#6684)
-       Fixed contrib/cloak callbacks (ITS#6762)
+       Fixed contrib/autogroup with non-DN URIs (ITS#6684)
+       Fixed contrib/autogroup with memberOf overlay (ITS#6684)
+       Fixed contrib/cloak when returning multiple entries (ITS#6762)
        Fixed contrib/nssov to only close socket on shutdown (ITS#6676)
        Fixed contrib/nssov multi platform support (ITS#6604)
        Build Environment