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 52ace4554ed14965c7fdec3364e2af54823f320f (commit)
from 0e8c2d5a549b2a932257a1c2350ca45dfb6f8c9f (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 52ace4554ed14965c7fdec3364e2af54823f320f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 18 21:56:18 2018 +0000
More for privateKey tweak
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapo-autoca.5 | 4 ++--
1 file changed, 2 insertions(+), 2 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 0e8c2d5a549b2a932257a1c2350ca45dfb6f8c9f (commit)
from 4e23cfc4a9deeb2210dc324f1ab11cc94ddfe39e (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 0e8c2d5a549b2a932257a1c2350ca45dfb6f8c9f
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 18 19:10:04 2018 +0000
Tweak privateKey schema
We're using PKCS#8 syntax, drop the OpenLDAP syntax OID.
Rename attribute accordingly.
Tweak validator to accept encrypted keys.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 3 +--
servers/slapd/overlays/autoca.c | 4 ++--
servers/slapd/schema_init.c | 34 ++++++++++++++++++++++------------
servers/slapd/schema_prep.c | 10 +++++-----
servers/slapd/slap.h | 2 +-
5 files changed, 31 insertions(+), 22 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 4e23cfc4a9deeb2210dc324f1ab11cc94ddfe39e (commit)
from 71a5d7cc0f85f3cefdba44d56edf29d9b5c9f109 (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 4e23cfc4a9deeb2210dc324f1ab11cc94ddfe39e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 18 21:05:09 2018 +0000
ITS#8286 - Additional fixes
Fix incorrect matching rules for olcTLSCertificateKey and olcDbCryptKey
Fix SYNTAX for olcRootPW to be octetString
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-bdb/config.c | 2 +-
servers/slapd/bconfig.c | 4 ++--
servers/slapd/overlays/pcache.c | 2 +-
3 files changed, 4 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 71a5d7cc0f85f3cefdba44d56edf29d9b5c9f109 (commit)
from 3add82a3bb30b94afd23ff5e2c00c59ca8a931d8 (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 71a5d7cc0f85f3cefdba44d56edf29d9b5c9f109
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 18 19:26:37 2018 +0000
Fix integerMatch to booleanMatch
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 2 +-
1 file changed, 1 insertion(+), 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, master has been updated
via 3add82a3bb30b94afd23ff5e2c00c59ca8a931d8 (commit)
from c29542c41885b56066c66046ca1f690251265c09 (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 3add82a3bb30b94afd23ff5e2c00c59ca8a931d8
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 18 18:45:20 2018 +0000
ITS#8286 -- Add matching rules for attributes
Add matching rules for all cases where it was missing. Cleanup
incorrect types for a few attributes as well. Fix network-timeout
handling in back-ldap/meta/asyncmeta.
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/adremap/adremap.c | 2 +
contrib/slapd-modules/autogroup/autogroup.c | 1 +
contrib/slapd-modules/lastbind/lastbind.c | 2 +
contrib/slapd-modules/smbk5pwd/smbk5pwd.c | 3 ++
doc/man/man5/slapo-dds.5 | 10 ++---
servers/slapd/back-asyncmeta/config.c | 39 ++++++++++++++---
servers/slapd/back-bdb/config.c | 16 +++++++
servers/slapd/back-ldap/config.c | 29 ++++++++++++-
servers/slapd/back-mdb/config.c | 11 ++++-
servers/slapd/back-meta/config.c | 38 ++++++++++++++---
servers/slapd/back-perl/config.c | 1 +
servers/slapd/back-sql/config.c | 31 ++++++++++++++
servers/slapd/bconfig.c | 66 +++++++++++++++++++++++++++--
servers/slapd/overlays/accesslog.c | 4 ++
servers/slapd/overlays/auditlog.c | 1 +
servers/slapd/overlays/autoca.c | 9 ++++
servers/slapd/overlays/dds.c | 7 +++
servers/slapd/overlays/dyngroup.c | 1 +
servers/slapd/overlays/memberof.c | 7 +++
servers/slapd/overlays/pcache.c | 6 +++
servers/slapd/overlays/ppolicy.c | 4 ++
servers/slapd/overlays/refint.c | 2 +
servers/slapd/overlays/retcode.c | 3 ++
servers/slapd/overlays/rwm.c | 3 ++
servers/slapd/overlays/sssvlv.c | 3 ++
servers/slapd/overlays/syncprov.c | 4 ++
servers/slapd/overlays/translucent.c | 6 +++
27 files changed, 288 insertions(+), 21 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 c29542c41885b56066c66046ca1f690251265c09 (commit)
from 8ccb3d4e1b455a0eef48a7abc8b10e546244ea9d (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 c29542c41885b56066c66046ca1f690251265c09
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Dec 18 17:40:14 2018 +0100
ITS#8845 sc_extendedops is read-only
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/controls.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 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 8ccb3d4e1b455a0eef48a7abc8b10e546244ea9d (commit)
from f6bf403f1ea980fc689963ac91eadcc583a7557e (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 8ccb3d4e1b455a0eef48a7abc8b10e546244ea9d
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Dec 18 17:10:22 2018 +0000
Add msctrl to libldap_r
Overlooked this in a9bfce1292bcf46d2a35d6be9fd8fff44ea6ec33
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap_r/Makefile.in | 6 ++++--
1 file changed, 4 insertions(+), 2 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, OPENLDAP_REL_ENG_2_4 has been updated
via 76906a6bf149915af8592b022893a2ac97735121 (commit)
from 0deab428850c2f05e5f2d86c7abebeecb7a74a2f (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 76906a6bf149915af8592b022893a2ac97735121
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 18 00:34:31 2018 +0000
ITS#8752 - Regression test fix
Increase sleep intervals to avoid test failures on slower/busy systems
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 6 +++---
1 file changed, 3 insertions(+), 3 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 f6bf403f1ea980fc689963ac91eadcc583a7557e (commit)
from 190fccbcdc8112c787a60542b5844e49263ff148 (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 f6bf403f1ea980fc689963ac91eadcc583a7557e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Dec 18 00:34:31 2018 +0000
ITS#8752 - Regression test fix
Increase sleep intervals to avoid test failures on slower/busy systems
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its8752/its8752 | 6 +++---
1 file changed, 3 insertions(+), 3 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 190fccbcdc8112c787a60542b5844e49263ff148 (commit)
from 9cc97ea9e1c9ee2ee9f7d427ef9b950e890c219f (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 190fccbcdc8112c787a60542b5844e49263ff148
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Dec 17 16:21:03 2018 -0800
Missed a schema conflict
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema/msuser.ldif | 8 ++++----
servers/slapd/schema/msuser.schema | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git