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