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 79284a06d3bea085ed92f17f2a2b5a15746f83a0 (commit)
via 2012795d3b1a29913e9f3a5b3a35d40fd8f5f903 (commit)
via b402a2805f8b96d2751a7315ea5e70e5082965ed (commit)
from 2b920ecaecc2e4858a33d0c8151bcf3b3d71cadd (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 79284a06d3bea085ed92f17f2a2b5a15746f83a0
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Apr 9 03:55:01 2017 +0100
Catalog of assigned OID arcs
With some specific elements as well, but not exhaustively listed.
Patches welcome.
commit 2012795d3b1a29913e9f3a5b3a35d40fd8f5f903
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Apr 9 02:21:06 2017 +0100
Add config support for binary values
Use base64 for .conf files, straight binary for back-config
commit b402a2805f8b96d2751a7315ea5e70e5082965ed
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Apr 9 00:13:42 2017 +0100
Add options to use DER format cert+keys directly
Instead of loading from files.
-----------------------------------------------------------------------
Summary of changes:
doc/devel/OIDs | 69 ++++++++++++++++++++++++++++++++++++++++++
include/ldap.h | 3 ++
libraries/libldap/ldap-int.h | 6 ++++
libraries/libldap/tls2.c | 34 ++++++++++++++++++++-
libraries/libldap/tls_o.c | 56 +++++++++++++++++++++++++++++++---
servers/slapd/bconfig.c | 13 +++++++-
servers/slapd/config.c | 34 +++++++++++++++++++--
servers/slapd/config.h | 2 ++
8 files changed, 208 insertions(+), 9 deletions(-)
create mode 100644 doc/devel/OIDs
---
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 2b920ecaecc2e4858a33d0c8151bcf3b3d71cadd (commit)
from ec5af7b5e73b26ad6d330a33f629c051b5b0334c (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 2b920ecaecc2e4858a33d0c8151bcf3b3d71cadd
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Apr 7 15:25:37 2017 +0100
Add autoca overlay
Automated certificate authority
-----------------------------------------------------------------------
Summary of changes:
configure.in | 15 +
doc/man/man5/slapo-autoca.5 | 103 ++++
servers/slapd/overlays/Makefile.in | 4 +
servers/slapd/overlays/autoca.c | 969 ++++++++++++++++++++++++++++++++++++
4 files changed, 1091 insertions(+)
create mode 100644 doc/man/man5/slapo-autoca.5
create mode 100644 servers/slapd/overlays/autoca.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, OPENLDAP_REL_ENG_2_4 has been updated
via 02d1a40dd6310c6c59aa20eb69990108dc232c71 (commit)
from 556a832c4a7ed54d94d0ec204baba5865a36732a (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 02d1a40dd6310c6c59aa20eb69990108dc232c71
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Apr 4 18:24:57 2017 +0100
ITS#6545 Update accesslog format and syncrepl consumer
Make two successive modifications of the same attribute separate. This
lets the consumer interpret the log entry the same way as the server
that produced it.
Still depends on the log entry attributes being read in the same order
as they were written.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 11 ++++++++++-
servers/slapd/syncrepl.c | 5 +++++
tests/scripts/test043-delta-syncrepl | 3 +++
tests/scripts/test063-delta-multimaster | 17 +++++++++++++++++
4 files changed, 35 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, OPENLDAP_REL_ENG_2_5 has been updated
via d85a1a326095e6098acd08c93232d734464371b4 (commit)
via ec5af7b5e73b26ad6d330a33f629c051b5b0334c (commit)
from 2fe93270d4c70b4b535bc7d59a26b0b1e301f3e6 (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 d85a1a326095e6098acd08c93232d734464371b4
Merge: 2fe9327 ec5af7b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 7 14:39:35 2017 -0700
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 11 ++++++++++-
servers/slapd/syncrepl.c | 5 +++++
tests/scripts/test043-delta-syncrepl | 3 +++
tests/scripts/test063-delta-multimaster | 17 +++++++++++++++++
4 files changed, 35 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, master has been updated
via ec5af7b5e73b26ad6d330a33f629c051b5b0334c (commit)
from eb8f1a7247988cdde34f8d02325c4dc22d146c0d (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 ec5af7b5e73b26ad6d330a33f629c051b5b0334c
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Tue Apr 4 18:24:57 2017 +0100
ITS#6545 Update accesslog format and syncrepl consumer
Make two successive modifications of the same attribute separate. This
lets the consumer interpret the log entry the same way as the server
that produced it.
Still depends on the log entry attributes being read in the same order
as they were written.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 11 ++++++++++-
servers/slapd/syncrepl.c | 5 +++++
tests/scripts/test043-delta-syncrepl | 3 +++
tests/scripts/test063-delta-multimaster | 17 +++++++++++++++++
4 files changed, 35 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, OPENLDAP_REL_ENG_2_4 has been updated
via 556a832c4a7ed54d94d0ec204baba5865a36732a (commit)
from 8144463186ddc6c7b1b2509244c0a2e4eba50539 (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 556a832c4a7ed54d94d0ec204baba5865a36732a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 7 13:39:11 2017 -0700
ITS#8353, ITS#8533 - Cleanup for libldap_r
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 6 +++++-
1 file changed, 5 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, OPENLDAP_REL_ENG_2_5 has been updated
via 2fe93270d4c70b4b535bc7d59a26b0b1e301f3e6 (commit)
via eb8f1a7247988cdde34f8d02325c4dc22d146c0d (commit)
from 291da6442c79d4774e997b612af25fcbc5a4b308 (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 2fe93270d4c70b4b535bc7d59a26b0b1e301f3e6
Merge: 291da64 eb8f1a7
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 7 13:49:55 2017 -0700
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 6 +++++-
1 file changed, 5 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, master has been updated
via eb8f1a7247988cdde34f8d02325c4dc22d146c0d (commit)
from 6ced84af79fea8058dad314a3c753e0b57caffd7 (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 eb8f1a7247988cdde34f8d02325c4dc22d146c0d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 7 13:39:11 2017 -0700
ITS#8353, ITS#8533 - Cleanup for libldap_r
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 6 +++++-
1 file changed, 5 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, OPENLDAP_REL_ENG_2_5 has been updated
via 291da6442c79d4774e997b612af25fcbc5a4b308 (commit)
from 5104bbeb657a7ce8fe2745ee09b02785333f6a61 (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 291da6442c79d4774e997b612af25fcbc5a4b308
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Apr 7 10:50:24 2017 -0700
Note ITS#6531 as well
-----------------------------------------------------------------------
Summary of changes:
TODO | 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, OPENLDAP_REL_ENG_2_4 has been updated
via 8144463186ddc6c7b1b2509244c0a2e4eba50539 (commit)
from ebf74c7bb1c079a640074a8685583a7ee0cb5d39 (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 8144463186ddc6c7b1b2509244c0a2e4eba50539
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Apr 6 15:12:02 2017 -0700
ITS#8353, ITS#8533 - Fix libldap_r compilation
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git