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 738723866ed6858cb694b0a770300d781e09e333 (commit)
from 2c36a37f908cd2e7297b1bd5621fea2f0d32451a (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 738723866ed6858cb694b0a770300d781e09e333
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 6 21:46:09 2017 +0100
ITS#8717 call connection delete callbacks
When TLS fails to start
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/open.c | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 2c36a37f908cd2e7297b1bd5621fea2f0d32451a (commit)
from afa861bf22bbf49a93149bd25a01a0171b30ca93 (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 2c36a37f908cd2e7297b1bd5621fea2f0d32451a
Author: SATOH Fumiyasu <fumiyas(a)osstech.co.jp>
Date: Thu Aug 3 16:59:02 2017 +0900
ITS#8709 contrib/slapd-modules/passwd/totp: OpenSSL 1.1.0 compatibility
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/passwd/totp/slapd-totp.c | 31 ++++++++++++++++++++++----
1 file changed, 27 insertions(+), 4 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 afa861bf22bbf49a93149bd25a01a0171b30ca93 (commit)
from b65e0b5731aad64e8d149e55724e23b2f0cf7e84 (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 afa861bf22bbf49a93149bd25a01a0171b30ca93
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 6 21:25:16 2017 +0100
ITS#8719 add crypt_r() support
-----------------------------------------------------------------------
Summary of changes:
configure.in | 6 ++++++
include/portable.hin | 3 +++
servers/slapd/passwd.c | 31 ++++++++++++++++++++++++++++++-
3 files changed, 39 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP (openldap.git) repository.
It will be available in the public mirror shortly.
The branch, mdb.master has been updated
via f34b61f9471d1c03fe0517b9d817c50c920e378a (commit)
from 3daab3be733b933a3fd2263441da4976206b27a2 (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 f34b61f9471d1c03fe0517b9d817c50c920e378a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 6 21:15:48 2017 +0100
ITS#8722 fix FIRST_DUP/LAST_DUP cursor bounds check
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 6 ++++++
1 file changed, 6 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
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 b65e0b5731aad64e8d149e55724e23b2f0cf7e84 (commit)
from bb62d9cb732c894023c5c9f5893acf40add7376c (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 b65e0b5731aad64e8d149e55724e23b2f0cf7e84
Author: Michael Ströder <michael(a)stroeder.com>
Date: Tue Sep 5 15:52:34 2017 +0200
ITS#8714 Send out EXTENDED operation message from back-sock
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-sock.5 | 23 ++++++++++-
servers/slapd/back-sock/Makefile.in | 4 +-
servers/slapd/back-sock/config.c | 12 +++++-
servers/slapd/back-sock/extended.c | 76 ++++++++++++++++++++++++++++++++++++
servers/slapd/back-sock/init.c | 2 +-
servers/slapd/back-sock/proto-sock.h | 2 +
6 files changed, 113 insertions(+), 6 deletions(-)
create mode 100644 servers/slapd/back-sock/extended.c
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git