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 a3a9019883a9e8d6e693e71b18f0ce5a6e90b0c9 (commit)
via dfbeb82442afb1bc6c6cc91d05c37cba2a74aedf (commit)
via f5bef58cae5e16d56c48b1efd55249fa7ce54cc6 (commit)
from 04a52cef40560b9edec8037b23e444c460fe0d40 (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 a3a9019883a9e8d6e693e71b18f0ce5a6e90b0c9
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed Oct 31 18:13:28 2018 +0000
slapd-addel adds/removes entries that we bind as, silence default warning
commit dfbeb82442afb1bc6c6cc91d05c37cba2a74aedf
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed Oct 31 18:12:42 2018 +0000
Pass correct credentials in slapd-bind
commit f5bef58cae5e16d56c48b1efd55249fa7ce54cc6
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Wed Oct 31 18:12:04 2018 +0000
Use LDIF API in slapd-addel
-----------------------------------------------------------------------
Summary of changes:
tests/progs/slapd-addel.c | 95 ++++++++++++++++-------------------------------
tests/progs/slapd-bind.c | 23 ++++++------
2 files changed, 44 insertions(+), 74 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 04a52cef40560b9edec8037b23e444c460fe0d40 (commit)
from 3ab98b2fc98843289c1833891518fb3b5b42dcd8 (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 04a52cef40560b9edec8037b23e444c460fe0d40
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Oct 16 10:42:43 2018 +0100
ITS#8927 ppolicy: accept replicated changes even in MMR
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/ppolicy.c | 13 +++++++------
1 file changed, 7 insertions(+), 6 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 3ab98b2fc98843289c1833891518fb3b5b42dcd8 (commit)
from c7ef49c8ce6b7db698af5b473138e012b0cd2b15 (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 3ab98b2fc98843289c1833891518fb3b5b42dcd8
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Oct 30 15:42:35 2018 +0000
Update keys to RSA 4096
-----------------------------------------------------------------------
Summary of changes:
tests/data/tls/ca/certs/testsuiteCA.crt | 133 ++++++++++++++++++---
tests/data/tls/ca/private/testsuiteCA.key | 64 +++++++---
.../data/tls/certs/bjensen(a)mailgw.example.com.crt | 44 ++++---
tests/data/tls/certs/localhost.crt | 44 ++++---
tests/data/tls/conf/openssl.cnf | 2 +-
tests/data/tls/create-crt.sh | 9 +-
.../tls/private/bjensen(a)mailgw.example.com.key | 64 +++++++---
tests/data/tls/private/localhost.key | 64 +++++++---
8 files changed, 336 insertions(+), 88 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 c7ef49c8ce6b7db698af5b473138e012b0cd2b15 (commit)
from c351616ccd5dc71a6acd3af48a28bc2342d47f83 (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 c7ef49c8ce6b7db698af5b473138e012b0cd2b15
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Tue Oct 30 10:19:59 2018 +0000
ITS#8116 Fix handling of syncinfo intermediate message
-----------------------------------------------------------------------
Summary of changes:
clients/tools/ldapsearch.c | 13 ++++++++++++-
1 file changed, 12 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 c351616ccd5dc71a6acd3af48a28bc2342d47f83 (commit)
from cd82de56c8ec8cbeb0b019ac934bcb84ffab2760 (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 c351616ccd5dc71a6acd3af48a28bc2342d47f83
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Fri Oct 26 15:16:41 2018 +0100
ITS#8866 Fix use-after free
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/unique.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 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 cd82de56c8ec8cbeb0b019ac934bcb84ffab2760 (commit)
via 7359a5413a0e9f3b056905b4b4bf01902462bbf5 (commit)
from 10a6ffa3e9c2e9418ab70d68bf6aa00871d41b8a (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 cd82de56c8ec8cbeb0b019ac934bcb84ffab2760
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Oct 26 01:58:35 2018 +0000
ITS#8866 (cont) slapo-unique
use correct memory allocation/free functions
commit 7359a5413a0e9f3b056905b4b4bf01902462bbf5
Author: Michael Ströder <michael(a)stroeder.com>
Date: Wed Jun 20 14:05:52 2018 +0200
ITS#8866 slapo-unique to return filter used in diagnostic message
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/unique.c | 9 +++++++--
1 file changed, 7 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 10a6ffa3e9c2e9418ab70d68bf6aa00871d41b8a (commit)
from 0f44671c51eea74b0e782232e5a2e7205138dbbb (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 10a6ffa3e9c2e9418ab70d68bf6aa00871d41b8a
Author: Ondřej Kuzník <ondra(a)mistotebe.net>
Date: Fri Sep 22 09:22:56 2017 +0100
Expose ldap_int_tls_connect as ldap_pvt_tls_connect
-----------------------------------------------------------------------
Summary of changes:
include/ldap_pvt.h | 1 +
libraries/libldap/tls2.c | 7 +++++++
2 files changed, 8 insertions(+)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git
A ref change was pushed to the OpenLDAP-www (openldap-www.git) repository.
It will be available in the public mirror shortly.
The branch, master has been updated
via 687a4dd9736847471fcc0fb1f0606cb59d94b249 (commit)
from 71e9a7a3b9e5860f7db28b0dcdafd52f99718c87 (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 687a4dd9736847471fcc0fb1f0606cb59d94b249
Author: Howard Chu <hyc(a)symas.com>
Date: Thu Oct 18 13:10:44 2018 +0100
Matt's ODD slides
-----------------------------------------------------------------------
Summary of changes:
pages/conf/odd-tuebingen-2018/Matt.pdf | Bin 0 -> 6060575 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
create mode 100644 pages/conf/odd-tuebingen-2018/Matt.pdf
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap-www.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 64cef0f9853d16bf5058d4e22c6b22b632efa025 (commit)
via df83989f0fe5bcffb42a426346d2362a8f8898cd (commit)
from 1e30640037002ca123c81cad0eb7395f174c0bb7 (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 64cef0f9853d16bf5058d4e22c6b22b632efa025
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Thu Oct 18 10:34:07 2018 +0100
Let autoca tests pass on Debian (using IP, not 'localhost')
commit df83989f0fe5bcffb42a426346d2362a8f8898cd
Author: Ondřej Kuzník <ondra(a)openldap.org>
Date: Thu Oct 18 10:33:22 2018 +0100
Skip ITS#6545 transition markers when we change mod op
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.c | 3 ++-
tests/scripts/test066-autoca | 36 ++++++++++++++++++------------------
2 files changed, 20 insertions(+), 19 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git