]> git.sur5r.net Git - openldap/blob - CHANGES
fix its description
[openldap] / CHANGES
1 OpenLDAP 2.3 Change Log
2
3 OpenLDAP 2.3.12 Engineering
4         Fixed libldap ldapi:// authdn construction
5         Added libldap ldap_bv2escaped_filter_value (ITS#2535)
6         Fixed libldap HSTRERROR issue (ITS#4124)
7         Added libldap/slapd TLS DSA certificate support (ITS#4017)
8         Fixed slapd illegal S option bug (ITS#4119)
9         Fixed slapd cn=monitor log level mod issue (ITS#4091)
10         Fixed slapd cn=config bad access issue (ITS#4111)
11         Fixed slapd cn=config access modify issue (ITS#4127)
12         Fixed slapd cn=config init issue (ITS#4128)
13         Fixed slapd non-reentrant libwrap issue (ITS#4099)
14         Fixed slapd AIX IFMT issue (ITS#4123)
15         Fixed ldapmodrdn empty line handling (ITS#4101)
16         Fixed slapd-hdb syncrepl deadlock issue (ITS#4088)
17         Fixed slapd-meta invalid DN attrs normalize/pretty issue (ITS#4107)
18         Fixed slapd-meta rootdn erroneous success issue (ITS#4122)
19         Fixed slapd-meta proxying bind result issue (ITS#4129)
20         Fixed slapd-meta/slapo-rwm rwm-mapping issue (ITS#4086)
21         Fixed slapo-ppolicy pwdFailureTIme after bind success issue (ITS#4134)
22         Added slapd delta syncrepl support
23         Added slapadd thread support
24         Updated slapcat subordinate database handling (ITS#4089)
25         Added slapd/slaptest pid/arg file consistency check (ITS#4074)
26         Updated contrib smbk5pwd module
27         Build environment
28                 Added slapd-bind test program
29                 Added inet_ntoa_b support for VxWorks (ITS#3440)
30                 Dropped SSLeay support
31
32 OpenLDAP 2.3.11 Release
33         Fixed libldap reentrancy issue (ITS#3988)
34         Fixed libldap ndelay without timeout
35         Fixed slapd ldaps:// not configured issue (ITS#4082,4083)
36         Fixed slapd-bdb/hdb mode argument parsing (ITS#4077)
37         Fixed slapd WIN32 writefds init issue
38         Fixed slapadd buffer alignment issue (ITS#4078)
39         Updated slapd syncrepl to use ldap_unbind_ext
40         Removed lint
41
42 OpenLDAP 2.3.10 Release
43         Fixed libldap chasing of chased referrals (ITS#2942)
44         Added libldap LDAP_NOT_SUPPORTED for TLS (ITS#4072)
45         Added libldap LDAP_MSG_RECEIVED support
46         Dropped libldap LDAP_MORE_RESULTS_TO_RETURN use
47         Fixed slapd cn=config updated rootdn issue (ITS#4035)
48         Fixed slapd-meta bus error (ITS#4073)
49         Fixed slapd-meta/ldap/rwm empty naming context issue (ITS#4071)
50
51 OpenLDAP 2.3.9 Release
52         Fixed slapd req_pwdexop bug
53         Fixed slapo-syncprov queued UUIDs bug (ITS#4068)
54         Fixed slapo-syncprov memory leak
55         Fixed slapd anlist leak
56         Removed lint
57         Build Environment
58                 Updated testsuite to test only primary backends by default
59                 Disable test041-aci
60
61 OpenLDAP 2.3.8 Release
62         Fixed slapd undef HAVE_EPOLL issue
63         Fixed slapd connection-get wake bug (ITS#3999)
64         Fixed slapd uninitialized var bug (ITS#3854)
65         Fixed slapd add entry without parent bug (ITS#2757)
66         Fixed slapd cn=config value escaping bug (ITS#3807)
67         Fixed slapd cn=config missing host/uri bug (ITS#4009)
68         Fixed slapd alock symbol bug (ITS#3978)
69         Fixed slapd replogfile assert (ITS#4003)
70         Fixed slapd rewrite session var set bug (ITS#4023)
71         Fixed slapd syncrepl empty uniqueMember bug (ITS#4040)
72         Fixed slapd alias resolution bug (ITS#4030)
73         Fixed slapd password-hash cleartext bug (ITS#4021)
74         Fixed slapd realloc zero bug (ITS#3981)
75         Fixed slapd nested overlay configuration bug (ITS#4047)
76         Fixed slapd password modify oldPassword ignore bug (ITS#4049)
77         Added slapd password oldPassword verify (ITS#4051)
78         Fixed slapd select_backend manageDSAit with glue issue (ITS#4027)
79         Updated slapd authz backend detection (ITS#4018)
80         Fixed slapd-bdb/hdb pointer/integer size mismatch (ITS#4015)
81         Updated slapd-hdb index management
82         Fixed slapd-glue mixtures bug (ITS#3979)
83         Fixed slapd-ldap unlock issue (ITS#4001)
84         Fixed slapd-ldap manageDIT check bug (ITS#4005)
85         Fixed slapd-ldap resource release issue (ITS#4016)
86         Fixed slapd-meta rootdn lookup bug (ITS#4004)
87         Fixed slapd-meta null value assert issue (ITS#4028)
88         Added slapd-meta pooled connections (ITS#4056)
89         Added slapd-meta target DSA bind defer when auth'd as rootdn (ITS#4057)
90         Fixed slapd-meta pseudorootdn issue
91         Fixed slapd-monitor unavailable issue (ITS#4013)
92         Fixed slapd-perl init/destroy bug (ITS#3923)
93         Fixed slapd-sql missing space issue (ITS#4061)
94         Fixed slapo-accesslog timestamp normalization issue
95         Fixed slapo-accesslog normalizer issue 
96         Fixed slapo-ppolicy replication issues (ITS#3980)
97         Added slapo-ppolicy pwdattribute descriptor support (ITS#4025)
98         Fixed slapo-syncprov/unique interact issues (ITS#3989)
99         Fixed slapo-syncprov/subordinate interact issues (ITS#3996)
100         Fixed slapo-syncprov schema check assert (ITS#4031)
101         Fixed slapo-syncprov psearch flush in qtask
102         Fixed slapo-syncprov abandon checks
103         Fixed slapo-unique ignore writes not under unique_base (ITS#4066)
104         Fixed slapo-valsort unknown valsort-attr bug (ITS#4047)
105         Fixed slapcat out-of-memory problem (ITS#4010)
106         Fixed slurpd unrecognized slave names bug (ITS#4012)
107         Fixed liblber dgram len bug (ITS#4046)
108         Fixed libldap SASL and TLS potential ld_error leaks (ITS#4064)
109         Fixed liblutil/csn time counter issue 
110         Updated contrib/ldapc++ to avoid deprecated functions
111         Documentation
112                 Added slapo-valsort(5) man page (ITS#3994)
113                 Added slap tool -F option documentation (ITS#4026)
114         Build Environment
115                 Fixed misc POSIX conformance issues (ITS#2667)
116                 Fixed --without-threads build issue (ITS#4006)
117                 Fixed test script exit checks (ITS#4045)
118                 Added test suite parameterized directory support
119                 Fixed test suite tool error handling
120                 Updated contrib/ldapc++ build environment
121
122 OpenLDAP 2.3.7 Release
123         Updated slapd ManageDIT support
124         Updated slapd ACI syntax checking (ITS#3877)
125         Fixed slapd STATS2 referral logging
126         Refixed slapd cn=config default search base bug (ITS#3900)
127         Fixed slapd cn=config TLSVerifyClient bug (ITS#3962)
128         Fixed slapd winsock assert (ITS#3983)
129         Fixed slapd-bdb/hdb paged results deadlock (ITS#3940)
130         Fixed slapd-bdb/hdb/ldbm searchBase disclose (ITS#3964)
131         Fixed slapd-bdb/hdb bi_dbenv check (ITS#3992)
132         Fixed slapd-meta generic attribute normalize/pretty (ITS#3956)
133         Fixed slapd-ldap/meta 'undefined' attribute mutex protection (ITS#3958)
134         Added slapd-ldap/meta 'proxied' attribute support (ITS#3959)
135         Fixed slapd-meta no candidate target selected bug (ITS#3990)
136         Fixed slapd-meta matchedDN handling (ITS#3944)
137         Fixed slapd-monitor hiding issue (ITS#3986)
138         Fixed slapo-ppolicy lockout status at Bind (ITS#3946)
139         Moved slapo-glue into slapd core
140         Fixed slaptest cn=config segfault (ITS#3961)
141         Fixed slaptools logging issue (ITS#3937)
142         Fixed slaptools fails after db clean (ITS#3970)
143         Fixed slaptools reject unsupported -w (ITS#3939)
144         Fixed libldap global_opt failure 
145         Fixed libldap schema handling
146         Fixed libldap secprops parsing (ITS#3955)
147         Fixed libldap_r tpool (ITS#3925)
148         Updated liblutil password scheme check
149         Updated libldap schema to allow OID macros in syntaxes
150         Removed lint
151         Documentation
152                 Updated misc. man pages
153         Build Environment
154                 Updated build tools (ITS#3928)
155                 Fixed tests diff -u usage (ITS#3969)
156                 Fixed slapo-rwm dependency checking (ITS#3965)
157                 Fixed tests --disable-monitor support
158                 Fixed tests veryclean-local testdata cleanup
159                 Add subtree rename test (hdb only)
160
161 OpenLDAP 2.3.6 Release
162         Fixed slapd dnRelativeMatch return (ITS#3931)
163         Fixed slapd send_search_entry issue (ITS#3951)
164         Fixed slapd-bdb/hdb release entry in paged response
165         Fixed slapd-meta resources release issue (ITS#3943)
166         Fixed slapd-ldap/meta matched return (ITS#3942,ITS#3944)
167         Fixed slapo-ppolicy reset lockouts issue (ITS#3946)
168         Fixed nis.schema posixGroup object class kind (ITS#3941)
169         Revert librewrite regex mutex change (ITS#3932)
170         Updated slapd manage capability
171         Updated slapo-syncprov CSN filter checks
172         Updated libldap url list parsing
173         Added slapd SASL rootpw support (ITS#3845)
174         Added slapd Stats logging for additional cases
175         Added slapd ACI syntax validater (ITS#3877)
176         Added slapd posixgroup ACL module to contrib
177         Added slapi SLAPI_X_ADD_STRUCTURAL_CLASS extension
178         Added slapd-ldap subtree renaming proxing
179         Added slapd-meta overlapping targets enhancement (ITS#3711)
180         Removed lint
181         Documentation
182                 Added slapcat(8) -a usage example (ITS#3930)
183                 Updated slapo-unique(5) for clarity (ITS#3936)
184                 Updated slapo-syncprov(5) sessionlog description (ITS#3935)
185                 Updated doc/drafts
186         Build Environment
187                 Updated test prog bind retry code
188                 Fixed test015-xsearch regression (ITS#3506)
189                 Added test040-subtree-rename
190
191 OpenLDAP 2.3.5 Release
192         Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
193         Fixed slapd substrings filter length checks (ITS#3790)
194         Fixed slapd thread pool initialization (ITS#3793)
195         Fixed slapd cancel exop (ITS#3549)
196         Fixed slapd syncrepl cookie problem (ITS#3917)
197         Fixed slapd inequality filter index bug (ITS#3920)
198         Fixed slapd syncrepl ctxcsn leak (ITS#3922)
199         Fixed slapd syncrepl scope issue (ITS#3831)
200         Fixed slapd syncrepl missing array subscript (ITS#3834)
201         Fixed slapd slapd_remove null deref (ITS#3842)
202         Fixed slapd ldapi credential normalization bug (ITS#3876)
203         Fixed slapd userPassword cleartext bug (ITS#3846)
204         Fixed slapd cn=config default search base bug (ITS#3900)
205         Fixed slapd cn=config olcDbConfig bug (ITS#3815)
206         Fixed slapd cn=config olcReadOnly bug (ITS#3820)
207         Fixed slapd cn=config hdb+bdb bug (ITS#3821)
208         Fixed slapd ACL attrs/val EQUALITY issue (ITS#3830)
209         Fixed slapd authx-regexp diagnostics (ITS#3819)
210         Fixed slapd index_substr_any_step keyword (ITS#3818)
211         Fixed slapd -f directory issue (ITS#3865)
212         Fixed slapd attributeOptions config parsing (ITS#3829)
213         Fixed slapd whitespace config parsing bug (ITS#3901)
214         Fixed slapd rootdn space issue (ITS#3806)
215         Fixed slapd passwd change w/ {CRYPT} bug (ITS#3805)
216         Fixed slapd backend_init_controls assert (ITS#3853)
217         Fixed slapd loglevel -1 bug (ITS#3858)
218         Fixed slapi bind bound DN issue (ITS#2971)
219         Fixed slapi issues (ITS#3884,3885,3886)
220         Fixed slapi authorization name issue (ITS#3892)
221         Fixed slapi slapi_int_connection_init operation problem (ITS#3868)
222         Fixed slapi slapi_entry_has_children bug (ITS#3879)
223         Fixed slapd-bdb manual recovery startup (ITS#3607,3824)
224         Fixed slapd-bdb manual recovery startup (ITS#3833)
225         Fixed slapd-bdb/hdb checkpoint before suffix bug (ITS#3784)
226         Fixed slapd-hdb modrdn base bug (ITS#3857)
227         Fixed slapd-ldap access to freed connection (ITS#3913)
228         Fixed slapd-ldap/meta filter bug (ITS#3785)
229         Fixed slapd-ldap/meta connection pooling (ITS#3813)
230         Fixed slapd-ldap/meta memory leak (ITS#3862)
231         Added slapd-sql enhancements (ITS#3432)
232         Fixed slapd-sql attribute with no values issue (ITS#3861)
233         Fixed slapd-sql truncating keyval column problem (ITS#3888)
234         Fixed slapd-sql return code ignored problem (ITS#3891)
235         Fixed slapo-glue alock bug (ITS#3817,3841)
236         Fixed slapo-dyngroup hidden subschemaSubentry bug (ITS#3844)
237         Fixed slapo-ppolicy hashed length problem (ITS#3783)
238         Fixed slapo-ppolicy quality check (ITS#3777)
239         Fixed slapo-ppolicy lockout duration (ITS#3779)
240         Fixed slapo-rwm leak (ITS#3914)
241         Fixed slapo-glue/rwm conflict (ITS#3788)
242         Fixed slapadd segfault (ITS#3926)
243         Fixed slapcat cn=config segfault (ITS#3796)
244         Fixed slaptest -F crash (ITS#3912)
245         Fixed slapd authzTo/From syntax issue (ITS#3921)
246         Fixed libldap abandon concurrency issue (ITS#3800)
247         Fixed libldap start_tls referral chasing (ITS#3791)
248         Fixed libldap referral chasing issues (ITS#2894,3578)
249         Fixed librewrite concurrency issue (ITS#3932)
250         Use IANA-assigned OIDs for recently approved IETF LDAP extensions
251         Removed lint (ITS#3857)
252         Build Environment
253                 Upgraded shtool (ITS#3752)
254                 Upgraded config.guess/config.sub
255                 Fixed FreeBSD thread stacksize problem (ITS#3456)
256                 Fixed cygwin shared libraries build problem (ITS#3712)
257                 Fixed acl_get/acl_mask v AIX symbol clash (ITS#3787)
258                 Fixed test020 logging problem (ITS#3811)
259                 Fixed duplicate symbol problem (ITS#3843)
260                 Fixed liblunicode 64bit builds (ITS#3869)
261                 Fixed passwd/kerberos module builds (ITS#3896)
262                 Fixed test037 manageDIT discovery issue (ITS#3898)
263                 Fixed installed man page symlinks (ITS#3904)
264                 Fixed <sasl.h> inclusion (ITS#3905)
265                 Fixed smbk5pwd Heimdal compat issue (ITS#3910)
266                 Fixed slapd make install issue (ITS#3929)
267                 Fixed DESTDIR reporting (ITS#3916)
268         Documentation
269                 Fixed Admin Guide authz v. saslauthz problem (ITS#3875)
270                 Fixed Admin Guide --disable-bdb issue (ITS#3837)
271                 Fixed slapd-meta(5) lastmod issue (ITS#3789)
272                 Updated slapd.conf(5) (ITS#3866)
273                 Updated slapd(8) OPTIONS section (ITS#3816)
274                 Updated slapd-monitor(5) (ITS#3822,3836)
275                 Updated slapd-bdb(5) (ITS#3823)
276
277 OpenLDAP 2.3.4 Release
278         Initial release for "general use".
279