]> git.sur5r.net Git - openldap/blob - CHANGES
Import reindex update from HEAD. slapindex can remake dn2id index now.
[openldap] / CHANGES
1 OpenLDAP 2.0 Change Log
2
3 OpenLDAP 2.0.26 Engineering
4         Fixed slapd ACL buffer size bug (ITS#1963)
5         Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027)
6         Fixed slurpd reject file handling bugs (ITS#2007, ITS#2009)
7         Fixed back-ldbm indirect IDL bug (ITS#2039)
8         Fixed libldap buffer size bugs (ITS#1935, ITS#1936)
9         Fixed libldap gethostbyname mutex init bug (ITS#2019)
10
11 OpenLDAP 2.0.25 Release
12         Fixed slapd extended op reqdata crash bug (ITS#1721)
13
14 OpenLDAP 2.0.24 Release
15         Fixed slapd max incoming macro bug (ITS#1828)
16         Fixed slapd acl group/dnaddr bug (ITS#1607)
17         Fixed slapd connection management bug (ITS#1655)
18         Fixed slapd port ntoh / addr init bugs (ITS#1615, ITS#1728)
19         Fixed slapd PF_lOCAL typo (ITS#1660)
20         Fixed slapd extended ops with NULL reqdata bug (ITS#1721)
21         Fixed slapd replog logging without replica (ITS#1335)
22         Fixed slapd NULL attrval indexing (ITS#1843)
23         Fixed slurpd tls init bug (ITS#1613)
24         Fixed back-ldbm dn normalization bug in onelevel searches (ITS#1654)
25         Fixed back-ldbm modrdn root dn check (ITS#1761)
26         Fixed back-ldbm idl overrun bug (ITS#1570)
27         Fixed back-ldbm passwd textlen bug (ITS#1742)
28         Fixed ber_bvstrdup() empty string bug (ITS#1662)
29         Fixed ldapsearch filter bug (ITS#1649)
30         Fixed maildap NULL domain bug (ITS#1022)
31         Fixed libldap hostless URL bug (ITS#1697)
32         Fixed liblutil /dev/urandom incomplete reads (ITS#1834)
33         Fixed libldap_r threadpool free list (ITS#1839)
34         Fixed libldap_r NT threads cond_broadcast (ITS#1865)
35         Fixed sasl writes > 64K (ITS#1861)
36         Fixed sasl session callback corruption (ITS#1799)
37         Build environment
38                 Removed lint (ITS#1744)
39         Documentation
40                 Updated release documents
41
42 OpenLDAP 2.0.23 Release
43         Fixed slapd moddn acl bug (ITS#1562) (ITS#1582)
44         Fixed slapd acl regex (to dn="") portability bug (ITS#1579)
45         Disabled -lldap atexit() handler (ITS#1577)
46         Build environment
47                 Updated config.guess/sub scripts (ITS#1567)
48         Documentation
49                 Fixed a number of typos (ITS#1578)
50
51 OpenLDAP 2.0.22 Release
52         Fixed slapd passwd modify referral bug
53         Fixed back-ldbm index threading bug
54         Fixed back-ldbm ordering presence index bug
55         Fixed back-ldap modify bug (ITS#1547)
56         Fixed -lldap TLS errno bug
57         Fixed ud v2 kbind bug
58         Updated slapd slurpd friendly code
59         Build environment
60                 Fixed Mach cthreads detection (ITS#1554)
61                 Updated Berkeley DB 4 detection
62
63 OpenLDAP 2.0.21 Release
64         Fix slapd empty string indexing/filtering handling (ITS#1507)
65         Changed slapd ACL selfwrite replace logic (ITS#1530)
66         Build environment
67                 Updated IPv6 configuration argument handling
68                 Fix back-shell tools make depend bug (ITS#1518)
69                 Removed extraneous files
70
71 OpenLDAP 2.0.20 Release
72         Fixed slapd ACL empty replace bug (ITS#1530)
73         Fixed slapd ACL peername/sockname exact match bug (ITS#1516)
74         Fixed back-passwd db_config bug
75         Fixed -lldap cache debug bug (ITS#1501)
76         Fixed -lldap dnssrv free bug
77         Fixed -lldap Start TLS first op bug
78         Fixed slurpd TLS non-critical/critical bug (ITS#1527)
79         Fixed slurpd SASL password bug (ITS#1528)
80         Build environment
81                 Fixed repl_user build error (ITS#1503)
82                 Updated BerkeleyDB 4 support
83                 Updated schema files
84                 Updated Windows NT/2000 MSVC5 port
85
86 OpenLDAP 2.0.19 Release
87         Fixed back-ldbm not filter indexing (ITS#1405)
88         Fixed back-passwd e_ndn bug (ITS#1467)
89         Fixed back-ldap undef ad bug (ITS#1367)
90         Fixed slapd suffix "" bugs (ITS#1430)
91         Fixed slapd zero length replace bug (ITS#1364)
92         Fixed slapd teletex string printables bug (ITS#1419)
93         Fixed slapd unallocated sockets bug (ITS#1415)
94         Fixed slapd undefined present filter bug (ITS#1439)
95         Fixed -lldap cacertfile bug (ITS#1406)
96         Fixed -lldap ldap_url_seach_s bug (ITS#1429)
97         Fixed -lldap unbind free bug (ITS#1442)
98         Fixed -llber realloc bug (ITS#1410)
99         Fixed ldappasswd/slappasswd strncmp bug (ITS#1497)
100         Fixed various memory leaks
101         Updated slapd emfile/enfile handling
102         Build environment
103                 Fixed passwd-search port bug (ITS#1461)
104                 Fixed Kerberos build bug (ITS#1468)
105                 Updated CThread detection (ITS#1440)
106                 Updated MAXPATHLEN handling (ITS#1440)
107                 Fixed TLS build (ITS#1412)
108                 Added BerkeleyDB 4 support
109                 Added GNU ar support (ITS#1460)
110
111 OpenLDAP 2.0.18 Release
112         Fixed -llber ber_bvecadd bug (ITS#1398)
113         Fixed slap tools replica config bug (ITS#1385)
114         Build environment
115                 Updated req_query detection
116
117 OpenLDAP 2.0.17 Release
118         Fixed ldbm BerkeleyDB2 compat bug (ITS#1390)
119
120 OpenLDAP 2.0.16 Release
121         Fixed slapd indexing bug (ITS#1349)
122         Fixed slapd/slurpd maxargs bug (ITS#1343)
123         Fixed slapd ManageDSAIT warning
124         Fixed slapd no OID schema bug
125         Fixed slurpd server down reject bug (ITS#1183)
126         Fixed slurpd moddn newsup bug (ITS#1379)
127         Fixed -llber ber_realloc bug (ITS#1346)
128         Fixed -lldap multi-level referral chase bug (ITS#1346)
129         Fixed -lldap high port bug (ITS#1375)
130         Fixed CR/LF handling (ITS#1328)
131         Updated slapd/-lldap getaddrinfo handling (ITS#1304)
132         Updated -lldap_r pthread stack size
133         Updated slapd acl assert checks
134         Updated slurpd ManageDSAIT handling
135         Updated slapd root/subschema DSE update error handling
136         Removed -lldbm use of Berkeley CDB
137         Updated -lldbm to use r/w lock with DB_THREAD
138         Updated back-ldbm update attribute indices on delete (ITS#1359)
139         Updated ud Kerberos ticket handling
140         Added back-ldbm idl_check() code
141         Build environment
142                 Updated ltconfig for MacOS X 10.1 (ITS#1361)
143                 Updated slapd.conf with ACL example
144                 Updated pthread detection
145                 Updated Kerberos detection (ITS#1372)
146                 Updated test005 /dev/null diff for Tru64 compat
147                 Updated test007 modrdn test
148                 Updated test008 read/write ratio
149                 Updated MSVC5 project files
150         Documentation
151                 Update slapcat/add pages
152
153 OpenLDAP 2.0.15 Release
154         Fixed -lldap TLS external handling
155         Fixed -lldap ldaps:// no host bug
156         Fixed slapd Statslog bug
157         Fixed slapd oidm support (ITS#1258)
158         Added -lldap oidm support (ITS#1213)
159         Added slapd supportedFeatures support
160         Removed lint
161         Build environment
162                 Fixed winsock detection (ITS#1334)
163
164 OpenLDAP 2.0.14 Release
165         Fixed slurpd billionth second bug (ITS#1323)
166
167 OpenLDAP 2.0.13 Release
168         Fixed slapd substring filter_free bug
169         Fixed slapd suffix check bug
170         Fixed ldapdelete -c handling (ITS#1071)
171         Fixed ldapsearch -S handling (ITS#1180)
172         Fixed ldbm BerkeleyDB 3.0 support (ITS#1306)
173         Fixed ldbm dbhandle cache bug (ITS#1164)
174         Fixed shell fgets handling
175         Fixed -lldap TLS ldap.conf handling
176         Added -lldap improved TLS certificate checking
177         Added slapd access to dn.base="" support
178
179 OpenLDAP 2.0.12 Release
180         Fixed slapd acl default clause bug (ITS#1187)
181         Fixed slapd modlist2mods error text bug
182         Fixed slapd numericString bugs (ITS#1182,1254)
183         Fixed slapd empty rootdn bug (ITS#1172)
184         Fixed slapd passwd modify replication (ITS#1237)
185         Fixed slapd textbuf bugs (ITS#1275)
186         Fixed ldapmodrdn SASL auth bug (ITS#1179)
187         Fixed slapadd already exists bug (ITS#1191)
188         Fixed slapadd empty dn bug
189         Added slapd modrdn children check (ITS#1053,1192)
190         Added slapd sb_max_incoming_auth support (ITS#1181)
191         Added slapd crypt salt format support (ITS#1202)
192         Added slapd subtree replication support
193         Added slurpd include support (ITS#121)
194         Added -lldap critical client control checks
195         Added ldbm sync daemon support
196         Added ldbm per-backend db_env support
197         Added ldbm BerkeleyDB 3.3 support (ITS#1272)
198         Updated slapd getaddrinfo use
199         Updated slapd schema check handling
200         Updated slapd filter checks
201         Updated slapd single-value checks
202         Updated ldbm to use BerkeleyDB's CDB (ITS#1176)
203         Updated ldbm error handling
204         Updated ldaptcl API (contrib)
205         Updated -lldap SASL/TLS referral handling
206         Updated -lldap pthread code
207         Updated ldapmodify add/replace handling
208         Removed -lldap UFN search support
209         Build environment
210                 Removed extraneous files
211                 Fixed BerkeleyDB db1 detection (ITS#1294)
212
213 OpenLDAP 2.0.11 Release
214         Fixed attribute parse bug (ITS#1159)
215
216 OpenLDAP 2.0.10 Release
217         Build Environment
218                 Fixed TLS-less build (ITS#1156)
219
220 OpenLDAP 2.0.9 Release
221         Add slapd obsolete schema check
222         Add slapd collective schema check
223         Fix slapd printableString syntax bug
224         Fix ldbm bdb3 set_cachesize bug
225         Build Environment
226                 Add nisMailAlias (ITS#876)
227                 Fix inet_ntop configure test (ITS#1146)
228                 Fix thr_nt.c syntax bug
229
230 OpenLDAP 2.0.8 Release
231         Fixed slapd empty OID value bug (ITS#882)
232         Fixed slapd waitpid() bug (ITS#900)
233         Fixed slapd gai_strerror() bug (ITS#895)
234         Fixed slapd unrecognized objectClass bug
235         Fixed slapd schema parse bug (ITS#1114)
236         Fixed slapd labeledURI bug (ITS#1040)
237         Fixed slapd dnaddr bug (ITS#1061)
238         Fixed slap tools sasl-secprops bug (ITS#1128)
239         Fixed back-ldap protocol versioning bug
240         Fixed back-ldap str2ad bug (ITS#919)
241         Fixed back-passwd nbase bug (ITS#941)
242         Fixed back-shell unbind response bug
243         Fixed back-ldbm oldSuperior bug (ITS#951)
244         Fixed back-ldbm modify password DN bug (ITS#1060)
245         Fixed -lldap SASL GSSAPI interop bug (ITS#884)
246         Fixed -lldap TLS/SASL crash bugs (ITS#889)
247         Fixed -llber exception bugs
248         Added slapd RANDFILE option (ITS#1069)
249         Updated slapd anonymous write default to deny
250         Updated slapd syntax erorr reporting
251         Updated -lldap TLS seeding (ITS#948) 
252         Updated -lldap TLS certificate handling (ITS#903)
253         Updated -lldap referral/reference handling (ITS#905,1047)
254         Updated -lldap schema safe_string bug (ITS#1092) 
255         Updated maildap
256         Updated ldaptcl
257         Updated client usage messages
258         Build Environment
259                 Added MacOS support (ITS#943)
260                 Update schema files (ITS#955)
261                 Trim experimental options
262                 Updated pthread join/detach test
263         Documentation
264                 Update tool pages (ITS#938)
265
266 OpenLDAP 2.0.7 Release
267         Fixed -lldap TLS data ready bug (ITS#821)
268         Fixed -lldap abandon unsent op bug (ITS#837)
269         Fixed -lldap URL search w/o host bug (ITS#843)
270         Fixed -lldap referral handling bugs (ITS#799 ITS#817)
271         Fixed -lldap UTF-8 bug (ITS#860)
272         Fixed ldappasswd old passwd encoding bug
273         Fixed slapd DN whitespace compression (ITS#852)
274         Fixed slapd spasswd mutex bug
275         Fixed slapd ACL nameuid bug
276         Fixed slapd SASL layering bug
277         Fixed slapd unknown authc method bug (ITS#831 ITS#844)
278         Fixed slapd TLSVerifyClient config bug
279         Fixed tools passwd clearing bug
280         Updated -lldap TLS/SASL error reporting
281         Updated -llber large element handling
282         Updated slapadd error reporting
283         Updated slapd chroot handling (ITS#810)
284         Updated slapd subschema subentry
285         Updated slapd manageDSAit support (ITS#851)
286         Updated slapd root DIT support
287         Updated slapd/back-sql
288         Updated getaddrinfo error handling (ITS#845 ITS#845 ITS#863)
289         Added -lldap SASL/EXTERNAL (TLS) support (ITS#865)
290         Added slapd additional syntax/matching rule support
291         Removed lint
292         Build Environment
293                 Fixed make comment bug (ITS#811)
294                 Fixed $(DESTDIR) install (ITS#806)
295                 Added proxy check to passwd test
296                 Fixed slurpd tempdir perms (ITS#840)
297         Documentation
298                 Updated ldappasswd(1)
299                 Updated ldap_url(3)
300                 Updated slapd.conf(5)
301                 Updated slapd(8)
302                 Updated slurpd(8)
303
304 OpenLDAP 2.0.6 Release
305         Build Environment
306                 Fixed schema install (ITS#802)
307                 Added libtool customizations
308                 Re-enabled module support
309         Documentation
310                 Update ldapsearch(1)
311
312 OpenLDAP 2.0.5 Release
313         Fixed slapd/ldbm/search confusing log message (ITS#771)
314         Fixed slapd/sasl no cred bug
315         Fixed slapd idletimeout lock bug (ITS#767)
316         Fixed slapd caseIgnoreIA5string indexing bug (ITS#786)
317         Fixed slurpd TLS initialization bug (ITS#768)
318         Fixed slurpd empty one shot hang (ITS#798)
319         Fixed -lldap SASL ctx close bug (ITS#790)
320         Fixed -lldap first/next attribute bug (ITS#778)
321         Fixed -lldap (v2) rebind URL bug
322         Fixed -lldap msgfree NULL bug (ITS#800)
323         Fixed -lldif empty value bug
324         Fixed -llber stringal len=0 bug
325         Updated -llber bprint routine
326         Build Environment
327                 Fixed LDFLAGS/-rpath usage
328                 Fixed IPv6 detection (ITS#669,ITS#770)
329                 Fixed VPATH schema install
330                 Updated libtool to 1.3.5
331                 Added Darwin support
332                 Disabled module support
333
334 OpenLDAP 2.0.4 Release
335         Fixed clients printf/usage bugs (ITS#749)
336         Fixed -lldap SASL interoperability bug
337         Fixed -lldap PF_LOCAL declaration/call bugs
338         Fixed slapd SASL log error (ITS#759)
339         Fixed slapd spasswd support (ITS#751)
340         Fixed slapd/tools fixed sasl_props bug (ITS#761)
341         Updated slurpd SASL support
342         Added slapd accept(2) sockopt workaround (ITS#760)
343         Added slurpd TLS support
344         Removed lint
345         Build Environment
346                 Fixed --enable-spasswd (ITS#751)
347         Documentation
348                 Fixed ldif(5) file:/// bug (ITS#750)
349                 Updated ldap_schema(3)
350
351 OpenLDAP 2.0.3 Release
352         Fixed -lldap KBIND typo (ITS#717)
353         Fixed slapd ;binary search request subtyping
354
355 OpenLDAP 2.0.2 Release
356         Fixed KBIND (ITS#717)
357         Fixed clients/tools -R handling (ITS#726)
358         Fixed -lldap SASL got_max_ssf bug 
359         Fixed -lldap TCP_NODELAY bug 
360         Fixed -lldap TLS issues (ITS#733)
361         Fixed -lldap_r NT threads (ITS#732)
362         Fixed -llutil sa_flags never set bug
363         Fixed ldappasswd -A -S crash (ITS#714)
364         Fixed ldappasswd user argument usage
365         Fixed slapd disallow bind_anon (ITS#721)
366         Fixed slapd IPv6 issues (ITS#716)
367         Fixed slapd MIT KPASSWD Compatibility (ITS#715)
368         Fixed slapd time syntax routines (ITS#713)
369         Fixed slapd/ldbm DB_PRIVATE not set bug (ITS#725)
370         Fixed slapd/ldbm nextid reporting bug
371         Fixed slapd syntaxes/mr routines (ITS#739)
372         Fixed slurpd -r buffer overflow (ITS#722)
373         Updated slapd rootDSE inappropriate op handling
374         Added slapd syntax/mr routines
375         Added slapd allow/disallow options
376         Added slapd defaultSearchBase and DN verify (ITS#723)
377         Removed lint
378         Build Environment
379                 Added test000-rootdse
380                 Added Corba & Java Schema
381                 Updated MSVC projects for BDB 3.1
382                 Fixed Kerberos detection (ITS#717)
383                 Remove incompatible contribWare
384         Documentation
385                 Fixed ldappasswd(1) usage
386                 Fixed ldapmodify(1) (ITS#719)
387                 Updated release documents (ITS#720)
388
389 OpenLDAP 2.0.1 Release
390         Fixed StartTLS & ldaps:// client SDK
391         Fixed slapd session close deadlock (ITS#704)
392         Fixed slapd SSF ACLs
393         Fixed slapd "entry" ACLs
394         Updated slapd MAXARGS to 200
395         Updated slapd nisNetgroupTriple validation routine (ITS#705)
396         Updated slapd bootParameter validation routine (ITS#706)
397         Updated slapd nameUID syntax to reuse DN routines for uniqueMember
398         Updated client tool usage (ITS#710)
399         Build Environment
400                 Fixed MSC tcp_close redefine
401         Documentation
402                 Updated manual pages references
403                 Updated release documents
404                 Updated back-sql documents
405                 Updated "to do" list
406
407 OpenLDAP 2.0.0 Release
408         Initial release of OpenLDAP 2.0
409
410 ---
411 $OpenLDAP$