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 66928d6b992575c019995d2225e8441bfb83ec9f (commit) via cf2b647d15d15096a2c06a6d7d080cb3647e49a7 (commit) via a1df76d9539e43662a89be05da4a59589fe0886c (commit) via e6fe81a1a5cf101935069288a295df0c5af38fc7 (commit) from 669a4d29c3e8258a9411d36dcb4cece23ad0908f (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 66928d6b992575c019995d2225e8441bfb83ec9f Author: Quanah Gibson-Mount quanah@openldap.org Date: Wed Oct 11 12:16:35 2017 -0700
ITS#8717, ITS#8720, ITS#8226
commit cf2b647d15d15096a2c06a6d7d080cb3647e49a7 Author: Howard Chu hyc@openldap.org Date: Wed Sep 6 21:46:09 2017 +0100
ITS#8717 call connection delete callbacks
When TLS fails to start
commit a1df76d9539e43662a89be05da4a59589fe0886c Author: Howard Chu hyc@openldap.org Date: Thu Aug 31 16:53:45 2017 +0100
ITS#8720 use the configured exop timeout for StartTLS
Also, there's no need for a retry loop here. Just wait for the specified timeout or give up.
commit e6fe81a1a5cf101935069288a295df0c5af38fc7 Author: Howard Chu hyc@openldap.org Date: Tue Aug 1 22:08:50 2017 +0100
ITS#8226 optimization
Don't release read txn unless there has actually been a new write txn
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 +++ libraries/libldap/open.c | 25 +++++++++++++++++++++++++ servers/slapd/back-ldap/back-ldap.h | 2 ++ servers/slapd/back-ldap/bind.c | 29 +++++++++++------------------ servers/slapd/back-mdb/search.c | 5 ++++- 5 files changed, 45 insertions(+), 19 deletions(-)