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 8b780915d9a7d0e726c143ad2655c343e31ae045 (commit)
from a87c8fd8c9a4ce49be18a642e3572059f39ed1cf (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 8b780915d9a7d0e726c143ad2655c343e31ae045
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 23 20:37:24 2017 +0000
ITS#8622 fix xcursor after cursor_del
Re-fix 6b1df0e4c7fadd21d1233d7157229b2d89ccaa04 from ITS#8406
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 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
discards 2e386ec81f537e32a1734ef8737a09aa66d1028a (commit)
via 4d2154397afd90ca519bfa102b2aad515159bd50 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (2e386ec81f537e32a1734ef8737a09aa66d1028a)
\
N -- N -- N (4d2154397afd90ca519bfa102b2aad515159bd50)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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 4d2154397afd90ca519bfa102b2aad515159bd50
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 23 20:37:24 2017 +0000
ITS#8622 fix xcursor after cursor_del
Re-fix 6b1df0e4c7fadd21d1233d7157229b2d89ccaa04 from ITS#8406
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 15 +++++++++------
1 file changed, 9 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.master has been updated
via 2e386ec81f537e32a1734ef8737a09aa66d1028a (commit)
from b5e5fcc31dd6719a618cd825a0a9c4ecef5d045b (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 2e386ec81f537e32a1734ef8737a09aa66d1028a
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 23 20:37:24 2017 +0000
ITS#8622 fix xcursor after cursor_del
Re-fix 6b1df0e4c7fadd21d1233d7157229b2d89ccaa04 from ITS#8406
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.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, mdb.master has been updated
via b5e5fcc31dd6719a618cd825a0a9c4ecef5d045b (commit)
via 52c0df1d5052296200d1db607ba4f6bd6eb35f4d (commit)
via 172d825155a7ba595527181277983ba4022c2115 (commit)
via 68eda68f0b99bd766d1fd52658e088640b67b39c (commit)
via 58ba039b8f30733ad9456cb3a31f9c459e6e0ffe (commit)
from e36517dbbe157207cde3289776b76ae6d7bd1877 (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 b5e5fcc31dd6719a618cd825a0a9c4ecef5d045b
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 12 20:08:53 2017 +0100
ITS#8582 Fill in MDB_LOCK_FORMAT
Attempt to stop liblmdb variants compiled with conflicting options
from using the lockfile at the same time and thus breaking it.
commit 52c0df1d5052296200d1db607ba4f6bd6eb35f4d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 12 16:59:23 2017 +0100
Clear any struct padding in idbuf
commit 172d825155a7ba595527181277983ba4022c2115
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 12 16:58:51 2017 +0100
Simplify mdb_hash_val() -> mdb_hash()
Simpler usage since it's only called once, rename to match new usage,
and drop 3 loop pessimizations which were optimizations 20 years ago.
commit 68eda68f0b99bd766d1fd52658e088640b67b39c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Mar 12 16:55:14 2017 +0100
Store lock ID instead of pathname in lockfile
This limits the namespace which the user can meddle with for
POSIX semaphores and Windows mutexes. Their names change a
bit, they no longer have fixed lengths.
commit 58ba039b8f30733ad9456cb3a31f9c459e6e0ffe
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Mar 4 13:03:15 2017 +0100
ITS#8582 MDB_LOCK_VERSION = 2 due to format change
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 205 ++++++++++++++++++++++++++++++-----------------
1 file changed, 132 insertions(+), 73 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 f74b2c41d5ae5d9e10f3abb30fc1758bdfe40ae5 (commit)
via 3e2cf8cae7bec60d0430328c06e8002b2c17572b (commit)
from b19a3ec4cf15672b1edd7cf6edd16e002c0d01cc (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 f74b2c41d5ae5d9e10f3abb30fc1758bdfe40ae5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Mar 16 09:05:57 2017 -0700
ITS#8585
commit 3e2cf8cae7bec60d0430328c06e8002b2c17572b
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:
CHANGES | 1 +
libraries/libldap/result.c | 3 +++
2 files changed, 4 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 a0cc1d9655da112a4d19cddf821460a4dedeed1c (commit)
from e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (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 a0cc1d9655da112a4d19cddf821460a4dedeed1c
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Mar 16 14:21:31 2017 +0000
ITS#8054 add queue time to log
Show time spent in conn+threadpool queues before an op actually executes.
Also clean up timestamp handling
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/connection.c | 7 +++++++
servers/slapd/operation.c | 33 +++++++++++----------------------
servers/slapd/result.c | 10 +++++++---
servers/slapd/slap.h | 2 ++
4 files changed, 27 insertions(+), 25 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 857d31ae2dd2a97d33984341ef0bc2382bb72bbc (commit)
via e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (commit)
from ac031b3a4a4231e61da8f764ce0e12b8bc397bb3 (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 857d31ae2dd2a97d33984341ef0bc2382bb72bbc
Merge: ac031b3 e12ca8b
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 15 13:22:02 2017 -0700
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
include/ldap_pvt_thread.h | 9 ++++--
include/ldap_rq.h | 1 +
libraries/libldap_r/tpool.c | 67 ++++++++++++++++++++++++-------------------
servers/slapd/daemon.c | 4 +--
servers/slapd/syncrepl.c | 3 +-
5 files changed, 48 insertions(+), 36 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 e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d (commit)
from 53c6c9d16bdc26e1999008a28b06d6e192de4784 (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 e12ca8b6fed6b8a2526c5c8ee820bf5aa942b59d
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Mar 15 11:13:09 2017 +0000
Fixes for multiple threadpool queues
Remove poolq_hash, it wasn't distributing work evenly to the queues.
Just walk through all queues and use the one with smallest
active+pending count. Since pool_retract also relied on the hash,
a different means of locating the thread to retract was needed.
Add pool_submit2 which returns the threadpool task structure,
and record which poolq this task lives on.
-----------------------------------------------------------------------
Summary of changes:
include/ldap_pvt_thread.h | 9 ++++--
include/ldap_rq.h | 1 +
libraries/libldap_r/tpool.c | 67 ++++++++++++++++++++++++-------------------
servers/slapd/daemon.c | 4 +--
servers/slapd/syncrepl.c | 3 +-
5 files changed, 48 insertions(+), 36 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 b19a3ec4cf15672b1edd7cf6edd16e002c0d01cc (commit)
via d541e92486661864352997c228a231cb89be4aee (commit)
from 62b39c08488b8b0f0ff0c15ba1928275e27f324c (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 b19a3ec4cf15672b1edd7cf6edd16e002c0d01cc
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 8 15:34:46 2017 -0800
ITS#8574
commit d541e92486661864352997c228a231cb89be4aee
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Wed Feb 22 18:24:48 2017 +0000
ITS#8574 - Deal with rDN correctly
This fixes issues with values that need escaping in the rDN when an
incorrect value would be passed to the handler and back-ldif.
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
2 files changed, 66 insertions(+), 21 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 ac031b3a4a4231e61da8f764ce0e12b8bc397bb3 (commit)
via 53c6c9d16bdc26e1999008a28b06d6e192de4784 (commit)
from ddff6026d53efdd1efadec0dd816156afaa3b069 (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 ac031b3a4a4231e61da8f764ce0e12b8bc397bb3
Merge: ddff602 53c6c9d
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Mar 8 15:33:32 2017 -0800
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
1 file changed, 65 insertions(+), 21 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 53c6c9d16bdc26e1999008a28b06d6e192de4784 (commit)
from 4962dd6083ae0fe722eb23a618ad39e47611429b (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 53c6c9d16bdc26e1999008a28b06d6e192de4784
Author: OndÅ™ej KuznÃk <okuznik(a)symas.com>
Date: Wed Feb 22 18:24:48 2017 +0000
ITS#8574 - Deal with rDN correctly
This fixes issues with values that need escaping in the rDN when an
incorrect value would be passed to the handler and back-ldif.
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/bconfig.c | 86 +++++++++++++++++++++++++++++++++++------------
1 file changed, 65 insertions(+), 21 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 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
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 69e5b256297728516e3f8406769f2a6ca7a26d16 (commit)
via dccfbab68eae1661683aeec5979bc25bf9012af0 (commit)
via 3b26e1c196fb3f880cb0f801a13c6ab9159d7d7c (commit)
via f4451fcc1434a2df65152f7c2e80022c4e016333 (commit)
via 8882ab6bf1f2da3bbe52c210cc497035a2cdcdf5 (commit)
via dc2e279a66b30ec067527db07476dbced0c47f74 (commit)
from ab6f04c6abb5ec186e0b6ec300e910870dc8cd7d (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 69e5b256297728516e3f8406769f2a6ca7a26d16
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 14:30:30 2017 -0800
Correctly exit if the backend is back-ldap
commit dccfbab68eae1661683aeec5979bc25bf9012af0
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 2 10:43:01 2017 -0800
Tweak examples to use back-mdb
commit 3b26e1c196fb3f880cb0f801a13c6ab9159d7d7c
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 14:46:11 2017 -0800
ITS#8576
commit f4451fcc1434a2df65152f7c2e80022c4e016333
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Feb 1 11:10:31 2017 +0000
ITS#8576 Revert "LDAP_TAILQ fix"
This reverts commit 8ee824832844c16d4199f3aacd8b1d613933a7d5.
commit 8882ab6bf1f2da3bbe52c210cc497035a2cdcdf5
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Tue Jan 24 09:14:11 2017 -0800
Ensure BCMD is always defined
commit dc2e279a66b30ec067527db07476dbced0c47f74
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Wed Jan 18 13:32:23 2017 -0800
Fix grammar
-----------------------------------------------------------------------
Summary of changes:
CHANGES | 1 +
doc/guide/admin/appendix-changes.sdf | 10 +++++-----
doc/guide/admin/overlays.sdf | 10 +++++-----
doc/man/Project | 2 +-
doc/man/man5/slapd-config.5 | 6 +++---
doc/man/man5/slapo-auditlog.5 | 2 +-
include/ldap_queue.h | 20 +++++++-------------
servers/slapd/back-ldap/bind.c | 2 +-
servers/slapd/back-meta/conn.c | 2 +-
tests/data/regressions/its4326/its4326 | 2 +-
tests/data/regressions/its4336/its4336 | 2 +-
tests/scripts/all | 2 +-
12 files changed, 28 insertions(+), 33 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 d9826ea35f43e262397252810845eec45357768e (commit)
via 5c21726f62d07479a16a4ec8516bc2ba6baaf918 (commit)
via c01bbc7e3bcdcb2e3ba905e8dabae4c768ab38c1 (commit)
via 451a9623f3108f397a58105041c6cd3bbf555b51 (commit)
from 0f7064d5a336a99c7075307b01a790f9b4af2a67 (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 d9826ea35f43e262397252810845eec45357768e
Merge: 0f7064d 5c21726
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 14:30:59 2017 -0800
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/appendix-changes.sdf | 10 +++++-----
doc/guide/admin/overlays.sdf | 10 +++++-----
doc/man/man5/slapd-config.5 | 6 +++---
doc/man/man5/slapo-auditlog.5 | 2 +-
include/ldap_queue.h | 20 +++++++-------------
servers/slapd/back-ldap/bind.c | 2 +-
servers/slapd/back-meta/conn.c | 2 +-
tests/data/regressions/its4326/its4326 | 2 +-
tests/data/regressions/its4336/its4336 | 2 +-
9 files changed, 25 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 5c21726f62d07479a16a4ec8516bc2ba6baaf918 (commit)
from c01bbc7e3bcdcb2e3ba905e8dabae4c768ab38c1 (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 5c21726f62d07479a16a4ec8516bc2ba6baaf918
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Fri Feb 3 14:30:30 2017 -0800
Correctly exit if the backend is back-ldap
-----------------------------------------------------------------------
Summary of changes:
tests/data/regressions/its4326/its4326 | 2 +-
tests/data/regressions/its4336/its4336 | 2 +-
2 files 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 c01bbc7e3bcdcb2e3ba905e8dabae4c768ab38c1 (commit)
from 451a9623f3108f397a58105041c6cd3bbf555b51 (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 c01bbc7e3bcdcb2e3ba905e8dabae4c768ab38c1
Author: Quanah Gibson-Mount <quanah(a)openldap.org>
Date: Thu Feb 2 10:43:01 2017 -0800
Tweak examples to use back-mdb
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/appendix-changes.sdf | 10 +++++-----
doc/guide/admin/overlays.sdf | 10 +++++-----
doc/man/man5/slapd-config.5 | 6 +++---
doc/man/man5/slapo-auditlog.5 | 2 +-
4 files changed, 14 insertions(+), 14 deletions(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git