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 c8b806b676168994fad1ef81c16273d26388e28a (commit)
from 17f1e32b65c332f7a33b77ebe6e20b47188a88aa (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 c8b806b676168994fad1ef81c16273d26388e28a
Author: Howard Chu <hyc(a)openldap.org>
Date: Fri Feb 15 14:37:51 2019 +0000
ITS#8977 make IDL size configurable
-----------------------------------------------------------------------
Summary of changes:
doc/man/man5/slapd-mdb.5 | 12 ++++++++++
servers/slapd/back-mdb/config.c | 43 ++++++++++++++++++++++++++++++++++--
servers/slapd/back-mdb/dn2id.c | 2 +-
servers/slapd/back-mdb/filterindex.c | 4 ++--
servers/slapd/back-mdb/idl.c | 29 +++++++++++++++++++-----
servers/slapd/back-mdb/idl.h | 16 ++++++++------
servers/slapd/back-mdb/init.c | 2 +-
servers/slapd/back-mdb/search.c | 22 +++++++++---------
servers/slapd/back-mdb/tools.c | 10 ++++-----
9 files changed, 105 insertions(+), 35 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 17f1e32b65c332f7a33b77ebe6e20b47188a88aa (commit)
from 6c5b7f75836f269cab23e138394c5c4feaf9c13a (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 17f1e32b65c332f7a33b77ebe6e20b47188a88aa
Author: Nadezhda Ivanova <nivanova(a)symas.com>
Date: Wed Nov 22 13:44:07 2017 +0200
ITS#8841 Fix an assertion error in back-meta when network interface is unavailable
Because an API error code was assigned to sr_err, on network error back-meta would cause
an assert error at result.c: 830
assert( !LDAP_API_ERROR( rs->sr_err ) );
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-meta/search.c | 7 +++++--
1 file changed, 5 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 18f78b44aa44b12cee14e9601105b75d24c5e329 (commit)
via 69b246fed90b9a3620e7ad967ead234ea6341d10 (commit)
via f40e658d75d4a867e1198cb15b081eef64ce5ff8 (commit)
via f8505b10ed37dad514bedb4bcffdcb7de2a5057c (commit)
via ea30be6109d6abdc6c67db312cd61ea6c9753820 (commit)
via 8c39ba1077808f1edcd034e89f78b0c7d36944e9 (commit)
via 7375ffc0d40db77b45d0a2646383d31f8808a765 (commit)
via b15149a56b19297a18f0d031c5784083997f7442 (commit)
from d16ee327ef5ac7c1224999d5cf105619b4982465 (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 18f78b44aa44b12cee14e9601105b75d24c5e329
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 22:48:53 2019 +0000
ITS#8971 tweak prev commit
Check for BVISNULL, maybe rootDSE is a valid reqDN
commit 69b246fed90b9a3620e7ad967ead234ea6341d10
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 21:45:04 2019 +0000
ITS#8971 most exops have no reqDN
commit f40e658d75d4a867e1198cb15b081eef64ce5ff8
Merge: d16ee32 f8505b1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 13 17:03:22 2019 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9' into OPENLDAP_REL_ENG_2_4
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 4 ++--
servers/slapd/overlays/accesslog.c | 3 ++-
3 files changed, 5 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 6c5b7f75836f269cab23e138394c5c4feaf9c13a (commit)
via f8505b10ed37dad514bedb4bcffdcb7de2a5057c (commit)
via ea30be6109d6abdc6c67db312cd61ea6c9753820 (commit)
via 8c39ba1077808f1edcd034e89f78b0c7d36944e9 (commit)
via 7375ffc0d40db77b45d0a2646383d31f8808a765 (commit)
via b15149a56b19297a18f0d031c5784083997f7442 (commit)
from 6e2bac6465bb81a8c1aeb083b6dc497eb4187264 (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 6c5b7f75836f269cab23e138394c5c4feaf9c13a
Merge: 6e2bac6 f8505b1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Feb 13 16:58:49 2019 +0000
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 2 ++
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 8 ++++----
4 files changed, 8 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, mdb.RE/0.9 has been updated
via f8505b10ed37dad514bedb4bcffdcb7de2a5057c (commit)
via ea30be6109d6abdc6c67db312cd61ea6c9753820 (commit)
from 8c39ba1077808f1edcd034e89f78b0c7d36944e9 (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 f8505b10ed37dad514bedb4bcffdcb7de2a5057c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 10 10:13:10 2019 +0000
ITS#8975
commit ea30be6109d6abdc6c67db312cd61ea6c9753820
Author: Kris Zyp <kriszyp(a)gmail.com>
Date: Wed Feb 6 13:49:27 2019 -0700
ITS#8975 WIN32: Skip setting file pointer for write maps
CreateFileMapping already takes care of it.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 1 +
libraries/liblmdb/mdb.c | 4 ++--
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, master has been updated
via 6e2bac6465bb81a8c1aeb083b6dc497eb4187264 (commit)
from e19c683c41e14365d28e82278eec1d8b12c71d4c (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 6e2bac6465bb81a8c1aeb083b6dc497eb4187264
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Feb 4 02:50:17 2019 +0000
ITS#7770 schema fixup
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/monitor.c | 63 ++++++++++++++++++++--------------------
1 file changed, 32 insertions(+), 31 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 e19c683c41e14365d28e82278eec1d8b12c71d4c (commit)
from 299a6ca0f426e2e2715dd37d22c6c0bf045f2f6a (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 e19c683c41e14365d28e82278eec1d8b12c71d4c
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun Feb 3 11:08:24 2019 +0000
ITS#7770 add mdb_stat info to cn=monitor
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/back-mdb/monitor.c | 130 ++++++++++++++++++++++++++++++++++++++-
1 file changed, 128 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 299a6ca0f426e2e2715dd37d22c6c0bf045f2f6a (commit)
from f052e945933315f6210078ac29f96f2b6738da27 (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 299a6ca0f426e2e2715dd37d22c6c0bf045f2f6a
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 22:48:53 2019 +0000
ITS#8971 tweak prev commit
Check for BVISNULL, maybe rootDSE is a valid reqDN
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.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 f052e945933315f6210078ac29f96f2b6738da27 (commit)
from 765dfaf0e4a63ff209c24a521989c75f65ff368b (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 f052e945933315f6210078ac29f96f2b6738da27
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Feb 2 21:45:04 2019 +0000
ITS#8971 most exops have no reqDN
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/overlays/accesslog.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, 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
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 0a954f1a67410dceb0fafe202bd6c2f2f409cb4a (commit)
from aa77c832b8e6fc696078017f550d119cdfc0f232 (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 0a954f1a67410dceb0fafe202bd6c2f2f409cb4a
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Apr 12 23:55:29 2017 +0100
Fix Android recognition
The official macro is __ANDROID__; ANDROID may or may not be defined.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 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, mdb.master has been updated
via aa77c832b8e6fc696078017f550d119cdfc0f232 (commit)
via af2f8cc814fabe2814cacb573be3338292f47c0d (commit)
via ce834559041747a8ae29884d2b82e144adc7600f (commit)
via 7edf504106c61639a89b9a4e5987242598196932 (commit)
from 1de70b21306006331fc4bf20b403c8dd17b7c425 (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 aa77c832b8e6fc696078017f550d119cdfc0f232
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Sep 20 18:38:47 2017 +0100
Add -a append option to mdb_load
To allow reloading of custom-sorted DBs from mdb_dump
commit af2f8cc814fabe2814cacb573be3338292f47c0d
Author: Howard Chu <hyc(a)openldap.org>
Date: Sat Aug 12 11:16:45 2017 +0100
ITS#8704 Fix PREVMETA, rename to PREVSNAPSHOT
and enforce exclusive access to environment. Also fix txn_begin/pick_meta
to use correct meta page, and reset the flag after successful commit.
commit ce834559041747a8ae29884d2b82e144adc7600f
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jul 31 19:15:21 2017 +0100
ITS#8704 Add MDB_PREVMETA support to tools
commit 7edf504106c61639a89b9a4e5987242598196932
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jan 17 18:46:10 2019 +0000
IDLs for VL32 must be same size as for 64bit
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 12 +++++-----
libraries/liblmdb/mdb.c | 34 ++++++++++++++++++++--------
libraries/liblmdb/mdb_copy.1 | 10 +++++++--
libraries/liblmdb/mdb_copy.c | 4 +++-
libraries/liblmdb/mdb_dump.1 | 10 +++++++--
libraries/liblmdb/mdb_dump.c | 6 ++++-
libraries/liblmdb/mdb_load.1 | 7 ++++++
libraries/liblmdb/mdb_load.c | 53 ++++++++++++++++++++++++++++++++++++++------
libraries/liblmdb/mdb_stat.1 | 10 +++++++--
libraries/liblmdb/mdb_stat.c | 6 ++++-
libraries/liblmdb/midl.h | 6 +----
11 files changed, 123 insertions(+), 35 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 e33d1c546167db0919d1248e25c3d03d5c120cde (commit)
from b45a6a7dc728d9df18aa1ca7a9aa43dabb1d4037 (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 e33d1c546167db0919d1248e25c3d03d5c120cde
Author: Howard Chu <hyc(a)openldap.org>
Date: Tue Jan 15 21:39:46 2019 +0000
ITS#6300 fix kqueue initialization
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/daemon.c | 18 ++++++++++++++++++
1 file changed, 18 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, mdb.RE/0.9 has been updated
via b15149a56b19297a18f0d031c5784083997f7442 (commit)
from f9acf682072889c609a869559656a055e58c9b1d (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 b15149a56b19297a18f0d031c5784083997f7442
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 19:06:20 2019 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
3 files 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, mdb.master has been updated
via 1de70b21306006331fc4bf20b403c8dd17b7c425 (commit)
from 11308dfe26ff4daf53b61e06f6fb35248e2ced7f (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 1de70b21306006331fc4bf20b403c8dd17b7c425
Author: Howard Chu <hyc(a)openldap.org>
Date: Mon Jan 14 19:06:20 2019 +0000
Happy New Year
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/COPYRIGHT | 2 +-
libraries/liblmdb/lmdb.h | 2 +-
libraries/liblmdb/mdb.c | 2 +-
3 files 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, OPENLDAP_REL_ENG_2_4 has been updated
via de23e57b13fa25ffc9b9c204fd22a50dbde6c0b2 (commit)
via 7553afa6fd524181bd5d7c5fa8808bbd0fc09864 (commit)
via 59758c84d7889ca831b42bede6358ef91401e201 (commit)
from 37e4d827db143389d74650509d8065603e2bf258 (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 de23e57b13fa25ffc9b9c204fd22a50dbde6c0b2
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Mon Jan 14 18:55:27 2019 +0000
ITS#8663
commit 7553afa6fd524181bd5d7c5fa8808bbd0fc09864
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Mon Jan 14 11:44:35 2019 +0000
ITS#8663 Fix memberof SLAP_CONFIG_EMIT
commit 59758c84d7889ca831b42bede6358ef91401e201
Author: OndÅ™ej KuznÃk <ondra(a)openldap.org>
Date: Fri Jan 11 15:15:07 2019 +0000
Test updating memberof config works
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/overlays/memberof.c | 8 ++-----
tests/data/memberof.out | 45 +++++++++++++++++++++++++++++++++++
tests/scripts/test052-memberof | 49 ++++++++++++++++++++++++++++++++++++++-
4 files changed, 96 insertions(+), 7 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git