]> git.sur5r.net Git - openldap/blob - CHANGES
Sync with HEAD
[openldap] / CHANGES
1 OpenLDAP 2.3 Change Log
2
3 OpenLDAP 2.3.10 Engineering
4         Fixed libldap ndelay without timeout
5         Fixed libldap chasing of chased referrals (ITS#2942)
6         Added libldap LDAP_NO_SUPPORT for TLS (ITS#4072)
7         Added libldap LDAP_MSG_RECEIVED support
8         Dropped libldap LDAP_MORE_RESULTS_TO_RETURN use
9         Fixed slapd cn=config undated rootdn issue (ITS#4035)
10         Fixed slapd-meta bus error (ITS#4073)
11         Fixed slapd-meta/ldap/rwm empty naming context issue (ITS#4071)
12
13 OpenLDAP 2.3.9 Release
14         Fixed slapd req_pwdexop bug
15         Fixed slapo-syncprov queued UUIDs bug (ITS#4068)
16         Fixed slapo-syncprov memory leak
17         Fixed slapd anlist leak
18         Removed lint
19         Build Environment
20                 Updated testsuite to test only primary backends by default
21                 Disable test041-aci
22
23 OpenLDAP 2.3.8 Release
24         Fixed slapd undef HAVE_EPOLL issue
25         Fixed slapd connection-get wake bug (ITS#3999)
26         Fixed slapd uninitialized var bug (ITS#3854)
27         Fixed slapd add entry without parent bug (ITS#2757)
28         Fixed slapd cn=config value escaping bug (ITS#3807)
29         Fixed slapd cn=config missing host/uri bug (ITS#4009)
30         Fixed slapd alock symbol bug (ITS#3978)
31         Fixed slapd replogfile assert (ITS#4003)
32         Fixed slapd rewrite session var set bug (ITS#4023)
33         Fixed slapd syncrepl empty uniqueMember bug (ITS#4040)
34         Fixed slapd alias resolution bug (ITS#4030)
35         Fixed slapd password-hash cleartext bug (ITS#4021)
36         Fixed slapd realloc zero bug (ITS#3981)
37         Fixed slapd nested overlay configuration bug (ITS#4047)
38         Fixed slapd password modify oldPassword ignore bug (ITS#4049)
39         Added slapd password oldPassword verify (ITS#4051)
40         Fixed slapd select_backend manageDSAit with glue issue (ITS#4027)
41         Updated slapd authz backend detection (ITS#4018)
42         Fixed slapd-bdb/hdb pointer/integer size mismatch (ITS#4015)
43         Updated slapd-hdb index management
44         Fixed slapd-glue mixtures bug (ITS#3979)
45         Fixed slapd-ldap unlock issue (ITS#4001)
46         Fixed slapd-ldap manageDIT check bug (ITS#4005)
47         Fixed slapd-ldap resource release issue (ITS#4016)
48         Fixed slapd-meta rootdn lookup bug (ITS#4004)
49         Fixed slapd-meta null value assert issue (ITS#4028)
50         Added slapd-meta pooled connections (ITS#4056)
51         Added slapd-meta target DSA bind defer when auth'd as rootdn (ITS#4057)
52         Fixed slapd-meta pseudorootdn issue
53         Fixed slapd-monitor unavailable issue (ITS#4013)
54         Fixed slapd-perl init/destroy bug (ITS#3923)
55         Fixed slapd-sql missing space issue (ITS#4061)
56         Fixed slapo-accesslog timestamp normalization issue
57         Fixed slapo-accesslog normalizer issue 
58         Fixed slapo-ppolicy replication issues (ITS#3980)
59         Added slapo-ppolicy pwdattribute descriptor support (ITS#4025)
60         Fixed slapo-syncprov/unique interact issues (ITS#3989)
61         Fixed slapo-syncprov/subordinate interact issues (ITS#3996)
62         Fixed slapo-syncprov schema check assert (ITS#4031)
63         Fixed slapo-syncprov psearch flush in qtask
64         Fixed slapo-syncprov abandon checks
65         Fixed slapo-unique ignore writes not under unique_base (ITS#4066)
66         Fixed slapo-valsort unknown valsort-attr bug (ITS#4047)
67         Fixed slapcat out-of-memory problem (ITS#4010)
68         Fixed slurpd unrecognized slave names bug (ITS#4012)
69         Fixed liblber dgram len bug (ITS#4046)
70         Fixed libldap SASL and TLS potential ld_error leaks (ITS#4064)
71         Fixed liblutil/csn time counter issue 
72         Updated contrib/ldapc++ to avoid deprecated functions
73         Documentation
74                 Added slapo-valsort(5) man page (ITS#3994)
75                 Added slap tool -F option documentation (ITS#4026)
76         Build Environment
77                 Fixed misc POSIX conformance issues (ITS#2667)
78                 Fixed --without-threads build issue (ITS#4006)
79                 Fixed test script exit checks (ITS#4045)
80                 Added test suite parameterized directory support
81                 Fixed test suite tool error handling
82                 Updated contrib/ldapc++ build environment
83
84 OpenLDAP 2.3.7 Release
85         Updated slapd ManageDIT support
86         Updated slapd ACI syntax checking (ITS#3877)
87         Fixed slapd STATS2 referral logging
88         Refixed slapd cn=config default search base bug (ITS#3900)
89         Fixed slapd cn=config TLSVerifyClient bug (ITS#3962)
90         Fixed slapd winsock assert (ITS#3983)
91         Fixed slapd-bdb/hdb paged results deadlock (ITS#3940)
92         Fixed slapd-bdb/hdb/ldbm searchBase disclose (ITS#3964)
93         Fixed slapd-bdb/hdb bi_dbenv check (ITS#3992)
94         Fixed slapd-meta generic attribute normalize/pretty (ITS#3956)
95         Fixed slapd-ldap/meta 'undefined' attribute mutex protection (ITS#3958)
96         Added slapd-ldap/meta 'proxied' attribute support (ITS#3959)
97         Fixed slapd-meta no candidate target selected bug (ITS#3990)
98         Fixed slapd-meta matchedDN handling (ITS#3944)
99         Fixed slapd-monitor hiding issue (ITS#3986)
100         Fixed slapo-ppolicy lockout status at Bind (ITS#3946)
101         Moved slapo-glue into slapd core
102         Fixed slaptest cn=config segfault (ITS#3961)
103         Fixed slaptools logging issue (ITS#3937)
104         Fixed slaptools fails after db clean (ITS#3970)
105         Fixed slaptools reject unsupported -w (ITS#3939)
106         Fixed libldap global_opt failure 
107         Fixed libldap schema handling
108         Fixed libldap secprops parsing (ITS#3955)
109         Fixed libldap_r tpool (ITS#3925)
110         Updated liblutil password scheme check
111         Updated libldap schema to allow OID macros in syntaxes
112         Removed lint
113         Documentation
114                 Updated misc. man pages
115         Build Environment
116                 Updated build tools (ITS#3928)
117                 Fixed tests diff -u usage (ITS#3969)
118                 Fixed slapo-rwm dependency checking (ITS#3965)
119                 Fixed tests --disable-monitor support
120                 Fixed tests veryclean-local testdata cleanup
121                 Add subtree rename test (hdb only)
122
123 OpenLDAP 2.3.6 Release
124         Fixed slapd dnRelativeMatch return (ITS#3931)
125         Fixed slapd send_search_entry issue (ITS#3951)
126         Fixed slapd-bdb/hdb release entry in paged response
127         Fixed slapd-meta resources release issue (ITS#3943)
128         Fixed slapd-ldap/meta matched return (ITS#3942,ITS#3944)
129         Fixed slapo-ppolicy reset lockouts issue (ITS#3946)
130         Fixed nis.schema posixGroup object class kind (ITS#3941)
131         Revert librewrite regex mutex change (ITS#3932)
132         Updated slapd manage capability
133         Updated slapo-syncprov CSN filter checks
134         Updated libldap url list parsing
135         Added slapd SASL rootpw support (ITS#3845)
136         Added slapd Stats logging for additional cases
137         Added slapd ACI syntax validater (ITS#3877)
138         Added slapd posixgroup ACL module to contrib
139         Added slapi SLAPI_X_ADD_STRUCTURAL_CLASS extension
140         Added slapd-ldap subtree renaming proxing
141         Added slapd-meta overlapping targets enhancement (ITS#3711)
142         Removed lint
143         Documentation
144                 Added slapcat(8) -a usage example (ITS#3930)
145                 Updated slapo-unique(5) for clarity (ITS#3936)
146                 Updated slapo-syncprov(5) sessionlog description (ITS#3935)
147                 Updated doc/drafts
148         Build Environment
149                 Updated test prog bind retry code
150                 Fixed test015-xsearch regression (ITS#3506)
151                 Added test040-subtree-rename
152
153 OpenLDAP 2.3.5 Release
154         Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
155         Fixed slapd substrings filter length checks (ITS#3790)
156         Fixed slapd thread pool initialization (ITS#3793)
157         Fixed slapd cancel exop (ITS#3549)
158         Fixed slapd syncrepl cookie problem (ITS#3917)
159         Fixed slapd inequality filter index bug (ITS#3920)
160         Fixed slapd syncrepl ctxcsn leak (ITS#3922)
161         Fixed slapd syncrepl scope issue (ITS#3831)
162         Fixed slapd syncrepl missing array subscript (ITS#3834)
163         Fixed slapd slapd_remove null deref (ITS#3842)
164         Fixed slapd ldapi credential normalization bug (ITS#3876)
165         Fixed slapd userPassword cleartext bug (ITS#3846)
166         Fixed slapd cn=config default search base bug (ITS#3900)
167         Fixed slapd cn=config olcDbConfig bug (ITS#3815)
168         Fixed slapd cn=config olcReadOnly bug (ITS#3820)
169         Fixed slapd cn=config hdb+bdb bug (ITS#3821)
170         Fixed slapd ACL attrs/val EQUALITY issue (ITS#3830)
171         Fixed slapd authx-regexp diagnostics (ITS#3819)
172         Fixed slapd index_substr_any_step keyword (ITS#3818)
173         Fixed slapd -f directory issue (ITS#3865)
174         Fixed slapd attributeOptions config parsing (ITS#3829)
175         Fixed slapd whitespace config parsing bug (ITS#3901)
176         Fixed slapd rootdn space issue (ITS#3806)
177         Fixed slapd passwd change w/ {CRYPT} bug (ITS#3805)
178         Fixed slapd backend_init_controls assert (ITS#3853)
179         Fixed slapd loglevel -1 bug (ITS#3858)
180         Fixed slapi bind bound DN issue (ITS#2971)
181         Fixed slapi issues (ITS#3884,3885,3886)
182         Fixed slapi authorization name issue (ITS#3892)
183         Fixed slapi slapi_int_connection_init operation problem (ITS#3868)
184         Fixed slapi slapi_entry_has_children bug (ITS#3879)
185         Fixed slapd-bdb manual recovery startup (ITS#3607,3824)
186         Fixed slapd-bdb manual recovery startup (ITS#3833)
187         Fixed slapd-bdb/hdb checkpoint before suffix bug (ITS#3784)
188         Fixed slapd-hdb modrdn base bug (ITS#3857)
189         Fixed slapd-ldap access to freed connection (ITS#3913)
190         Fixed slapd-ldap/meta filter bug (ITS#3785)
191         Fixed slapd-ldap/meta connection pooling (ITS#3813)
192         Fixed slapd-ldap/meta memory leak (ITS#3862)
193         Added slapd-sql enhancements (ITS#3432)
194         Fixed slapd-sql attribute with no values issue (ITS#3861)
195         Fixed slapd-sql truncating keyval column problem (ITS#3888)
196         Fixed slapd-sql return code ignored problem (ITS#3891)
197         Fixed slapo-glue alock bug (ITS#3817,3841)
198         Fixed slapo-dyngroup hidden subschemaSubentry bug (ITS#3844)
199         Fixed slapo-ppolicy hashed length problem (ITS#3783)
200         Fixed slapo-ppolicy quality check (ITS#3777)
201         Fixed slapo-ppolicy lockout duration (ITS#3779)
202         Fixed slapo-rwm leak (ITS#3914)
203         Fixed slapo-glue/rwm conflict (ITS#3788)
204         Fixed slapadd segfault (ITS#3926)
205         Fixed slapcat cn=config segfault (ITS#3796)
206         Fixed slaptest -F crash (ITS#3912)
207         Fixed slapd authzTo/From syntax issue (ITS#3921)
208         Fixed libldap abandon concurrency issue (ITS#3800)
209         Fixed libldap start_tls referral chasing (ITS#3791)
210         Fixed libldap referral chasing issues (ITS#2894,3578)
211         Fixed librewrite concurrency issue (ITS#3932)
212         Use IANA-assigned OIDs for recently approved IETF LDAP extensions
213         Removed lint (ITS#3857)
214         Build Environment
215                 Upgraded shtool (ITS#3752)
216                 Upgraded config.guess/config.sub
217                 Fixed FreeBSD thread stacksize problem (ITS#3456)
218                 Fixed cygwin shared libraries build problem (ITS#3712)
219                 Fixed acl_get/acl_mask v AIX symbol clash (ITS#3787)
220                 Fixed test020 logging problem (ITS#3811)
221                 Fixed duplicate symbol problem (ITS#3843)
222                 Fixed liblunicode 64bit builds (ITS#3869)
223                 Fixed passwd/kerberos module builds (ITS#3896)
224                 Fixed test037 manageDIT discovery issue (ITS#3898)
225                 Fixed installed man page symlinks (ITS#3904)
226                 Fixed <sasl.h> inclusion (ITS#3905)
227                 Fixed smbk5pwd Heimdal compat issue (ITS#3910)
228                 Fixed slapd make install issue (ITS#3929)
229                 Fixed DESTDIR reporting (ITS#3916)
230         Documentation
231                 Fixed Admin Guide authz v. saslauthz problem (ITS#3875)
232                 Fixed Admin Guide --disable-bdb issue (ITS#3837)
233                 Fixed slapd-meta(5) lastmod issue (ITS#3789)
234                 Updated slapd.conf(5) (ITS#3866)
235                 Updated slapd(8) OPTIONS section (ITS#3816)
236                 Updated slapd-monitor(5) (ITS#3822,3836)
237                 Updated slapd-bdb(5) (ITS#3823)
238
239 OpenLDAP 2.3.4 Release
240         Initial release for "general use".
241