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_4 has been updated
via e7852443063a1791aec65e42949a245278489d61 (commit)
via 0f1a5919e0da06bad7e7af7ec29c7f8818682d99 (commit)
via f25791947679262c811dd444b936bebb51032332 (commit)
via 3ebe59266fa60abec09776e859f262325f6a9d24 (commit)
from 3455e8449ade97e037cc392b465e3f284e109331 (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 e7852443063a1791aec65e42949a245278489d61
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 10 11:10:09 2013 -0700
ITS#7695
commit 0f1a5919e0da06bad7e7af7ec29c7f8818682d99
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Oct 10 11:07:57 2013 -0700
From: Stef Walter <stefw(a)redhat.com>
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 f25791947679262c811dd444b936bebb51032332
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Oct 10 10:48:08 2013 -0700
ITS#7694 more for IPv6 CLDAP, slapd fix
commit 3ebe59266fa60abec09776e859f262325f6a9d24
Author: Stef Walter <stefw(a)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:
CHANGES | 2 +
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 +++++++++++++++++++++++++++++++++++-------
10 files changed, 65 insertions(+), 30 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git