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 be1d550fe098afddb8796f685be7e2e2f405a504 (commit) via 4f2a82b13b295713b6ddfbf705017ee1a085af16 (commit) via 94108f59138a49e1c7bdd95bea59fa2504cf7e6d (commit) via 915c8108fa83973dee075cba56f852d7744d90c2 (commit) via 1c52b5625a70956ffccdf6978501af5b53169b63 (commit) from 84ba00bca08c270860c3a1f9708d9f5d9853539a (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 be1d550fe098afddb8796f685be7e2e2f405a504 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 3 22:28:44 2018 +0000
ITS#8714
commit 4f2a82b13b295713b6ddfbf705017ee1a085af16 Author: Michael Ströder michael@stroeder.com Date: Tue Sep 5 15:52:34 2017 +0200
ITS#8714 Send out EXTENDED operation message from back-sock
commit 94108f59138a49e1c7bdd95bea59fa2504cf7e6d Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jul 3 22:23:00 2018 +0000
ITS#8051
commit 915c8108fa83973dee075cba56f852d7744d90c2 Author: Howard Chu hyc@openldap.org Date: Wed Feb 4 05:21:46 2015 +0000
ITS#8051 use a regexp
commit 1c52b5625a70956ffccdf6978501af5b53169b63 Author: Howard Chu hyc@openldap.org Date: Wed Feb 4 03:53:13 2015 +0000
ITS#8051 add DN qualifier
-----------------------------------------------------------------------
Summary of changes: CHANGES | 2 + doc/man/man5/slapd-sock.5 | 28 ++++++++++++- servers/slapd/back-sock/Makefile.in | 4 +- servers/slapd/back-sock/back-sock.h | 2 + servers/slapd/back-sock/config.c | 44 ++++++++++++++++++--- servers/slapd/back-sock/extended.c | 76 ++++++++++++++++++++++++++++++++++++ servers/slapd/back-sock/init.c | 2 +- servers/slapd/back-sock/proto-sock.h | 2 + 8 files changed, 151 insertions(+), 9 deletions(-) create mode 100644 servers/slapd/back-sock/extended.c