]> git.sur5r.net Git - openldap/blob - CHANGES
Update slapd limits handling (from Ando)
[openldap] / CHANGES
1 OpenLDAP 2.2 Change Log
2
3 OpenLDAP 2.2.11 Engineering
4         Fixed slapd undefined objectclass bug (ITS#3097)
5         Updated slapd limits handling
6
7 OpenLDAP 2.2.10 Release
8         Build Environment
9                 Fix configure bug (ITS#3094)
10
11 OpenLDAP 2.2.9 Release
12         Fixed slapd syncrepl replication bugs (ITS#3055,3056,3069)
13         Fixed slapd slurpd update bugs
14         Fixed slapd inappropriate bind error disclosure bugs
15         Fixed slapd sun_path portability bug
16         Fixed slapd passwd referral memory leak
17         Fixed slapd sasl userdb checkpass bug (ITS#3048)
18         Fixed slapd duplicate value detection (ITS#3066)
19         Fixed slapd permissive modify control (ITS#3068)
20         Fixed slapd updateref handling
21         Fixed slapd saslauthz subtree scope bug (ITS#3077)
22         Fixed back-bdb paged results bug (ITS#3076)
23         Fixed back-bdb "" suffix bug (ITS#3063)
24         Fixed back-bdb/hdb/ldbm approx w/o index bug (ITS#3062)
25         Fixed back-meta compare return code (ITS#3042)
26         Fixed back-ldbm IDL delete bug (ITS#3046)
27         Fixed back-ldbm modrdn indexing bug (ITS#3059)
28         Fixed libldap parse_oid core dump bug (ITS#3065)
29         Fixed ldapmodify missing error information bug (ITS#3057)
30         Fixed ldapsearch paged results error handling
31         Updated slapd limits handling
32         Updated slapd overlay framework
33         Added slapd Delivery Method syntax validation (ITS#3052)
34         Added libldap ditContentRule oidMacro support (ITS#2920)
35         Removed lint
36         Build Environment
37                 Fixed slapd dynamic backend build (ITS#3044)
38                 Fixed slaptools DESTDIR handling (ITS#3070)
39                 Removed deprecated configure options
40                 Updated configure backend/overlay options
41                   Requires changes in module configuration practices
42
43 OpenLDAP 2.2.8 Release
44         Fixed slapd/slapadd syncrepl bugs (ITS#2948,2995)
45         Fixed slapd sasl-regexp multiple entry bug (ITS#3033)
46         Fixed slapd bind method portability bug (ITS#3038)
47         Fixed libldap try_read1msg bug (ITS#2982)
48         Added slapd numericStringOrderingMatch rule support (ITS#2988)
49         Added slurpd replication interval config option (ITS#2768)
50         Build Environment
51                 Fixed shared library soname issues (ITS#3035)
52                   May requires changes in link practices of dependent apps
53
54 OpenLDAP 2.2.7 Release
55         Fixed slapd IDL avl_delete failure bug (ITS#3004)
56         Fixed slapd erroneous illegal filter handling (ITS#2977)
57         Fixed slapd syncrepl bugs (multiple)
58         Fixed slapd value regex ACL bug (ITS#3008)
59         Fixed slapd SASL dnauthz bug (ITS#2961)
60         Fixed slapcat tools bug (ITS#2974)
61         Fixed back-monitor crash when used with overlays (ITS#3023)
62         Fixed back-ldap massaged base free (ITS#2999)
63         Fixed back-meta memory leak issues (ITS#2986)
64         Fixed back-glue search abandon handling (ITS#2999)
65         Fixed back-sql undefined attribute name request bug (ITS#3005)
66         Fixed back-sql oracle-related issues (ITS#2641)
67         Fixed back-bdb empty suffix/contextCSN bug (ITS#2970)
68         Fixed libldap/slapd '=' escape in DN (ITS#3009)
69         Fixed back-sql attribute subtype in search request
70         Updated ldapsearch paged results handling
71         Added total operation count in back-monitor (ITS#2983)
72         Added slapd ACL peername/expand styles (ITS#2907, ITS#3010)
73         Added slapd ACL set logging (ITS#2949)
74         Build Environment
75                 Fixed overlay module build issue (ITS#2978)
76                 Fixed libldap T_SRV portability bug (ITS#2990)
77                 Fixed AIX portability issues (ITS#2997,2998)
78                 Fixed shared library soname versioning (ITS#3016)
79                   Requires changes in link practices of dependent apps
80                 Updated MS win32 port (ITS#2992)
81         Documentation
82                 Fixed ldapmodrdn(1) manpage (ITS#3003)
83                 Updated release documents
84
85 OpenLDAP 2.2.6 Release
86         Fixed slapd SASL callback handling (ITS#2926)
87         Fixed slapd backglue sizelimit bug (ITS#2888)
88         Fixed slapd numericStringMatch bug (ITS#2938)
89         Fixed libldap maxbuf handling (ITS#2944,2956)
90         Fixed libldap_r abandon msgid mutex bug 
91         Fixed liblutil NS MTA MD5 passwd len bug (ITS#2899)
92         Fixed slapd pcache DB init bug (ITS#2960)
93         Updated libldap reference handling (ITS#2984)
94         Updated slapd syncrepl support (multiple)
95         Updated slapd connection deferred logging (ITS#2959)
96         Updated slapd filter logging
97         Updated back-ldap
98         Updated back-bdb to use Btree indices instead of Hashes
99                 Requires recreation of indices of existing databases
100         Added slapd limit groups (ITS#2967)
101         Build Environment
102                 Fixed test021 portable echo bug (ITS#2933, ITS#2879)
103                 Fixed EBCDIC conversion bugs (ITS#2962)
104         Documentation
105                 Misc. man page updates
106         Contributed Software
107                 Added slapd passwd modules
108                 Updated libcldap++
109
110 OpenLDAP 2.2.5 Release
111         Fixed slapd filter bug (ITS#2901)
112         Fixed slapd/syncrepl shutdown bug (ITS#2910)
113         Fixed back-glue sizeExceeded bug (ITS#2888)
114         Fixed back-bdb syncrepl psearch add bug
115         Fixed back-bdb/tools duplicate entry detection (ITS#2905)
116         Fixed back-ldap suffix massage when --enable-rewrite=no (ITS#2923)
117         Updated slapi to honor access denied return value from ACL plugins
118         Fixed slapcat backglue subsequent subordinates bug (ITS#2924)
119         Updated slappasswd error reporting (ITS#2906)
120         Fixed CYGWIN/MINGW threading bug (ITS#2921)
121         Fixed GYGWIN/MINGW ldapsearch glob problem (ITS#2922)
122         Build environment
123                 Fixed slapd passwd portable C bug (ITS#2900)
124                 Fixed librewrite portable C bug (ITS#2908)
125                 Fixed libldap/dnssrv.c building on MacOS X
126                 Fixed CYGWIN/MINGW configure issues (ITS#2918)
127                 Fixed z/OS configure issues
128         Documentation
129                 Updated ldapsearch(1) -t description (ITS#2925)
130
131
132 OpenLDAP 2.2.4 Release
133         Initial release for "general" use.
134