]> git.sur5r.net Git - openldap/blob - CHANGES
Fix typo
[openldap] / CHANGES
1 OpenLDAP 2.1 Change Log
2
3 OpenLDAP 2.1.10 Engineering
4         Fixed slapd acl/group value_find_ex() bug (ITS#2227)
5         Fixed slapd empty values return filter control bug (ITS#2219)
6         Fixed slapd empty oid control bug
7         Fixed slapd NameAndOptionalUID bug
8         Fixed slapd reentant gethostbyname bug
9         Fixed ldapsearch empty baseObject bug
10         Fixed libldap_r thread stack size
11         Updated slapd to use data ready loop
12         Updated ldapdelete/ldapmodrdn continue error handling
13         Added back-bdb IDL slab cache  (ITS#2183)
14         Removed lint
15
16 OpenLDAP 2.1.9 Release
17         Fixed back-bdb moddn newSuperior bug
18         Fixed back-ldap/meta modify bug (ITS#2158)
19         Fixed back-glue segv bug (ITS#2214)
20         Fixed back-monitor subordinate database bug
21         Fixed libldap try_read1msg drain bug (ITS#2153)
22         Fixed libldap SASL bugs (ITS#2184)
23         Fixed libldap referral bug (ITS#2187)
24         Fixed libldap getaddrinfo threading bug (ITS#2221)
25         Fixed libldif empty value bugs (ITS#2218)
26         Added slapd allow update_anon feature (ITS#2155)
27         Added slapd authz stats logging feature (ITS#2165)
28         Fixed slapd unix socket unlink bug (ITS#2157)
29         Fixed slapd referral/alias normalization bug
30         Fixed slapd logging bugs (ITS#2170)
31         Fixed slapd rootdse entry_free bug (ITS#2172)
32         Fixed slapd multimaster passwd bug (ITS#2176)
33         Fixed slapd bad acl DN bug (ITS#2196)
34         Fixed slapd SASL bugs (ITS#2200) (ITS#2202)
35         Fixed slapd language range option bug
36         Fixed slapd new logging bugs
37         Removed lint
38         Build Environment
39                 Add subordinate referral test
40                 Updated other misc other tests
41                 Updated back-sql checks (ITS#2163)
42                 Fixed liblber snprintf issues (ITS#2128) (ITS#2129) (ITS#2203)
43                 Fixed configure shtool no bold handling
44
45 OpenLDAP 2.1.8 Release
46         Build Environment
47                 Update configure script
48
49 OpenLDAP 2.1.7 Release
50         Fixed liblber bvarray_add bug (ITS#2142)
51         Added libldap additional schema routines
52         Updated ldapmodify -c error handling (ITS#2133)
53         Build Environment
54                 Update {thr,sched,pthread}_yield detection
55         Documentation
56                 Misc updates
57
58 OpenLDAP 2.1.6 Release
59         Fixed slapd unsupported non-critical control handling
60         Fixed slapd value_find() uninitialized variable bug (ITS#2097)
61         Fixed back-dnssrv default referral handling (ITS#2116)
62         Fixed liblunicode memory leak (ITS#2126)
63         Fixed slapd listener crash (ITS#2132)
64         Fixed slapd modify mod_add_values crash (ITS#2136)
65         Updated slapd adlist support
66         Updated slapd disallow bind_simple_unprotected
67         Updated back-bdb/ldbm add/delete/rename ACLs
68         Updated libldap_r Pth support (ITS#724) (ITS#1033)
69         Added libldap get referral option (ITS#2121)
70         Added libldap DIT content rule routines
71         Added back-shell "entry" ACLs
72         Added slapd obsolete schema checks
73         Disable suffixAlias feature (ITS#2117)
74         Removed back-shell surrogate parent code
75         Misc minor fixes and cleanup
76         Build Environment
77                 Fixed back-bdb module linking problem
78                 Fixed misc. portability bugs
79                 Updated DB_THREAD detection (ITS#2127)
80                 Updated pthreads detection 
81                 Updated shtool to latest
82                 Updated test suite
83         Documentation
84                 Misc. updates (ITS#2093) (ITS#2105) (ITS#2106)
85
86 OpenLDAP 2.1.5 Release
87         Fixed back-ldbm indirect IDL bug (ITS#2039)
88         Fixed back-bdb locker_id bugs (ITS#2040)
89         Fixed back-bdb duplicate results (ITS#2044)
90         Fixed back-bdb group member check
91         Fixed back-bdb idl_intersection bug (ITS#2082)
92         Fixed slapd objectClass subclassing matching (ITS#2053)
93         Fixed slapd base==target referral bug (ITS#1991)
94         Fixed slapd ACL attribute auth bug (ITS#2067)
95         Fixed slapd one-level search with subordinates
96         Fixed libldap DNS SRV buffer size bug
97         Fixed liblber write bugs (ITS#1983)
98         Fixed liblutil b64 length bugs (ITS#2055)
99         Added slapadd lastmod attribute support
100         Added ldap tools passfile (-y) support (ITS#2031)
101         Added ldapmodify LDIFv1 control: support (ITS#2060)
102         Added slapd appropriate matching rule checks
103         Fixed libldap TLS session id bug
104         Updated slapd hasSubordinates
105         Updated slapd extensible matching
106         Updated matched values and noop controls
107         Updated back-passwd gecos buffer size bug (ITS#2046)
108         Updated back-ldap, back-meta, and back-sql
109         Build Environment
110                 Added SASL version checks
111                 Added IPv6 sockaddr_storage check
112                 Added Berkeley DB 4.1 support
113                 Fixed module build issues (ITS#2047 ITS#2048 ITS#2065)
114                 Updated test suite (ITS#2054)
115                 Updated NT and zOS ports
116         Documentation
117                 Added ldapwhoami(1) man page
118                 Misc man page updates
119
120 OpenLDAP 2.1.4 Release
121         Fixed slapd DN normalization (requires DB reload)
122         Fixed slapd bootParameter validation bug (ITS#1957)
123         Fixed slapd saslRegex bug (ITS#1978)
124         Fixed slapd abstract objectclass check
125         Fixed back-monitor time stats (ITS#1984)
126         Fixed slapd saslRegexp normalization (ITS#1951)
127         Fixed back-meta undef DN attr bug (ITS#1953)
128         Fixed back-meta search operation error (ITS#2014)
129         Fixed ldapmodify LDIF CRLF handling
130         Fixed back-bdb IDL bugs (ITS#1969, ITS#1977, ITS#2015)
131         Fixed back-bdb entry return (ITS#1994)
132         Fixed back-bdb lock_id error detection (ITS#2030)
133         Fixed slapd inappropriate return of operationsError (ITS#1995)
134         Fixed slapd group ACL bug (ITS#1978)
135         Fixed slapd " " handling (ITS#1998)
136         Fixed IPv6 underallocation bug (ITS#2018)
137         Fixed libldap gethostbyname init bug (ITS#2019)
138         Added LDAP SASL auxprop plugin to contrib
139         Added buffer overrun checks (ITS#1936, ITS#1965, ITS#2009-2011)
140         Added slapd subschema DN configuration (ITS#1893)
141         Updated slapd anon update error code (ITS#1987)
142         Updated slapd/libldap error messages (ITS#1989)
143         Updated slapd/libldap IPv4 only handling
144         Updated slapd bind logging (ITS#1809) (ITS#2017)
145         Updated slapd/libldap IPv6 handling (ITS#2018)
146         Updated libldap LDAP_OPT_RESTART handling
147         Updated new logging
148         Updated OpenLDAPaci syntax/semantics (ITS#2005, ITS#2006)
149         Updated back-sql
150         Build Environment
151                 Added zOS port
152                 Updated WinNT port
153                 Added DN testing to tests suite
154                 Fixed krbName schema (ITS#1948)
155                 Fixed pkiUser schema (ITS#1959)
156                 Fixed back-shell builds (ITS#1985)
157                 Resolve liblutil/passwd <des.h> conflict (ITS#2016)
158                 Resolved IRIX sc_mask conflict (ITS#2022)
159                 Removed ud(1) and filter template API (ITS#2011)
160                 Removed lint (ITS#2021)
161         Documentation
162                 Replaced namedref with RFC 3296
163                 Misc manual page updates
164
165 OpenLDAP 2.1.3 Release
166         Fixed slapd access to dn="" bug (ITS#1921)
167         Fixed slapd structuralObjectClass lastmod bug (ITS#1904)
168         Fixed slapd krbName bug (ITS#1913)
169         Fixed slapd schema error alignment bug
170         Fixed slapd excessive DN logging (ITS#1901)
171         Fixed slapd matched values malloc bug (ITS#1931)
172         Fixed slapd TLS data ready bug
173         Updated slapd SASL proxy policy code
174         Updated slapd require "strong" check
175         Added slapd disallow bind_simple_unprotected directive
176         Added slapd SASL setpass support (ITS#1943)
177         Added slapd IPv4/v6 only options
178         Updated back-bdb entry locking
179         Fixed liblutil passwd cleartext bug
180         Fixed back-ldap/meta mapping bug (ITS#1787)
181         Added back-monitor added monitorContext support
182         Fixed back-perl ad_cname bug (ITS#1882)
183         Fixed libldap ldap_controls_dup() malloc bug (ITS#1898)
184         Fixed libldap openssl compat bug (ITS#1924)
185         Fixed ucgendat EOF bug (ITS#1917)
186         Removed lint
187         Build Environment
188                 Added cc missing check
189                 Added monitor backend test
190                 Updated <ac/socket.h> SHUT_RDWR 
191                 Fixed SASL-less build issues
192                 Fixed back-perl build issues (ITS#1827)
193                 Fixed libldap_r references.c issue (ITS#1922)
194                 Added -ldb-4 detection (ITS#1888)
195                 Disabled back-sql (ITS#1920)
196         Documentation
197                 Numerous manual page updates
198
199 OpenLDAP 2.1.2 Release
200         Initial release for "general" use.
201