~ubuntu-branches/ubuntu/maverick/openldap/maverick-proposed

« back to all changes in this revision

Viewing changes to CHANGES

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mto: This revision was merged to the branch mainline in revision 19.
  • Revision ID: james.westby@ubuntu.com-20090907134110-jsdrvn0atu1fex4m
Tags: upstream-2.4.18
ImportĀ upstreamĀ versionĀ 2.4.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
OpenLDAP 2.4 Change Log
2
2
 
 
3
OpenLDAP 2.4.18 Release (2009/09/06)
 
4
        Fixed client tools common options (ITS#6049)
 
5
        Fixed liblber speed and other problems (ITS#6215)
 
6
        Added libldap MozNSS PEM support (ITS#6278)
 
7
        Added libldap option for SASL_USERNAME (ITS#6257)
 
8
        Fixed libldap error parsing (ITS#6197)
 
9
        Fixed libldap native getpass usage (ITS#4643)
 
10
        Fixed libldap tls_check_hostname for OpenSSL and MozNSS (ITS#6239)
 
11
        Added slapd tcp buffers support (ITS#6234)
 
12
        Fixed slapd allow mirrormode to be set to FALSE (ITS#5946)
 
13
        Fixed slapd certificate list parsing (ITS#6241)
 
14
        Fixed slapd writers blocking (ITS#6276)
 
15
        Fixed slapd dncachesize behavior to unlimited by default (ITS#6222)
 
16
        Fixed slapd incorrectly applying writetimeout when not set (ITS#6220)
 
17
        Fixed slapd with duplicate empty lines for olcDbConfig (ITS#6240)
 
18
        Fixed slapd server URL matching (ITS#5942)
 
19
        Fixed slapd subordinate needs a suffix (ITS#6216)
 
20
        Fixed slapd syncrepl decrement on possible NULL value (ITS#6256)
 
21
        Fixed slapd tools to properly close database (ITS#6214)
 
22
        Fixed slapd uninitialized SlapReply components (ITS#6101)
 
23
        Fixed slapd-meta starttls with targets (ITS#6190)
 
24
        Fixed slapd-monitor stats with glued subordinates (ITS#6243)
 
25
        Fixed slapd-ndb startup (ITS#6203)
 
26
        Fixed slapd-relay various issues (ITS#6133)
 
27
        Fixed slapd-relay response/cleanup callback mismatch (ITS#6154)
 
28
        Fixed slapd-sql with baseObject query (ITS#6172)
 
29
        Fixed slapd-sql with empty attribute (ITS#6163)
 
30
        Fixed slapo-dynlist uninitialized var (ITS#6266)
 
31
        Fixed slapo-pcache multiple enhancements (ITS#6152,ITS#5178)
 
32
        Fixed slapo-ppolicy updating operational attributes (ITS#6265)
 
33
        Fixed slapo-translucent attribute return (ITS#6254)
 
34
        Fixed slapo-translucent filter matching (ITS#6255)
 
35
        Fixed slapo-translucent to honor sizelimit (ITS#6253)
 
36
        Fixed slapo-unique filter matching (ITS#6077)
 
37
        Fixed tools off by one error (ITS#6233)
 
38
        Fixed tools resource leaks (ITS#6145)
 
39
        Added contrib/allowed (ITS#4730)
 
40
        Fixed contrib/autogroup with RE24 (ITS#6227)
 
41
        Fixed contrib/nss symbols (ITS#6273)
 
42
        Build Environment
 
43
                Tests note which backend is being tested (ITS#5810)
 
44
                Fixed test056-monitor with custom ports (ITS#6213)
 
45
        Documentation
 
46
                admin24 fix broken link (ITS#6264)
 
47
                ldap_open(3) document URI (ITS#6261)
 
48
 
3
49
OpenLDAP 2.4.17 Release (2009/07/13)
4
50
        Fixed liblber to use ber_strnlen (ITS#6080)
5
 
        Fixed libldap gnutls private key init (ITS#6053)
 
51
        Fixed libldap GnuTLS private key init (ITS#6053)
6
52
        Fixed libldap openssl digest initialization (ITS#6192)
7
53
        Fixed libldap tls NULL error messages (ITS#6079)
8
54
        Fixed liblutil opendir/closedir on windows (ITS#6041)