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 62b39c08488b8b0f0ff0c15ba1928275e27f324c (commit)
via aaabf35ecff79d20e88995b06f5b7e765cc1ace3 (commit)
via e3affc71e05b33bfac43833c7b95fd7b7c3188f8 (commit)
via 0bf20d52e68be2caaca6f027f798f060cf3001ab (commit)
via 514dcd039a8d0616b96515986e178de941f48771 (commit)
via 054289d6cbee3e310766f743e61692cb331f1c17 (commit)
from 69e5b256297728516e3f8406769f2a6ca7a26d16 (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 62b39c08488b8b0f0ff0c15ba1928275e27f324c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 28 13:59:09 2017 -0800
ITS#8529
commit aaabf35ecff79d20e88995b06f5b7e765cc1ace3
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 28 13:57:13 2017 -0800
ITS#8253
commit e3affc71e05b33bfac43833c7b95fd7b7c3188f8
Author: Howard Guo <hguo(a)suse.com>
Date: Thu Nov 10 15:39:03 2016 +0100
ITS#8529 Avoid hiding the error if user specified CA does not load
The TLS configuration deliberately hid the error in case that
user specified CA locations cannot be read, by loading CAs from default
locations; and when user does not specify CA locations, the CAs from default
locations are not read at all.
This patch corrects the behaviour so that CAs from default location are used
if user does not specify a CA location, and user is informed of the error if
CAs cannot be loaded from the user specified location.
commit 0bf20d52e68be2caaca6f027f798f060cf3001ab
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 16:02:17 2017 -0800
ITS8589 - This modifies the test so that it will not trigger the issue described in the ITS.
commit 514dcd039a8d0616b96515986e178de941f48771
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 15:27:13 2017 -0800
ITS#8253 - Further clarification around replication information
commit 054289d6cbee3e310766f743e61692cb331f1c17
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 6 15:27:25 2017 -0800
ITS#8253 - better document options for the syncprov module
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 +++
doc/guide/admin/replication.sdf | 45 ++++++++++++++++++++++++++----------
doc/man/man5/slapo-syncprov.5 | 8 +++----
libraries/libldap/tls_o.c | 12 +++++++---
tests/scripts/test059-slave-config | 14 +++++++++++
5 files changed, 62 insertions(+), 20 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_5 has been updated
via ddff6026d53efdd1efadec0dd816156afaa3b069 (commit)
via 4962dd6083ae0fe722eb23a618ad39e47611429b (commit)
via ef607995685009f0654411daeb4c961c2e095a53 (commit)
via 2af41ec852d6cb7fecb9b5230a53bd65ed324a46 (commit)
via 9773f43b11aa8fac51407694bbdcd17830f206d5 (commit)
via 45018fef1774f670564f4df9c2bdc594c5cc9e95 (commit)
via 6f3c970f478ab52ddcb36424afe71873deb137df (commit)
from d9826ea35f43e262397252810845eec45357768e (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 ddff6026d53efdd1efadec0dd816156afaa3b069
Merge: d9826ea 4962dd6
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 28 13:31:04 2017 -0800
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/replication.sdf | 45 ++++++++++++++++++++++++++----------
doc/man/man5/slapd-config.5 | 5 ++++
doc/man/man5/slapd.conf.5 | 5 ++++
doc/man/man5/slapo-syncprov.5 | 8 +++----
libraries/libldap/result.c | 3 +++
libraries/libldap/tls_o.c | 12 +++++++---
tests/scripts/test059-slave-config | 14 +++++++++++
7 files changed, 72 insertions(+), 20 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 4962dd6083ae0fe722eb23a618ad39e47611429b (commit)
from ef607995685009f0654411daeb4c961c2e095a53 (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 4962dd6083ae0fe722eb23a618ad39e47611429b
Author: Howard Guo <hguo(a)suse.com>
Date: Thu Nov 10 15:39:03 2016 +0100
ITS#8529 Avoid hiding the error if user specified CA does not load
The TLS configuration deliberately hid the error in case that
user specified CA locations cannot be read, by loading CAs from default
locations; and when user does not specify CA locations, the CAs from default
locations are not read at all.
This patch corrects the behaviour so that CAs from default location are used
if user does not specify a CA location, and user is informed of the error if
CAs cannot be loaded from the user specified location.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/tls_o.c | 12 +++++++++---
1 file changed, 9 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 ef607995685009f0654411daeb4c961c2e095a53 (commit)
from 2af41ec852d6cb7fecb9b5230a53bd65ed324a46 (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 ef607995685009f0654411daeb4c961c2e095a53
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 16:02:17 2017 -0800
ITS8589 - This modifies the test so that it will not trigger the issue described in the ITS.
-----------------------------------------------------------------------
Summary of changes:
tests/scripts/test059-slave-config | 14 ++++++++++++++
1 file changed, 14 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 2af41ec852d6cb7fecb9b5230a53bd65ed324a46 (commit)
from 9773f43b11aa8fac51407694bbdcd17830f206d5 (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 2af41ec852d6cb7fecb9b5230a53bd65ed324a46
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Feb 21 15:27:13 2017 -0800
ITS#8253 - Further clarification around replication information
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/replication.sdf | 14 ++++++--------
doc/man/man5/slapo-syncprov.5 | 8 +++-----
2 files changed, 9 insertions(+), 13 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-ITS (openldap-its.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 567d614e866703357ab1e1023f17a37c7e9c7db2 (commit)
from b3be92b9bef23d70d4534180195f3ff676ec6435 (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 567d614e866703357ab1e1023f17a37c7e9c7db2
Author: Howard Chu <hyc(a)symas.com>
Date: Fri Feb 17 19:22:45 2017 +0000
Must use memmove on overlapping copies
-----------------------------------------------------------------------
Summary of changes:
source/cgi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-its.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 9773f43b11aa8fac51407694bbdcd17830f206d5 (commit)
from 45018fef1774f670564f4df9c2bdc594c5cc9e95 (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 9773f43b11aa8fac51407694bbdcd17830f206d5
Author: Howard Chu <hyc(a)symas.com>
Date: Tue Feb 7 12:56:35 2017 +0000
ITS#8585 Fail ldap_result if handle is already bad
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/result.c | 3 +++
1 file changed, 3 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 45018fef1774f670564f4df9c2bdc594c5cc9e95 (commit)
from 6f3c970f478ab52ddcb36424afe71873deb137df (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 45018fef1774f670564f4df9c2bdc594c5cc9e95
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Feb 6 15:27:25 2017 -0800
ITS#8253 - better document options for the syncprov module
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/replication.sdf | 47 +++++++++++++++++++++++++++++----------
1 file changed, 35 insertions(+), 12 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, mdb.master has been updated
via e36517dbbe157207cde3289776b76ae6d7bd1877 (commit)
from 1db9f32ae23330de44e86419991d64202ce9ac92 (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 e36517dbbe157207cde3289776b76ae6d7bd1877
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 6 15:09:26 2017 +0000
ITS#8582 keep mutex at end of struct
since it's variable size on Linux/glibc
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 6f3c970f478ab52ddcb36424afe71873deb137df (commit)
from 5c21726f62d07479a16a4ec8516bc2ba6baaf918 (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 6f3c970f478ab52ddcb36424afe71873deb137df
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 6 09:30:51 2017 +0000
Document threadqueues option
Implemented in 34f832faee9f215dfdb61de52506f2905258b147
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-config.5 | 5 +++++
doc/man/man5/slapd.conf.5 | 5 +++++
2 files changed, 10 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git