]> git.sur5r.net Git - openldap/blob - CHANGES
36197c5fc96ec9feb510d249f29ac5d97b7aa141
[openldap] / CHANGES
1 OpenLDAP 2.4 Change Log
2
3 OpenLDAP 2.4.13 Engineering
4         Fixed liblutil hex conversion (ITS#5699)
5         Added slapd support for certificateListExactMatch from RFC4523 (ITS#5700)
6         Fixed slapd-bdb/hdb invalid db crash (ITS#5698)
7         Added slapo-constraint parameter to allow LDAP URI constraints (ITS#5704)
8         Added slapo-constraint support for constraining rename (ITS#5703)
9         Added slapo-constraint "set" type (ITS#5702)
10         Added slapo-translucent try local bind when remote fails (ITS#5656)
11
12 OpenLDAP 2.4.12 Release (2008/10/12)
13         Fixed libldap ldap_utf8_strchar arguments (ITS#5720)
14         Fixed libldap TLS_CRLFILE (ITS#5677)
15         Fixed liblutil executables on Windows (ITS#5604)
16         Fixed liblutil microsecond overflows on Windows (ITS#5668)
17         Fixed librewrite memory handling (ITS#5691)
18         Fixed slapd aci performance (ITS#5636)
19         Fixed slapd aci's with sets (ITS#5627)
20         Fixed slapd attribute leak (ITS#5683)
21         Fixed slapd config backend with index greater than sibs (ITS#5684)
22         Fixed slapd custom attribute inheritance (ITS#5642)
23         Fixed slapd dynacl mask handling (ITS#5637)
24         Fixed slapd firstComponentMatch normalization (ITS#5634)
25         Added slapd caseIgnoreListMatch (ITS#5608)
26         Fixed slapd connection events enabled twice (ITS#5725)
27         Fixed slapd memory handling (ITS#5691)
28         Fixed slapd objectClass canonicalization (ITS#5681)
29         Fixed slapd objectClass termination (ITS#5682)
30         Fixed slapd overlay control registration (ITS#5649)
31         Fixed slapd runqueue checking (ITS#5726)
32         Fixed slapd spurious text output (ITS#5688)
33         Fixed slapd socket closing on Windows (ITS#5606)
34         Fixed slapd sortvals comparison (ITS#5578)
35         Added slapd substitute syntax support (ITS#5663)
36         Fixed slapd syncrepl contextCSN detection (ITS#5675)
37         Fixed slapd syncrepl error logging (ITS#5618)
38         Fixed slapd syncrepl runqueue interval (ITS#5719)
39         Fixed slapd-bdb entry return if attr not present (ITS#5650)
40         Fixed slapd-bdb olcDbMode syntax (ITS#5713)
41         Fixed slapd-bdb/hdb release search entries earlier (ITS#5728,ITS#5730)
42         Fixed slapd-bdb/hdb subtree search with empty suffix (ITS#5729)
43         Fixed slapd-dnssrv memory handling (ITS#5691)
44         Fixed slapd-ldap,slapd-meta invalid filter behavior (ITS#5614)
45         Fixed slapd-meta memory handling (ITS#5691)
46         Fixed slapd-meta objectClass filtering (ITS#5647)
47         Fixed slapd-meta quarantine behavior (ITS#5592)
48         Added slapd-ndb experimental backend
49         Fixed slapd-relay initialization (ITS#5643)
50         Fixed slapd-sql freeing of connection (ITS#5607)
51         Fixed slapd-sql fault on NULL fields (ITS#5653)
52         Fixed slapo-accesslog entryCSN generation on purge (ITS#5694)
53         Fixed slapo-constraint string termination (ITS#5609)
54         Fixed slapo-dynlist expansion with mapped attributes (ITS#5717)
55         Fixed slapo-memberof internal operations DN (ITS#5622)
56         Fixed slapo-pcache attrset crash (ITS#5665)
57         Fixed slapo-pcache caching with invalid schema (ITS#5680)
58         Fixed slapo-ppolicy control return on password modify exop (ITS#5711)
59         Fixed slapo-rwm callback cleanup (ITS#5601,ITS#5687)
60         Fixed slapo-rwm attr mapping and merging (ITS#5624)
61         Fixed slapo-rwm objectClass filtering (ITS#5647)
62         Fixed slapo-translucent back-config support (ITS#5689)
63         Fixed slapo-translucent filter usage on merged entries (ITS#5679)
64         Fixed slapo-unique filter validation (ITS#5581)
65         Fixed slapo-unique suffix testing (ITS#5641)
66         Build Environment
67                 Fixed ODBC library detection (ITS#5602)
68                 Removed pre-BerkeleyDB 4.4 support
69                 Added BerkeleyDB 4.7 support (ITS#5523)
70                 Included patch for BerkeleyDB 4.7.25 (build/db.4.7.25.patch)
71                 Added slapo-collect overlay with enhancements(ITS#5659)
72         Documentation
73                 Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
74                 Fixed slapd-ldap(5), slapd-meta(5), slapo-pcache(5) schema requirements (ITS#5680)
75                 Added slapo-collect(5) man page (ITS#5706)
76                 Added slapo-pcache(5) proxycheckcacheability option (ITS#5680)
77                 Added slapo-retcode(5) retcode.conf location (ITS#5633)
78                 admin24 dontusecopy control update (ITS#5718)
79                 admin24 guide updates (ITS#5616)
80                 admin24 octetString fix (ITS#5670)
81
82 OpenLDAP 2.4.11 Release (2008/07/16)
83         Fixed liblber ber_get_next length decoding (ITS#5580)
84         Added libldap assertion control (ITS#5560)
85         Fixed libldap GnuTLS CRL result handling (ITS#5577)
86         Fixed libldap GnuTLS SSF computation (ITS#5585)
87         Fixed liblutil missing return code (ITS#5615)
88         Fixed slapd cert serial number parsing (ITS#5588)
89         Fixed slapd check for structural_class failures (ITS#5540)
90         Fixed slapd config backend renumbering (ITS#5571)
91         Fixed slapd configContext OID (ITS#5383)
92         Fixed slapd crash with no listeners (ITS#5563)
93         Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
94         Fixed slapd sets memory leak (ITS#5557)
95         Fixed slapd sortvals binary search (ITS#5578)
96         Fixed slapd syncrepl updates with multiple masters (ITS#5597)
97         Fixed slapd syncrepl superior objectClass delete/add (ITS#5600)
98         Fixed slapd syncrepl/slapo-syncprov contextCSN updates as internal ops (ITS#5596)
99         Added slapd-ldap/slapd-meta option to filter out search references (ITS#5593)
100         Fixed slapd-meta link to slapd-ldap (ITS#5355)
101         Fixed slapd-sock, back-shell buffer count (ITS#5558)
102         Fixed slapo-dynlist dg attrs lookup (ITS#5583)
103         Fixed slapo-dynlist entry release (ITS#5135)
104         Fixed slapo-memberof replace handling (ITS#5584)
105         Added slapo-nssov contrib module
106         Fixed slapo-pcache handling of negative search caches (ITS#5546)
107         Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
108         Fixed slapo-ppolicy modify with internal ops (ITS#5569)
109         Fixed slapo-syncprov ACL evaluation (ITS#5548)
110         Fixed slapo-syncprov crash with delcsn (ITS#5589)
111         Fixed slapo-syncprov full reload (ITS#5564)
112         Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591)
113         Fixed slapo-unique filter normalization (ITS#5581)
114         Fixed contrib smbk5pwd terminator (ITS#5575)
115         Build Environment
116                 Fixed test048 to skip if threads is not available (ITS#5529)
117         Documentation
118                 Added slapo-pcache(5) sizelimit caching (ITS#5559)
119                 Added slapd-access(5) add and delete privs (ITS#5566)
120                 admin24 GnuTLS documentation (ITS#5554)
121
122 OpenLDAP 2.4.10 Release (2008/06/08)
123         Fixed libldap file descriptor leak with SELinux (ITS#5507)
124         Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525)
125         Fixed libldap msgid handling (ITS#5318)
126         Fixed libldap t61 infinite loop (ITS#5542)
127         Fixed libldap_r missing stubs (ITS#5519)
128         Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
129         Fixed slapd missing termination of integerFilter keys (ITS#5503)
130         Fixed slapd multiple attrs in URI (ITS#5516)
131         Fixed slapd sasl_ssf retrieval (ITS#5403)
132         Fixed slapd socket assert (ITS#5489)
133         Fixed slapd syncrepl cookie (ITS#5536)
134         Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
135         Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
136         Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
137         Fixed slapd-meta quarantine crasher (ITS#5522)
138         Fixed slapo-refint to allow setting modifiers name (ITS#5505)
139         Fixed slapo-syncprov contextCSN passing on syncprov consumers (ITS#5488)
140         Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
141         Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
142         Fixed slapo-syncprov searching wrong backend (ITS#5487)
143         Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
144         Fixed slapo-syncprov max csn search on startup (ITS#5537)
145         Fixed slapo-unique config structs (ITS#5526)
146         Fixed slapo-unique filter terminator (ITS#5511)
147         Documentation
148                 Add search privileges documentation (ITS#5512)
149                 admin24 security document updates (ITS#5524)
150
151 OpenLDAP 2.4.9 Release (2008/05/07)
152         Fixed libldap to use unsigned port (ITS#5436)
153         Fixed libldap error message for missing close paren (ITS#5458)
154         Fixed libldap_r tpool pause checks (ITS#5364, #5407)
155         Fixed slapcat error checking (ITS#5387)
156         Fixed slapd abstract objectClass inheritance check (ITS#5474)
157         Fixed slapd add operations requiring naming attrs (ITS#5412)
158         Fixed slapd connection handling (ITS#5469)
159         Fixed slapd delta-syncrepl resync (ITS#5378)
160         Fixed slapd frontendDB backend selection (ITS#5419)
161         Fixed slapd pagedresults stale state (ITS#5409)
162         Fixed slapd pointer dereference (ITS#5388)
163         Fixed slapd null argument dereference (ITS#5435)
164         Fixed slapd REP_ENTRY flags (ITS#5340)
165         Fixed slapd sets attribute description parsing (ITS#5402)
166         Fixed slapd syncrepl hang on back-config (ITS#5407)
167         Fixed slapd syncrepl compare_csns crash (ITS#5413)
168         Fixed slapd syncrepl contextCSN update clash (ITS#5426)
169         Fixed slapd syncrepl/glue failure (ITS#5430)
170         Fixed slapd syncrepl crash on empty CSN (ITS#5432)
171         Fixed slapd syncrepl refreshAndPersist (ITS#5454)
172         Fixed slapd syncrepl modrdn processing (ITS#5397)
173         Fixed slapd syncrepl MMR partial refresh (ITS#5470)
174         Fixed slapd value list termination (ITS#5450)
175         Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
176         Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
177         Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
178         Fixed slapd-bdb referral rewrite (ITS#5339)
179         Fixed slapd-config overlay stacking (ITS#5346)
180         Fixed slapd-config attribute publishing (ITS#5383)
181         Fixed slapd-ldap connection handler (ITS#5404)
182         Fixed slapd-ldif file name handling & multi-suffix/dir catch (ITS#5408)
183         Fixed slapd-meta connections on error (ITS#5440)
184         Fixed slapd-meta crash on search (ITS#5481)
185         Fixed slapo-accesslog null callback stack crash (ITS#5490)
186         Fixed slapo-auditlog unnecessary syscall (ITS#5441)
187         Added slapo-dynlist mapping to dynamic attrs generation (ITS#5466)
188         Fixed slapo-refint dnSubtreeMatch (ITS#5427)
189         Fixed slapo-refint global referential integrity (ITS#5428)
190         Fixed slapo-syncprov psearch on closed connection (ITS#5401)
191         Fixed slapo-syncprov psearch task delay (ITS#5405)
192         Fixed slapo-syncprov psearch filter identity (ITS#5418, #5486)
193         Fixed slapo-syncprov/glue contextCSN update (ITS#5433)
194         Fixed slapo-syncprov/glue search ops (ITS#5434)
195         Fixed slapo-syncprov null cookie (ITS#5437,#5444)
196         Fixed slapo-syncprov double-free (ITS#5445)
197         Fixed slapo-syncprov free syncop correctly (ITS#5484)
198         Fixed slapo-syncprov glue deadlock (ITS#5451)
199         Build Environment
200                 Fixed leave function naming for OSF1 (ITS#5411)
201         Documentation
202                 Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400)
203                 Fixed slapd.meta(5) idassert-* documentation (ITS#5406)
204                 admin24 delta-syncrepl documentation (ITS#5476)
205                 admin24 set documentation (ITS#5278,ITS#5279,ITS#5281)
206                 admin24 slapo-ppolicy documentation (ITS#5479)
207                 admin24 syncrepl directives update (ITS#5425)
208
209 OpenLDAP 2.4.8 Release (2008/02/19)
210         Fixed ldapmodify verbose logging (ITS#5247)
211         Fixed ldapdelete with sizelimit (ITS#5294)
212         Fixed ldapdelete with subentries control (ITS#5293)
213         Fixed ldapsearch exit code init (ITS#5317)
214         Fixed libldap extended decoding (ITS#5304)
215         Fixed libldap filter abort (ITS#5300)
216         Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
217         Fixed libldap result codes for open (ITS#5338)
218         Fixed libldap search timeout crash (ITS#5291)
219         Fixed libldap paged results crash (ITS#5315)
220         Fixed libldap cipher suite with GnuTLS (ITS#5341)
221         Fixed slapd support for 2.1 CSN (ITS#5348)
222         Fixed slapd include handling (ITS#5276)
223         Fixed slapd modrdn check for valid new DN (ITS#5344)
224         Fixed slapd multi-step SASL binds (ITS#5298)
225         Fixed slapd non-atomic signal variables (ITS#5248)
226         Fixed slapd overlay ordering when moving to slapd.d (ITS#5284)
227         Fixed slapd NULL printf (ITS#5264)      
228         Fixed slapd NULL set values (ITS#5286)
229         Fixed slapd segv with SASL/OTP (ITS#5259)
230         Fixed slapd timestamp race condition (ITS#5370)
231         Fixed slapd cn=config crash on delete (ITS#5343)
232         Fixed slapd cn=config global acls (ITS#5352)
233         Fixed slapd truncated cookie (ITS#5362)
234         Fixed slapd sasl with CLEARTEXT (ITS#5368)
235         Fixed slapd str2entry with no attrs (ITS#5308)
236         Fixed slapd TLSVerifyClient default (ITS#5360)
237         Fixed slapd HAVE_TLS dependency (ITS#5379)
238         Fixed slapd delta-syncrepl refresh mode (ITS#5376)
239         Fixed slapd ACL sets URI attrs (ITS#5384)
240         Fixed slapd invalid entryUUID filter (ITS#5386)
241         Fixed slapd-bdb idlcache on adds (ITS#5086)
242         Fixed slapd-bdb crash with modrdn (ITS#5358)
243         Fixed slapd-bdb segv with bdb4.6 (ITS#5322)
244         Fixed slapd-bdb modrdn to same dn (ITS#5319)
245         Fixed slapd-bdb MMR (ITS#5332)
246         Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
247         Fixed slapd-ldif delete (ITS#5265)
248         Fixed slapd-meta link to slapd-ldap (ITS#5355)
249         Fixed slapd-meta setting of sm_nvalues (ITS#5375)
250         Fixed slapd-monitor crash (ITS#5311)
251         Fixed slapd-relay compare (ITS#4937)
252         Added slapd-sock (ITS#4094)
253         Fixed slapo-accesslog cleanup on successful response (ITS#5374)
254         Added slapo-autogroup contrib module (ITS#5145)
255         Added slapo-constraint cross-attribute constraints (ITS#4987)
256         Fixed slapo-memberof objectClass inheritance (ITS#5299)
257         Added slapo-memberof global overlay support (ITS#5301)
258         Fixed slapo-memberof leak (ITS#5302)
259         Fixed slapo-ppolicy only password check with policy (ITS#5285)
260         Fixed slapo-ppolicy del/replace password without new one (ITS#5373)
261         Fixed slapo-syncprov hang on checkpoint (ITS#5261)
262         Added slapo-translucent local searching (ITS#5283)
263         Removed lint
264         Build Environment
265                 Fixed libldap_r threaded library linking (ITS#4982)
266                 Fixed libldap use of %n (ITS#5324)
267                 Fixed test047 to skip if rwm is not available (ITS#5292)
268         Documentation
269                 DB_CONFIG.example URL wrong in comments (ITS#5288)
270                 Add cn=config example for auditlog (ITS#5245)
271                 ldapmodify(1) clarification for RFC2849 (ITS#5312)
272
273 OpenLDAP 2.4.7 Release (2007/12/14)
274         Added slapd ordered indexing of integer attributes (ITS#5239)
275         Fixed slapd paged results control handling (ITS#5191)
276         Fixed slapd sasl-host parsing (ITS#5209)
277         Fixed slapd filter normalization (ITS#5212)
278         Fixed slapd multiple suffix checking (ITS#5186)
279         Fixed slapd paged results handling when using rootdn (ITS#5230)
280         Fixed slapd syncrepl presentlist handling (ITS#5231)
281         Fixed slapd core schema 'c' definition for RFC4519 (ITS#5236)
282         Fixed slapd 3-way Multi-Master Replication (ITS#5238)
283         Fixed slapd hash collisions in index slots (ITS#5183)
284         Fixed slapd replication of dSAOperation attributes (ITS#5268)
285         Fixed slapadd contextCSN updating (ITS#5225)
286         Fixed slapd-bdb/hdb to report and fail on internal errors (ITS#5232)
287         Fixed slapd-bdb/hdb dn2entry lock bug (ITS#5257)
288         Fixed slapd-bdb/hdb dn2id lock bug (ITS#5262)
289         Fixed slapd-hdb caching on rename ops (ITS#5221)
290         Fixed slapo-accesslog abandoned op cleanup (ITS#5161)
291         Fixed slapo-dds deleting from nonexistent db (ITS#5267)
292         Fixed slapo-memberOf deleted values saving (ITS#5258)
293         Fixed slapo-pcache op->o_abandon handling (ITS#5187)
294         Fixed slapo-ppolicy single password check on modify (ITS#5146)
295         Fixed slapo-ppolicy internal search (ITS#5235)
296         Fixed slapo-syncprov refresh and persist cookie sending (ITS#5210)
297         Fixed slapo-syncprov ignore invalid cookies (ITS#5211)
298         Fixed slapo-translucent interaction with slapo-rwm (ITS#4889)
299         Updated contrib addpartial module (ITS#3593)
300         Build Environment
301                 Fixed liblber socket library linking (ITS#5224)
302                 Fixed Windows slapd.def rules (ITS#5215)
303         Documentation
304                 Fixed grammar errors (ITS#5223)
305                 Refint overlay doc contribution (ITS#5217)
306                 Dynamic Lists doc contribution to the admin guide (ITS#5216)
307                 Fixed ldappasswd(1) and ldapmodify(1) typos (ITS#5269)
308                 Fixed domain factor typos (ITS#5237)
309                 Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
310                 Clarified slapd.conf(5) limits issues in syncrepl (ITS#5243)
311                 Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
312                 Patches for minor typos in man pages (ITS#5228)
313                 admin24/replication.sdf spelling (ITS#5270)
314
315
316 OpenLDAP 2.4.6 Release (2007/10/31)
317         Initial release for "general use".