A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.

The branch, OPENLDAP_REL_ENG_2_5 has been updated
       via  5568e0598f353377edc6ec616c45ff471e3ab7ec (commit)
       via  7fb2ae83b1cf755c19cbeb2fcd462ed43038c0fe (commit)
       via  4b1c935cd19f7255529a8b84210c4cd19b11481a (commit)
      from  30495311c01f7fd6f6058738aa0fcec496e6de2e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5568e0598f353377edc6ec616c45ff471e3ab7ec
Author: Howard Chu <h...@openldap.org>
Date:   Thu Oct 10 10:48:08 2013 -0700

    ITS#7694 more for IPv6 CLDAP, slapd fix

commit 7fb2ae83b1cf755c19cbeb2fcd462ed43038c0fe
Author: Stef Walter <st...@redhat.com>
Date:   Thu Sep 12 22:59:14 2013 +0200

    ITS#7695 Fix ldapsearch regression with CLDAP
    
    Don't try to parse the result of a CLDAP bind request. Since these are
    faked, no message is actually returned.

commit 4b1c935cd19f7255529a8b84210c4cd19b11481a
Author: Stef Walter <st...@redhat.com>
Date:   Thu Sep 12 15:49:36 2013 +0200

    ITS#7694 Fix use of IPv6 with LDAP_CONNECTIONLESS
    
    LDAP_CONNECTIONLESS code assumed that the size of an peer address
    is equal to or smaller than sizeof (struct sockaddr).
    
    Fix to use struct sockaddr_storage instead which is intended for
    this purpose. Use getnameinfo() where appropriate so we don't
    assume anything about the contents of struct sockaddr

-----------------------------------------------------------------------

Summary of changes:
 clients/tools/common.c      |   12 ++++++----
 libraries/liblber/sockbuf.c |   16 +++++++-------
 libraries/libldap/abandon.c |    2 +-
 libraries/libldap/open.c    |    4 +-
 libraries/libldap/os-ip.c   |    4 +-
 libraries/libldap/request.c |    2 +-
 libraries/libldap/result.c  |    4 +-
 libraries/libldap/search.c  |    2 +-
 servers/slapd/connection.c  |   47 +++++++++++++++++++++++++++++++++++-------
 9 files changed, 63 insertions(+), 30 deletions(-)


--- 
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git

Reply via email to