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 09ff530036a04a01ad4250eeac2cf30349976ddc (commit) via 50b33cc6b84556e9c2105a4859dda68be528cb50 (commit) from 86b486e20a6c9a0e65d0055f7be97649adcbf357 (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 09ff530036a04a01ad4250eeac2cf30349976ddc Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 31 02:33:17 2019 +0000
ITS#8957 - Fix ASYNC TLS
Fix ASYNC TLS by correctly handling a return code of -2 in addition to 0
commit 50b33cc6b84556e9c2105a4859dda68be528cb50 Author: Quanah Gibson-Mount quanah@openldap.org Date: Thu Jan 31 02:37:07 2019 +0000
ITS#8968 - Fix ASYNC connection on Solaris 10
Fixes ASYNC connections to handle a return code of ENOTCONN as this is what Solaris 10 does.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/open.c | 2 +- libraries/libldap/request.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-)