]> git.sur5r.net Git - openldap/blob - CHANGES
Fix a few typos
[openldap] / CHANGES
1 OpenLDAP 2.1 Change Log
2
3 OpenLDAP 2.1.16 Engineering
4         Fixed slapd modify mem leak
5         Fixed liblber BER decoding bug (ITS#2365)
6         Fixed slurpd TLS failure handling (ITS#2253)
7         Fixed slapd sasl internal search "auth" issue
8         Fixed back-meta NULL deref bug (ITS#2359)
9         Fixed back-ldap memory corruption (ITS#2362)
10         Updated back-perl
11         Removed ldaptcl from distribution
12         Removed lint
13         Build Environment
14                 Regenerated configure script for IPv6 fix (ITS#2347)
15
16 OpenLDAP 2.1.15 Release
17         Fixed slapd saslauthz null backend crash
18         Fixed libldap IPv6 SASL host bug (ITS#2347)
19         Fixed liblber 64bit len/tag bug (ITS#2344)
20         Fixed liblutil getpeereid replacement function (ITS#2333)
21         Fixed slapd illegal schema crash (ITS#2342)
22         Updated slaptools default backend (ITS#2343)
23         Updated liblber ber_get_stringbv handling
24         Removed lint
25         Build Environment
26                 Updated NT build environment w/ slurpd support
27                 Updated test suite
28         Documentation
29                 Misc man page updates
30
31 OpenLDAP 2.1.14 Release
32         Fixed slapd schema_check name check crash (ITS#2330)
33         Fixed slapd DirectoryString extraneous space index bug (ITS#2328)
34         Fixed back-bdb bdb_cache_find_entry* retry bug
35         Fixed back-bdb log message bug
36         Fixed back-bdb group/atttribute txn code (ITS#2122)
37         Fixed back-bdb modrdn subtree rename bug (ITS#2336)
38         Fixed client tools krb4 handling
39         Fixed (historic) CLDAP support (ITS#2335)
40         Updated slapadd to complain about holes in the DIT
41         Build Environment
42                 Look harder for BDB 4.1 (ITS#2339)
43         Documentation
44                 Misc man page updates
45
46 OpenLDAP 2.1.13 Release
47         Fixed back-bdb group ACL deadlock bug (ITS#2195)
48         Fixed back-bdb passwd hang bug (ITS#2122)
49         Fixed slapd RDN handling (ITS#2243)
50         Fixed slapd connections shutdown bug (ITS#2236)
51         Fixed slap tools argument handling (ITS#2266)
52         Fixed liblber PROTOS bugs (ITS#2275) (ITS#2280)
53         Fixed liblber ber_flush debug level
54         Fixed libldap stream readahead bug (IS#2305)
55         Fixed libldap SASL null cred bug (ITS#2267)
56         Fixed libldap SASL promts free bug (ITS#2325)
57         Fixed slapd SASL anon bugs (ITS#2268)
58         Fixed back-glue exceeded results bug (ITS#2299)
59         Fixed back-glue search reference bug
60         Fixed slurpd reject filename on Windows (ITS#2319)
61         Fixed slurpd re NULL crash (ITS#2320)
62         Changed slapd DNS reverse lookups default to off
63         Updated slapd to remove pid and args files (ITS#2318)
64         Updated slapd bind stats logging
65         Updated slapd proxy authorization support
66         Updated libldap TLS certificate checking (ITS#2161)
67         Updated back-ldap, back-meta, back-sql
68         Added slapd ACL caching
69         Added slapd ACL set string expand (ITS#2285)
70         Added slapd attribute options enhancement
71         Added slapd ldapi:// SASL EXTERNAL support
72         Added liblutil passwd sanity checks (ITS#2159)
73         Build Environment
74                 Check back-bdb requirement for BDB 4.1
75                 Removed configure flags for deprecated features
76                 Updated test suite
77         Documentation
78                 Misc man page updates
79
80 OpenLDAP 2.1.12 Release
81         Build Environment
82                 Update version number
83
84 OpenLDAP 2.1.11 Release
85         Fixed slapd ocflags bug (ITS#2186)
86         Fixed slapd objectIdentifierFirstComponentMatch bug
87         Fixed slapd octetStringOrderingMatch bug
88         Fixed slapd bitString normalization bug
89         Removed lint
90
91 OpenLDAP 2.1.10 Release
92         Fixed slapd acl/group value_find_ex() bug (ITS#2227)
93         Fixed slapd empty values return filter control bug (ITS#2219)
94         Fixed slapd NameAndOptionalUID bug
95         Fixed slapd reentant gethostbyname bug
96         Fixed slapd SASL/EXTERNAL handling (ITS#2234)
97         Fixed ldbm/bdb modrdn replog bug (ITS#2235)
98         Fixed ldapsearch empty baseObject bug
99         Fixed libldap_r thread stack size
100         Fixed libldap SASL/EXTERNAL handling
101         Fixed liblber ber_get_next assert bug (ITS#2246)
102         Updated ldapdelete/ldapmodrdn continue error handling
103         Added back-bdb IDL slab cache  (ITS#2183)
104         Removed lint, etc.
105         Build Environment
106                 Update to libtool 1.4.3 & shtool 1.6.2
107
108 OpenLDAP 2.1.9 Release
109         Fixed back-bdb moddn newSuperior bug
110         Fixed back-ldap/meta modify bug (ITS#2158)
111         Fixed back-glue segv bug (ITS#2214)
112         Fixed back-monitor subordinate database bug
113         Fixed libldap try_read1msg drain bug (ITS#2153)
114         Fixed libldap SASL bugs (ITS#2184)
115         Fixed libldap referral bug (ITS#2187)
116         Fixed libldap getaddrinfo threading bug (ITS#2221)
117         Fixed libldif empty value bugs (ITS#2218)
118         Added slapd allow update_anon feature (ITS#2155)
119         Added slapd authz stats logging feature (ITS#2165)
120         Fixed slapd unix socket unlink bug (ITS#2157)
121         Fixed slapd referral/alias normalization bug
122         Fixed slapd logging bugs (ITS#2170)
123         Fixed slapd rootdse entry_free bug (ITS#2172)
124         Fixed slapd multimaster passwd bug (ITS#2176)
125         Fixed slapd bad acl DN bug (ITS#2196)
126         Fixed slapd SASL bugs (ITS#2200) (ITS#2202)
127         Fixed slapd language range option bug
128         Fixed slapd new logging bugs
129         Removed lint
130         Build Environment
131                 Add subordinate referral test
132                 Updated other misc other tests
133                 Updated back-sql checks (ITS#2163)
134                 Fixed liblber snprintf issues (ITS#2128) (ITS#2129) (ITS#2203)
135                 Fixed configure shtool no bold handling
136
137 OpenLDAP 2.1.8 Release
138         Build Environment
139                 Update configure script
140
141 OpenLDAP 2.1.7 Release
142         Fixed liblber bvarray_add bug (ITS#2142)
143         Added libldap additional schema routines
144         Updated ldapmodify -c error handling (ITS#2133)
145         Build Environment
146                 Update {thr,sched,pthread}_yield detection
147         Documentation
148                 Misc updates
149
150 OpenLDAP 2.1.6 Release
151         Fixed slapd unsupported non-critical control handling
152         Fixed slapd value_find() uninitialized variable bug (ITS#2097)
153         Fixed back-dnssrv default referral handling (ITS#2116)
154         Fixed liblunicode memory leak (ITS#2126)
155         Fixed slapd listener crash (ITS#2132)
156         Fixed slapd modify mod_add_values crash (ITS#2136)
157         Updated slapd adlist support
158         Updated slapd disallow bind_simple_unprotected
159         Updated back-bdb/ldbm add/delete/rename ACLs
160         Updated libldap_r Pth support (ITS#724) (ITS#1033)
161         Added libldap get referral option (ITS#2121)
162         Added libldap DIT content rule routines
163         Added back-shell "entry" ACLs
164         Added slapd obsolete schema checks
165         Disable suffixAlias feature (ITS#2117)
166         Removed back-shell surrogate parent code
167         Misc minor fixes and cleanup
168         Build Environment
169                 Fixed back-bdb module linking problem
170                 Fixed misc. portability bugs
171                 Updated DB_THREAD detection (ITS#2127)
172                 Updated pthreads detection 
173                 Updated shtool to latest
174                 Updated test suite
175         Documentation
176                 Misc. updates (ITS#2093) (ITS#2105) (ITS#2106)
177
178 OpenLDAP 2.1.5 Release
179         Fixed back-ldbm indirect IDL bug (ITS#2039)
180         Fixed back-bdb locker_id bugs (ITS#2040)
181         Fixed back-bdb duplicate results (ITS#2044)
182         Fixed back-bdb group member check
183         Fixed back-bdb idl_intersection bug (ITS#2082)
184         Fixed slapd objectClass subclassing matching (ITS#2053)
185         Fixed slapd base==target referral bug (ITS#1991)
186         Fixed slapd ACL attribute auth bug (ITS#2067)
187         Fixed slapd one-level search with subordinates
188         Fixed libldap DNS SRV buffer size bug
189         Fixed liblber write bugs (ITS#1983)
190         Fixed liblutil b64 length bugs (ITS#2055)
191         Added slapadd lastmod attribute support
192         Added ldap tools passfile (-y) support (ITS#2031)
193         Added ldapmodify LDIFv1 control: support (ITS#2060)
194         Added slapd appropriate matching rule checks
195         Fixed libldap TLS session id bug
196         Updated slapd hasSubordinates
197         Updated slapd extensible matching
198         Updated matched values and noop controls
199         Updated back-passwd gecos buffer size bug (ITS#2046)
200         Updated back-ldap, back-meta, and back-sql
201         Build Environment
202                 Added SASL version checks
203                 Added IPv6 sockaddr_storage check
204                 Added Berkeley DB 4.1 support
205                 Fixed module build issues (ITS#2047 ITS#2048 ITS#2065)
206                 Updated test suite (ITS#2054)
207                 Updated NT and zOS ports
208         Documentation
209                 Added ldapwhoami(1) man page
210                 Misc man page updates
211
212 OpenLDAP 2.1.4 Release
213         Fixed slapd DN normalization (requires DB reload)
214         Fixed slapd bootParameter validation bug (ITS#1957)
215         Fixed slapd saslRegex bug (ITS#1978)
216         Fixed slapd abstract objectclass check
217         Fixed back-monitor time stats (ITS#1984)
218         Fixed slapd saslRegexp normalization (ITS#1951)
219         Fixed back-meta undef DN attr bug (ITS#1953)
220         Fixed back-meta search operation error (ITS#2014)
221         Fixed ldapmodify LDIF CRLF handling
222         Fixed back-bdb IDL bugs (ITS#1969, ITS#1977, ITS#2015)
223         Fixed back-bdb entry return (ITS#1994)
224         Fixed back-bdb lock_id error detection (ITS#2030)
225         Fixed slapd inappropriate return of operationsError (ITS#1995)
226         Fixed slapd group ACL bug (ITS#1978)
227         Fixed slapd " " handling (ITS#1998)
228         Fixed IPv6 underallocation bug (ITS#2018)
229         Fixed libldap gethostbyname init bug (ITS#2019)
230         Added LDAP SASL auxprop plugin to contrib
231         Added buffer overrun checks (ITS#1936, ITS#1965, ITS#2009-2011)
232         Added slapd subschema DN configuration (ITS#1893)
233         Updated slapd anon update error code (ITS#1987)
234         Updated slapd/libldap error messages (ITS#1989)
235         Updated slapd/libldap IPv4 only handling
236         Updated slapd bind logging (ITS#1809) (ITS#2017)
237         Updated slapd/libldap IPv6 handling (ITS#2018)
238         Updated libldap LDAP_OPT_RESTART handling
239         Updated new logging
240         Updated OpenLDAPaci syntax/semantics (ITS#2005, ITS#2006)
241         Updated back-sql
242         Build Environment
243                 Added zOS port
244                 Updated WinNT port
245                 Added DN testing to tests suite
246                 Fixed krbName schema (ITS#1948)
247                 Fixed pkiUser schema (ITS#1959)
248                 Fixed back-shell builds (ITS#1985)
249                 Resolve liblutil/passwd <des.h> conflict (ITS#2016)
250                 Resolved IRIX sc_mask conflict (ITS#2022)
251                 Removed ud(1) and filter template API (ITS#2011)
252                 Removed lint (ITS#2021)
253         Documentation
254                 Replaced namedref with RFC 3296
255                 Misc manual page updates
256
257 OpenLDAP 2.1.3 Release
258         Fixed slapd access to dn="" bug (ITS#1921)
259         Fixed slapd structuralObjectClass lastmod bug (ITS#1904)
260         Fixed slapd krbName bug (ITS#1913)
261         Fixed slapd schema error alignment bug
262         Fixed slapd excessive DN logging (ITS#1901)
263         Fixed slapd matched values malloc bug (ITS#1931)
264         Fixed slapd TLS data ready bug
265         Updated slapd SASL proxy policy code
266         Updated slapd require "strong" check
267         Added slapd disallow bind_simple_unprotected directive
268         Added slapd SASL setpass support (ITS#1943)
269         Added slapd IPv4/v6 only options
270         Updated back-bdb entry locking
271         Fixed liblutil passwd cleartext bug
272         Fixed back-ldap/meta mapping bug (ITS#1787)
273         Added back-monitor added monitorContext support
274         Fixed back-perl ad_cname bug (ITS#1882)
275         Fixed libldap ldap_controls_dup() malloc bug (ITS#1898)
276         Fixed libldap openssl compat bug (ITS#1924)
277         Fixed ucgendat EOF bug (ITS#1917)
278         Removed lint
279         Build Environment
280                 Added cc missing check
281                 Added monitor backend test
282                 Updated <ac/socket.h> SHUT_RDWR 
283                 Fixed SASL-less build issues
284                 Fixed back-perl build issues (ITS#1827)
285                 Fixed libldap_r references.c issue (ITS#1922)
286                 Added -ldb-4 detection (ITS#1888)
287                 Disabled back-sql (ITS#1920)
288         Documentation
289                 Numerous manual page updates
290
291 OpenLDAP 2.1.2 Release
292         Initial release for "general" use.
293