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 88c23803ec614cee5b0ca67e95f46a8cd84c64cd (commit) via ccb47e57a2966f0c3ffbb89e1d438580769c3b49 (commit) via b483ee1aac88bba75692b8dde9eaff60dfa92fb9 (commit) from 5ea6bcfb37e675c8286ef3ea922b11be5682fb3f (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 88c23803ec614cee5b0ca67e95f46a8cd84c64cd Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Apr 24 17:05:51 2013 -0700
ITS#7513
commit ccb47e57a2966f0c3ffbb89e1d438580769c3b49 Author: Ted C. Cheng tedcheng@symas.com Date: Wed Jan 30 11:58:14 2013 -0800
ITS#7513 added TCP keepalive support to back-meta
commit b483ee1aac88bba75692b8dde9eaff60dfa92fb9 Author: Howard Chu hyc@openldap.org Date: Wed Apr 24 00:52:52 2013 -0700
Drop ldap_int_sasl_mutex
It was introduced for Cyrus 1.5 in 2001; we've been on 2.x since 2002 and Cyrus does its own locking when needed.
-----------------------------------------------------------------------
Summary of changes: CHANGES | 5 +++-- doc/man/man5/slapd-meta.5 | 19 +++++++++++++++++++ libraries/libldap/cyrus.c | 4 ---- libraries/libldap/ldap-int.h | 3 --- libraries/libldap/sasl.c | 6 ------ libraries/libldap/util-int.c | 3 --- servers/slapd/back-meta/config.c | 32 ++++++++++++++++++++++++++++++++ servers/slapd/back-meta/conn.c | 2 ++ 8 files changed, 56 insertions(+), 18 deletions(-)