]> git.sur5r.net Git - openldap/blob - CHANGES
ITS#5411
[openldap] / CHANGES
1 OpenLDAP 2.4 Change Log
2
3 OpenLDAP 2.4.9 Engineering
4         Fixed libldap_r tpool pause checks (ITS#5364, #5407)
5         Fixed slapcat error checking (ITS#5387)
6         Fixed slapd frontendDB backend selection (ITS#5419)
7         Fixed slapd delta-syncrepl resync (ITS#5378)
8         Fixed slapd pointer dereference (ITS#5388)
9         Fixed slapd sets attribute description parsing (ITS#5402)
10         Fixed slapd syncrepl hang on back-config (ITS#5407)
11         Fixed slapd syncrepl compare_csns crash (ITS#5413)
12         Fixed slapd syncrepl contextCSN update clash (ITS#5426)
13         Fixed slapd syncrepl/glue failure (ITS#5430)
14         Fixed slapd syncrepl crash on empty CSN (ITS#5432)
15         Fixed slapd syncrepl refreshAndPersist (ITS#5454)
16         Fixed slapd syncrepl modrdn processing (ITS#5397)
17         Fixed slapd-ldap connection handler (ITS#5404)
18         Fixed slapo-syncprov psearch on closed connection (ITS#5401)
19         Fixed slapo-syncprov psearch task delay (ITS#5405)
20         Fixed slapo-syncprov psearch filter identity (ITS#5418)
21         Fixed slapo-syncprov/glue contextCSN update (ITS#5433)
22         Fixed slapo-syncprov/glue search ops (ITS#5434)
23         Fixed slapo-syncprov null cookie (ITS#5437,#5444)
24         Fixed slapo-syncprov double-free (ITS#5445)
25         Build Environment
26                 Fixed leave function naming for OSF1 (ITS#5411)
27         Documentation
28                 Fixed slapd.access(5) authz-regexp documented behavior (ITS#5400)
29                 Fixed slapd.meta(5) idassert-* documentation (ITS#5406)
30
31 OpenLDAP 2.4.8 Release (2008/02/19)
32         Fixed ldapmodify verbose logging (ITS#5247)
33         Fixed ldapdelete with sizelimit (ITS#5294)
34         Fixed ldapdelete with subentries control (ITS#5293)
35         Fixed ldapsearch exit code init (ITS#5317)
36         Fixed libldap extended decoding (ITS#5304)
37         Fixed libldap filter abort (ITS#5300)
38         Fixed libldap ldap_parse_sasl_bind_result (ITS#5263)
39         Fixed libldap result codes for open (ITS#5338)
40         Fixed libldap search timeout crash (ITS#5291)
41         Fixed libldap paged results crash (ITS#5315)
42         Fixed libldap cipher suite with GnuTLS (ITS#5341)
43         Fixed slapd support for 2.1 CSN (ITS#5348)
44         Fixed slapd include handling (ITS#5276)
45         Fixed slapd modrdn check for valid new DN (ITS#5344)
46         Fixed slapd multi-step SASL binds (ITS#5298)
47         Fixed slapd non-atomic signal variables (ITS#5248)
48         Fixed slapd overlay ordering when moving to slapd.d (ITS#5284)
49         Fixed slapd NULL printf (ITS#5264)      
50         Fixed slapd NULL set values (ITS#5286)
51         Fixed slapd segv with SASL/OTP (ITS#5259)
52         Fixed slapd timestamp race condition (ITS#5370)
53         Fixed slapd cn=config crash on delete (ITS#5343)
54         Fixed slapd cn=config global acls (ITS#5352)
55         Fixed slapd truncated cookie (ITS#5362)
56         Fixed slapd sasl with CLEARTEXT (ITS#5368)
57         Fixed slapd str2entry with no attrs (ITS#5308)
58         Fixed slapd TLSVerifyClient default (ITS#5360)
59         Fixed slapd HAVE_TLS dependency (ITS#5379)
60         Fixed slapd delta-syncrepl refresh mode (ITS#5376)
61         Fixed slapd ACL sets URI attrs (ITS#5384)
62         Fixed slapd invalid entryUUID filter (ITS#5386)
63         Fixed slapd-bdb idlcache on adds (ITS#5086)
64         Fixed slapd-bdb crash with modrdn (ITS#5358)
65         Fixed slapd-bdb segv with bdb4.6 (ITS#5322)
66         Fixed slapd-bdb modrdn to same dn (ITS#5319)
67         Fixed slapd-bdb MMR (ITS#5332)
68         Added slapd-bdb/slapd-hdb DB encryption (ITS#5359)
69         Fixed slapd-ldif delete (ITS#5265)
70         Fixed slapd-meta link to slapd-ldap (ITS#5355)
71         Fixed slapd-meta setting of sm_nvalues (ITS#5375)
72         Fixed slapd-monitor crash (ITS#5311)
73         Fixed slapd-relay compare (ITS#4937)
74         Added slapd-sock (ITS#4094)
75         Fixed slapo-accesslog cleanup on successful response (ITS#5374)
76         Added slapo-autogroup contrib module (ITS#5145)
77         Added slapo-constraint cross-attribute constraints (ITS#4987)
78         Fixed slapo-memberof objectClass inheritance (ITS#5299)
79         Added slapo-memberof global overlay support (ITS#5301)
80         Fixed slapo-memberof leak (ITS#5302)
81         Fixed slapo-ppolicy only password check with policy (ITS#5285)
82         Fixed slapo-ppolicy del/replace password without new one (ITS#5373)
83         Fixed slapo-syncprov hang on checkpoint (ITS#5261)
84         Added slapo-translucent local searching (ITS#5283)
85         Removed lint
86         Build Environment
87                 Fixed libldap_r threaded library linking (ITS#4982)
88                 Fixed libldap use of %n (ITS#5324)
89                 Fixed test047 to skip if rwm is not available (ITS#5292)
90         Documentation
91                 DB_CONFIG.example URL wrong in comments (ITS#5288)
92                 Add cn=config example for auditlog (ITS#5245)
93                 ldapmodify(1) clarification for RFC2849 (ITS#5312)
94
95 OpenLDAP 2.4.7 Release (2007/12/14)
96         Added slapd ordered indexing of integer attributes (ITS#5239)
97         Fixed slapd paged results control handling (ITS#5191)
98         Fixed slapd sasl-host parsing (ITS#5209)
99         Fixed slapd filter normalization (ITS#5212)
100         Fixed slapd multiple suffix checking (ITS#5186)
101         Fixed slapd paged results handling when using rootdn (ITS#5230)
102         Fixed slapd syncrepl presentlist handling (ITS#5231)
103         Fixed slapd core schema 'c' definition for RFC4519 (ITS#5236)
104         Fixed slapd 3-way Multi-Master Replication (ITS#5238)
105         Fixed slapd hash collisions in index slots (ITS#5183)
106         Fixed slapd replication of dSAOperation attributes (ITS#5268)
107         Fixed slapadd contextCSN updating (ITS#5225)
108         Fixed slapd-bdb/hdb to report and fail on internal errors (ITS#5232)
109         Fixed slapd-bdb/hdb dn2entry lock bug (ITS#5257)
110         Fixed slapd-bdb/hdb dn2id lock bug (ITS#5262)
111         Fixed slapd-hdb caching on rename ops (ITS#5221)
112         Fixed slapo-accesslog abandoned op cleanup (ITS#5161)
113         Fixed slapo-dds deleting from nonexistent db (ITS#5267)
114         Fixed slapo-memberOf deleted values saving (ITS#5258)
115         Fixed slapo-pcache op->o_abandon handling (ITS#5187)
116         Fixed slapo-ppolicy single password check on modify (ITS#5146)
117         Fixed slapo-ppolicy internal search (ITS#5235)
118         Fixed slapo-syncprov refresh and persist cookie sending (ITS#5210)
119         Fixed slapo-syncprov ignore invalid cookies (ITS#5211)
120         Fixed slapo-translucent interaction with slapo-rwm (ITS#4889)
121         Updated contrib addpartial module (ITS#3593)
122         Build Environment
123                 Fixed liblber socket library linking (ITS#5224)
124                 Fixed Windows slapd.def rules (ITS#5215)
125         Documentation
126                 Fixed grammar errors (ITS#5223)
127                 Refint overlay doc contribution (ITS#5217)
128                 Dynamic Lists doc contribution to the admin guide (ITS#5216)
129                 Fixed ldappasswd(1) and ldapmodify(1) typos (ITS#5269)
130                 Fixed domain factor typos (ITS#5237)
131                 Fixed slapd.conf(5) maxderefdepth default value typo (ITS#5200)
132                 Clarified slapd.conf(5) limits issues in syncrepl (ITS#5243)
133                 Fixed slapd-config(5) maxderefdepth default value typo (ITS#5200)
134                 Patches for minor typos in man pages (ITS#5228)
135                 admin24/replication.sdf spelling (ITS#5270)
136
137
138 OpenLDAP 2.4.6 Release (2007/10/31)
139         Initial release for "general use".