]> git.sur5r.net Git - openldap/blob - CHANGES
backport fix
[openldap] / CHANGES
1 OpenLDAP 2.2 Change Log
2
3 OpenLDAP 2.2.28 Engineering
4         Fixed back-hdb slapcat EntryInfo cache growth (ITS#4010)
5
6 OpenLDAP 2.2.28 Release
7         Fixed slapd ACL logging
8         Fixed slapd shutdown crash on NULL slap_listeners (ITS#3842)
9         Fixed slapd using hashed passwords on SASL binds (ITS#3846)
10         Fixed back-bdb/hdb - check for BDB TXN patch
11         Fixed back-bdb/hdb missing suffix during initialization (ITS#3901)
12         Fixed back-hdb nested modrdn bug (ITS#3857)
13         Fixed back-ldap/meta undefined filter propagation (ITS#3785)
14         Fixed back-ldap/meta rewrite session memory leak
15         Fixed back-ldap abandon leak (ITS#3862)
16         Fixed back-meta add w/o parent add (ITS#3804)
17         Fixed back-meta control propagation bug (ITS#3813)
18         Fixed syncrepl SASL bind crash (ITS#3792)
19         Fixed slurpd error messages
20         Fixed libldap infinite referral loop (ITS#2894, ITS#3578)
21         Fixed librewrite regex concurrency issue (ITS#3932)
22         Use IANA assigned OIDs for recently approved IETF LDAP extensions
23         Build Environment
24                 Fixed test020 logging problem (ITS#3811)
25                 Added BDB TXN patch in build/BerkeleyDB42.patch
26
27 OpenLDAP 2.2.27 Release
28         Fixed back-bdb/hdb slapcat checkpoint on close (ITS#3703)
29         Fixed back-bdb/hdb internal error code assert (ITS#3731)
30         Fixed back-ldap/back-meta debug output of NULL strings (ITS#3698)
31         Fixed back-meta sizelimit bug (ITS#3720)
32         Fixed back-meta/backglue sizelimit interaction (ITS#3724)
33         Fixed pcache all-attrs bug (ITS#3741)
34         Fixed syncrepl runqueue (ITS#3542)
35         Fixed ACL dn=* <what> clause
36         Fixed ACL val default style parsing crasher (ITS#3700)
37         Disabled slapd broken undocumented configuration directive
38         Fixed slapcat unclean exits (ITS#3764)
39         Fixed libldap sasl connection assert (ITS#3278)
40         Build Environment
41                 Improved thread set stack size support (ITS#3691)
42
43 OpenLDAP 2.2.26 Release
44         Fixed back-bdb ldapadd ctxcsn crash (ITS#3685)
45         Fixed back-hdb search crash (ITS#3688)
46
47 OpenLDAP 2.2.25 Release
48         Fixed back-hdb out-of-order slapadd (ITS#3267)
49         Fixed back-bdb/hdb search crashes (ITS#3638, 3647)
50         Fixed back-bdb/hdb modrdn (ITS#3657)
51         Fixed back-bdb ctxcsn/LRU bug (ITS#3666)
52         Fixed back-dnssrv referral all but search op crasher bug (ITS#3642)
53         Fixed back-ldbm shutdown hang (ITS#3648)
54         Fixed back-meta memory leak (ITS#3669)
55         Fixed back-monitor attribute normalization bug (ITS#3659)
56         Removed broken libldap fast synchronous search result processing (ITS#3612)
57         Build Environment
58                 Added improved configure logging (ITS#3605)
59
60 OpenLDAP 2.2.24 Release
61         Fixed slapd "chldren:" typo (ITS#3560)
62         Fixed slapd syncrepl consumer unclean shutdown (ITS#3546)
63         Fixed slapd syncrepl provider sessionlog (ITS#3571)
64         Fixed slapd subentry control parse bug (ITS#3563)
65         Fixed slapd connection_abandon processing (ITS#3534, 3546, 3571)
66         Fixed slapd callback cleanup processing (ITS#3596)
67         Fixed slapd default password hash to use SSHA (ITS#3557)
68         Fixed back-bdb referral fault (ITS#3602)
69         Fixed slap tool log initialization (ITS#3579)
70         Fixed slapi modify/increment support (ITS#3522)
71         Fixed slapi plugins called multiple times with glue (ITS#3529)
72         Fixed slapi 64-bit portability (ITS#3556)
73         Fixed back-bdb IDL cache crash (ITS#3527)
74         Fixed back-bdb initialization message (ITS#3533)
75         Fixed back-hdb dn2id crash (ITS#3559)
76         Fixed back-ldap search with stale connection (ITS#3537)
77         Fixed libldap fdset re-init for restart (ITS#3524)
78         Fixed libldap ldap_extended_operation_s (ITS#3552)
79         Added libldap fast synchronous search result processing
80         Build Environment
81                 Updated BDB version check (ITS#3581)
82                 Updated memcmp replacement
83                 Updated -lV3 configure check
84         Documentation
85                 Add slapd-hdb(5)
86                 Updated slapd(8) (ITS#3591)
87                 Updated README
88
89 OpenLDAP 2.2.23 Release
90         Updated slapd extensibleMatch empty DN bug fix (ITS#3506)
91
92 OpenLDAP 2.2.22 Release
93         Fixed slapd extensibleMatch empty DN bug (ITS#3506)
94
95 OpenLDAP 2.2.21 Release
96         Fixed slapd group limits
97         Fixed slapd/slurpd replog locking (ITS#3421)
98         Fixed slapd gratuitous thread yields (ITS#3471)
99         Fixed slaptest failure if databases cannot be started (ITS#3461)
100         Fixed slaptest with dynamically loaded password mechs (ITS#3495)
101         Fixed back-bdb entry e_ocflags reset on objectClass modify
102         Fixed back-bdb retcode on referral (ITS#3475)
103         Fixed back-bdb detecting deadlock in indexer (ITS#3481)
104         Fixed back-bdb cache deadlock (ITS#3494)
105         Fixed back-ldap/meta objectClass mapping in updates (ITS#3499)
106         Fixed back-meta DN-valued attribute delete (ITS#3498)
107         Fixed back-sql access checking on search (ITS#3488)
108         Fixed libldap timeout option cleanup (ITS#3487)
109         Build Environment
110                 Misc fixes for dynamic modules (ITS#3401, #3428)
111         Documentation
112                 Fixed slappasswd man page quotes (ITS#3468)
113                 Updated slapd-bdb(5) checkpoint description (ITS#3493)
114                 Updated slapd.conf(5) syncrepl info (ITS#3293, #3476, #3478)
115                 Updated slapd-bdb, slapd-ldbm(5) index notes (ITS#3330)
116
117 OpenLDAP 2.2.20 Release
118         Fixed slapd sanity check on protocol in authz-regexp URI (ITS#3411)
119         Fixed slapd ID to DN mapping when values need DN escaping (ITS#3419)
120         Fixed slapd sl_realloc memory overrun (ITS#3420, #3404, #3296)
121         Fixed slapd syncrepl bugs (ITS#3423, #3425, #3443, #3448)
122         Fixed slapd bad tag handling
123         Fixed slapd error return for modrdn invalid access (ITS#3450)
124         Fixed back-bdb locks in backend_group (ITS#3263, #3365)
125         Fixed back-bdb/back-hdb listing of permissive control (ITS#3453)
126         Fixed back-ldap failed connection retry (ITS#3217)
127         Fixed back-ldap/back-meta memory handling in attr mapping
128         Fixed back-meta modrdn newSuperior target selection
129         Fixed back-sql segfault when logging and delete_rule is NULL (ITS#3407)
130         Build Environment
131                 Fixed slurpd build on Windows
132
133 OpenLDAP 2.2.19 Release
134         Fixed slapd check for mandatory filter in authz-regexp URI (ITS#3396)
135         Fixed slapd bad descriptor check (ITS#3400)
136         Fixed slapd ACI when the subject contains '#' (ITS#3303)
137         Fixed slapd syncrepl consumer memory corruption (ITS#3403)
138         Fixed back-ldap malformed URI check for multiple URIs (ITS#3399)
139         Fixed back-ldap/back-meta static definition of be_open() (ITS#3387)
140         Fixed back-bdb cache bugs (ITS#3356, #3358), ctxcsn memory leak
141         Build Environment
142                 Fixed lber.h dup portability bug
143                 Updated BDB mismatch messages (ITS#3375)
144                 Added BDB 4.3 detection
145
146 OpenLDAP 2.2.18 Release
147         Fixed libldap schema keyword sensitivity (ITS#3334)
148         Fixed libldap DN filter sensitivity (ITS#3334)
149         Fixed libldap intermediate response tags (ITS#3381)
150         Fixed slapd matching rule name sensitivity (ITS#3334)
151         Fixed slapd multiple value delete (ITS#3346)
152         Fixed slapd referral memory leak
153         Fixed slapd mods2entry memory leak
154         Fixed slapd psearch consistency bug
155         Updated back-sql
156         Documentation
157                 Updated release documents
158
159 OpenLDAP 2.2.17 Release
160         Fixed slapd syncrepl memory leak bugs
161         Documentation
162                 Updated ldif(5)
163
164 OpenLDAP 2.2.16 Release
165         Fixed libldap getaddrinfo hints portability bug (ITS#3279)
166         Fixed libldap find_connection bug (ITS#3280)
167         Fixed libldap SASL host connected to bug (ITS#3298)
168         Fixed libldap SASL proper sockbuf bug
169         Fixed libldap results lc bug (ITS#3250)
170         Fixed ldapsearch paged results size 0 bug 
171         Fixed slapd syncrepl SSF propagation bug (ITS#3131)
172         Fixed slapd ACL sets bug (ITS#3140)
173         Fixed slapd bind referral bug (ITS#3264)
174         Fixed slapd syncrepl misc bugs (ITS#3259,3297)
175         Fixed slapd overlays CSN CTX bug (ITS#3288)
176         Fixed slapd sun_path portability bug
177         Fixed slapd permissive modify bug
178         Fixed slapd hang bug (ITS#3309)
179         Fixed slapcommon shutdown bug (ITS#3326)
180         Fixed back-bdb CSN CTX bug (ITS#3301)
181         Fixed back-bdb id2entry bug
182         Fixed back-bdb syncrepl psearch delete bug (ITS#3309)
183         Fixed back-ldap/meta known controls bugs (ITS#3291)
184         Fixed back-monitor syncrepl bug (ITS#3265)
185         Fixed slurpd replog error message bug (ITS#3275)
186         Added slapd syncrepl exattrs (ITS#3289)
187         Updated slapd SLAPI
188         Updated LDAP C++ library
189         Documentation
190                 Updated provided RFCs and I-Ds
191                 Updated ldap_url(3) (ITS#3310)
192
193 OpenLDAP 2.2.15 Release
194         Fixed back-bdb DB_DEADLOCK memory leak bug (ITS#3213)
195         Fixed back-bdb dbcache locking bug (ITS#3201)
196         Fixed back-bdb ctxcsn locking bug
197         Fixed back-bdb modify index corruption (ITS#3226)
198         Fixed back-bdb leaking locks in tools (ITS#3245)
199         Fixed back-bdb leaking locks in overlays (ITS#3255)
200         Fixed back-hdb dn2id bug with unsigned chars
201         Fixed back-ldap shared connections failover (ITS#3217)
202         Fixed back-ldap validate/pretty values (ITS#3218)
203         Fixed back-monitor/backglue clash in tool mode (ITS#3254)
204         Fixed slapi slapi_int_compute_output_ber attrs bug
205         Fixed slapd uniqueMember/nameUID bugs (ITS#3210)
206         Fixed slapd uniqueMemberMatch empty DN portion bug (ITS#3247)
207         Fixed slapd oidValidate 0 bug (ITS#3211)
208         Fixed slapd operational attribute log message bug (ITS#3205)
209         Fixed slapd pagedResults invalid cookie bug (ITS#3089)
210         Fixed slapd group ACL locking bug (ITS#3173)
211         Fixed slapd ACI caching bug (caching disabled, ITS#3215)
212         Fixed slapd abandon/cancel pending bug
213         Fixed slapd attribute description syntax bug
214         Fixed slapadd dryrun mode (ITS#3244)
215         Fixed libldap SASL re-encode bug
216         Fixed libldap sasl_encode 64-bit bug (ITS#3054,3212)
217         Fixed libldap matchedValues parsing bug (ITS#3208,3216)
218         Fixed libldap DN '=' handling
219         Fixed libldap_r runqueue bug
220         Fixed librewrite empty rewriteContext leak (ITS#3256)
221         Fixed ldapmodify controls input bug (ITS#3257)
222         Updated libldap_r read/writer locks
223         Build environments
224                 Added additional res_query detection for MacOS X
225                 Added default ldapi:// SSF build setting
226                 Fixed OPENLDAP_FD_SETSIZE macro handlling
227                 Fixed slapd linking on MS Windows
228                 Fixed backend module linking
229         Documentation
230                 Misc. man page cleanup
231
232 OpenLDAP 2.2.14 Release
233         Fixed back-bdb ignore deadlock bug (ITS#3188)
234         Fixed back-bdb pagedResults no end cookie bug (ITS#3161)
235         Fixed back-bdb pagedResults clear controls bug (ITS#3182)
236         Fixed back-bdb pagedResults ignore control bug
237         Fixed back-hdb empty suffix bugs (ITS#3063,3186)
238         Fixed back-meta freeit bug (ITS#3190)
239         Fixed slapi prototypes bug (ITS#3166)
240         Fixed slapi internal search limit bugs (ITS#3183)
241         Added slapd -l USER/DAEMON options (ITS#3187)
242         Build environments
243                 Fixed back-sql trace builds
244         Documentation
245                 Fixed slapd.access(5) dn.regex $$ bug
246
247 OpenLDAP 2.2.13 Release
248         Fixed pcache CSN pending segfault (ITS#3180)
249         Added libldap cert check extension (ITS#3134)
250
251 OpenLDAP 2.2.12 Release
252         Fixed slapd empty DN uniqueMember normalization
253         Fixed slapd empty DN in proxyAuthx control
254         Fixed slapd parsing of auth{cz} "dn:<pat>" rules
255         Fixed slapd first component bug (ITS#3118)
256         Fixed slapd TOLOWER macro use bug (ITS#3115)
257         Fixed slapd TLS context clash bug (ITS#3109)
258         Fixed slapd ACL set recursion (ITS#3140)
259         Fixed slapd entry2mods normalization bug (ITS#3144,3152)
260         Fixed slapd extended match memory leak (ITS#3146)
261         Fixed slapd syncrepl persist interval issue (ITS#3064)
262         Fixed slapd abandon/cancel pending bug (ITS#3160)
263         Fixed slapd sl_malloc memory leak (ITS#3155)
264         Fixed back-ldap normalization bug 
265         Fixed pcache cache_entries init bug (ITS#3150)
266         Fixed pcache consistency_check bug (ITS#3151)
267         Fixed pcache erroneous reply (ITS#3153)
268         Fixed pcache remove_query_data bug (ITS#3170)
269         Fixed libldap SASL mutex init bug (ITS#3123)
270         Fixed libldap SASL buffering bug (ITS#3139)
271         Fixed liblutil passwd seed len bug (ITS#3169)
272         Build Environment
273                 Fixed liblber memory debug portability bug (ITS#3116)
274                 Fixed back-perl perl portability bug (ITS#2554,2946)
275
276 OpenLDAP 2.2.11 Release
277         Fixed slapd undefined objectclass bug (ITS#3097)
278         Fixed slapd acl dn="" bug
279         Updated slapd limits handling
280         Build Environment
281                 Fixed MacOSX sl_free interop bug (ITS#3092)
282                 Fixed libtool -static bug
283                 Added Berkeley DB mismatch check
284
285 OpenLDAP 2.2.10 Release
286         Build Environment
287                 Fix configure bug (ITS#3094)
288
289 OpenLDAP 2.2.9 Release
290         Fixed slapd syncrepl replication bugs (ITS#3055,3056,3069)
291         Fixed slapd slurpd update bugs
292         Fixed slapd inappropriate bind error disclosure bugs
293         Fixed slapd sun_path portability bug
294         Fixed slapd passwd referral memory leak
295         Fixed slapd sasl userdb checkpass bug (ITS#3048)
296         Fixed slapd duplicate value detection (ITS#3066)
297         Fixed slapd permissive modify control (ITS#3068)
298         Fixed slapd updateref handling
299         Fixed slapd saslauthz subtree scope bug (ITS#3077)
300         Fixed back-bdb paged results bug (ITS#3076)
301         Fixed back-bdb "" suffix bug (ITS#3063)
302         Fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062)
303         Fixed back-meta compare return code (ITS#3042)
304         Fixed back-ldbm IDL delete bug (ITS#3046)
305         Fixed back-ldbm modrdn indexing bug (ITS#3059)
306         Fixed libldap parse_oid core dump bug (ITS#3065)
307         Fixed ldapmodify missing error information bug (ITS#3057)
308         Fixed ldapsearch paged results error handling
309         Updated slapd limits handling
310         Updated slapd overlay framework
311         Added slapd Delivery Method syntax validation (ITS#3052)
312         Added libldap ditContentRule oidMacro support (ITS#2920)
313         Removed lint
314         Build Environment
315                 Fixed slapd dynamic backend build (ITS#3044)
316                 Fixed slaptools DESTDIR handling (ITS#3070)
317                 Removed deprecated configure options
318                 Updated configure backend/overlay options
319                   Requires changes in module configuration practices
320
321 OpenLDAP 2.2.8 Release
322         Fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
323         Fixed slapd sasl-regexp multiple entry bug (ITS#3033)
324         Fixed slapd bind method portability bug (ITS#3038)
325         Fixed libldap try_read1msg bug (ITS#2982)
326         Added slapd numericStringOrderingMatch rule support (ITS#2988)
327         Added slurpd replication interval config option (ITS#2768)
328         Build Environment
329                 Fixed shared library soname issues (ITS#3035)
330                   May requires changes in link practices of dependent apps
331
332 OpenLDAP 2.2.7 Release
333         Fixed slapd IDL avl_delete failure bug (ITS#3004)
334         Fixed slapd erroneous illegal filter handling (ITS#2977)
335         Fixed slapd syncrepl bugs (multiple)
336         Fixed slapd value regex ACL bug (ITS#3008)
337         Fixed slapd SASL dnauthz bug (ITS#2961)
338         Fixed slapcat tools bug (ITS#2974)
339         Fixed back-monitor crash when used with overlays (ITS#3023)
340         Fixed back-ldap massaged base free (ITS#2999)
341         Fixed back-meta memory leak issues (ITS#2986)
342         Fixed back-glue search abandon handling (ITS#2999)
343         Fixed back-sql undefined attribute name request bug (ITS#3005)
344         Fixed back-sql oracle-related issues (ITS#2641)
345         Fixed back-bdb empty suffix/contextCSN bug (ITS#2970)
346         Fixed libldap/slapd '=' escape in DN (ITS#3009)
347         Fixed back-sql attribute subtype in search request
348         Updated ldapsearch paged results handling
349         Added total operation count in back-monitor (ITS#2983)
350         Added slapd ACL peername/expand styles (ITS#2907, ITS#3010)
351         Added slapd ACL set logging (ITS#2949)
352         Build Environment
353                 Fixed overlay module build issue (ITS#2978)
354                 Fixed libldap T_SRV portability bug (ITS#2990)
355                 Fixed AIX portability issues (ITS#2997,2998)
356                 Fixed shared library soname versioning (ITS#3016)
357                   Requires changes in link practices of dependent apps
358                 Updated MS win32 port (ITS#2992)
359         Documentation
360                 Fixed ldapmodrdn(1) manpage (ITS#3003)
361                 Updated release documents
362
363 OpenLDAP 2.2.6 Release
364         Fixed slapd SASL callback handling (ITS#2926)
365         Fixed slapd backglue sizelimit bug (ITS#2888)
366         Fixed slapd numericStringMatch bug (ITS#2938)
367         Fixed libldap maxbuf handling (ITS#2944,2956)
368         Fixed libldap_r abandon msgid mutex bug 
369         Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
370         Fixed slapd pcache DB init bug (ITS#2960)
371         Updated libldap reference handling (ITS#2984)
372         Updated slapd syncrepl support (multiple)
373         Updated slapd connection deferred logging (ITS#2959)
374         Updated slapd filter logging
375         Updated back-ldap
376         Updated back-bdb to use Btree indices instead of Hashes
377                 Requires recreation of indices of existing databases
378         Added slapd limit groups (ITS#2967)
379         Build Environment
380                 Fixed test021 portable echo bug (ITS#2933, ITS#2879)
381                 Fixed EBCDIC conversion bugs (ITS#2962)
382         Documentation
383                 Misc. man page updates
384         Contributed Software
385                 Added slapd passwd modules
386                 Updated libcldap++
387
388 OpenLDAP 2.2.5 Release
389         Fixed slapd filter bug (ITS#2901)
390         Fixed slapd/syncrepl shutdown bug (ITS#2910)
391         Fixed back-glue sizeExceeded bug (ITS#2888)
392         Fixed back-bdb syncrepl psearch add bug
393         Fixed back-bdb/tools duplicate entry detection (ITS#2905)
394         Fixed back-ldap suffix massage when --enable-rewrite=no (ITS#2923)
395         Updated slapi to honor access denied return value from ACL plugins
396         Fixed slapcat backglue subsequent subordinates bug (ITS#2924)
397         Updated slappasswd error reporting (ITS#2906)
398         Fixed CYGWIN/MINGW threading bug (ITS#2921)
399         Fixed CYGWIN/MINGW ldapsearch glob problem (ITS#2922)
400         Build environment
401                 Fixed slapd passwd portable C bug (ITS#2900)
402                 Fixed librewrite portable C bug (ITS#2908)
403                 Fixed libldap/dnssrv.c building on MacOS X
404                 Fixed CYGWIN/MINGW configure issues (ITS#2918)
405                 Fixed z/OS configure issues
406         Documentation
407                 Updated ldapsearch(1) -t description (ITS#2925)
408
409
410 OpenLDAP 2.2.4 Release
411         Initial release for "general use".
412