]> git.sur5r.net Git - openldap/blob - CHANGES
ITS#6215
[openldap] / CHANGES
1 OpenLDAP 2.4 Change Log
2
3 OpenLDAP 2.4.18 Engineering
4         Fixed liblber speed and other problems (ITS#6215)
5         Fixed libldap tls_check_hostname for OpenSSL and MozNSS (ITS#6239)
6         Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
7         Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
8         Fixed slapd subordinate needs a suffix (ITS#6216)
9         Fixed slapd tools to properly close database (ITS#6214)
10         Fixed slapd-ndb startup (ITS#6203)
11         Fixed slapo-unique filter matching (ITS#6077)
12         Fixed tools resource leaks (ITS#6145)
13         Fixed contrib/autogroup with RE24 (ITS#6227)
14         Build Environment
15                 Fixed test056-monitor with custom ports (ITS#6213)
16
17 OpenLDAP 2.4.17 Release (2009/07/13)
18         Fixed liblber to use ber_strnlen (ITS#6080)
19         Fixed libldap GnuTLS private key init (ITS#6053)
20         Fixed libldap openssl digest initialization (ITS#6192)
21         Fixed libldap tls NULL error messages (ITS#6079)
22         Fixed liblutil opendir/closedir on windows (ITS#6041)
23         Fixed liblutil for _GNU_SOURCE (ITS#5464,ITS#5666)
24         Added slapd sasl auxprop support (ITS#6147)
25         Added slapd schema checking tool (ITS#6150)
26         Added slapd writetimeout keyword (ITS#5836)
27         Fixed slapd abandon/cancel handling for some ops (ITS#6157)
28         Fixed slapd access setstyle to expand (ITS#6179)
29         Fixed slapd assert with closing connections (ITS#6111)
30         Fixed slapd bind race condition (ITS#6189)
31         Fixed slapd cancel behavior (ITS#6137)
32         Fixed slapd cert validation (ITS#6098)
33         Fixed slapd connection_destroy assert (ITS#6089)
34         Fixed slapd csn normalization (ITS#6195)
35         Fixed slapd errno handling (ITS#6037)
36         Fixed slapd global alloc handling (ITS#6054)
37         Fixed slapd hung writers (ITS#5836)
38         Fixed slapd ldapi issues (ITS#6056)
39         Fixed slapd moduleload with static backends and modules (ITS#6016)
40         Fixed slapd normalization of updated schema attributes (ITS#5540)
41         Fixed slapd olcLimits handling (ITS#6159)
42         Fixed slapd olcLogLevel with hex levels (ITS#6162)
43         Fixed slapd pagedresults stacked control with overlays (ITS#6056)
44         Fixed slapd password-hash incorrect limit on arg length (ITS#6139)
45         Fixed slapd readonly restrictions (ITS#6109)
46         Fixed slapd sending cancelled operations results (ITS#6103)
47         Fixed slapd slapi_entry_has_children (ITS#6132)
48         Fixed slapd sockets usage on windows (ITS#6039)
49         Fixed slapd some abandon and cancel race conditions (ITS#6104)
50         Fixed slapd tls context after changes (ITS#6135)
51         Fixed slapd-bdb/hdb adjust dncachesize if too low (ITS#6176)
52         Fixed slapd-bdb/hdb crashes during delete (ITS#6177)
53         Fixed slapd-bdb/hdb multiple olcIndex for same attr (ITS#6196)
54         Fixed slapd-hdb freeing of already freed entries (ITS#6074)
55         Fixed slapd-hdb entryinfo cleanup (ITS#6088)
56         Fixed slapd-hdb dncache lockups (ITS#6095)
57         Fixed slapd-ldap deadlock with non-responsive TLS URIs (ITS#6167)
58         Fixed slapd-relay to return failure on failure (ITS#5328)
59         Fixed slapd-sql with BACKSQL_ARBITRARY_KEY defined (ITS#6100)
60         Fixed slapo-collect collectinfo ordering (ITS#6076)
61         Fixed slapo-collect missing equality match rule (ITS#6075)
62         Fixed slapo-dds entry expiration (ITS#6169)
63         Fixed slapo-perl symbols (ITS#5658)
64         Fixed slapo-ppolicy to honor pwdLockout (ITS#6168)
65         Fixed slapo-ppolicy to return check modules error message (ITS#6082)
66         Fixed slapo-refint refint_repair handling (ITS#6056)
67         Added slapo-rwm rwm-drop-unrequested-attrs config option (ITS#6057)
68         Fixed slapo-rwm dn passing (ITS#6070)
69         Fixed slapo-rwm entry free (ITS#6058)
70         Fixed slapo-rwm entry release (ITS#6081)
71         Fixed slapo-translucent entry gathering (ITS#6156)
72         Fixed tools returning ldif errors (ITS#5892)
73         Fixed contrib/smbk5pwd use of private functions (ITS#5535)
74         Build Environment
75                 Added test056-monitor (ITS#5540)
76                 Added test057-memberof-refint (ITS#5395)
77                 Fixed winsock detection for windows (ITS#6102, ITS#6078)
78                 Removed GSSAPI configure option (ITS#6091,ITS#6092,ITS#6093,ITS#5369)
79         Documentation
80                 admin24 relocate configuration examples (ITS#6183)
81                 admin24 fixed example regex (ITS#6052)
82                 admin24 removed temporary back-monitor note (ITS#6130)
83                 admin24 slapd.conf to cn=config conversion process (ITS#6060)
84                 man page consistency fixes (ITS#6023)
85                 ldapcompare(1) note -e option (ITS#6107)
86                 ldapdelete(1) note -e option (ITS#6107)
87                 ldapmodify(1) note -e option (ITS#6107)
88                 ldapmodrdn(1) note -e option (ITS#6107)
89                 ldapsearch(1) output format description (ITS#6146)
90                 ldapurl(1) note -e option (ITS#6107)
91                 ldapwhoami(1) note -e option (ITS#6107)
92                 ldap_result(3) Add RETURN VALUE heading (ITS#6180)
93                 ldap.conf(5) improve sizelimit/timelimit limits (ITS#6127)
94                 slapd.access(5) Fix <setstyle> to use expand (ITS#6179)
95                 slapd.conf(5) document default modulepath (ITS#5829)
96                 slapd.conf(5) pidfile/argsfile description fix (ITS#5975)
97                 slapd-config(5) document default modulepath (ITS#5829)
98                 slapd-config(5) pidfile/argsfile description fix (ITS#5975)
99                 slapo-constraint(5) clarify URI example (ITS#6118)
100                 slapo-unique(5) explicitly note rootdn requirement (ITS#6108)
101                 slapadd(8) note it does indexing (ITS#6160)
102
103 OpenLDAP 2.4.16 Release (2009/04/05)
104         Fixed libldap GnuTLS with x509v1 CA certs (ITS#5992)
105         Fixed libldap GnuTLS with CA chains (ITS#5991)
106         Fixed libldap GnuTLS TLSVerifyClient try (ITS#5981)
107         Fixed libldap segfault in checking cert/DN (ITS#5976)
108         Fixed libldap peer cert double free (ITS#5849)
109         Fixed libldap referral chasing (ITS#5980)
110         Fixed slapd backglue with empty DBs (ITS#5986)
111         Fixed slapd ctxcsn race condition (ITS#6001)
112         Fixed slapd debug message (ITS#6027)
113         Fixed slapd redundant module loading (ITS#6030)
114         Fixed slapd schema_init freed value (ITS#6036)
115         Fixed slapd syncrepl newCookie sync messages (ITS#5972)
116         Fixed slapd syncrepl hang during shutdown (ITS#6011)
117         Fixed slapd syncrepl too many MMR messages (ITS#6020)
118         Fixed slapd syncrepl skipped entries with MMR (ITS#5988)
119         Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
120         Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006)
121         Fixed slapd-bdb/hdb with NULL transactions (ITS#6012)
122         Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916)
123         Fixed slapd-ldap/meta with broken AD results (ITS#5977)
124         Fixed slapd-ldap/meta with invalid attrs again (ITS#5959)
125         Fixed slapo-accesslog interaction with ppolicy (ITS#5979)
126         Fixed slapo-dynlist conversion to cn=config (ITS#6002)
127         Fixed slapo-syncprov newCookie sync messages (ITS#5972)
128         Fixed slapd-syncprov too many MMR messages (ITS#6020)
129         Fixed slapo-syncprov replica lockout (ITS#5985)
130         Fixed slapo-syncprov modtarget tracking (ITS#5999)
131         Fixed slapo-syncprov multiple CSN propagation (ITS#5973)
132         Fixed slapo-syncprov race condition (ITS#6045)
133         Fixed slapo-syncprov sending cookies without CSN (ITS#6024)
134         Fixed slapo-syncprov skipped entries with MMR (ITS#5988)
135         Fixed tools passphrase free (ITS#6014)
136         Build Environment
137                 Cleaned up alloc/free functions for Windows (ITS#6005)
138                 Fixed running of autosave files in testsuite (ITS#6026)
139         Documentation
140                 admin24 clarified MMR URI requirements (ITS#5942,ITS#5987)
141                 Added ldapexop(1) manual page (ITS#5982)
142                 slapd-ldap/meta(5) added missing TLS options (ITS#5989)
143
144 OpenLDAP 2.4.15 Release (2009/02/24)
145         Fixed libldap alias dereferencing in C API again (ITS#5916)
146         Fixed libldap GnuTLS compilation (ITS#5955)
147         Fixed slapd bconfig conversion again (ITS#5346)
148         Fixed slapd behavior with superior objectClasses again (ITS#5517)
149         Fixed slapd RFC4512 behavior with same attr in RDN (ITS#5968)
150         Fixed slapd corrupt contextCSN (ITS#5947)
151         Fixed slapd syncrepl order to match on add/delete (ITS#5954)
152         Fixed slapd adding rdn with other values (ITS#5965)
153         Fixed slapd-bdb/hdb behavior with unallocatable shm (ITS#5956)
154         Fixed slapd-ldap/meta with entries with invalid attrs (ITS#5959)
155         Fixed slapd-relay control initialization (ITS#5724)
156         Fixed slapo-pcache caching invalid entries (ITS#5927)
157         Fixed slapo-syncprov csn updates (ITS#5969)
158         Fixed slapo-rwm objectClass preservation (ITS#5760)
159         Fixed slapo-rwm rwm_bva_rewrite handling (ITS#5960)
160         Build Environment
161                 Fixed tester library linking for windows (ITS#5740)
162
163 OpenLDAP 2.4.14 Release (2009/02/14)
164         Added libldap option to disable SASL host canonicalization (ITS#5812)
165         Added libldap TLS_PROTOCOL_MIN (ITS#5655)
166         Added libldap GnuTLS support for TLS_CIPHER_SUITE (ITS#5887)
167         Added libldap GnuTLS setting random file (ITS#5462)
168         Added libldap alias dereferencing in C API (ITS#5916)
169         Fixed libldap chasing multiple referrals (ITS#5853)
170         Fixed libldap deref handling (ITS#5768)
171         Fixed libldap NULL pointer deref (ITS#5934)
172         Fixed libldap peer cert memory leak (ITS#5849)
173         Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
174         Fixed libldap intermediate response behavior (ITS#5896)
175         Fixed libldap IPv6 address handling (ITS#5937)
176         Fixed libldap_r deref building (ITS#5768)
177         Fixed libldap_r slapd lockup when paused during shutdown (ITS#5841)
178         Added slapd syncrepl default retry setting (ITS#5825)
179         Added slapd val.regex expansion (ITS#5804)
180         Added slapd TLS_PROTOCOL_MIN (ITS#5655)
181         Added slapd slapi_pw_find (ITS#2615,ITS#4359)
182         Added slapd compatibility with MSAD ranged values (ITS#5927)
183         Fixed slapd bconfig to return error codes (ITS#5867)
184         Fixed slapd bconfig encoding incorrectly (ITS#5897)
185         Fixed slapd bconfig dangling pointers (ITS#5924)
186         Fixed slapd behavior with superior objectClasses (ITS#5517)
187         Fixed slapd connection assert (ITS#5835)
188         Fixed slapd epoll handling (ITS#5886)
189         Fixed slapd frontend/backend options handling (ITS#5857)
190         Fixed slapd glue with MMR (ITS#5925)
191         Fixed slapd logging on Windows (ITS#5392)
192         Fixed slapd listener comparison (ITS#5613)
193         Fixed slapd manageDSAit with glue entries (ITS#5921)
194         Fixed slapd relax behavior with structuralObjectClass (ITS#5792)
195         Fixed slapd syncrepl rename handling (ITS#5809)
196         Fixed slapd syncrepl MMR when adding new server (ITS#5850)
197         Fixed slapd syncrepl MMR with deleted entries (ITS#5843)
198         Fixed slapd syncrepl replication with glued DB (ITS#5866)
199         Fixed slapd syncrepl replication with moddn (ITS#5901)
200         Fixed slapd syncrepl replication with referrals (ITS#5881)
201         Fixed slapd syncrepl replication with config tree (ITS#5935)
202         Fixed slapd wake_sds close on Windows (ITS#5855)
203         Fixed slapd-bdb/hdb dncachesize handling (ITS#5860)
204         Fixed slapd-bdb/hdb RFC4528 control support (ITS#5861)
205         Fixed slapd-bdb/hdb trickle task usage (ITS#5864)
206         Fixed slapd-hdb idlcache with empty suffix (ITS#5859)
207         Fixed slapd-ldap idassert-bind validity checking (ITS#5863)
208         Fixed slapd-ldap/meta RFC4525 increment support (ITS#5912)
209         Fixed slapd-ldap/meta search dereferencing (ITS#5916)
210         Fixed slapd-ldap/meta with intermediate response (ITS#5931)
211         Fixed slapd-ldif numerous bugs (ITS#5408)
212         Fixed slapd-ldif rename on same DN (ITS#5319)
213         Fixed slapd-ldif deadlock (ITS#5329)
214         Fixed slapd-meta double response sending (ITS#5854)
215         Fixed slapd-meta alias deref for retry (ITS#5889)
216         Fixed slapd-relay recursion detection (ITS#5943)
217         Fixed slapd-sock descriptor leak (ITS#5939)
218         Fixed slapo-accesslog on glued dbs (ITS#5907)
219         Fixed slapo-dynlist handling of flags (ITS#5898)
220         Fixed slapo-memberof multiple instantiation (ITS#5903)
221         Fixed slapo-pcache filter sorting (ITS#5756)
222         Fixed slapo-ppolicy to not be global (ITS#5858)
223         Fixed slapo-rwm double free (ITS#5923)
224         Fixed slapo-rwm with back-config (ITS#5906)
225         Fixed slapo-rwm olcRwmRewrite modification (ITS#5940)
226         Added slapo-rwm newRDN rewriting (ITS#5834)
227         Added slapadd progress meter (ITS#5922)
228         Updated contrib/addpartial module (ITS#5764)
229         Added contrib/cloak module (ITS#5872)
230         Added contrib/smbk5pwd gcrypt support (ITS#5410)
231         Added contrib/passwd sha2 support (ITS#5660)
232         Build Environment
233                 Fixed test006 appending to log file (ITS#5910)
234                 Fixed test036,test039 behavior on error (ITS#5893)
235                 Fixed test048 sed pathname substitution (ITS#5910)
236                 Fixed test049,test050 to work on windows (ITS#5842)
237                 Updated test017,test018,test019 to cover more cases (ITS#5883)
238                 Removed patch for BerkeleyDB 4.7.25 (Official patch available)
239                 Fixed MSVC 9.0 build issues (ITS#5888)
240                 Fixed gss detection on Solaris (ITS#5846)
241                 Fixed uuid_create/uuid_unparse_lower detection (ITS#5905)
242                 Fixed liblutil tavl_delete to macroize constants (ITS#5909)
243         Documentation
244                 admin24 added limits chapter (ITS#5818)
245                 admin24 access-control clarify global ACLS (ITS#5851,ITS#5852)
246                 admin24 search on nested naming contexts (ITS#5788)
247                 admin24 consistent loglevel documentation (ITS#5904)
248                 slapd-bdb/hdb expansion on dncachesize behavior (ITS#5721)
249                 slapo-constraint(5) example fix (ITS#5895)
250                 slap*(8) man pages should mention slapd-config (ITS#5828)
251                 slapacl(8c) fix wording (ITS#5918)
252                 slapd(8) document sid (ITS#5873)
253                 slapd.access(5) clarify global ACLS (ITS#5851,ITS#5852)
254                 slapadd/cat/index(8) note -n 0 for slapd-config (ITS#5891)
255                 Added SEE ALSO slapd-config(5) to relevant man pages (ITS#5914)
256
257 OpenLDAP 2.4.13 Release (2008/11/24)
258         Added libldap dereference control support (ITS#5768)
259         Fixed libldap parameter checking (ITS#5817)
260         Fixed liblutil hex conversion (ITS#5699)
261         Fixed liblutil returning undefined data (ITS#5748)
262         Fixed libldap error code return (ITS#5762)
263         Fixed libldap interaction with GnuTLS CN IP-based matches (ITS#5789)
264         Fixed libldap MAXHOSTNAMELEN typo (ITS#5815)
265         Fixed libldap Ipv6 detection (ITS#5739)
266         Fixed libldap setuid usage with .ldaprc (ITS#4750)
267         Fixed slapacl crasher (ITS#5820)
268         Fixed slapd acl checks on ADD (ITS#4556,ITS#5723)
269         Fixed slapd acl application to newly created backends (ITS#5572)
270         Fixed slapd #if/#elif issues in thread includes (ITS#5824)
271         Added slapd keyword add_content_acl for add checks (ITS#4556,ITS#5723)
272         Fixed slapd concurrent access to connections (ITS#5814)
273         Fixed slapd config backend olcLogFile support (ITS#5765)
274         Fixed slapd contextCSN pending list (ITS#5709)
275         Fixed slapd control criticality (ITS#5785)
276         Added slapd dn.this search limits (ITS#5734)
277         Fixed slapd error status on shutdown (ITS#5745)
278         Fixed slapd filter substring handling (ITS#5803)
279         Fixed slapd nameUIDPretty bitstring parsing (ITS#5750)
280         Fixed slapd null termination of password (ITS#5794)
281         Fixed slapd overlay/database open with real structure (ITS#5724)
282         Fixed slapd parsing of read entry control (ITS#5741)
283         Added slapd PMI schema (ITS#5695)
284         Added slapd private databases in global overlays (ITS#5735,ITS#5736)
285         Fixed slapd rdn generation when it isn't specified (ITS#5819)
286         Fixed slapd slapd.conf validation to LDIF (ITS#5755)
287         Fixed slapd startup scan for CSN (ITS#5640)
288         Fixed slapd statslog printing of released entry (ITS#5775)
289         Added slapd support for certificateListExactMatch (ITS#5700)
290         Fixed slapd syncrepl event loss (ITS#5710)
291         Fixed slapd syncrepl MOD of attrs with no EQ rule (ITS#5781)
292         Fixed slapd syncrepl rename handling (ITS#5809)
293         Fixed slapd syncrepl schema checking (ITS#5798)
294         Fixed slapd syncrepl filter leak (ITS#5826)
295         Fixed slapd undef promote (ITS#5783,ITS#5795)
296         Added slapd What failed? control (ITS#5784)
297         Fixed slapd-bdb/hdb invalid db crash (ITS#5698)
298         Added slapd-bdb/hdb dbpagesize keyword
299         Added slapd-bdb/hdb checksum keyword
300         Fixed slapd-bdb/hdb indexing of entryDN (ITS#5790)
301         Fixed slapd-bdb/hdb lookup of entryDN with equality (ITS#5791)
302         Fixed slapd-bdb/hdb uninitialized bli_flag
303         Fixed slapd-ldap snprintf buffer overflow test (ITS#4467)
304         Fixed slapd-ldap search stop on minor failure (ITS#5816)
305         Fixed slapd-ldif file rename on windows (ITS#5774)
306         Fixed slapd-null read controls support (ITS#5757)
307         Fixed slapd-sql value length with right index (ITS#5779)
308         Fixed slapo-chain/translucent back-config support (ITS#5736)
309         Fixed slapo-chain segv with search references (ITS#5742)
310         Fixed slapo-collect compile with C89 (ITS#5747)
311         Added slapo-constraint support for LDAP URI constraints (ITS#5704)
312         Added slapo-constraint support for constraining rename (ITS#5703)
313         Added slapo-constraint support for relax control (ITS#5705)
314         Added slapo-constraint "set" type (ITS#5702)
315         Fixed slapo-constraint filter parsing error (ITS#5751)
316         Added slapo-dynlist URI restriction ability (ITS#5761)
317         Fixed slapo-ppolicy unaligned BerElement (ITS#5770)
318         Fixed slapo-rwm objectClass preservation (ITS#5760)
319         Fixed slapo-rwm rewriting undefined filter (ITS#5731)
320         Fixed slapo-rwm rewritten DN-valued attrs (ITS#5772)
321         Fixed slapo-rwm reusing freed filter (ITS#5732)
322         Fixed slapo-rwm entry get (ITS#5773)
323         Fixed slapo-syncprov runqueue removal (ITS#5776)
324         Fixed slapo-syncprov unreplicatable ops (ITS#5709)
325         Fixed slapo-syncprov psearch leak (ITS#5827)
326         Added slapo-translucent try local bind when remote fails (ITS#5656)
327         Added slapo-translucent support for PasswordModify exop (ITS#5656)
328         Fixed tools simple bind without SASL (ITS#5753)
329         Fixed tools unaligned BerElement (ITS#5770)
330         Fixed contrib nssov crash on empty groups (ITS#5800)
331         Fixed contrib nssov crash with nssov-map (ITS#5801)
332         Fixed contrib nssov filter and search limits (ITS#5802)
333         Added contrib smbk5pwd honor principal expiration (ITS#5766)
334         Build Environment
335                 Added ldapurl command
336                 Added slapd GSSAPI refactoring (ITS#5369)
337                 Added slapo-deref overlay (ITS#5768)
338         Documentation
339                 admin24 added olcLimits to example (ITS#5746)
340                 admin24 consolidated on whitespace (ITS#5759)
341                 slapd.conf,config(5) subordinate/olcSubordinate keyword (ITS#5788)
342                 slapd.conf(5) fixed disable keyword for limits (ITS#5821)
343                 slapo-dds(5) manageDIT to relax (ITS#5780)
344                 slapo-dds(5) rootdn requirement added (ITS#5811)
345                 slapo-syncprov(5) sessionlog clarification (ITS#5806)
346
347 OpenLDAP 2.4.12 Release (2008/10/12)
348         Fixed libldap ldap_utf8_strchar arguments (ITS#5720)
349         Fixed libldap TLS_CRLFILE (ITS#5677)
350         Fixed liblutil executables on Windows (ITS#5604)
351         Fixed liblutil microsecond overflows on Windows (ITS#5668)
352         Fixed librewrite memory handling (ITS#5691)
353         Fixed slapd aci performance (ITS#5636)
354         Fixed slapd aci's with sets (ITS#5627)
355         Fixed slapd attribute leak (ITS#5683)
356         Fixed slapd config backend with index greater than sibs (ITS#5684)
357         Fixed slapd custom attribute inheritance (ITS#5642)
358         Fixed slapd dynacl mask handling (ITS#5637)
359         Fixed slapd firstComponentMatch normalization (ITS#5634)
360         Added slapd caseIgnoreListMatch (ITS#5608)
361         Fixed slapd connection events enabled twice (ITS#5725)
362         Fixed slapd memory handling (ITS#5691)
363         Fixed slapd objectClass canonicalization (ITS#5681)
364         Fixed slapd objectClass termination (ITS#5682)
365         Fixed slapd overlay control registration (ITS#5649)
366         Fixed slapd runqueue checking (ITS#5726)
367         Fixed slapd spurious text output (ITS#5688)
368         Fixed slapd socket closing on Windows (ITS#5606)
369         Fixed slapd sortvals comparison (ITS#5578)
370         Added slapd substitute syntax support (ITS#5663)
371         Fixed slapd syncrepl contextCSN detection (ITS#5675)
372         Fixed slapd syncrepl error logging (ITS#5618)
373         Fixed slapd syncrepl runqueue interval (ITS#5719)
374         Fixed slapd-bdb entry return if attr not present (ITS#5650)
375         Fixed slapd-bdb olcDbMode syntax (ITS#5713)
376         Fixed slapd-bdb/hdb release search entries earlier (ITS#5728,ITS#5730)
377         Fixed slapd-bdb/hdb subtree search with empty suffix (ITS#5729)
378         Fixed slapd-dnssrv memory handling (ITS#5691)
379         Fixed slapd-ldap,slapd-meta invalid filter behavior (ITS#5614)
380         Fixed slapd-meta memory handling (ITS#5691)
381         Fixed slapd-meta objectClass filtering (ITS#5647)
382         Fixed slapd-meta quarantine behavior (ITS#5592)
383         Added slapd-ndb experimental backend
384         Fixed slapd-relay initialization (ITS#5643)
385         Fixed slapd-sql freeing of connection (ITS#5607)
386         Fixed slapd-sql fault on NULL fields (ITS#5653)
387         Fixed slapo-accesslog entryCSN generation on purge (ITS#5694)
388         Fixed slapo-constraint string termination (ITS#5609)
389         Fixed slapo-dynlist expansion with mapped attributes (ITS#5717)
390         Fixed slapo-memberof internal operations DN (ITS#5622)
391         Fixed slapo-pcache attrset crash (ITS#5665)
392         Fixed slapo-pcache caching with invalid schema (ITS#5680)
393         Fixed slapo-ppolicy control return on password modify exop (ITS#5711)
394         Fixed slapo-rwm callback cleanup (ITS#5601,ITS#5687)
395         Fixed slapo-rwm attr mapping and merging (ITS#5624)
396         Fixed slapo-rwm objectClass filtering (ITS#5647)
397         Fixed slapo-translucent back-config support (ITS#5689)
398         Fixed slapo-translucent filter usage on merged entries (ITS#5679)
399         Fixed slapo-unique filter validation (ITS#5581)
400         Fixed slapo-unique suffix testing (ITS#5641)
401         Build Environment
402                 Fixed ODBC library detection (ITS#5602)
403                 Removed pre-BerkeleyDB 4.4 support
404                 Added BerkeleyDB 4.7 support (ITS#5523)
405                 Included patch for BerkeleyDB 4.7.25 (build/db.4.7.25.patch)
406                 Added slapo-collect overlay with enhancements(ITS#5659)
407         Documentation
408                 Added slapd-ldap(5), slapd-meta(5) noundeffilter (ITS#5614)
409                 Fixed slapd-ldap(5), slapd-meta(5), slapo-pcache(5) schema requirements (ITS#5680)
410                 Added slapo-collect(5) man page (ITS#5706)
411                 Added slapo-pcache(5) proxycheckcacheability option (ITS#5680)
412                 Added slapo-retcode(5) retcode.conf location (ITS#5633)
413                 admin24 dontusecopy control update (ITS#5718)
414                 admin24 guide updates (ITS#5616)
415                 admin24 octetString fix (ITS#5670)
416
417 OpenLDAP 2.4.11 Release (2008/07/16)
418         Fixed liblber ber_get_next length decoding (ITS#5580)
419         Added libldap assertion control (ITS#5560)
420         Fixed libldap GnuTLS CRL result handling (ITS#5577)
421         Fixed libldap GnuTLS SSF computation (ITS#5585)
422         Fixed liblutil missing return code (ITS#5615)
423         Fixed slapd cert serial number parsing (ITS#5588)
424         Fixed slapd check for structural_class failures (ITS#5540)
425         Fixed slapd config backend renumbering (ITS#5571)
426         Fixed slapd configContext OID (ITS#5383)
427         Fixed slapd crash with no listeners (ITS#5563)
428         Fixed slapd equality rules for olcRootDN/olcSchemaDN (ITS#5540)
429         Fixed slapd sets memory leak (ITS#5557)
430         Fixed slapd sortvals binary search (ITS#5578)
431         Fixed slapd syncrepl updates with multiple masters (ITS#5597)
432         Fixed slapd syncrepl superior objectClass delete/add (ITS#5600)
433         Fixed slapd syncrepl/slapo-syncprov contextCSN updates as internal ops (ITS#5596)
434         Added slapd-ldap/slapd-meta option to filter out search references (ITS#5593)
435         Fixed slapd-meta link to slapd-ldap (ITS#5355)
436         Fixed slapd-sock, back-shell buffer count (ITS#5558)
437         Fixed slapo-dynlist dg attrs lookup (ITS#5583)
438         Fixed slapo-dynlist entry release (ITS#5135)
439         Fixed slapo-memberof replace handling (ITS#5584)
440         Added slapo-nssov contrib module
441         Fixed slapo-pcache handling of negative search caches (ITS#5546)
442         Fixed slapo-ppolicy DNs with whitespaces (ITS#5552)
443         Fixed slapo-ppolicy modify with internal ops (ITS#5569)
444         Fixed slapo-syncprov ACL evaluation (ITS#5548)
445         Fixed slapo-syncprov crash with delcsn (ITS#5589)
446         Fixed slapo-syncprov full reload (ITS#5564)
447         Fixed slapo-syncprov missing olcSpReloadHint attr(ITS#5591)
448         Fixed slapo-unique filter normalization (ITS#5581)
449         Fixed contrib smbk5pwd terminator (ITS#5575)
450         Build Environment
451                 Fixed test048 to skip if threads is not available (ITS#5529)
452         Documentation
453                 Added slapo-pcache(5) sizelimit caching (ITS#5559)
454                 Added slapd-access(5) add and delete privs (ITS#5566)
455                 admin24 GnuTLS documentation (ITS#5554)
456
457 OpenLDAP 2.4.10 Release (2008/06/08)
458         Fixed libldap file descriptor leak with SELinux (ITS#5507)
459         Fixed libldap ld_defconn cleanup if it was freed (ITS#5518, ITS#5525)
460         Fixed libldap msgid handling (ITS#5318)
461         Fixed libldap t61 infinite loop (ITS#5542)
462         Fixed libldap_r missing stubs (ITS#5519)
463         Fixed slapd initialization of sr_msgid, rs->sr_tag (ITS#5461)
464         Fixed slapd missing termination of integerFilter keys (ITS#5503)
465         Fixed slapd multiple attrs in URI (ITS#5516)
466         Fixed slapd sasl_ssf retrieval (ITS#5403)
467         Fixed slapd socket assert (ITS#5489)
468         Fixed slapd syncrepl cookie (ITS#5536)
469         Fixed slapd-bdb/hdb MAXPATHLEN (ITS#5531)
470         Fixed slapd-bdb indexing in single ADD/MOD (ITS#5521)
471         Fixed slapd-ldap entry_get() op-dependent behavior (ITS#5513)
472         Fixed slapd-meta quarantine crasher (ITS#5522)
473         Fixed slapo-refint to allow setting modifiers name (ITS#5505)
474         Fixed slapo-syncprov contextCSN passing on syncprov consumers (ITS#5488)
475         Fixed slapo-syncprov csn update with delta-syncrepl (ITS#5493)
476         Fixed slapo-syncprov op2.o_extra reset (ITS#5501, #5506)
477         Fixed slapo-syncprov searching wrong backend (ITS#5487)
478         Fixed slapo-syncprov sending ops without queued CSNs (ITS#5465)
479         Fixed slapo-syncprov max csn search on startup (ITS#5537)
480         Fixed slapo-unique config structs (ITS#5526)
481         Fixed slapo-unique filter terminator (ITS#5511)
482         Documentation
483                 Add search privileges documentation (ITS#5512)
484                 admin24 security document updates (ITS#5524)
485
486 OpenLDAP 2.4.9 Release (2008/05/07)
487         Fixed libldap to use unsigned port (ITS#5436)
488         Fixed libldap error message for missing close paren (ITS#5458)
489         Fixed libldap_r tpool pause checks (ITS#5364, #5407)
490         Fixed slapcat error checking (ITS#5387)
491         Fixed slapd abstract objectClass inheritance check (ITS#5474)
492         Fixed slapd add operations requiring naming attrs (ITS#5412)
493         Fixed slapd connection handling (ITS#5469)
494         Fixed slapd delta-syncrepl resync (ITS#5378)
495         Fixed slapd frontendDB backend selection (ITS#5419)
496         Fixed slapd pagedresults stale state (ITS#5409)
497         Fixed slapd pointer dereference (ITS#5388)
498         Fixed slapd null argument dereference (ITS#5435)
499         Fixed slapd REP_ENTRY flags (ITS#5340)
500         Fixed slapd sets attribute description parsing (ITS#5402)
501         Fixed slapd syncrepl hang on back-config (ITS#5407)
502         Fixed slapd syncrepl compare_csns crash (ITS#5413)
503         Fixed slapd syncrepl contextCSN update clash (ITS#5426)
504         Fixed slapd syncrepl/glue failure (ITS#5430)
505         Fixed slapd syncrepl crash on empty CSN (ITS#5432)
506         Fixed slapd syncrepl refreshAndPersist (ITS#5454)
507         Fixed slapd syncrepl modrdn processing (ITS#5397)
508         Fixed slapd syncrepl MMR partial refresh (ITS#5470)
509         Fixed slapd value list termination (ITS#5450)
510         Fixed slapd/slapo-accesslog rq mutex usage (ITS#5442)
511         Fixed slapd-bdb ID_NOCACHE handling (ITS#5439)
512         Fixed slapd-bdb entryinfo state if db_lock fails (ITS#5455)
513         Fixed slapd-bdb referral rewrite (ITS#5339)
514         Fixed slapd-config overlay stacking (ITS#5346)
515         Fixed slapd-config attribute publishing (ITS#5383)
516         Fixed slapd-ldap connection handler (ITS#5404)
517         Fixed slapd-ldif file name handling & multi-suffix/dir catch (ITS#5408)
518         Fixed slapd-meta connections on error (ITS#5440)
519         Fixed slapd-meta crash on search (ITS#5481)
520         Fixed slapo-accesslog null callback stack crash (ITS#5490)
521         Fixed slapo-auditlog unnecessary syscall (ITS#5441)
522         Added slapo-dynlist mapping to dynamic attrs generation (ITS#5466)
523         Fixed slapo-refint dnSubtreeMatch (ITS#5427)
524         Fixed slapo-refint global referential integrity (ITS#5428)
525         Fixed slapo-syncprov psearch on closed connection (ITS#5401)
526         Fixed slapo-syncprov psearch task delay (ITS#5405)
527         Fixed slapo-syncprov psearch filter identity (ITS#5418, #5486)
528         Fixed slapo-syncprov/glue contextCSN update (ITS#5433)
529         Fixed slapo-syncprov/glue search ops (ITS#5434)
530         Fixed slapo-syncprov null cookie (ITS#5437,#5444)
531         Fixed slapo-syncprov double-free (ITS#5445)
532         Fixed slapo-syncprov free syncop correctly (ITS#5484)
533         Fixed slapo-syncprov glue deadlock (ITS#5451)
534         Build Environment
535                 Fixed leave function naming for OSF1 (ITS#5411)
536         Documentation
537                 Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400)
538                 Fixed slapd.meta(5) idassert-* documentation (ITS#5406)
539                 admin24 delta-syncrepl documentation (ITS#5476)
540                 admin24 set documentation (ITS#5278,ITS#5279,ITS#5281)
541                 admin24 slapo-ppolicy documentation (ITS#5479)
542                 admin24 syncrepl directives update (ITS#5425)
543
544 OpenLDAP 2.4.8 Release (2008/02/19)
545         Fixed ldapmodify verbose logging (ITS#5247)
546         Fixed ldapdelete with sizelimit (ITS#5294)
547         Fixed ldapdelete with subentries control (ITS#5293)
548         Fixed ldapsearch exit code init (ITS#5317)
549         Fixed libldap extended decoding (ITS#5304)
550         Fixed libldap filter abort (ITS#5300)
551         Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
552         Fixed libldap result codes for open (ITS#5338)
553         Fixed libldap search timeout crash (ITS#5291)
554         Fixed libldap paged results crash (ITS#5315)
555         Fixed libldap cipher suite with GnuTLS (ITS#5341)
556         Fixed slapd support for 2.1 CSN (ITS#5348)
557         Fixed slapd include handling (ITS#5276)
558         Fixed slapd modrdn check for valid new DN (ITS#5344)
559         Fixed slapd multi-step SASL binds (ITS#5298)
560         Fixed slapd non-atomic signal variables (ITS#5248)
561         Fixed slapd overlay ordering when moving to slapd.d (ITS#5284)
562         Fixed slapd NULL printf (ITS#5264)      
563         Fixed slapd NULL set values (ITS#5286)
564         Fixed slapd segv with SASL/OTP (ITS#5259)
565         Fixed slapd timestamp race condition (ITS#5370)
566         Fixed slapd cn=config crash on delete (ITS#5343)
567         Fixed slapd cn=config global acls (ITS#5352)
568         Fixed slapd truncated cookie (ITS#5362)
569         Fixed slapd sasl with CLEARTEXT (ITS#5368)
570         Fixed slapd str2entry with no attrs (ITS#5308)
571         Fixed slapd TLSVerifyClient default (ITS#5360)
572         Fixed slapd HAVE_TLS dependency (ITS#5379)
573         Fixed slapd delta-syncrepl refresh mode (ITS#5376)
574         Fixed slapd ACL sets URI attrs (ITS#5384)
575         Fixed slapd invalid entryUUID filter (ITS#5386)
576         Fixed slapd-bdb idlcache on adds (ITS#5086)
577         Fixed slapd-bdb crash with modrdn (ITS#5358)
578         Fixed slapd-bdb segv with bdb4.6 (ITS#5322)
579         Fixed slapd-bdb modrdn to same dn (ITS#5319)
580         Fixed slapd-bdb MMR (ITS#5332)
581         Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
582         Fixed slapd-ldif delete (ITS#5265)
583         Fixed slapd-meta link to slapd-ldap (ITS#5355)
584         Fixed slapd-meta setting of sm_nvalues (ITS#5375)
585         Fixed slapd-monitor crash (ITS#5311)
586         Fixed slapd-relay compare (ITS#4937)
587         Added slapd-sock (ITS#4094)
588         Fixed slapo-accesslog cleanup on successful response (ITS#5374)
589         Added slapo-autogroup contrib module (ITS#5145)
590         Added slapo-constraint cross-attribute constraints (ITS#4987)
591         Fixed slapo-memberof objectClass inheritance (ITS#5299)
592         Added slapo-memberof global overlay support (ITS#5301)
593         Fixed slapo-memberof leak (ITS#5302)
594         Fixed slapo-ppolicy only password check with policy (ITS#5285)
595         Fixed slapo-ppolicy del/replace password without new one (ITS#5373)
596         Fixed slapo-syncprov hang on checkpoint (ITS#5261)
597         Added slapo-translucent local searching (ITS#5283)
598         Removed lint
599         Build Environment
600                 Fixed libldap_r threaded library linking (ITS#4982)
601                 Fixed libldap use of %n (ITS#5324)
602                 Fixed test047 to skip if rwm is not available (ITS#5292)
603         Documentation
604                 DB_CONFIG.example URL wrong in comments (ITS#5288)
605                 Add cn=config example for auditlog (ITS#5245)
606                 ldapmodify(1) clarification for RFC2849 (ITS#5312)
607
608 OpenLDAP 2.4.7 Release (2007/12/14)
609         Added slapd ordered indexing of integer attributes (ITS#5239)
610         Fixed slapd paged results control handling (ITS#5191)
611         Fixed slapd sasl-host parsing (ITS#5209)
612         Fixed slapd filter normalization (ITS#5212)
613         Fixed slapd multiple suffix checking (ITS#5186)
614         Fixed slapd paged results handling when using rootdn (ITS#5230)
615         Fixed slapd syncrepl presentlist handling (ITS#5231)
616         Fixed slapd core schema 'c' definition for RFC4519 (ITS#5236)
617         Fixed slapd 3-way Multi-Master Replication (ITS#5238)
618         Fixed slapd hash collisions in index slots (ITS#5183)
619         Fixed slapd replication of dSAOperation attributes (ITS#5268)
620         Fixed slapadd contextCSN updating (ITS#5225)
621         Fixed slapd-bdb/hdb to report and fail on internal errors (ITS#5232)
622         Fixed slapd-bdb/hdb dn2entry lock bug (ITS#5257)
623         Fixed slapd-bdb/hdb dn2id lock bug (ITS#5262)
624         Fixed slapd-hdb caching on rename ops (ITS#5221)
625         Fixed slapo-accesslog abandoned op cleanup (ITS#5161)
626         Fixed slapo-dds deleting from nonexistent db (ITS#5267)
627         Fixed slapo-memberOf deleted values saving (ITS#5258)
628         Fixed slapo-pcache op->o_abandon handling (ITS#5187)
629         Fixed slapo-ppolicy single password check on modify (ITS#5146)
630         Fixed slapo-ppolicy internal search (ITS#5235)
631         Fixed slapo-syncprov refresh and persist cookie sending (ITS#5210)
632         Fixed slapo-syncprov ignore invalid cookies (ITS#5211)
633         Fixed slapo-translucent interaction with slapo-rwm (ITS#4889)
634         Updated contrib addpartial module (ITS#3593)
635         Build Environment
636                 Fixed liblber socket library linking (ITS#5224)
637                 Fixed Windows slapd.def rules (ITS#5215)
638         Documentation
639                 Fixed grammar errors (ITS#5223)
640                 Refint overlay doc contribution (ITS#5217)
641                 Dynamic Lists doc contribution to the admin guide (ITS#5216)
642                 Fixed ldappasswd(1) and ldapmodify(1) typos (ITS#5269)
643                 Fixed domain factor typos (ITS#5237)
644                 Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
645                 Clarified slapd.conf(5) limits issues in syncrepl (ITS#5243)
646                 Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
647                 Patches for minor typos in man pages (ITS#5228)
648                 admin24/replication.sdf spelling (ITS#5270)
649
650
651 OpenLDAP 2.4.6 Release (2007/10/31)
652         Initial release for "general use".