]> git.sur5r.net Git - openldap/blob - CHANGES
Put ITS#5513 in correct release. 2.3 has not yet been returned to release engineering.
[openldap] / CHANGES
1 OpenLDAP 2.3 Change Log
2
3 OpenLDAP 2.3.42 Release (2008/05/15)
4         Fixed slapd abstract objectClass inheritance check (ITS#5474)
5         Fixed slapd connection handling (ITS#5469)
6         Fixed slapd delta-syncrepl refresh mode (ITS#5376)
7         Fixed slapd delta-syncrepl resync (ITS#5378)
8         Fixed slapd pagedresults stale state (ITS#5409)
9         Fixed slapd-ldap connection handler (ITS#5404)
10         Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
11         Fixed slapo-accesslog null callback stack crash (ITS#5490)
12         Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
13         Documentation
14                 Added idassert to slapd-meta(5) (ITS#5509)
15
16 OpenLDAP 2.3.41 Release (2008/02/19)
17         Fixed slapd timestamp race condition (ITS#5370)
18         Fixed slapd delta-syncrepl refresh mode (ITS#5376)
19         Fixed slapd-bdb modrdn to same dn (ITS#5319)
20         Fixed slapd-bdb crash with modrdn (ITS#5358) 
21         Fixed slapd-bdb idlcache on adds (ITS#5086)
22         Fixed slapo-accesslog cleanup on successful response (ITS#5374)
23         Fixed syncrepl propagation of errors (ITS#5282)
24
25 OpenLDAP 2.3.40 Release (2007/12/25)
26         Fixed slapd include handling (ITS#5276)
27         Fixed slapd syncrepl compatibility with 2.4 (ITS#5231)
28         Fixed slapd-bdb/hdb slapadd hang (ITS#5225)
29         Fixed slapd-bdb/hdb dn2entry lock bug (ITS#5257)
30         Fixed slapd-bdb/hdb dn2id lock bug (ITS#5262)
31         Fixed slapo-accesslog abandoned op cleanup (ITS#5161)
32         Fixed slapo-translucent interactions with slapo-rwm (ITS#4889)
33         Documentation
34                 Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
35                 Clarified slapd.conf(5) limits issues in syncrepl (ITS#5243)
36                 DB_CONFIG.example URL wrong in comments (ITS#5288)
37
38 OpenLDAP 2.3.39 Release (2007/10/26)
39         Fixed slapd backglue compilation problem (ITS#5214)
40         Fixed slapd database/overlay config conflict (ITS#4848)
41         Fixed slapd password_hash config order (ITS#5082)
42         Fixed slapd slap_mods_check bug (ITS#5119)
43         Fixed slapd ACL sets memory handling (ITS#4860,ITS#4873)
44         Fixed slapd ordered values add normalization issue (ITS#5136)
45         Fixed slapd-bdb DB_CONFIG conversion bug (ITS#5118)
46         Fixed slapd-ldap search control parsing (ITS#5138)
47         Fixed slapd-ldap SASL idassert w/o authcId
48         Fixed slapd-ldif directory separators in DN (ITS#5172)
49         Fixed slapd-meta conn caching on bind failure (ITS#5154)
50         Fixed slapd-meta bind timeout assertion (ITS#5185)
51         Fixed slapd-sql concurrency issue (ITS#5095)
52         Fixed slapo-chain double-free (ITS#5137)
53         Fixed slapo-pcache and -rwm interaction fix (ITS#4991) 
54         Fixed slapo-pcache non-null terminated array crasher (ITS#5163)
55         Fixed slapo-rwm modlist handling (ITS#5124)
56         Fixed slapo-rwm UUID in filter (ITS#5168)
57         Fixed slapo-syncprov refreshAndPersist race condition (ITS#5177)
58         Fixed sasl SASL_SSF_EXTERNAL type (ITS#3864)
59         Fixed liblber Windows x64 portability (ITS#5105)
60         Fixed libldap ppolicy control creation (ITS#5103)
61         Build Environment
62                 Fixed termios macro check (ITS#4880)
63                 Updated Makefiles
64         Documentation
65                 Fixed slapd-bdb(5) note about dbconfig directives (ITS#5134)
66                 Added slapd-sql(5) empty oc mapping workaround (ITS#4785)
67                 Added max-depth/return-error to slapo-chain(5)
68                 slapadd/slapindex note about file ownership (ITS#5166)
69                 slapcat note about using against running slapd (ITS#5028)
70                 Fixed Admin Guide URL in README (ITS#5107)
71
72 OpenLDAP 2.3.38 Release (2007/08/20)
73         Fixed slapadd check for ';binary' when required (ITS#5071)
74         Fixed slapd select_backend/ManageDSAit (ITS#4986)
75         Fixed slapd integer/pointer types and overflow (ITS#5035)
76         Fixed slapd AVA_Sort on multivalued RDNs (ITS#5057)
77         Fixed slapd LDIF parsing error handling (ITS#5090)
78         Fixed slapd syncrepl searchbase scope (ITS#5073)
79         Fixed slapd-bdb missing index warning (ITS#5037)
80         Fixed slapd-bdb Quick index for ID 0 (ITS#5052)
81         Fixed slapd-bdb spurious empty DN warnings during add (ITS#5079)
82         Fixed slapd-hdb slapacl behavior (ITS#5087)
83         Fixed slapd-relay configuration (ITS#4322,ITS#4340)
84         Fixed slapd-sql structuralObjectClass issue (ITS#5088)
85         Fixed slapo-ppolicy double-free on shutdown (ITS#5094)
86         Fixed slapo-rwm/slapd-meta dup attrs after mapping (ITS#5091)
87         Fixed slapo-syncprov uninit'd vars (ITS#5048,#5049)
88         Fixed libldap ldap_add_result_entry (ITS#5056)
89         Added client tools support for ppolicy response (ITS#5061)
90         Removed lint
91         Build Environment
92                 Fixed macro definition of open() in glibc 2.6 (ITS#5075)
93         Documentation
94                 aspell --lang=en_US -c <manpage> (ITS#5076)
95                 Debug messages cleaned up (ITS#5085)
96
97 OpenLDAP 2.3.37 Release (2007/07/20)
98         Fixed slapd-glue/syncprov interaction (ITS#4623)
99         Fixed slapd-ldap search reference crash (ITS#5025)
100         Fixed slapd-ldbm crash on Compare op (ITS#5044)
101         Fixed slapo-rwm searchFilter double free (ITS#5043)
102         Clarified slapd-perl SampleLDAP.pm usage (ITS#4995)
103         Documentation
104                 Fixed slapd.conf(5) for default loglevel (ITS#5027)
105
106 OpenLDAP 2.3.36 Release (2007/06/17)
107         Fixed slapd error code on Windows (ITS#4945, #4606)
108         Fixed slapd mutex bug after failed startup (ITS#4957)
109         Fixed slapd sasl failed Bind bug (ITS#4954)
110         Fixed slapd sasl ssf logging (ITS#5001)
111         Fixed slapd tool op init (ITS#4911)
112         Fixed slapd-bdb no-op crasher (ITS#4925)
113         Fixed slapd-config olcLogLevel (ITS#4949)
114         Fixed slapd-config olcModuleLoad replace (ITS#4921,ITS#4923)
115         Fixed slapd-relay crash when no database can be selected (ITS#4958)
116         Fixed slapo-chain RFC3062 passwd exop handling (ITS#4964)
117         Fixed slapo-dynlist multiple group/url[/member] config (ITS#4989)
118         Fixed slapo-pcache handling of abandoned Operations (#5015)
119         Fixed slapo-pcache and -rwm interaction (ITS#4991)
120         Fixed slapo-ppolicy pwdReset/pwdMinAge (ITS#4970)
121         Fixed slapo-ppolicy control cleanup from ITS#4665
122         Fixed slapo-syncprov cookie parsing error (ITS#4977)
123         Fixed slapo-valsort crash on delete op (ITS#4966)
124         Fixed liblber compilation problem (ITS#5007)
125         Fixed libldap referral chasing loop (ITS#4955)
126         Fixed libldap response code handling on rebind (ITS#4924)
127         Fixed libldap SASL_MAX_BUFF_SIZE (ITS#4935)
128         Fixed libldap cldap assert (ITS#4992)
129         Fixed libldap_r thread debug issues (ITS#4972)
130         Fixed liblutil reading passwd from pipe (ITS#4875)
131         Fixed ldap client usage typo (ITS#4939)
132         Build Environment
133                 Fixed --disable-overlays Makefile problem (ITS#4988)
134                 Fixed HP-UX socklen_t problem (ITS#4629)
135         Documentation
136                 Updated ldapsearch(1) with details on -C option (ITS#5009)
137                 Updated slapadd(8) with details on -s option
138                 Fixed slapd.conf(5) for correct loglevel packets (ITS#5011)
139                 Fixed slapo-ppolicy(5) permanent pwdAccountLockedTime (ITS#4978)
140
141 OpenLDAP 2.3.35 Release (2007/04/09)
142         Fixed ldapmodify to use correct memory free functions (ITS#4901)
143         Fixed slapd acl set minor typo (ITS#4874)
144         Fixed slapd entry consistency check in str2entry2 (ITS#4852)
145         Fixed slapd ldapi:// credential issue (ITS#4893)
146         Fixed slapd str2anlist handling of undefined attrs/OCs (ITS#4854)
147         Fixed slapd syncrepl delta-sync modlist free (ITS#4904)
148         Added slapd syncrepl retry logging (ITS#4915)
149         Fixed slapd zero-length IA5string handling (ITS#4823)
150         Fixed slapd-bdb/hdb startup with missing shm env (ITS#4851)
151         Fixed slapd-ldap/meta consistency in referral proxying (ITS#4861)
152         Fixed slapd-ldap bind cleanup in case of unauthorized idassert
153         Fixed slapd-meta search cleanup
154         Fixed slapd-meta/slapo-rwm filter mapping
155         Fixed slapd-sql subtree shortcut (ITS#4856)
156         Fixed slapo-dynlist crasher (ITS#4891)
157         Fixed slapo-refint config message (ITS#4853)
158         Fixed libldap time_t signedness (ITS#4872)
159         Fixed libldap_r tpool reset (ITS#4855,#4899)
160         Documentation
161                 Misc Doc fixes (ITS#4863, ITS#4877, ITS#4885, ITS#4897)
162
163 OpenLDAP 2.3.34 Release (2007/02/16)
164         Fixed libldap missing get_option(TLS CipherSuite) (ITS#4815)
165         Fixed ldapmodify printing error from ldap_result() (ITS#4812)
166         Fixed slapadd LDIF parsing (ITS#4817)
167         Fixed slapd libltdl link ordering (ITS#4830)
168         Fixed slapd syncrepl memory leaks (ITS#4805)
169         Fixed slapd dynacl/ACI compatibility with 2.1
170         Fixed slapd-bdb/hdb be_entry_get with aliases/referrals (ITS#4810)
171         Fixed slapd-ldap more response handling bugs (ITS#4782)
172         Fixed slapd-ldap C-API code tests (ITS#4808)
173         Fixed slapd-monitor NULL printf (ITS#4811)
174         Fixed slapo-chain spurious additional info in response (ITS#4828)
175         Fixed slapo-syncprov presence list (ITS#4813)
176         Fixed slapo-syncprov contextCSN checkpoint again (ITS#4720)
177         Added slapo-ppolicy cn=config support (ITS#4836)
178         Added slapo-auditlog cn=config support
179         Fixed slapi late initialization (ITS#4468)
180         Build environment
181                 Added Berkeley DB 4.5 detection
182         Documentation
183                 Note slapo-dynlist interaction with manageDSAit (ITS#4831)
184
185 OpenLDAP 2.3.33 Release (2007/01/17)
186         Fixed slapd syncrepl error logging with delta-syncrepl
187         Fixed slapd-ldap/meta privileged conn caching (ITS#4547)
188         Fixed slapd-ldap chase-referrals switch (ITS#4557)
189         Fixed slapd-ldap bind behavior when idassert is always used (ITS#4781)
190         Fixed slapd-ldap response handling bugs (ITS#4782)
191         Fixed slapd-ldap idassert mode=self anonymous ops (ITS#4798)
192         Fixed slapd-ldap/meta privileged connections handling (ITS#4791)
193         Fixed slapd-meta retrying (ITS#4594, 4762)
194         Fixed slapo-chain referral DN use (ITS#4776)
195         Fixed slapo-dynlist dangling pointer after entry free (ITS#4801)
196         Fixed libldap ldap_pvt_put_filter syntax checks (ITS#4648)
197         Documentation
198                 Fixed reference to deprecated stmt in slapacl(8) (ITS#4803)
199
200 OpenLDAP 2.3.32 Release (2007/01/04)
201         Fixed slapd add redundant duplicate value check (ITS#4600)
202         Fixed slapd ACL set memleak (ITS#4780)
203         Fixed slapd syncrepl shutdown hang (ITS#4790)
204         Fixed slapd connection_get race condition on Windows (ITS#4793)
205         Fixed slapd values return filter control leak (ITS#4794)
206         Fixed slapd-sql Debug typo (ITS#4784)
207         Fixed slapo-rwm parameter handling (ITS#3971, 4458, 4638, 4689)
208         Documentation
209                 Fixed reference to deprecated option in admin guide (ITS#4795)
210
211 OpenLDAP 2.3.31 Release (2006/12/17)
212         Fixed libldap unchased referral leak (ITS#4545)
213         Fixed libldap tls callback (ITS#4723)
214         Fixed liblutil ldif file: URL parsing
215         Fixed slapd syncrepl logging (ITS#4755)
216         Fixed slapd group ACL caching when proxyAuthz'ing (ITS#4760)
217         Fixed slapd "group" authz default member parsing (ITS#4761)
218         Fixed slapd uninitialized sd_actives array (ITS#4765)
219         Fixed slapd DN parsing in bindconf_parse (ITS#4766)
220         Fixed slapd conditional in macro argument (ITS#4769)
221         Fixed slapd send_search_reference should propagate errors
222         Fixed slapd memleak on failed bind (ITS#4771)
223         Fixed slapd schema preparation case to match RFCs (ITS#4764)
224         Fixed slapd kbind buffer overflow condition (ITS#4775)
225         Fixed slapd connections_shutdown assert
226         Fixed slapd glue parent/sub db overlay nesting (ITS#4615)
227         Fixed slapd-bdb/hdb/ldbm slap_add_opattrs error checking
228         Fixed slapd-bdb/hdb setting up tool threads when no indices specified
229         Fixed slapd-perl interpreter context (ITS#4751)
230         Fixed slapo-syncprov to complain if defined outside of a database
231         Fixed test021 modify ops to be syntactically correct
232         Fixed contrib smbk5pwd, check kadm5 init result
233         Documentation
234                 Fixed typo in slapo-retcode(5) man page (ITS#4753)
235                 Fixed syncrepl searchbase note (ITS#4540)
236                 Added syncrepl starttls in the admin guide (ITS#4510)
237                 Fixed reference to deprecated function in ldap_parse_result(3)
238
239 OpenLDAP 2.3.30 Release (2006/11/14)
240         Fixed slapd authzTo/authzFrom URL matching (ITS#4744)
241         Fixed slapd syncrepl consumer memory leaks (ITS#4746)
242         Fixed slapd-hdb livelock (ITS#4738)
243         Fixed slapo-ppolicy external quality check (ITS#4741)
244         Documentation
245                 Fixed ldapsearch(1) man page acknowledgement (ITS#4743)
246
247 OpenLDAP 2.3.29 Release (2006/11/10)
248         Fixed liblber/libldap error codes on Windows (ITS#4606)
249         Fixed libldap string length assert (ITS#4740)
250         Fixed liblunicode case mapping (ITS#4724)
251         Fixed slapd ldapi:// socket permissions (ITS#4709)
252         Fixed slapd c_writewaiters assert (ITS#4696,4736)
253         Fixed slapo-accesslog purge contextCSN bug (ITS#4704)
254         Fixed slapo-accesslog modify/replace bug (ITS#4728)
255         Fixed slapo-dynlist leaks (ITS#4664)
256         Fixed slapo-ppolicy leaks (ITS#4665)
257         Fixed slapo-syncprov deadlock (ITS#4720)
258         Build environment
259                 Added selection of ODBC (ITS#4735)
260         Documentation
261                 Fixed slapd-ldap/meta(5) rebind-as-user usage (ITS#4715)
262                 Fixed slapd-ldap/meta(5) missing network-timeout (ITS#4718)
263
264 OpenLDAP 2.3.28 Release (2006/10/21)
265         Fixed libldap ldap.conf max line length (ITS#4669)
266         Fixed libldap use keepalive for syncrepl (ITS#4708)
267         Fixed liblutil LDIF CR/LF parsing bug (ITS#4635)
268         Fixed librewrite LDAP map parsing bug
269         Fixed librewrite map double free bug
270         Added ldapsearch bad filter pattern check (ITS#4647)
271         Fixed slapd global access controls initialization (ITS#4654)
272         Fixed slapd setting c_sasl_bindop only on SASL binds
273         Fixed slapd max line length issue (ITS#4651)
274         Fixed slapd return code not being propagated (ITS#4565)
275         Fixed slapd integerBitAndMatch (ITS#4672)
276         Fixed slapd syncrepl modrdn new superior (ITS#4695)
277         Fixed slapd-ldap retry with idassert (ITS#4686)
278         Fixed slapd-meta DN massage error code handling (ITS#4711)
279         Fixed slapd-monitor locking with scope "subordinate" (ITS#4668)
280         Fixed slapd-perl deletes (ITS#2612)
281         Fixed slapd-perl backend initialization (ITS#4358)
282         Fixed slapd-perl finding interpreter inside a thread (ITS#4358)
283         Fixed slapo-ppolicy pwdChangedTime behavior (ITS#4692)
284         Fixed slapo-translucent ldapmodify crash (ITS#4673)
285         Documentation
286                 Updated ldapsearch(1) options (ITS#4371,4526,4647)
287                 Fixed slapd.access(5) non-optional dn= error (ITS#4522)
288
289 OpenLDAP 2.3.27 Release (2006/08/19)
290         Fixed libldap dangling pointer issue (previous fix was broken) (ITS#4405)
291         Fixed slapd-sql noop handling (ITS#4563)
292
293 OpenLDAP 2.3.26 Release (2006/08/17)
294         Fixed libldap dnssrv bug with "not present" positive statement (ITS#4610)
295         Fixed libldap dangling pointer issue (ITS#4405)
296         Fixed slapd incorrect rebuilding of replica URI (ITS#4633)
297         Fixed slapd DN X.509 normalization crash (ITS#4644)
298         Fixed slapd-monitor operations order via callbacks (ITS#4631)
299         Fixed slapd-sql undefined filter handling (ITS#4604)
300         Fixed slapo-accesslog purge task during shutdown
301         Fixed slapo-ppolicy handling of default policy (ITS#4634)
302         Fixed slapo-ppolicy logging verbosity when using default policy
303         Fixed slapo-syncprov incomplete sync on restart issues (ITS#4622)
304
305 OpenLDAP 2.3.25 Release (2006/08/01)
306         Fixed liblber ber_bvreplace_x argument checks
307         Add libldap_r TLS concurrency workaround (ITS#4583)
308         Fixed liblutil password length bug
309         Add slapd glue/subordinate conflict check (ITS#4614)
310         Fixed slapd acl selfwrite bug (ITS#4587)
311         Fixed slapd bconfig "require" and "none" handling (ITS#4574)
312         Fixed slapd bconfig segfault when ldapadding new schema entries
313         Fixed slapd syncrepl no rootdn bug (ITS#4582)
314         Fixed slapd syncrepl contextCSN issue (ITS#4622)
315         Fixed slapd-bdb/hdb lock bug with virtual root (ITS#4572)
316         Fixed slapd-bdb/hdb modrdn new entry disappearing bug (ITS#4616)
317         Fixed slapd-bdb/hdb cache job issue
318         Fixed slapo-syncprov need new CSN with delete syncID sets (ITS#4534)
319         Fixed slapo-syncprov startup when lastmod is off (ITS#4613)
320         Fixed slapo-accesslog cn=config purge bug (ITS#4595)
321         Fixed slapo-auditlog DB initialization
322         Fixed slapo-ppolicy password hashing bug (ITS#4575)
323         Fixed slapo-ppolicy password modify pwdMustChange reset bug (ITS#4576)
324         Fixed slapo-ppolicy control can be critical (ITS#4596)
325         Fixed slapo-retcode logical and bug
326         Fixed slapo-syncprov DEL propagation bug (ITS#4589)
327         Fixed slurpd ldaps:// default port bug (ITS#4580)
328         Build environment
329                 Fix configure winsock.h detection for Cygwin (ITS#4621)
330                 Fix configure GMP detection (ITS#4608)
331                 Updated test006-acls to test selfwrite access (ITS#4587)
332         Documentation
333                 Fixed ldapsearch(1) formatting (ITS#4619)
334                 Updated slapd.conf(5) RFC references
335                 Updated slapd.conf(5) lastmod discussion (ITS#4613)
336                 Updated slapd.conf(5) "require" and "none" handling (ITS#4574)
337                 Added slapd.conf(5) access control note to authz-regexp discussion
338                 Updated slapo-syncprov(5) to clarify SyncProv and syncrepl diffs
339
340 OpenLDAP 2.3.24 Release (2006/05/30)
341         Fixed slapd syncrepl timestamp bug (delta-sync/cascade) (ITS#4567)
342         Fixed slapd-bdb/hdb non-root users adding suffix/root entries (ITS#4552)
343         Re-fixed slapd-ldap improper free bug in exop (ITS#4550)
344         Fixed slapd-ldif assert bug (ITS#4568)
345         Fixed slapo-syncprov crash under glued database (ITS#4562)
346
347 OpenLDAP 2.3.23 Release (2006/05/17)
348         Fixed slapd-ldap improper free bug (ITS#4550)
349
350 OpenLDAP 2.3.22 Release (2006/05/15)
351         Fixed libldap referral input destroy issue (ITS#4533)
352         Fixed libldap ldap_sort_entries tail bug (ITS#4536)
353         Fixed libldap default connection concurrency issue (ITS#4541)
354         Fixed libldap_r thread debug missing break
355         Fixed libldap_r tpool cleanup
356         Fixed liblutil strtoul(3) usage (ITS#4503)
357         Fixed liblutil time resolution issue (ITS#4514)
358         Updated ldapdelete(1) to stdout bug (ITS#4453)
359         Updated ldapsearch(1) BASE output (ITS#4504)
360         Fixed slapd backglue issue (ITS#4529)
361         Fixed slapd cn=config (ITS#4512)
362         Fixed slapd cn=config ACL application fix
363         Fixed slapd cn=config olcLimits (ITS#4515)
364         Fixed slapd dynacl tgrant/tdeny initialization
365         Fixed slapd runqueue use of freed memory (ITS#4517)
366         Fixed slapd slap_send_ldap_result bug (ITS#4499)
367         Fixed slapd thread pool init issue (ITS#4513)
368         Added slapd syncrepl mandatory searchbase check
369         Fixed slapd-bdb/hdb pre/post-read freeing (ITS#4532)
370         Fixed slapd-bdb/hdb pre/post-read unavailable issue (ITS#4538)
371         Fixed slapd-bdb/hdb referral issue (ITS#4548)
372         Fixed slapd-hdb IDL sort issue (ITS#4531)
373         Fixed slapd-ldap proxyAuthz of bound identity/override (ITS#4497)
374         Fixed slapd-ldap/meta protocol version propagation (ITS#4488)
375         Fixed slapd-ldap fd cleanup (ITS#4474)
376         Fixed slapd-ldif deadlock (ITS#4500)
377         Fixed slapd-shell lutil_atoi issue (ITS#4495)
378         Fixed slapadd cn=config issue (ITS#4194)
379         Fixed slapo-accesslog log purging issue (ITS#4505)
380         Added slapo-accesslog reqOld feature
381         Fixed slapo-auditlog missing return codes
382         Fixed slapo-ppolicy BER tags issue (ITS#4528)
383         Fixed slapo-ppolicy rebind bug (ITS#4516)
384         Fixed slapo-refint delete prohibit issue (ITS#4442)
385         Fixed slapo-syncprov MODs cause DELs (ITS#4423)
386         Fixed slapo-syncprov/syncrepl sessionlog issue (ITS#4534)
387         Added slapo-syncprov extra logging
388         Fixed slapo-translucent modifications (ITS#4527)
389         Fixed slurpd potential overflow issue
390         Build Environment
391                 Fixed OSF1 compilation problem (ITS#4537)
392                 Fixed test020-proxycache disabled debug issue (ITS#4491)
393                 Fixed test033-glue-syncrepl overlay detection (ITS#4544)
394         Documentation
395                 Fixed slapd(8) logging header reference (ITS#4509)
396                 Clarified slapd.conf(5) "disable bind_anon" feature
397
398 OpenLDAP 2.3.21 Release (2006/04/08)
399         Fixed libldap referral chasing issue (ITS#4448)
400         Fixed libldap invalid free bug (ITS#4436)
401         Fixed libldap mutex leak (ITS#4441)
402         Fixed libldap_r thr_yield(2) return handling (ITS#4469)
403         Fixed slapd syncprov/glue interaction issue (ITS#4323, ITS#4417)
404         Fixed slapd operational attrs in presence of global overlays (ITS#4431)
405         Fixed slapd "threads" config value checking (ITS#4433)
406         Fixed slapd connection index bound check (ITS#4449)
407         Fixed slapd connection cleanup (ITS#4465)
408         Fixed slapd slap_realloc misuse (ITS#4477)
409         Fixed slapd size limit check when pagesize=1 (ITS#4479)
410         Fixed slapd-bdb/hdb cache issue (ITS#4439)
411         Fixed slapd-ldbm crash on modify bug (ITS#4464)
412         Fixed slapd-ldap potential bind deadlock (ITS#4409)
413         Fixed slapd-ldap/meta conn expiration concurrency (ITS#4429)
414         Fixed slapd-ldap failed bind connection trashing (ITS#4428)
415         Fixed slapd-ldap/meta chase-referrals disabling (ITS#4447)
416         Fixed slapd-ldap controls forwarding (ITS#4457)
417         Fixed slapd-ldap pretty DN in proxied requests (ITS#4456)
418         Fixed slapd-ldbm crash on modify bug (ITS#4464)
419         Fixed slapd-meta write error mapping (ITS#4419)
420         Removed lint
421         Build Environment
422                 Added slapo-auditlog build support (ITS#4372)
423                 Fixed multi-precision sizeof detection (ITS#4416)
424                 Fixed liblunicode build (ITS#4435)
425                 Updated libtool to version 1.5.22 (ITS#4471)
426                 Updated shtool to version 2.0.5
427
428 OpenLDAP 2.3.20 Release (2006/02/18)
429         Added libldap SASL workaround for broken LDAP servers (ITS#4391)
430         Fixed libldap/slapd valuesReturnFilter OID (ITS#4404)
431         Fixed slapd config_generic_wrapper missing parameter bug (ITS#4376)
432         Fixed slapd extensible filter value normalization bug (ITS#4380)
433         Fixed slapd context CSN not updating issue (ITS#4384)
434         Fixed slapd non-read/write epoll event handling (ITS#4395)
435         Fixed slapd syncrepl de-normalize UUID issue
436         Fixed slapd syncrepl dynamic reconfig issue (ITS#4401)
437         Added slapd syncrepl log messages (ITS#4369)
438         Added slapd permissive modify/increment support
439         Added slapd dynamically registered debug level support
440         Fixed slapd connectionless LDAP support
441         Fixed slapd cn=config error on create failure issue (ITS#4407)
442         Fixed slapd-bdb/hdb wake listener on runqueue submit (ITS#4385)
443         Fixed slapd-ldap/meta resources leaks on multiple binds (ITS#4387)
444         Fixed slapd-ldap/meta assert on connection shutdown (ITS#4390)
445         Added slapd-meta subtree-exclude feature
446         Fixed slapo-syncprov update latency issue (ITS#4385)
447         Fixed slapo-auditlog crash (ITS#4394)
448         Fixed slapo-accesslog unbind crash (ITS#4386)
449         Fixed slurpd reject error formating (ITS#4382)
450         Fixed ldappasswd unbind issue (ITS#4403)
451         Fixed slapo-pcache assert on attrsonly search (ITS#4406)
452         Added slapo-pcache max_queries enhancement (ITS#4225)
453         Added slapo-pcache negative caching enhancement
454         Build Environment
455                 Fixed liblunicode cross compiling problem (ITS#4363)
456                 Updated <netinet/tcp.h> detection for AIX (ITS#4312)
457                 Updated multi-precision library detection
458         Documentation
459                 Updated misc. manual pages
460
461 OpenLDAP 2.3.19 Release (2006/01/25)
462         Fixed libldap disable DH key exchange with DH params (ITS#4354)
463         Fixed libldap_r thread pool destroy hang (ITS#4349,ITS#4368)
464         Fixed slapd slap_daemon destroy issue (ITS#4370)
465         Fixed slapd-hdb livelock issue (ITS#4360)
466         Fixed slapd-bdb/hdb auto-recovery issue (ITS#4361,ITS#4373)
467         Fixed slapd-bdb/hdb BDB 4.4 compatibility issues (ITS#4362)
468         Fixed slapo-ppolicy modify issue (ITS#4355)
469         Fixed slapo-syncprov/pcache filter dup issue (ITS#4364)
470         Fixed slapo-syncprov playlog nentries reset issue (ITS#4365)
471         Build environment
472                 Fixed slaptools when --disable-debug (ITS#4351)
473                 Fixed slapd(8) solaris select(2) issue (ITS#4357)
474
475 OpenLDAP 2.3.18 Release (2006/01/17)
476         Fixed slapd syncrepl variable used before set bug (ITS#4331)
477         Updated slapd-meta retry capabilities (ITS#4328)
478         Fixed slapd-bdb slapcat autorecover bug (ITS#4324)
479         Fixed slapo-chain search limits (ITS#4336)
480         Fixed slapo-pcache attrsets issues (ITS#4316)
481         Fixed slapo-translucent connection destroy (ITS#4334)
482         Fixed slapd-config handling of attribute options (ITS#4339)
483         Fixed slapd-ldap idassert resource leak (ITS#4326)
484         Fixed slapd-meta nretries issue (ITS#4059)
485         Fixed slapd wake_listener loses wakes (ITS#4343)
486         Fixed slapd connection manager issue (ITS#4338)
487         Fixed slapd handling of old style configuration directives (ITS#4341)
488         Removed slapd-bdb/hdb extraneous yields (ITS#3950)
489         Build Environment
490                 Removed problematic Linux sched_yield(2) workarounds (ITS#3950)
491         Documentation
492                 Updated release documents
493                 Updated misc. manual pages
494
495 OpenLDAP 2.3.17 Release (2006/01/10)
496         Fixed slapd anonymous proxy authorization issue (ITS#4320)
497         Fixed slapd-ldap/meta session reuse issue (ITS#4315)
498         Fixed slapd-ldap idassert anon-to-anon issue (ITS#4321)
499         Fixed slapd-monitor thread issue (ITS#4318)
500         Build environment
501                 Updated Linux sched_yield(2) workaround to use nanosleep(2) (ITS#3950)
502                 Fixed configure report-to URL
503
504 OpenLDAP 2.3.16 Release (2006/01/08)
505         Fixed slapd-bdb reindexing via cn=config not noticed issue (ITS#4260)
506         Fixed slapd-monitor connection search crash (ITS#4300)
507         Fixed slapd cn=config bad ACL syntax modify crash (ITS#4306)
508         Fixed slapd ACL/suffix configuration issue (ITS#4307)
509         Fixed slapd-bdb/hdb cache issue (ITS#4308)
510         Fixed slapd-bdb/hdb/ldbm suffix add with default referral issue (ITS#4310)
511         Fixed slapd-ldbm compare cache release issue (ITS#4313)
512         Fixed slapd syncrepl time/size limit parsing
513         Fixed slapi slapi_op_bind_callback fix (ITS#4311)
514         Fixed slapi pluginlog fix (ITS#4291)
515         Fixed ldapsearch response control handling issue
516         Build environment
517                 Replace sched_yield(2) on Linux with select(2) (ITS#3950)
518         Documentation
519                 Added slapd-bdb(5) cachefree description
520                 Updated misc. manual pages
521
522 OpenLDAP 2.3.15 Release (2006/01/04)
523         Fixed slapd strerror logging bug (ITS#4292)
524         Fixed slapd ACL add/delete fraction issue (ITS#4295)
525         Fixed slapd ACL users selfwrite issue (ITS#4299)
526         Fixed slapd attrs/objectclass replog issues (ITS#4298)
527         Fixed slapd-ldap password modify exop password return (ITS#4294)
528         Build environment
529                 Disable test030-relay when threads are unavailable (ITS#4297)
530
531 OpenLDAP 2.3.14 Release (2005/12/23)
532         Fixed slapd assertion control restrictions
533         Fixed slapd sc_prev update after free bug (ITS#4237)
534         Fixed slapd pid file creation (ITS#4241,4251)
535         Fixed slapd DEBUG dependency (ITS#4245)
536         Added slapd warning for excessive threads number (ITS#4249)
537         Fixed slapd passwd incomplete mod structure issue (ITS#4278)
538         Fixed slapd ACL exact attrval clause normalization (ITS#4255)
539         Fixed slapd modify/delete by ordered index issue
540         Fixed slapd strerror NULL bug (ITS#4285)
541         Fixed slapd-glue issues (ITS#4084,4133)
542         Fixed slapd-hdb idl Delete bug (ITS#4250)
543         Fixed slapd-hdb cache deadlock (ITS#4254)
544         Fixed slapd-bdb/hdb alock_close bug (ITS#4259)
545         Fixed slapd-bdb dn2id IDL cache bug (ITS#4263)
546         Fixed slapd-bdb/hdb mode argument parsing (ITS#4257)
547         Fixed slapd-bdb/hdb cn=config reindexing (ITS#4260)
548         Fixed slapd-bdb/hdb cn=config olcDbIndex modify/replace (ITS#4262)
549         Fixed slapd-bdb/hdb lockup issue (ITS#4184)
550         Fixed slapd-ldap anonymous identity assertion (ITS#4272)
551         Added slapd-ldap/meta idle-timeout support (ITS#4115)
552         Fixed slapd-meta bind-timeout handling
553         Fixed slapd-sql plug leak
554         Fixed slapo-dynlist/dyngroup nonexistant object return code (ITS#4224)
555         Updated slapo-dynlist (ITS#3756,3781)
556         Fixed slapo-rwm static DN free bug (ITS#4248)
557         Fixed slapo-syncprov unpublished control (ITS#4238)
558         Fixed slapo-syncprov message id issue
559         Fixed slapo-unique extraneous searches (ITS#4267)
560         Build environment
561                 Fixed thread dependency of test028 (ITS#4141)
562                 Updated test026-dn
563                 Updated test033-glue-syncrepl (ITS#4264)
564         Documentation
565                 Updated slapd.conf(5) and Admin Guide (ITS#4146,4266)
566                 Updated slapo-dynlist(5) (ITS#4197)
567                 Updated slapo-pcache(5) (ITS#4232)
568                 Updated slapindex(8) (ITS#4242)
569
570 OpenLDAP 2.3.13 Release (2005/11/30)
571         Fixed libldap/liblutil MSG_ACCRIGHTSLEN bug (ITS#4206)
572         Fixed libldap ldap_bv2escaped_filter_value issue (ITS#4212)
573         Fixed liblutil URL value-specs issue (ITS#4221)
574         Fixed slapd sizelimit disclose issue (ITS#4213)
575         Fixed slapd gentlehup write restrict issue (ITS#3717)
576         Fixed slapd gentlehup abnormal issue (ITS#4217)
577         Fixed slapd delta-sync subtree scope issue (ITS#4227)
578         Fixed slapd cn=config OID/name pollution issue (ITS#4185)
579         Fixed slapd cn=config rootdn issue (ITS#4192)
580         Fixed slapd cn=config slaptest -F without -f issue (ITS#4194)
581         Fixed slapd cn=config ACL issue (ITS#4218)
582         Fixed slapd-bdb negative results IDL cache issue (ITS#4223)
583         Fixed slapd-bdb cursor close issue (ITS#4226)
584         Fixed slapd-hdb slapadd -q issue (ITS#4210)
585         Fixed slapd-hdb missing results issue (ITS#4186)
586         Fixed slapd-ldap potential double free issue (ITS#4189)
587         Fixed slapd-meta matched DN issue (ITS#4195)
588         Fixed slapd-meta DN cache issue (ITS#4196)
589         Fixed slapd-monitor shadow issue (ITS#4214)
590         Fixed slapo-accesslog delta-syncrepl issue (ITS#4198)
591         Fixed slapo-accesslog cleanup issue (ITS#4209)
592         Fixed slapo-chain resource leak issue (ITS#4140)
593         Fixed slapo-chain identity assertion issue (ITS#4256)
594         Fixed slapo-pcache attrset check issue (ITS#4199)
595         Fixed slapd-bdb readonly dirty alock issue (ITS#4201)
596         Fixed slapd-pcache non-requested attributes issues (ITS#4203,4204)
597         Fixed slaptest -F -f success with unsupported issue (ITS#4220)
598         Build environment
599                 Improved Berkeley DB detection (ITS#3809)
600                 Updated DB_CONFIG example (ITS#4229)
601         Documentation
602                 Updated ldif(5) to include change record description
603
604 OpenLDAP 2.3.12 Release (2005/11/17)
605         Fixed libldap ldapi:// authdn construction
606         Added libldap ldap_bv2escaped_filter_value (ITS#2535)
607         Added libldap/slapd TLS DSA certificate support (ITS#4017)
608         Fixed libldap SASL bind issue (ITS#4158)
609         Fixed ldapmodrdn empty line handling (ITS#4101)
610         Fixed client tools additional info printing (ITS#4147)
611         Updated slapd ldaps:// not configured fix (ITS#4082,4083)
612         Fixed slapd connection crashes (ITS#4108)
613         Fixed slapd illegal S option bug (ITS#4119)
614         Fixed slapd cn=monitor log level mod issue (ITS#4091)
615         Fixed slapd cn=config bad access issue (ITS#4111)
616         Fixed slapd cn=config access modify issue (ITS#4127)
617         Fixed slapd cn=config init issue (ITS#4128)
618         Fixed slapd non-reentrant libwrap issue (ITS#4099)
619         Fixed slapd thread v. tools_threads settings
620         Fixed slapd spurious defer message (ITS#3850)
621         Fixed slapd attribute SYNTAX OIDM issue (ITS#4116)
622         Fixed slapd modify empty sequence bug (ITS#4183)
623         Fixed slapd-bdb uninitialized condition in tool mode (ITS#4143)
624         Fixed slapd-bdb empty suffix and syncprov issue (ITS#4171)
625         Fixed slapd-hdb syncrepl deadlock issue (ITS#4088)
626         Added slapd-ldap write op timeout support (ITS#4157)
627         Fixed slapd-ldap/slapo-chain matched dn handling (ITS#4176)
628         Fixed slapd-meta invalid DN attrs normalize/pretty issue (ITS#4107)
629         Fixed slapd-meta rootdn erroneous success issue (ITS#4122)
630         Fixed slapd-meta proxying bind result issue (ITS#4129)
631         Fixed slapd-meta/slapo-rwm rwm-mapping issue (ITS#4086)
632         Fixed slapd-meta per-target retry (ITS#4150)
633         Fixed slapd-meta size/time limit handling (ITS#4145)
634         Fixed slapd-sql size limit count (ITS#4181)
635         Fixed slapo-ppolicy pwdFailureTime after bind success issue (ITS#4134)
636         Fixed slapo-ppolicy add passord_hash quality config dependency
637         Fixed slapo-syncprov LDAP response types (ITS#4183)
638         Added slapd delta syncrepl support
639         Added slapadd thread support
640         Updated slapcat subordinate database handling (ITS#4089)
641         Added slapd/slaptest pid/arg file consistency check (ITS#4074)
642         Updated slaptools default debug level to "none" (ITS#4044)
643         Fixed slurpd backwards compat issue (ITS#4151)
644         Added slurpd pid/arg file consistency check (ITS#4152)
645         Updated contrib smbk5pwd module
646         Removed lint
647         Build environment
648                 Fixed libldap HSTRERROR issue (ITS#4124)
649                 Fixed slapd AIX IFMT issue (ITS#4123)
650                 Added slapd-bind test program
651                 Added inet_ntoa_b support for VxWorks (ITS#3440)
652                 Updated test036 (ITS#4095)
653                 Fixed test036 cmp issue (ITS#4142)
654                 Dropped SSLeay support
655         Documentation
656                 slapd.conf(5) defaultSearchBase issue (ITS#4162)
657                 slap tool man pages wll typo (ITS#4169)
658
659 OpenLDAP 2.3.11 Release (2005/10/12)
660         Fixed libldap reentrancy issue (ITS#3988)
661         Fixed libldap ndelay without timeout
662         Fixed slapd ldaps:// not configured issue (ITS#4082,4083)
663         Fixed slapd-bdb/hdb mode argument parsing (ITS#4077)
664         Fixed slapd WIN32 writefds init issue
665         Fixed slapadd buffer alignment issue (ITS#4078)
666         Updated slapd syncrepl to use ldap_unbind_ext
667         Removed lint
668
669 OpenLDAP 2.3.10 Release (2005/10/10)
670         Fixed libldap chasing of chased referrals (ITS#2942)
671         Added libldap LDAP_NOT_SUPPORTED for TLS (ITS#4072)
672         Added libldap LDAP_MSG_RECEIVED support
673         Dropped libldap LDAP_MORE_RESULTS_TO_RETURN use
674         Fixed slapd cn=config updated rootdn issue (ITS#4035)
675         Fixed slapd-meta bus error (ITS#4073)
676         Fixed slapd-meta/ldap/rwm empty naming context issue (ITS#4071)
677
678 OpenLDAP 2.3.9 Release (2005/10/07)
679         Fixed slapd req_pwdexop bug
680         Fixed slapo-syncprov queued UUIDs bug (ITS#4068)
681         Fixed slapo-syncprov memory leak
682         Fixed slapd anlist leak
683         Removed lint
684         Build Environment
685                 Updated testsuite to test only primary backends by default
686                 Disable test041-aci
687
688 OpenLDAP 2.3.8 Release (2005/10/05)
689         Fixed slapd undef HAVE_EPOLL issue
690         Fixed slapd connection-get wake bug (ITS#3999)
691         Fixed slapd uninitialized var bug (ITS#3854)
692         Fixed slapd add entry without parent bug (ITS#2757)
693         Fixed slapd cn=config value escaping bug (ITS#3807)
694         Fixed slapd cn=config missing host/uri bug (ITS#4009)
695         Fixed slapd alock symbol bug (ITS#3978)
696         Fixed slapd replogfile assert (ITS#4003)
697         Fixed slapd rewrite session var set bug (ITS#4023)
698         Fixed slapd syncrepl empty uniqueMember bug (ITS#4040)
699         Fixed slapd alias resolution bug (ITS#4030)
700         Fixed slapd password-hash cleartext bug (ITS#4021)
701         Fixed slapd realloc zero bug (ITS#3981)
702         Fixed slapd nested overlay configuration bug (ITS#4047)
703         Fixed slapd password modify oldPassword ignore bug (ITS#4049)
704         Added slapd password oldPassword verify (ITS#4051)
705         Fixed slapd select_backend manageDSAit with glue issue (ITS#4027)
706         Updated slapd authz backend detection (ITS#4018)
707         Fixed slapd-bdb/hdb pointer/integer size mismatch (ITS#4015)
708         Updated slapd-hdb index management
709         Fixed slapd-glue mixtures bug (ITS#3979)
710         Fixed slapd-ldap unlock issue (ITS#4001)
711         Fixed slapd-ldap manageDIT check bug (ITS#4005)
712         Fixed slapd-ldap resource release issue (ITS#4016)
713         Fixed slapd-meta rootdn lookup bug (ITS#4004)
714         Fixed slapd-meta null value assert issue (ITS#4028)
715         Added slapd-meta pooled connections (ITS#4056)
716         Added slapd-meta target DSA bind defer when auth'd as rootdn (ITS#4057)
717         Fixed slapd-meta pseudorootdn issue
718         Fixed slapd-monitor unavailable issue (ITS#4013)
719         Fixed slapd-perl init/destroy bug (ITS#3923)
720         Fixed slapd-sql missing space issue (ITS#4061)
721         Fixed slapo-accesslog timestamp normalization issue
722         Fixed slapo-accesslog normalizer issue 
723         Fixed slapo-ppolicy replication issues (ITS#3980)
724         Added slapo-ppolicy pwdattribute descriptor support (ITS#4025)
725         Fixed slapo-syncprov/unique interact issues (ITS#3989)
726         Fixed slapo-syncprov/subordinate interact issues (ITS#3996)
727         Fixed slapo-syncprov schema check assert (ITS#4031)
728         Fixed slapo-syncprov psearch flush in qtask
729         Fixed slapo-syncprov abandon checks
730         Fixed slapo-unique ignore writes not under unique_base (ITS#4066)
731         Fixed slapo-valsort unknown valsort-attr bug (ITS#4047)
732         Fixed slapcat out-of-memory problem (ITS#4010)
733         Fixed slurpd unrecognized slave names bug (ITS#4012)
734         Fixed liblber dgram len bug (ITS#4046)
735         Fixed libldap SASL and TLS potential ld_error leaks (ITS#4064)
736         Fixed liblutil/csn time counter issue 
737         Updated contrib/ldapc++ to avoid deprecated functions
738         Documentation
739                 Added slapo-valsort(5) man page (ITS#3994)
740                 Added slap tool -F option documentation (ITS#4026)
741         Build Environment
742                 Fixed misc POSIX conformance issues (ITS#2667)
743                 Fixed --without-threads build issue (ITS#4006)
744                 Fixed test script exit checks (ITS#4045)
745                 Added test suite parameterized directory support
746                 Fixed test suite tool error handling
747                 Updated contrib/ldapc++ build environment
748
749 OpenLDAP 2.3.7 Release (2005/08/31)
750         Updated slapd ManageDIT support
751         Updated slapd ACI syntax checking (ITS#3877)
752         Fixed slapd STATS2 referral logging
753         Refixed slapd cn=config default search base bug (ITS#3900)
754         Fixed slapd cn=config TLSVerifyClient bug (ITS#3962)
755         Fixed slapd winsock assert (ITS#3983)
756         Fixed slapd-bdb/hdb paged results deadlock (ITS#3940)
757         Fixed slapd-bdb/hdb/ldbm searchBase disclose (ITS#3964)
758         Fixed slapd-bdb/hdb bi_dbenv check (ITS#3992)
759         Fixed slapd-meta generic attribute normalize/pretty (ITS#3956)
760         Fixed slapd-ldap/meta 'undefined' attribute mutex protection (ITS#3958)
761         Added slapd-ldap/meta 'proxied' attribute support (ITS#3959)
762         Fixed slapd-meta no candidate target selected bug (ITS#3990)
763         Fixed slapd-meta matchedDN handling (ITS#3944)
764         Fixed slapd-monitor hiding issue (ITS#3986)
765         Fixed slapo-ppolicy lockout status at Bind (ITS#3946)
766         Moved slapo-glue into slapd core
767         Fixed slaptest cn=config segfault (ITS#3961)
768         Fixed slaptools logging issue (ITS#3937)
769         Fixed slaptools fails after db clean (ITS#3970)
770         Fixed slaptools reject unsupported -w (ITS#3939)
771         Fixed libldap global_opt failure 
772         Fixed libldap schema handling
773         Fixed libldap secprops parsing (ITS#3955)
774         Fixed libldap_r tpool (ITS#3925)
775         Updated liblutil password scheme check
776         Updated libldap schema to allow OID macros in syntaxes
777         Removed lint
778         Documentation
779                 Updated misc. man pages
780         Build Environment
781                 Updated build tools (ITS#3928)
782                 Fixed tests diff -u usage (ITS#3969)
783                 Fixed slapo-rwm dependency checking (ITS#3965)
784                 Fixed tests --disable-monitor support
785                 Fixed tests veryclean-local testdata cleanup
786                 Add subtree rename test (hdb only)
787
788 OpenLDAP 2.3.6 Release (2005/08/19)
789         Fixed slapd dnRelativeMatch return (ITS#3931)
790         Fixed slapd send_search_entry issue (ITS#3951)
791         Fixed slapd-bdb/hdb release entry in paged response
792         Fixed slapd-meta resources release issue (ITS#3943)
793         Fixed slapd-ldap/meta matched return (ITS#3942,ITS#3944)
794         Fixed slapo-ppolicy reset lockouts issue (ITS#3946)
795         Fixed nis.schema posixGroup object class kind (ITS#3941)
796         Revert librewrite regex mutex change (ITS#3932)
797         Updated slapd manage capability
798         Updated slapo-syncprov CSN filter checks
799         Updated libldap url list parsing
800         Added slapd SASL rootpw support (ITS#3845)
801         Added slapd Stats logging for additional cases
802         Added slapd ACI syntax validater (ITS#3877)
803         Added slapd posixgroup ACL module to contrib
804         Added slapi SLAPI_X_ADD_STRUCTURAL_CLASS extension
805         Added slapd-ldap subtree renaming proxing
806         Added slapd-meta overlapping targets enhancement (ITS#3711)
807         Removed lint
808         Documentation
809                 Added slapcat(8) -a usage example (ITS#3930)
810                 Updated slapo-unique(5) for clarity (ITS#3936)
811                 Updated slapo-syncprov(5) sessionlog description (ITS#3935)
812                 Updated doc/drafts
813         Build Environment
814                 Updated test prog bind retry code
815                 Fixed test015-xsearch regression (ITS#3506)
816                 Added test040-subtree-rename
817
818 OpenLDAP 2.3.5 Release (2005/08/14)
819         Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
820         Fixed slapd substrings filter length checks (ITS#3790)
821         Fixed slapd thread pool initialization (ITS#3793)
822         Fixed slapd cancel exop (ITS#3549)
823         Fixed slapd syncrepl cookie problem (ITS#3917)
824         Fixed slapd inequality filter index bug (ITS#3920)
825         Fixed slapd syncrepl ctxcsn leak (ITS#3922)
826         Fixed slapd syncrepl scope issue (ITS#3831)
827         Fixed slapd syncrepl missing array subscript (ITS#3834)
828         Fixed slapd slapd_remove null deref (ITS#3842)
829         Fixed slapd ldapi credential normalization bug (ITS#3876)
830         Fixed slapd userPassword cleartext bug (ITS#3846)
831         Fixed slapd cn=config default search base bug (ITS#3900)
832         Fixed slapd cn=config olcDbConfig bug (ITS#3815)
833         Fixed slapd cn=config olcReadOnly bug (ITS#3820)
834         Fixed slapd cn=config hdb+bdb bug (ITS#3821)
835         Fixed slapd ACL attrs/val EQUALITY issue (ITS#3830)
836         Fixed slapd authx-regexp diagnostics (ITS#3819)
837         Fixed slapd index_substr_any_step keyword (ITS#3818)
838         Fixed slapd -f directory issue (ITS#3865)
839         Fixed slapd attributeOptions config parsing (ITS#3829)
840         Fixed slapd whitespace config parsing bug (ITS#3901)
841         Fixed slapd rootdn space issue (ITS#3806)
842         Fixed slapd passwd change w/ {CRYPT} bug (ITS#3805)
843         Fixed slapd backend_init_controls assert (ITS#3853)
844         Fixed slapd loglevel -1 bug (ITS#3858)
845         Fixed slapi bind bound DN issue (ITS#2971)
846         Fixed slapi issues (ITS#3884,3885,3886)
847         Fixed slapi authorization name issue (ITS#3892)
848         Fixed slapi slapi_int_connection_init operation problem (ITS#3868)
849         Fixed slapi slapi_entry_has_children bug (ITS#3879)
850         Fixed slapd-bdb manual recovery startup (ITS#3607,3824)
851         Fixed slapd-bdb manual recovery startup (ITS#3833)
852         Fixed slapd-bdb/hdb checkpoint before suffix bug (ITS#3784)
853         Fixed slapd-hdb modrdn base bug (ITS#3857)
854         Fixed slapd-ldap access to freed connection (ITS#3913)
855         Fixed slapd-ldap/meta filter bug (ITS#3785)
856         Fixed slapd-ldap/meta connection pooling (ITS#3813)
857         Fixed slapd-ldap/meta memory leak (ITS#3862)
858         Added slapd-sql enhancements (ITS#3432)
859         Fixed slapd-sql attribute with no values issue (ITS#3861)
860         Fixed slapd-sql truncating keyval column problem (ITS#3888)
861         Fixed slapd-sql return code ignored problem (ITS#3891)
862         Fixed slapo-glue alock bug (ITS#3817,3841)
863         Fixed slapo-dyngroup hidden subschemaSubentry bug (ITS#3844)
864         Fixed slapo-ppolicy hashed length problem (ITS#3783)
865         Fixed slapo-ppolicy quality check (ITS#3777)
866         Fixed slapo-ppolicy lockout duration (ITS#3779)
867         Fixed slapo-rwm leak (ITS#3914)
868         Fixed slapo-glue/rwm conflict (ITS#3788)
869         Fixed slapadd segfault (ITS#3926)
870         Fixed slapcat cn=config segfault (ITS#3796)
871         Fixed slaptest -F crash (ITS#3912)
872         Fixed slapd authzTo/From syntax issue (ITS#3921)
873         Fixed libldap abandon concurrency issue (ITS#3800)
874         Fixed libldap start_tls referral chasing (ITS#3791)
875         Fixed libldap referral chasing issues (ITS#2894,3578)
876         Fixed librewrite concurrency issue (ITS#3932)
877         Use IANA-assigned OIDs for recently approved IETF LDAP extensions
878         Removed lint (ITS#3857)
879         Build Environment
880                 Upgraded shtool (ITS#3752)
881                 Upgraded config.guess/config.sub
882                 Fixed FreeBSD thread stacksize problem (ITS#3456)
883                 Fixed cygwin shared libraries build problem (ITS#3712)
884                 Fixed acl_get/acl_mask v AIX symbol clash (ITS#3787)
885                 Fixed test020 logging problem (ITS#3811)
886                 Fixed duplicate symbol problem (ITS#3843)
887                 Fixed liblunicode 64bit builds (ITS#3869)
888                 Fixed passwd/kerberos module builds (ITS#3896)
889                 Fixed test037 manageDIT discovery issue (ITS#3898)
890                 Fixed installed man page symlinks (ITS#3904)
891                 Fixed <sasl.h> inclusion (ITS#3905)
892                 Fixed smbk5pwd Heimdal compat issue (ITS#3910)
893                 Fixed slapd make install issue (ITS#3929)
894                 Fixed DESTDIR reporting (ITS#3916)
895         Documentation
896                 Fixed Admin Guide authz v. saslauthz problem (ITS#3875)
897                 Fixed Admin Guide --disable-bdb issue (ITS#3837)
898                 Fixed slapd-meta(5) lastmod issue (ITS#3789)
899                 Updated slapd.conf(5) (ITS#3866)
900                 Updated slapd(8) OPTIONS section (ITS#3816)
901                 Updated slapd-monitor(5) (ITS#3822,3836)
902                 Updated slapd-bdb(5) (ITS#3823)
903
904 OpenLDAP 2.3.4 Release (2005/06/10)
905         Initial release for "general use".
906