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 8fad66cb93040d99f39b35292da928f882d29431 (commit) via c4b7445045e3873f0577151829798824bf67f504 (commit) via aa890f86836b16724fc1a6dd677fb8032a3e5646 (commit) via cee1d8638107978ad48334a9b5ca5aacbf54b251 (commit) from 7e15dd9165f77a7f626f99f7601630042f2871fb (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 8fad66cb93040d99f39b35292da928f882d29431 Author: Ralf Haferkamp ralf@openldap.org Date: Tue May 3 11:21:07 2011 +0200
Fix build with gcc 4.6
commit c4b7445045e3873f0577151829798824bf67f504 Author: Ralf Haferkamp ralf@openldap.org Date: Thu Apr 14 15:44:00 2011 +0200
fixed LDAPCtrl constructor when using char*
commit aa890f86836b16724fc1a6dd677fb8032a3e5646 Author: Ralf Haferkamp ralf@openldap.org Date: Fri Apr 1 10:06:05 2011 +0200
renew SSL context when setting global Options
commit cee1d8638107978ad48334a9b5ca5aacbf54b251 Author: Ralf Haferkamp ralf@openldap.org Date: Fri Apr 1 09:48:24 2011 +0200
Fixed SSL/TLS context renewal
LDAP_OPT_X_TLS_NEWCTX needs a pointer to 0 as the value for ldap_set_option when renewing a client's SSL context.
-----------------------------------------------------------------------
Summary of changes: contrib/ldapc++/src/LDAPControl.cpp | 1 + contrib/ldapc++/src/LDAPEntryList.h | 1 + contrib/ldapc++/src/LDAPReferenceList.h | 1 + contrib/ldapc++/src/TlsOptions.cpp | 7 +++---- 4 files changed, 6 insertions(+), 4 deletions(-)