]> git.sur5r.net Git - openldap/blob - CHANGES
Sync with HEAD
[openldap] / CHANGES
1 OpenLDAP 2.3 Change Log
2
3 OpenLDAP 2.3.6 Engineering
4         3951
5         Fixed slapd dnRelativeMatch return (ITS#3931)
6         Fixed slapd-bdb/hdb release entry in paged resposne
7         Fixed slapd-meta resources release issue (ITS#3943)
8         Fixed slapd-ldap/meta matched return (ITS#3942,ITS#3944)
9         Fixed slapo-ppolicy reset lockouts issue (ITS#3946)
10         Fixed nis.schema posixGroup object class kind (ITS#3941)
11         Revert librewrite regex mutex change (ITS#3932)
12         Updated slapd manage capability
13         Updated slapo-syncprov CSN filter checks
14         Updated libldap url list parsing
15         Added slapd SASL rootpw support (ITS#3845)
16         Added slapd Stats logging for additional cases
17         Added slapd ACI syntax validater (ITS#3877)
18         Added slapd posixgroup ACL module to contrib
19         Added slapi SLAPI_X_ADD_STRUCTURAL_CLASS extension
20         Added slapd-ldap subtree renaming proxing
21         Added slapd-meta overlapping targets enhancement (ITS#3711)
22         Removed lint
23         Documentation
24                 Added slapcat(8) -a usage example (ITS#3930)
25                 Updated slapo-unique(5) for clarity (ITS#3936)
26                 Updated slapo-syncprov(5) sessionlog description (ITS#3935)
27                 Updated doc/drafts
28         Build Environment
29                 Updated test prog bind retry code
30                 Fixed test015-xsearch regression (ITS#3506)
31                 Added test040-subtree-rename
32
33 OpenLDAP 2.3.5 Release
34         Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
35         Fixed slapd substrings filter length checks (ITS#3790)
36         Fixed slapd thread pool initialization (ITS#3793)
37         Fixed slapd cancel exop (ITS#3549)
38         Fixed slapd syncrepl cookie problem (ITS#3917)
39         Fixed slapd inequality filter index bug (ITS#3920)
40         Fixed slapd syncrepl ctxcsn leak (ITS#3922)
41         Fixed slapd syncrepl scope issue (ITS#3831)
42         Fixed slapd syncrepl missing array subscript (ITS#3834)
43         Fixed slapd slapd_remove null deref (ITS#3842)
44         Fixed slapd ldapi credential normalization bug (ITS#3876)
45         Fixed slapd userPassword cleartext bug (ITS#3846)
46         Fixed slapd cn=config default search base bug (ITS#3900)
47         Fixed slapd cn=config olcDbConfig bug (ITS#3815)
48         Fixed slapd cn=config olcReadOnly bug (ITS#3820)
49         Fixed slapd cn=config hdb+bdb bug (ITS#3821)
50         Fixed slapd ACL attrs/val EQUALITY issue (ITS#3830)
51         Fixed slapd authx-regexp diagnostics (ITS#3819)
52         Fixed slapd index_substr_any_step keyword (ITS#3818)
53         Fixed slapd -f directory issue (ITS#3865)
54         Fixed slapd attributeOptions config parsing (ITS#3829)
55         Fixed slapd whitespace config parsing bug (ITS#3901)
56         Fixed slapd rootdn space issue (ITS#3806)
57         Fixed slapd passwd change w/ {CRYPT} bug (ITS#3805)
58         Fixed slapd backend_init_controls assert (ITS#3853)
59         Fixed slapd loglevel -1 bug (ITS#3858)
60         Fixed slapi bind bound DN issue (ITS#2971)
61         Fixed slapi issues (ITS#3884,3885,3886)
62         Fixed slapi authorization name issue (ITS#3892)
63         Fixed slapi slapi_int_connection_init operation problem (ITS#3868)
64         Fixed slapi slapi_entry_has_children bug (ITS#3879)
65         Fixed slapd-bdb manual recovery startup (ITS#3607,3824)
66         Fixed slapd-bdb manual recovery startup (ITS#3833)
67         Fixed slapd-bdb/hdb checkpoint before suffix bug (ITS#3784)
68         Fixed slapd-hdb modrdn base bug (ITS#3857)
69         Fixed slapd-ldap access to freed connection (ITS#3913)
70         Fixed slapd-ldap/meta filter bug (ITS#3785)
71         Fixed slapd-ldap/meta connection pooling (ITS#3813)
72         Fixed slapd-ldap/meta memory leak (ITS#3862)
73         Added slapd-sql enhancements (ITS#3432)
74         Fixed slapd-sql attribute with no values issue (ITS#3861)
75         Fixed slapd-sql truncating keyval column problem (ITS#3888)
76         Fixed slapd-sql return code ignored problem (ITS#3891)
77         Fixed slapo-glue alock bug (ITS#3817,3841)
78         Fixed slapo-dyngroup hidden subschemaSubentry bug (ITS#3844)
79         Fixed slapo-ppolicy hashed length problem (ITS#3783)
80         Fixed slapo-ppolicy quality check (ITS#3777)
81         Fixed slapo-ppolicy lockout duration (ITS#3779)
82         Fixed slapo-rwm leak (ITS#3914)
83         Fixed slapo-glue/rwm conflict (ITS#3788)
84         Fixed slapadd segfault (ITS#3926)
85         Fixed slapcat cn=config segfault (ITS#3796)
86         Fixed slaptest -F crash (ITS#3912)
87         Fixed slapd authzTo/From syntax issue (ITS#3921)
88         Fixed libldap abandon concurrency issue (ITS#3800)
89         Fixed libldap start_tls referral chasing (ITS#3791)
90         Fixed libldap referral chasing issues (ITS#2894,3578)
91         Fixed librewrite concurrency issue (ITS#3932)
92         Use IANA-assigned OIDs for recently approved IETF LDAP extensions
93         Removed lint (ITS#3857)
94         Build Environment
95                 Upgraded shtool (ITS#3752)
96                 Upgraded config.guess/config.sub
97                 Fixed FreeBSD thread stacksize problem (ITS#3456)
98                 Fixed cygwin shared libraries build problem (ITS#3712)
99                 Fixed acl_get/acl_mask v AIX symbol clash (ITS#3787)
100                 Fixed test020 logging problem (ITS#3811)
101                 Fixed duplicate symbol problem (ITS#3843)
102                 Fixed liblunicode 64bit builds (ITS#3869)
103                 Fixed passwd/kerberos module builds (ITS#3896)
104                 Fixed test037 manageDIT discovery issue (ITS#3898)
105                 Fixed installed man page symlinks (ITS#3904)
106                 Fixed <sasl.h> inclusion (ITS#3905)
107                 Fixed smbk5pwd Heimdal compat issue (ITS#3910)
108                 Fixed slapd make install issue (ITS#3929)
109                 Fixed DESTDIR reporting (ITS#3916)
110         Documentation
111                 Fixed Admin Guide authz v. saslauthz problem (ITS#3875)
112                 Fixed Admin Guide --disable-bdb issue (ITS#3837)
113                 Fixed slapd-meta(5) lastmod issue (ITS#3789)
114                 Updated slapd.conf(5) (ITS#3866)
115                 Updated slapd(8) OPTIONS section (ITS#3816)
116                 Updated slapd-monitor(5) (ITS#3822,3836)
117                 Updated slapd-bdb(5) (ITS#3823)
118
119 OpenLDAP 2.3.4 Release
120         Initial release for "general use".
121