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(a)openldap.org>
Date: Tue Jul 3 22:28:44 2018 +0000
ITS#8714
commit 4f2a82b13b295713b6ddfbf705017ee1a085af16
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
commit 94108f59138a49e1c7bdd95bea59fa2504cf7e6d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 22:23:00 2018 +0000
ITS#8051
commit 915c8108fa83973dee075cba56f852d7744d90c2
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 4 05:21:46 2015 +0000
ITS#8051 use a regexp
commit 1c52b5625a70956ffccdf6978501af5b53169b63
Author: Howard Chu <hyc(a)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
---
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 fee34e098c48e2564bc8762899ff2e91820da5d2 (commit)
from b06f5b0493937fc28f2cc86df1d7f464aa4504d8 (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 fee34e098c48e2564bc8762899ff2e91820da5d2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jul 3 21:49:52 2018 +0000
ITS#8616 - Regression test
Add a regression test for ITS#8616 that verifies the ability to change
the values for olcSpNoPresent and olcSpReloadHint
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8616/its8616 | 259 +++++++++++++++++++++
.../{its8521 => its8616}/slapd-provider.ldif | 0
2 files changed, 259 insertions(+)
create mode 100755 tests/data/regressions/its8616/its8616
copy tests/data/regressions/{its8521 => its8616}/slapd-provider.ldif (100%)
---
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 b06f5b0493937fc28f2cc86df1d7f464aa4504d8 (commit)
via dac02c7ef1655520ae64172757b04ae52ae006ce (commit)
via 242ab9c6ef8a79cde6bffd1d8f57df848876dea5 (commit)
via b0244fc8697eaca38b44e6048b920ced3d52243d (commit)
from 465b1c5972eef1d4e60eb98ae3776d33e270853d (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 b06f5b0493937fc28f2cc86df1d7f464aa4504d8
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Mon Jul 2 15:43:23 2018 +0100
ITS#8663 Improve memberof cn=config handling
commit dac02c7ef1655520ae64172757b04ae52ae006ce
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed Jun 27 10:32:04 2018 +0100
ITS#8667 Do not finish glue initialisation in tool mode unless requested
commit 242ab9c6ef8a79cde6bffd1d8f57df848876dea5
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed May 9 10:13:59 2018 +0100
ITS#8845 Recognise control-exop compatibility
commit b0244fc8697eaca38b44e6048b920ced3d52243d
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Thu Jun 21 16:01:43 2018 +0100
ITS#8842 Do some printability checks on the dc RDN
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/getdn.c | 6 ++
servers/slapd/backglue.c | 2 +-
servers/slapd/controls.c | 63 +++++++++++++---
servers/slapd/overlays/memberof.c | 152 +++++++++++++++++++++++---------------
servers/slapd/proto-slap.h | 1 +
5 files changed, 156 insertions(+), 68 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git