]> git.sur5r.net Git - openldap/blob - CHANGES
be353bfdc4fc1ab4cad56a1fdf00bf9eb1427e78
[openldap] / CHANGES
1 OpenLDAP 2.0 Change Log
2
3 OpenLDAP 2.0.17 Release
4         Fixed ldbm BerkeleyDB2 compat bug (ITS#1390)
5
6 OpenLDAP 2.0.16 Release
7         Fixed ITS indexing bug (ITS#1349)
8         Fixed slapd/slurpd maxargs bug (ITS#1343)
9         Fixed slapd ManageDSAIT warning
10         Fixed slapd no OID schema bug
11         Fixed slurpd server down reject bug (ITS#1183)
12         Fixed slurpd moddn newsup bug (ITS#1379)
13         Fixed -llber ber_realloc bug (ITS#1346)
14         Fixed -lldap multi-level referral chase bug (ITS#1346)
15         Fixed -lldap high port bug (ITS#1375)
16         Fixed CR/LF handling (ITS#1328)
17         Updated slapd/-lldap getaddrinfo handling (ITS#1304)
18         Updated -lldap_r pthread stack size
19         Updated slapd acl assert checks
20         Updated slurpd ManageDSAIT handling
21         Updated slapd root/subschema DSE update error handling
22         Removed -lldbm use of Berkeley CDB
23         Updated -lldbm to use r/w lock with DB_THREAD
24         Updated back-ldbm update attribute indices on delete (ITS#1359)
25         Updated ud Kerberos ticket handling
26         Added back-ldbm idl_check() code
27         Build environment
28                 Updated ltconfig for MacOS X 10.1 (ITS#1361)
29                 Updated slapd.conf with ACL example
30                 Updated pthread detection
31                 Updated Kerberos detection (ITS#1372)
32                 Updated test005 /dev/null diff for Tru64 compat
33                 Updated test007 modrdn test
34                 Updated test008 read/write ratio
35                 Updated MSVC5 project files
36         Documentation
37                 Update slapcat/add pages
38
39 OpenLDAP 2.0.15 Release
40         Fixed -lldap TLS external handling
41         Fixed -lldap ldaps:// no host bug
42         Fixed slapd Statslog bug
43         Fixed slapd oidm support (ITS#1258)
44         Added -lldap oidm support (ITS#1213)
45         Added slapd supportedFeatures support
46         Removed lint
47         Build environment
48                 Fixed winsock detection (ITS#1334)
49
50 OpenLDAP 2.0.14 Release
51         Fixed slurpd billionth second bug (ITS#1323)
52
53 OpenLDAP 2.0.13 Release
54         Fixed slapd substring filter_free bug
55         Fixed slapd suffix check bug
56         Fixed ldapdelete -c handling (ITS#1071)
57         Fixed ldapsearch -S handling (ITS#1180)
58         Fixed ldbm BerkeleyDB 3.0 support (ITS#1306)
59         Fixed ldbm dbhandle cache bug (ITS#1164)
60         Fixed shell fgets handling
61         Fixed -lldap TLS ldap.conf handling
62         Added -lldap improved TLS certificate checking
63         Added slapd access to dn.base="" support
64
65 OpenLDAP 2.0.12 Release
66         Fixed slapd acl default clause bug (ITS#1187)
67         Fixed slapd modlist2mods error text bug
68         Fixed slapd numericString bugs (ITS#1182,1254)
69         Fixed slapd empty rootdn bug (ITS#1172)
70         Fixed slapd passwd modify replication (ITS#1237)
71         Fixed slapd textbuf bugs (ITS#1275)
72         Fixed ldapmodrdn SASL auth bug (ITS#1179)
73         Fixed slapadd already exists bug (ITS#1191)
74         Fixed slapadd empty dn bug
75         Added slapd modrdn children check (ITS#1053,1192)
76         Added slapd sb_max_incoming_auth support (ITS#1181)
77         Added slapd crypt salt format support (ITS#1202)
78         Added slapd subtree replication support
79         Added slurpd include support (ITS#121)
80         Added -lldap critical client control checks
81         Added ldbm sync daemon support
82         Added ldbm per-backend db_env support
83         Added ldbm BerkeleyDB 3.3 support (ITS#1272)
84         Updated slapd getaddrinfo use
85         Updated slapd schema check handling
86         Updated slapd filter checks
87         Updated slapd single-value checks
88         Updated ldbm to use BerkeleyDB's CDB (ITS#1176)
89         Updated ldbm error handling
90         Updated ldaptcl API (contrib)
91         Updated -lldap SASL/TLS referral handling
92         Updated -lldap pthread code
93         Removed -lldap UFN search support
94         Build environment
95                 Removed extraneous files
96                 Fixed BerkeleyDB db1 detection (ITS#1294)
97
98 OpenLDAP 2.0.11 Release
99         Fixed attribute parse bug (ITS#1159)
100
101 OpenLDAP 2.0.10 Release
102         Build Environment
103                 Fixed TLS-less build (ITS#1156)
104
105 OpenLDAP 2.0.9 Release
106         Add slapd obsolete schema check
107         Add slapd collective schema check
108         Fix slapd printableString syntax bug
109         Fix ldbm bdb3 set_cachesize bug
110         Build Environment
111                 Add nisMailAlias (ITS#876)
112                 Fix inet_ntop configure test (ITS#1146)
113                 Fix thr_nt.c syntax bug
114
115 OpenLDAP 2.0.8 Release
116         Fixed slapd empty OID value bug (ITS#882)
117         Fixed slapd waitpid() bug (ITS#900)
118         Fixed slapd gai_strerror() bug (ITS#895)
119         Fixed slapd unrecognized objectClass bug
120         Fixed slapd schema parse bug (ITS#1114)
121         Fixed slapd labeledURI bug (ITS#1040)
122         Fixed slapd dnaddr bug (ITS#1061)
123         Fixed slap tools sasl-secprops bug (ITS#1128)
124         Fixed back-ldap protocol versioning bug
125         Fixed back-ldap str2ad bug (ITS#919)
126         Fixed back-passwd nbase bug (ITS#941)
127         Fixed back-shell unbind response bug
128         Fixed back-ldbm oldSuperior bug (ITS#951)
129         Fixed back-ldbm modify password DN bug (ITS#1060)
130         Fixed -lldap SASL GSSAPI interop bug (ITS#884)
131         Fixed -lldap TLS/SASL crash bugs (ITS#889)
132         Fixed -llber exception bugs
133         Added slapd RANDFILE option (ITS#1069)
134         Updated slapd anonymous write default to deny
135         Updated slapd syntax erorr reporting
136         Updated -lldap TLS seeding (ITS#948) 
137         Updated -lldap TLS certificate handling (ITS#903)
138         Updated -lldap referral/reference handling (ITS#905,1047)
139         Updated -lldap schema safe_string bug (ITS#1092) 
140         Updated maildap
141         Updated ldaptcl
142         Updated client usage messages
143         Build Environment
144                 Added MacOS support (ITS#943)
145                 Update schema files (ITS#955)
146                 Trim experimental options
147                 Updated pthread join/detach test
148         Documentation
149                 Update tool pages (ITS#938)
150
151 OpenLDAP 2.0.7 Release
152         Fixed -lldap TLS data ready bug (ITS#821)
153         Fixed -lldap abandon unsent op bug (ITS#837)
154         Fixed -lldap URL search w/o host bug (ITS#843)
155         Fixed -lldap referral handling bugs (ITS#799 ITS#817)
156         Fixed -lldap UTF-8 bug (ITS#860)
157         Fixed ldappasswd old passwd encoding bug
158         Fixed slapd DN whitespace compression (ITS#852)
159         Fixed slapd spasswd mutex bug
160         Fixed slapd ACL nameuid bug
161         Fixed slapd SASL layering bug
162         Fixed slapd unknown authc method bug (ITS#831 ITS#844)
163         Fixed slapd TLSVerifyClient config bug
164         Fixed tools passwd clearing bug
165         Updated -lldap TLS/SASL error reporting
166         Updated -llber large element handling
167         Updated slapadd error reporting
168         Updated slapd chroot handling (ITS#810)
169         Updated slapd subschema subentry
170         Updated slapd manageDSAit support (ITS#851)
171         Updated slapd root DIT support
172         Updated slapd/back-sql
173         Updated getaddrinfo error handling (ITS#845 ITS#845 ITS#863)
174         Added -lldap SASL/EXTERNAL (TLS) support (ITS#865)
175         Added slapd additional syntax/matching rule support
176         Removed lint
177         Build Environment
178                 Fixed make comment bug (ITS#811)
179                 Fixed $(DESTDIR) install (ITS#806)
180                 Added proxy check to passwd test
181                 Fixed slurpd tempdir perms (ITS#840)
182         Documentation
183                 Updated ldappasswd(1)
184                 Updated ldap_url(3)
185                 Updated slapd.conf(5)
186                 Updated slapd(8)
187                 Updated slurpd(8)
188
189 OpenLDAP 2.0.6 Release
190         Build Environment
191                 Fixed schema install (ITS#802)
192                 Added libtool customizations
193                 Re-enabled module support
194         Documentation
195                 Update ldapsearch(1)
196
197 OpenLDAP 2.0.5 Release
198         Fixed slapd/ldbm/search confusing log message (ITS#771)
199         Fixed slapd/sasl no cred bug
200         Fixed slapd idletimeout lock bug (ITS#767)
201         Fixed slapd caseIgnoreIA5string indexing bug (ITS#786)
202         Fixed slurpd TLS initialization bug (ITS#768)
203         Fixed slurpd empty one shot hang (ITS#798)
204         Fixed -lldap SASL ctx close bug (ITS#790)
205         Fixed -lldap first/next attribute bug (ITS#778)
206         Fixed -lldap (v2) rebind URL bug
207         Fixed -lldap msgfree NULL bug (ITS#800)
208         Fixed -lldif empty value bug
209         Fixed -llber stringal len=0 bug
210         Updated -llber bprint routine
211         Build Environment
212                 Fixed LDFLAGS/-rpath usage
213                 Fixed IPv6 detection (ITS#669,ITS#770)
214                 Fixed VPATH schema install
215                 Updated libtool to 1.3.5
216                 Added Darwin support
217                 Disabled module support
218
219 OpenLDAP 2.0.4 Release
220         Fixed clients printf/usage bugs (ITS#749)
221         Fixed -lldap SASL interoperability bug
222         Fixed -lldap PF_LOCAL declaration/call bugs
223         Fixed slapd SASL log error (ITS#759)
224         Fixed slapd spasswd support (ITS#751)
225         Fixed slapd/tools fixed sasl_props bug (ITS#761)
226         Updated slurpd SASL support
227         Added slapd accept(2) sockopt workaround (ITS#760)
228         Added slurpd TLS support
229         Removed lint
230         Build Environment
231                 Fixed --enable-spasswd (ITS#751)
232         Documentation
233                 Fixed ldif(5) file:/// bug (ITS#750)
234                 Updated ldap_schema(3)
235
236 OpenLDAP 2.0.3 Release
237         Fixed -lldap KBIND typo (ITS#717)
238         Fixed slapd ;binary search request subtyping
239
240 OpenLDAP 2.0.2 Release
241         Fixed KBIND (ITS#717)
242         Fixed clients/tools -R handling (ITS#726)
243         Fixed -lldap SASL got_max_ssf bug 
244         Fixed -lldap TCP_NODELAY bug 
245         Fixed -lldap TLS issues (ITS#733)
246         Fixed -lldap_r NT threads (ITS#732)
247         Fixed -llutil sa_flags never set bug
248         Fixed ldappasswd -A -S crash (ITS#714)
249         Fixed ldappasswd user argument usage
250         Fixed slapd disallow bind_anon (ITS#721)
251         Fixed slapd IPv6 issues (ITS#716)
252         Fixed slapd MIT KPASSWD Compatibility (ITS#715)
253         Fixed slapd time syntax routines (ITS#713)
254         Fixed slapd/ldbm DB_PRIVATE not set bug (ITS#725)
255         Fixed slapd/ldbm nextid reporting bug
256         Fixed slapd syntaxes/mr routines (ITS#739)
257         Fixed slurpd -r buffer overflow (ITS#722)
258         Updated slapd rootDSE inappropriate op handling
259         Added slapd syntax/mr routines
260         Added slapd allow/disallow options
261         Added slapd defaultSearchBase and DN verify (ITS#723)
262         Removed lint
263         Build Environment
264                 Added test000-rootdse
265                 Added Corba & Java Schema
266                 Updated MSVC projects for BDB 3.1
267                 Fixed Kerberos detection (ITS#717)
268                 Remove incompatible contribWare
269         Documentation
270                 Fixed ldappasswd(1) usage
271                 Fixed ldapmodify(1) (ITS#719)
272                 Updated release documents (ITS#720)
273
274 OpenLDAP 2.0.1 Release
275         Fixed StartTLS & ldaps:// client SDK
276         Fixed slapd session close deadlock (ITS#704)
277         Fixed slapd SSF ACLs
278         Fixed slapd "entry" ACLs
279         Updated slapd MAXARGS to 200
280         Updated slapd nisNetgroupTriple validation routine (ITS#705)
281         Updated slapd bootParameter validation routine (ITS#706)
282         Updated slapd nameUID syntax to reuse DN routines for uniqueMember
283         Updated client tool usage (ITS#710)
284         Build Environment
285                 Fixed MSC tcp_close redefine
286         Documentation
287                 Updated manual pages references
288                 Updated release documents
289                 Updated back-sql documents
290                 Updated "to do" list
291
292 OpenLDAP 2.0.0 Release
293         Initial release of OpenLDAP 2.0
294
295 ---
296 $OpenLDAP$