]> git.sur5r.net Git - openldap/blob - CHANGES
sync with HEAD
[openldap] / CHANGES
1 OpenLDAP 2.3 Change Log
2
3 OpenLDAP 2.3.8 Engineering
4         Fixed slapd undef HAVE_EPOLL issue
5
6 OpenLDAP 2.3.7 Release
7         Updated slapd ManageDIT support
8         Updated slapd ACI syntax checking (ITS#3877)
9         Fixed slapd STATS2 referral logging
10         Refixed slapd cn=config default search base bug (ITS#3900)
11         Fixed slapd cn=config TLSVerifyClient bug (ITS#3962)
12         Fixed slapd winsock assert (ITS#3983)
13         Fixed slapd-bdb/hdb paged results deadlock (ITS#3940)
14         Fixed slapd-bdb/hdb/ldbm searchBase disclose (ITS#3964)
15         Fixed slapd-bdb/hdb bi_dbenv check (ITS#3992)
16         Fixed slapd-meta generic attribute normalize/pretty (ITS#3956)
17         Fixed slapd-ldap/meta 'undefined' attribute mutex protection (ITS#3958)
18         Added slapd-ldap/meta 'proxied' attribute support (ITS#3959)
19         Fixed slapd-meta no candidate target selected bug (ITS#3990)
20         Fixed slapd-meta matchedDN handling (ITS#3944)
21         Fixed slapd-monitor hiding issue (ITS#3986)
22         Fixed slapo-ppolicy lockout status at Bind (ITS#3946)
23         Moved slapo-glue into slapd core
24         Fixed slaptest cn=config segfault (ITS#3961)
25         Fixed slaptools logging issue (ITS#3937)
26         Fixed slaptools fails after db clean (ITS#3970)
27         Fixed slaptools reject unsupported -w (ITS#3939)
28         Fixed libldap global_opt failure 
29         Fixed libldap schema handling
30         Fixed libldap secprops parsing (ITS#3955)
31         Fixed libldap_r tpool (ITS#3925)
32         Updated liblutil password scheme check
33         Updated libldap schema to allow OID macros in syntaxes
34         Removed lint
35         Documentation
36                 Updated misc. man pages
37         Build Environment
38                 Updated build tools (ITS#3928)
39                 Fixed tests diff -u usage (ITS#3969)
40                 Fixed slapo-rwm dependency checking (ITS#3965)
41                 Fixed tests --disable-monitor support
42                 Fixed tests veryclean-local testdata cleanup
43                 Add subtree rename test (hdb only)
44
45 OpenLDAP 2.3.6 Release
46         Fixed slapd dnRelativeMatch return (ITS#3931)
47         Fixed slapd send_search_entry issue (ITS#3951)
48         Fixed slapd-bdb/hdb release entry in paged response
49         Fixed slapd-meta resources release issue (ITS#3943)
50         Fixed slapd-ldap/meta matched return (ITS#3942,ITS#3944)
51         Fixed slapo-ppolicy reset lockouts issue (ITS#3946)
52         Fixed nis.schema posixGroup object class kind (ITS#3941)
53         Revert librewrite regex mutex change (ITS#3932)
54         Updated slapd manage capability
55         Updated slapo-syncprov CSN filter checks
56         Updated libldap url list parsing
57         Added slapd SASL rootpw support (ITS#3845)
58         Added slapd Stats logging for additional cases
59         Added slapd ACI syntax validater (ITS#3877)
60         Added slapd posixgroup ACL module to contrib
61         Added slapi SLAPI_X_ADD_STRUCTURAL_CLASS extension
62         Added slapd-ldap subtree renaming proxing
63         Added slapd-meta overlapping targets enhancement (ITS#3711)
64         Removed lint
65         Documentation
66                 Added slapcat(8) -a usage example (ITS#3930)
67                 Updated slapo-unique(5) for clarity (ITS#3936)
68                 Updated slapo-syncprov(5) sessionlog description (ITS#3935)
69                 Updated doc/drafts
70         Build Environment
71                 Updated test prog bind retry code
72                 Fixed test015-xsearch regression (ITS#3506)
73                 Added test040-subtree-rename
74
75 OpenLDAP 2.3.5 Release
76         Fixed slapd integerBitOr/AndMatch logic (ITS#3782)
77         Fixed slapd substrings filter length checks (ITS#3790)
78         Fixed slapd thread pool initialization (ITS#3793)
79         Fixed slapd cancel exop (ITS#3549)
80         Fixed slapd syncrepl cookie problem (ITS#3917)
81         Fixed slapd inequality filter index bug (ITS#3920)
82         Fixed slapd syncrepl ctxcsn leak (ITS#3922)
83         Fixed slapd syncrepl scope issue (ITS#3831)
84         Fixed slapd syncrepl missing array subscript (ITS#3834)
85         Fixed slapd slapd_remove null deref (ITS#3842)
86         Fixed slapd ldapi credential normalization bug (ITS#3876)
87         Fixed slapd userPassword cleartext bug (ITS#3846)
88         Fixed slapd cn=config default search base bug (ITS#3900)
89         Fixed slapd cn=config olcDbConfig bug (ITS#3815)
90         Fixed slapd cn=config olcReadOnly bug (ITS#3820)
91         Fixed slapd cn=config hdb+bdb bug (ITS#3821)
92         Fixed slapd ACL attrs/val EQUALITY issue (ITS#3830)
93         Fixed slapd authx-regexp diagnostics (ITS#3819)
94         Fixed slapd index_substr_any_step keyword (ITS#3818)
95         Fixed slapd -f directory issue (ITS#3865)
96         Fixed slapd attributeOptions config parsing (ITS#3829)
97         Fixed slapd whitespace config parsing bug (ITS#3901)
98         Fixed slapd rootdn space issue (ITS#3806)
99         Fixed slapd passwd change w/ {CRYPT} bug (ITS#3805)
100         Fixed slapd backend_init_controls assert (ITS#3853)
101         Fixed slapd loglevel -1 bug (ITS#3858)
102         Fixed slapi bind bound DN issue (ITS#2971)
103         Fixed slapi issues (ITS#3884,3885,3886)
104         Fixed slapi authorization name issue (ITS#3892)
105         Fixed slapi slapi_int_connection_init operation problem (ITS#3868)
106         Fixed slapi slapi_entry_has_children bug (ITS#3879)
107         Fixed slapd-bdb manual recovery startup (ITS#3607,3824)
108         Fixed slapd-bdb manual recovery startup (ITS#3833)
109         Fixed slapd-bdb/hdb checkpoint before suffix bug (ITS#3784)
110         Fixed slapd-hdb modrdn base bug (ITS#3857)
111         Fixed slapd-ldap access to freed connection (ITS#3913)
112         Fixed slapd-ldap/meta filter bug (ITS#3785)
113         Fixed slapd-ldap/meta connection pooling (ITS#3813)
114         Fixed slapd-ldap/meta memory leak (ITS#3862)
115         Added slapd-sql enhancements (ITS#3432)
116         Fixed slapd-sql attribute with no values issue (ITS#3861)
117         Fixed slapd-sql truncating keyval column problem (ITS#3888)
118         Fixed slapd-sql return code ignored problem (ITS#3891)
119         Fixed slapo-glue alock bug (ITS#3817,3841)
120         Fixed slapo-dyngroup hidden subschemaSubentry bug (ITS#3844)
121         Fixed slapo-ppolicy hashed length problem (ITS#3783)
122         Fixed slapo-ppolicy quality check (ITS#3777)
123         Fixed slapo-ppolicy lockout duration (ITS#3779)
124         Fixed slapo-rwm leak (ITS#3914)
125         Fixed slapo-glue/rwm conflict (ITS#3788)
126         Fixed slapadd segfault (ITS#3926)
127         Fixed slapcat cn=config segfault (ITS#3796)
128         Fixed slaptest -F crash (ITS#3912)
129         Fixed slapd authzTo/From syntax issue (ITS#3921)
130         Fixed libldap abandon concurrency issue (ITS#3800)
131         Fixed libldap start_tls referral chasing (ITS#3791)
132         Fixed libldap referral chasing issues (ITS#2894,3578)
133         Fixed librewrite concurrency issue (ITS#3932)
134         Use IANA-assigned OIDs for recently approved IETF LDAP extensions
135         Removed lint (ITS#3857)
136         Build Environment
137                 Upgraded shtool (ITS#3752)
138                 Upgraded config.guess/config.sub
139                 Fixed FreeBSD thread stacksize problem (ITS#3456)
140                 Fixed cygwin shared libraries build problem (ITS#3712)
141                 Fixed acl_get/acl_mask v AIX symbol clash (ITS#3787)
142                 Fixed test020 logging problem (ITS#3811)
143                 Fixed duplicate symbol problem (ITS#3843)
144                 Fixed liblunicode 64bit builds (ITS#3869)
145                 Fixed passwd/kerberos module builds (ITS#3896)
146                 Fixed test037 manageDIT discovery issue (ITS#3898)
147                 Fixed installed man page symlinks (ITS#3904)
148                 Fixed <sasl.h> inclusion (ITS#3905)
149                 Fixed smbk5pwd Heimdal compat issue (ITS#3910)
150                 Fixed slapd make install issue (ITS#3929)
151                 Fixed DESTDIR reporting (ITS#3916)
152         Documentation
153                 Fixed Admin Guide authz v. saslauthz problem (ITS#3875)
154                 Fixed Admin Guide --disable-bdb issue (ITS#3837)
155                 Fixed slapd-meta(5) lastmod issue (ITS#3789)
156                 Updated slapd.conf(5) (ITS#3866)
157                 Updated slapd(8) OPTIONS section (ITS#3816)
158                 Updated slapd-monitor(5) (ITS#3822,3836)
159                 Updated slapd-bdb(5) (ITS#3823)
160
161 OpenLDAP 2.3.4 Release
162         Initial release for "general use".
163