]> git.sur5r.net Git - openldap/blobdiff - CHANGES
Change AttributeName.an_oc_exclude to an_oc_flags, avoid multiple
[openldap] / CHANGES
diff --git a/CHANGES b/CHANGES
index 0c6b474ec5f8ef4791a9a0aa0f89d97a63774416..56eca0baf3041f3716f3b07842570cfbb6d18001 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,8 +1,21 @@
 OpenLDAP 2.4 Change Log
 
-OpenLDAP 2.4.17 Engineering
+OpenLDAP 2.4.18 Engineering
+       Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
+       Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
+       Fixed slapd subordinate needs a suffix (ITS#6216)
+       Fixed slapd tools to properly close database (ITS#6214)
+       Fixed slapd-ndb startup (ITS#6203)
+       Fixed slapo-unique filter matching (ITS#6077)
+       Fixed tools resource leaks (ITS#6145)
+       Fixed contrib/autogroup with RE24 (ITS#6227)
+       Build Environment
+               Fixed test056-monitor with custom ports (ITS#6213)
+
+OpenLDAP 2.4.17 Release (2009/07/13)
        Fixed liblber to use ber_strnlen (ITS#6080)
-       Fixed libldap gnutls private key init (ITS#6053)
+       Fixed libldap GnuTLS private key init (ITS#6053)
+       Fixed libldap openssl digest initialization (ITS#6192)
        Fixed libldap tls NULL error messages (ITS#6079)
        Fixed liblutil opendir/closedir on windows (ITS#6041)
        Fixed liblutil for _GNU_SOURCE (ITS#5464,ITS#5666)
@@ -12,10 +25,14 @@ OpenLDAP 2.4.17 Engineering
        Fixed slapd abandon/cancel handling for some ops (ITS#6157)
        Fixed slapd access setstyle to expand (ITS#6179)
        Fixed slapd assert with closing connections (ITS#6111)
+       Fixed slapd bind race condition (ITS#6189)
        Fixed slapd cancel behavior (ITS#6137)
        Fixed slapd cert validation (ITS#6098)
+       Fixed slapd connection_destroy assert (ITS#6089)
+       Fixed slapd csn normalization (ITS#6195)
        Fixed slapd errno handling (ITS#6037)
        Fixed slapd global alloc handling (ITS#6054)
+       Fixed slapd hung writers (ITS#5836)
        Fixed slapd ldapi issues (ITS#6056)
        Fixed slapd moduleload with static backends and modules (ITS#6016)
        Fixed slapd normalization of updated schema attributes (ITS#5540)
@@ -31,6 +48,7 @@ OpenLDAP 2.4.17 Engineering
        Fixed slapd tls context after changes (ITS#6135)
        Fixed slapd-bdb/hdb adjust dncachesize if too low (ITS#6176)
        Fixed slapd-bdb/hdb crashes during delete (ITS#6177)
+       Fixed slapd-bdb/hdb multiple olcIndex for same attr (ITS#6196)
        Fixed slapd-hdb freeing of already freed entries (ITS#6074)
        Fixed slapd-hdb entryinfo cleanup (ITS#6088)
        Fixed slapd-hdb dncache lockups (ITS#6095)
@@ -41,17 +59,21 @@ OpenLDAP 2.4.17 Engineering
        Fixed slapo-collect missing equality match rule (ITS#6075)
        Fixed slapo-dds entry expiration (ITS#6169)
        Fixed slapo-perl symbols (ITS#5658)
+       Fixed slapo-ppolicy to honor pwdLockout (ITS#6168)
+       Fixed slapo-ppolicy to return check modules error message (ITS#6082)
        Fixed slapo-refint refint_repair handling (ITS#6056)
        Added slapo-rwm rwm-drop-unrequested-attrs config option (ITS#6057)
        Fixed slapo-rwm dn passing (ITS#6070)
        Fixed slapo-rwm entry free (ITS#6058)
        Fixed slapo-rwm entry release (ITS#6081)
        Fixed slapo-translucent entry gathering (ITS#6156)
+       Fixed tools returning ldif errors (ITS#5892)
        Fixed contrib/smbk5pwd use of private functions (ITS#5535)
        Build Environment
                Added test056-monitor (ITS#5540)
                Added test057-memberof-refint (ITS#5395)
                Fixed winsock detection for windows (ITS#6102, ITS#6078)
+               Removed GSSAPI configure option (ITS#6091,ITS#6092,ITS#6093,ITS#5369)
        Documentation
                admin24 relocate configuration examples (ITS#6183)
                admin24 fixed example regex (ITS#6052)