A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 5c919894779d67280fa26afdd94d99248fc38099 (commit) via d51ee964fc5e1f02b035811de0f95eee81c2789f (commit) via 743a9783d57ea6b693e56f6545ac5d68dc9242c7 (commit) from 63314e9c4a1d82f19941ed96627f09e536d8fd37 (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 5c919894779d67280fa26afdd94d99248fc38099 Author: Stef Walter stefw@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 d51ee964fc5e1f02b035811de0f95eee81c2789f Author: Howard Chu hyc@openldap.org Date: Thu Oct 10 10:48:08 2013 -0700
ITS#7694 more for IPv6 CLDAP, slapd fix
commit 743a9783d57ea6b693e56f6545ac5d68dc9242c7 Author: Stef Walter stefw@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(-)