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 d16ee327ef5ac7c1224999d5cf105619b4982465 (commit)
via 9e35884fb68630666d88d6b4d04bfde171e4b4e6 (commit)
from 3a5ce78d39956cb24c2d0101770a8f9d6c720c0a (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 d16ee327ef5ac7c1224999d5cf105619b4982465
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 23:46:26 2019 +0000
ITS#8963
commit 9e35884fb68630666d88d6b4d04bfde171e4b4e6
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 31 23:37:03 2019 +0000
ITS#8963 use BIND timeout for start_tls
Since we only support it in conjunction with Bind anyway, not
as a standalone op
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 3 ++-
servers/slapd/back-ldap/bind.c | 4 ++--
2 files changed, 4 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, OPENLDAP_REL_ENG_2_4 has been updated
via 3a5ce78d39956cb24c2d0101770a8f9d6c720c0a (commit)
via a5a8739b4436b27387c652a8f423b582516d841a (commit)
via f42f92b1a234a0f78a1a40c779ea6cd96d8a22ba (commit)
via 61680107a1f4599f0bbddefc3727ed94f3088f52 (commit)
via 9ed69f92e92050e6dab968a1eaec7769a028ad1e (commit)
via 55daae4afc3cd2ee6dcbd97a73260113935d2676 (commit)
via cd9812f195d8b3fb05384f179702571361da198f (commit)
via 28ede29bb7a8c5745fb01edc17319ad03448800f (commit)
via 3cb6750274819dfd4e1182c0c2f12719e3e1143c (commit)
via 4e843b33d2f788f6da4533546010ac872f6275c3 (commit)
via 49788dc94a79629d0d93ce36fe4da6cd1b9251be (commit)
from de23e57b13fa25ffc9b9c204fd22a50dbde6c0b2 (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 3a5ce78d39956cb24c2d0101770a8f9d6c720c0a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 23:43:25 2019 +0000
ITS#8957
commit a5a8739b4436b27387c652a8f423b582516d841a
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 02:33:17 2019 +0000
ITS#8957 - Fix ASYNC TLS
Fix ASYNC TLS by correctly handling a return code of -2 in addition to 0
commit f42f92b1a234a0f78a1a40c779ea6cd96d8a22ba
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 23:42:34 2019 +0000
ITS#8968
commit 61680107a1f4599f0bbddefc3727ed94f3088f52
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 02:37:07 2019 +0000
ITS#8968 - Fix ASYNC connection on Solaris 10
Fixes ASYNC connections to handle a return code of ENOTCONN as this is
what Solaris 10 does.
commit 9ed69f92e92050e6dab968a1eaec7769a028ad1e
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 23:40:32 2019 +0000
ITS#8472
commit 55daae4afc3cd2ee6dcbd97a73260113935d2676
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 25 18:11:58 2019 +0000
ITS#8472 only do index cleanup if DB is running
commit cd9812f195d8b3fb05384f179702571361da198f
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 23:39:23 2019 +0000
ITS#8952
commit 28ede29bb7a8c5745fb01edc17319ad03448800f
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 2 21:51:48 2019 +0000
ITS#8952 use msec for epoll / devpoll event wait
commit 3cb6750274819dfd4e1182c0c2f12719e3e1143c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 31 00:22:50 2019 +0000
ITS#8969
commit 4e843b33d2f788f6da4533546010ac872f6275c3
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 30 23:43:34 2019 +0000
ITS#8969 tweak mdb_page_split
Bump up number of keys for which we use fine-grained splitpoint search
commit 49788dc94a79629d0d93ce36fe4da6cd1b9251be
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 19:06:20 2019 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 4 ++++
libraries/libldap/open.c | 2 +-
libraries/libldap/request.c | 3 ++-
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 4 ++--
servers/slapd/back-mdb/config.c | 3 ++-
servers/slapd/daemon.c | 4 ++--
9 files changed, 16 insertions(+), 9 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 765dfaf0e4a63ff209c24a521989c75f65ff368b (commit)
from 09ff530036a04a01ad4250eeac2cf30349976ddc (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 765dfaf0e4a63ff209c24a521989c75f65ff368b
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 31 23:37:03 2019 +0000
ITS#8963 use BIND timeout for start_tls
Since we only support it in conjunction with Bind anyway, not
as a standalone op
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-ldap/bind.c | 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 09ff530036a04a01ad4250eeac2cf30349976ddc (commit)
via 50b33cc6b84556e9c2105a4859dda68be528cb50 (commit)
from 86b486e20a6c9a0e65d0055f7be97649adcbf357 (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 09ff530036a04a01ad4250eeac2cf30349976ddc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 02:33:17 2019 +0000
ITS#8957 - Fix ASYNC TLS
Fix ASYNC TLS by correctly handling a return code of -2 in addition to 0
commit 50b33cc6b84556e9c2105a4859dda68be528cb50
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Jan 31 02:37:07 2019 +0000
ITS#8968 - Fix ASYNC connection on Solaris 10
Fixes ASYNC connections to handle a return code of ENOTCONN as this is
what Solaris 10 does.
-----------------------------------------------------------------------
Summary of changes:
libraries/libldap/open.c | 2 +-
libraries/libldap/request.c | 3 ++-
2 files changed, 3 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, mdb.RE/0.9 has been updated
via 8c39ba1077808f1edcd034e89f78b0c7d36944e9 (commit)
via 7375ffc0d40db77b45d0a2646383d31f8808a765 (commit)
from b15149a56b19297a18f0d031c5784083997f7442 (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 8c39ba1077808f1edcd034e89f78b0c7d36944e9
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 31 00:22:50 2019 +0000
ITS#8969
commit 7375ffc0d40db77b45d0a2646383d31f8808a765
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 30 23:43:34 2019 +0000
ITS#8969 tweak mdb_page_split
Bump up number of keys for which we use fine-grained splitpoint search
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 2 +-
2 files changed, 2 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, mdb.master has been updated
via 4f9fe9fcead4ce3c49d80d39526472b5c274b188 (commit)
from ef8364575f43e5e7e48e39b16503b6cfaf976b53 (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 4f9fe9fcead4ce3c49d80d39526472b5c274b188
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 30 23:43:34 2019 +0000
ITS#8969 tweak mdb_page_split
Bump up number of keys for which we use fine-grained splitpoint search
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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 86b486e20a6c9a0e65d0055f7be97649adcbf357 (commit)
from e8c62bf8b478411ca162ef4928904ca85738a600 (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 86b486e20a6c9a0e65d0055f7be97649adcbf357
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jan 30 14:06:09 2019 +0000
Schema cleanup
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/schema/dsee.ldif | 113 +++
servers/slapd/schema/msuser.ldif | 1926 +++++++++++++++++++-------------------
2 files changed, 1076 insertions(+), 963 deletions(-)
create mode 100644 servers/slapd/schema/dsee.ldif
---
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 e8c62bf8b478411ca162ef4928904ca85738a600 (commit)
from 7b587018ec130e33bd71efe75a5f15fb86590b55 (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 e8c62bf8b478411ca162ef4928904ca85738a600
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 28 21:16:49 2019 +0000
ITS#8966 add changelog support to syncrepl consumer
Tested against DSEE7. The DSEE binaries must be in your path to run the test script.
-----------------------------------------------------------------------
Summary of changes:
include/ldap.h | 2 +
libraries/libldap/ldifutil.c | 58 +--
servers/slapd/schema/dsee.schema | 109 ++++++
servers/slapd/syncrepl.c | 422 +++++++++++++++++++--
...-slave-refresh1.conf => slapd-dsee-slave1.conf} | 16 +-
tests/data/test-dirsync-nocp.ldif | 28 +-
tests/scripts/defines.sh | 1 +
...7-syncreplication-refresh => test072-dsee-sync} | 128 +++----
8 files changed, 617 insertions(+), 147 deletions(-)
create mode 100644 servers/slapd/schema/dsee.schema
copy tests/data/{slapd-syncrepl-slave-refresh1.conf => slapd-dsee-slave1.conf} (86%)
copy tests/scripts/{test017-syncreplication-refresh => test072-dsee-sync} (70%)
---
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 7b587018ec130e33bd71efe75a5f15fb86590b55 (commit)
from e33d1c546167db0919d1248e25c3d03d5c120cde (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 7b587018ec130e33bd71efe75a5f15fb86590b55
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Jan 25 18:11:58 2019 +0000
ITS#8472 only do index cleanup if DB is running
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/config.c | 3 ++-
1 file changed, 2 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, mdb.master has been updated
via ef8364575f43e5e7e48e39b16503b6cfaf976b53 (commit)
from 0a954f1a67410dceb0fafe202bd6c2f2f409cb4a (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 ef8364575f43e5e7e48e39b16503b6cfaf976b53
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 17 19:50:03 2019 +0000
Fix merge error
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb_load.c | 1 -
1 file changed, 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git