X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=CHANGES;h=081617fc600bd148ab2f6b4799c666f8af080ef0;hb=f2958fe7ef5185f879aab3fd057717733f9635b3;hp=997bf72c6f8def6969d6b46d1c382ddffecb3287;hpb=b11e9c92bdb85d329b2e4f2985f255339c74931d;p=openldap diff --git a/CHANGES b/CHANGES index 997bf72c6f..081617fc60 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,111 @@ OpenLDAP 2.4 Change Log -OpenLDAP 2.4.29 Release (2012/02/04) +OpenLDAP 2.4.32 Engineering + Added slappasswd loadable module support (ITS#7284) + Fixed tools to not clobber SASL_NOCANON (ITS#7271) + Fixed libldap function declarations (ITS#7293) + Fixed libldap double free (ITS#7270) + Fixed libldap debug level setting (ITS#7290) + Fixed libldap MozNSS PEM/certdb handling (ITS#7276) + Fixed libldap MozNSS cipher suite selection (ITS#7285) + Fixed libldap MozNSS error handling (ITS#7287) + Fixed libldap MozNSS cipher suite being ignored (ITS#7289) + Fixed libldap MozNSS infinite loop (ITS#7291) + Fixed libldap MozNSS context token for certdb (ITS#7312) + Fixed libldap MozNSS store certificate object (ITS#7313) + Fixed libldap MozNSS fix init and cleanup (ITS#7314) + Fixed libldap MozNSS slot and pin usage (ITS#7315) + Fixed libldap MozNSS to avoid infinite loop (ITS#7316) + Fixed libldap MozNSS untrusted issuer error (ITS#7331) + Fixed libldap gettime() regression (ITS#6262) + Fixed libmdb leaf node handling (ITS#7266) + Fixed libmdb mutexes on Apple/Windows (ITS#7251) + Fixed slapd config index renumbering (ITS#6987) + Fixed slapd duplicate error response (ITS#7076) + Fixed slapd parsing of PermissiveModify control (ITS#7298) + Fixed slapd-bdb/hdb cache hang under high load (ITS#7222) + Fixed slapd-bdb/hdb alias checking (ITS#7303) + Fixed slapd-bdb/hdb olcDbConfig changes work immediately (ITS#7338) + Fixed slapd-ldap to encode user DN during password change (ITS#7319) + Fixed slapd-ldap assertion when proxying to MS AD (ITS#6851) + Fixed slapd-mdb with tool mode (ITS#7255) + Fixed slapd-mdb with approx indexing (ITS#7279) + Fixed slapd-mdb dn2id delete (ITS#7302) + Fixed slapd-mdb memory leak in online indexer (ITS#7323) + Fixed slapd-mdb db corruption when hitting maxsize (ITS#7337) + Fixed slapd-mdb aborts with online indexing (ITS#7339) + Fixed slapd-perl panic (ITS#7325) + Fixed slapo-accesslog memory leaks with sync replication (ITS#7292) + Fixed slapo-syncprov memory leaks with sync replication (ITS#7292) + Fixed contrib/smbk5pwd to not compile with MozNSS (ITS#7327) + Fixed contrib/sha2 portability (ITS#7267) + Fixed contrib/sha2 thread safety (ITS#7269) + Added contrib/sha2 {SSHA256}, {SSHA384}, {SSHA512} support (ITS#7278) + Build Environment + Fixed test057 timing issues (ITS#7317) + Fixed compilation with MS Visual Studio (ITS#7332) + Documentation + slapo-sssvlv Added note about criticality (ITS#7253) + admin24 Fix peername.regex typo (ITS#7282) + Fixed slapd-config file include example (ITS#7318) + slapd-ldap(5) Reference RFC4526 (ITS#7294) + slapd-meta(5) Reference RFC4526 (ITS#7294) + +OpenLDAP 2.4.31 Release (2012/04/21) + Added slapo-accesslog support for reqEntryUUID (ITS#6656) + Fixed libldap IPv6 URL detection (ITS#7194) + Fixed libldap rebinding on failed connection (ITS#7207) + Fixed libmdb alignment of MDB_db members (ITS#7191) + Fixed libmdb branch page merging on deletes (ITS#7190) + Fixed libmdb page split with MDB_APPEND (ITS#7213) + Fixed libmdb free page usage with entry deletion (ITS#7210) + Fixed libmdb to use IOV_MAX if it is defined and small (ITS#7196) + Fixed libmdb key alignment (ITS#7219) + Fixed libmdb mdb_page_split (ITS#7229) + Fixed libmdb with zero length IDLs (ITS#7230) + Fixed slapd listener initialization (ITS#7233) + Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197) + Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195) + Fixed slapd to reject MMR setups with bad serverID setting (ITS#7200) + Fixed slapd approxIndexer key generation (ITS#7203) + Fixed slapd modification of olcSuffix (ITS#7205) + Fixed slapd schema validation with missing definitions (ITS#7224) + Fixed slapd syncrepl -c with supplied CSN values (ITS#7245) + Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231) + Fixed slapd-perl modify with binary values (ITS#7149) + Fixed slapd-shell cn=config support (ITS#7201) + Fixed slapd-shell modify with binary values (ITS#7149) + Fixed slapo-accesslog deadlock with non-logged write ops (ITS#7088) + Fixed slapo-syncprov sessionlog check (ITS#7218) + Fixed slapo-syncprov entry leak (ITS#7234) + Fixed slapo-syncprov startup initialization (ITS#7235) + Build Environment + Fixed test022 to check ldapsearch results (ITS#7228) + Fixed test044 when back-monitor is disabled (ITS#7204) + Documentation + Fixed slapschema(8) formatting (ITS#7188) + Fixed limdb functionality documentation (ITS#7238) + Fixed ldap_get_option(3) note inheritance behavior (ITS#7240) + +OpenLDAP 2.4.30 Release (2012/02/29) + Fixed libldap socket polling for writes (ITS#7167) + Fixed liblutil string modifications (ITS#7174) + Fixed slapd crash when attrsOnly is true (ITS#7143) + Fixed slapd syncrepl delete handling (ITS#7052,ITS#7162) + Fixed slapd-mdb slapadd with -q (ITS#7170) + Fixed slapd-mdb slapadd with -w (ITS#7180) + Fixed slapd-mdb slapindex with -q and -t (ITS#7176) + Fixed slapo-pcache time-to-refesh handling (ITS#7178) + Fixed slapo-syncprov loop detection (ITS#6024) + Build Environment + Fixed POSIX make support (ITS#7160) + Fixed slapd-mdb build on POSIX (ITS#7160) + Documentation + Added option "-o" to ldap*(1) pages (ITS#7152) + Fixed ldap*(1) page cleanup (ITS#7177) + Fixed ldap_modify(3) prototypes (ITS#7173) + +OpenLDAP 2.4.29 Release (2012/02/12) Fixed libldap MozNSS deferred initialization handling (ITS#7136) Fixed libldap MozNSS with TLSCertificateKeyFile not set (ITS#7135) Fixed slapd cn=config modification of first schema element (ITS#7098) @@ -20,6 +125,7 @@ OpenLDAP 2.4.29 Release (2012/02/04) Fixed slapd-meta to correctly handle multiple targets (ITS#7050) Fixed slapd-monitor compare op to update cached entry (ITS#7123) Fixed slapd-perl initialization (ITS#7075) + Fixed slapd-sql to properly initialize be_cf_ocs (ITS#7158) Fixed slapo-dds to properly exit when in tool mode (ITS#7099) Fixed slapo-rwm not leave empty lots with normalized attrs (ITS#7143) Fixed slapo-syncprov with already abandoned operation (ITS#7150)