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