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 291c69ddbd593ce86c888718745f6d78f6bd7222 (commit)
from 5ea12b0be85ffe3be49692af90e24411c5b90655 (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 291c69ddbd593ce86c888718745f6d78f6bd7222
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Wed Jun 29 06:25:37 2016 +0200
ITS#8209 Tweak previous fixes
Some _aligned_malloc() doc seems to think arg NULL = user error.
Don't know if posix_memalign() pointer is defined after failure.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 19 ++++++++++++-------
1 file changed, 12 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
via 5ea12b0be85ffe3be49692af90e24411c5b90655 (commit)
via eb7bbed967cd2a54d90d997e3470d02262baadb2 (commit)
from c4c7833d245fdc4b2ea4a1a459d7069ce3af87f5 (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 5ea12b0be85ffe3be49692af90e24411c5b90655
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jun 25 07:57:04 2016 +0200
ITS#8209 MDB_CP_COMPACT: Handle empty or broken DB
Preserve DB flags (use metapage#1) when main DB is empty.
Fail if metapage root != actual root in output file.
commit eb7bbed967cd2a54d90d997e3470d02262baadb2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sat Jun 25 07:55:34 2016 +0200
ITS#8209 MDB_CP_COMPACT fixes
Handle errors. Fix cond_wait condition so mc_new
is the sole control var. Drop specious cond_waits.
Do not look at 'mo' while copythr writes it.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/lmdb.h | 1 +
libraries/liblmdb/mdb.c | 169 ++++++++++++++++++++++--------------------
libraries/liblmdb/mdb_copy.1 | 1 +
3 files changed, 92 insertions(+), 79 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 e35deef1107beb212f3c17602babc270df89c528 (commit)
from 7a30ce8c08eb43e30305bb69a3e4207fbf82cf71 (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 e35deef1107beb212f3c17602babc270df89c528
Author: Ryan Tandy <ryan(a)nardis.ca>
Date: Fri Jun 24 18:14:17 2016 -0700
ITS#8099 bindconf ciphersuite setting is 'tls_cipher_suite'
-----------------------------------------------------------------------
Summary of changes:
doc/guide/admin/slapdconf2.sdf | 2 +-
doc/guide/admin/slapdconfig.sdf | 2 +-
doc/man/man5/slapd-asyncmeta.5 | 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, master has been updated
via 7a30ce8c08eb43e30305bb69a3e4207fbf82cf71 (commit)
via 13ecac78cd7a2607d85b81c2bd09874afa82d1b4 (commit)
via d886593193a69d63a4a4c484089b570e6af58df7 (commit)
via 21ed2bd4c939ac9516d14933eeb3130990df7cde (commit)
via b785bfbe61d041e6b175f8f87915ec6d3e636988 (commit)
via 09e74f9056191a0d0370731118411d74a195aa5d (commit)
from 2996fda0eedd15af531d3c665e7d89fc4eeb9653 (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 7a30ce8c08eb43e30305bb69a3e4207fbf82cf71
Merge: 2996fda 13ecac7
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jun 15 11:44:41 2016 +0100
Merge remote-tracking branch 'origin/mdb.RE/0.9'
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 12 +++++++-----
libraries/liblmdb/mdb.c | 35 +++++++++++++++++++++++++----------
2 files changed, 32 insertions(+), 15 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 13ecac78cd7a2607d85b81c2bd09874afa82d1b4 (commit)
via d886593193a69d63a4a4c484089b570e6af58df7 (commit)
via 21ed2bd4c939ac9516d14933eeb3130990df7cde (commit)
via b785bfbe61d041e6b175f8f87915ec6d3e636988 (commit)
via 09e74f9056191a0d0370731118411d74a195aa5d (commit)
from 27f6160db48ac77455bba5d22d571a9eef1bc1c0 (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 13ecac78cd7a2607d85b81c2bd09874afa82d1b4
Author: Howard Chu <hyc(a)openldap.org>
Date: Wed Jun 15 11:43:46 2016 +0100
ITS#8339, #8424
commit d886593193a69d63a4a4c484089b570e6af58df7
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 5 23:42:44 2016 +0200
mdb_env_setup_locks: Plug mutexattr leak on error
commit 21ed2bd4c939ac9516d14933eeb3130990df7cde
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 2 21:01:27 2016 +0100
ITS#8339 Solaris 10/11 robust mutex fixes
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work
on Linux/glibc because they used an enum). Zero out mutex before
initing.
commit b785bfbe61d041e6b175f8f87915ec6d3e636988
Author: Howard Chu <hyc(a)openldap.org>
Date: Sun May 15 00:44:54 2016 +0100
ITS#8424 init cursor in mdb_env_cwalk
commit 09e74f9056191a0d0370731118411d74a195aa5d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Tue May 10 07:11:44 2016 +0200
Comment ovpage code in mdb_cursor_put()
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/CHANGES | 12 +++++++-----
libraries/liblmdb/mdb.c | 35 +++++++++++++++++++++++++----------
2 files changed, 32 insertions(+), 15 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 2996fda0eedd15af531d3c665e7d89fc4eeb9653 (commit)
via 3e2f62ed0bcedda752b7b0de2d4f4282c72e7b9d (commit)
via fe81f1d4904ab088f53bdabbe4ad55927ae04fc8 (commit)
via 4a961ed6ed1b4409aa7e9856a548290fc630ffba (commit)
via 1899118e91b4f5e4dbb4f6e9adb0f9de600df577 (commit)
via 23c5d6bbdd01d91556eab16b43fbc607d44feb7c (commit)
from 92724fd39e3c6a65d460ad7a08d3acc3c16656e3 (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 2996fda0eedd15af531d3c665e7d89fc4eeb9653
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 10:19:03 2016 +0200
Fix contrib prototypes - add ConfigReply*
commit 3e2f62ed0bcedda752b7b0de2d4f4282c72e7b9d
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 10:18:50 2016 +0200
ITS#8442 Fix uninitialized rs->sr_text in back-meta
commit fe81f1d4904ab088f53bdabbe4ad55927ae04fc8
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 09:44:45 2016 +0200
Fix intro comments in test configs
commit 4a961ed6ed1b4409aa7e9856a548290fc630ffba
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 08:35:25 2016 +0200
Catch slapmodify entry setup errors
commit 1899118e91b4f5e4dbb4f6e9adb0f9de600df577
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 08:31:18 2016 +0200
ITS#8435 Move sc_writewait to end of slap_callback
So any initializers in code predating sc_writewait
will find sc_private in the expected position.
commit 23c5d6bbdd01d91556eab16b43fbc607d44feb7c
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 12 08:30:58 2016 +0200
ITS#8435 Fix uninited slap_callback.sc_writewait
-----------------------------------------------------------------------
Summary of changes:
contrib/slapd-modules/authzid/authzid.c | 1 +
contrib/slapd-modules/denyop/denyop.c | 4 ++--
contrib/slapd-modules/lastmod/lastmod.c | 12 +++---------
contrib/slapd-modules/trace/trace.c | 12 ++++--------
servers/slapd/back-meta/search.c | 3 ++-
servers/slapd/backover.c | 1 +
servers/slapd/overlays/constraint.c | 4 +---
servers/slapd/overlays/dds.c | 2 ++
servers/slapd/overlays/dynlist.c | 4 +---
servers/slapd/overlays/memberof.c | 4 ++++
servers/slapd/overlays/pcache.c | 8 +++-----
servers/slapd/overlays/sssvlv.c | 1 +
servers/slapd/overlays/syncprov.c | 2 +-
servers/slapd/slap.h | 2 +-
servers/slapd/slapi/slapi_overlay.c | 3 +++
servers/slapd/slapmodify.c | 4 +++-
servers/slapd/syncrepl.c | 1 +
tests/data/slapd-dn.conf | 2 +-
tests/data/slapd-emptydn.conf | 2 +-
tests/data/slapd-proxycache.conf | 2 +-
tests/data/slapd-valsort.conf | 2 +-
21 files changed, 38 insertions(+), 38 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 92724fd39e3c6a65d460ad7a08d3acc3c16656e3 (commit)
from 2e60bf5ed00c1a8794131f53a6c72a78c0766e21 (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 92724fd39e3c6a65d460ad7a08d3acc3c16656e3
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 9 22:37:54 2016 +0100
ITS#8432 fix infinite looping mods in delta-mmr
-----------------------------------------------------------------------
Summary of changes:
servers/slapd/syncrepl.c | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 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.master has been updated
via c4c7833d245fdc4b2ea4a1a459d7069ce3af87f5 (commit)
from 53a0fdf1bee795048b3b3a40f8ffec3e3f8473a2 (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 c4c7833d245fdc4b2ea4a1a459d7069ce3af87f5
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Sun Jun 5 23:42:44 2016 +0200
mdb_env_setup_locks: Plug mutexattr leak on error
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 14 ++++++++------
1 file 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.master has been updated
via 53a0fdf1bee795048b3b3a40f8ffec3e3f8473a2 (commit)
from c367c1f69685a4d307acb8cea6945c1d67e1cc7e (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 53a0fdf1bee795048b3b3a40f8ffec3e3f8473a2
Author: Hallvard Furuseth <hallvard(a)openldap.org>
Date: Fri Jun 3 06:11:54 2016 +0200
Init "locked" flag for SysV semaphores
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 2 ++
1 file changed, 2 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.master has been updated
via c367c1f69685a4d307acb8cea6945c1d67e1cc7e (commit)
from b045bce26037213f4f591787ac615a0463b031a8 (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 c367c1f69685a4d307acb8cea6945c1d67e1cc7e
Author: Howard Chu <hyc(a)openldap.org>
Date: Thu Jun 2 21:01:27 2016 +0100
ITS#8339 Solaris 10/11 robust mutex fixes
Check for PTHREAD_MUTEX_ROBUST_NP definition (this doesn't work
on Linux/glibc because they used an enum). Zero out mutex before
initing.
-----------------------------------------------------------------------
Summary of changes:
libraries/liblmdb/mdb.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
---
http://www.openldap.org/devel/gitweb.cgi?p=openldap.git