]> git.sur5r.net Git - openldap/blob - CHANGES
e50a7453df7609919732e349dd797c2372ef6916
[openldap] / CHANGES
1 OpenLDAP 2.4 Change Log
2
3 OpenLDAP 2.4.6 Engineering
4         Fixed slapd ACL sets memory handling (ITS#4873)
5         Added slapd ACL sets DN ancestors operator (ITS#4860)
6         Fixed slapd alock_close with Quick mode (ITS#5129)
7         Fixed slapd ordered values add normalization issue (ITS#5136)
8         Fixed slapd X509 parsing (ITS#5070, #5151)
9         Fixed slapd slap_passwd_parse (ITS#5159)
10         Added slapd attribute value sorting (ITS#5153)
11         Added slapd checking for long-running tasks (ITS#4188)
12         Fixed slapd syncrepl cookie propagation (ITS#5170)
13         Fixed slapd certificateExactAssertion (ITS#5072)
14         Fixed slapd Multi-Master Replication with refreshAndPersist (ITS#5192)
15         Fixed slapd-bdb/hdb suffix logging (ITS#5128)
16         Fixed slapd-bdb/hdb IDL LRU handling (ITS#5121)
17         Fixed slapd-bdb/hdb cachesize config check (ITS#5122)
18         Fixed slapd-bdb/hdb ldap result code as system errno (ITS#5189)
19         Fixed slapd-config objectclass handling (ITS#4884)
20         Fixed slapd-ldap SASL idassert w/o authcId
21         Fixed slapd-ldap search control parsing (ITS#5138)
22         Fixed slapd-ldif directory separators in DN (ITS#5172)
23         Fixed slapd-meta leak when binding as rootdn (ITS#5155)
24         Fixed slapd-meta conn caching on bind failure (ITS#5154)
25         Fixed slapd-meta bind timeout assertion (ITS#5185)
26         Fixed slapd-monitor database registration (ITS#4965)
27         Fixed slapo-chain double-free (ITS#5137)
28         Fixed slapo-dynlist entry release (ITS#5135)
29         Fixed slapo-dynlist member processing (ITS#5157)
30         Fixed slapo-pcache memory leak (ITS#5112)
31         Fixed slapo-pcache returning incomplete results (ITS#5113)
32         Fixed slapo-pcache sizelimit handling (ITS#5114)
33         Fixed slapo-pcache/translucent cn=config add (ITS#5173)
34         Fixed slapo-rwm modlist handling (ITS#5124)
35         Fixed slapo-rwm UUID in filter (ITS#5168)
36         Fixed slapi SEARCH_RESULT_ENTRY leak (ITS#5060)
37         Fixed slapi db_open failure (ITS#5164)
38         Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
39         Fixed libldap connection behavior when server down (ITS#5127)
40         Fixed openldap.schema sequence in objectClass definition (ITS#5174)
41         Build Environment
42                 Use separate config OID arc for contrib (ITS#5158)
43                 Updated contrib/ldapc++ build enviroment
44         Documentation
45                 Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
46                 slapadd/slapindex note about file ownership (ITS#5166)
47                 Fixed ldap_get_option(3) *_TIMEOUT API (ITS#5188)