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 80d341aafd1d4c4ce7cf1f49859e98d37aa63d79 (commit) via 0cb18a3b1350371bfa088fc7051b73a6e50623d2 (commit) via 20c40fa2dca114a71bc578376c4c347e84e6b558 (commit) via fdeb09f0f5f51a79ee0bedfe79aea9cbb7b35160 (commit) via 665f334b5440cec9c958e9e24c04af87b65474a9 (commit) from d2acb1dd5fe12b3bc3d672b586edaca0a21ce4a5 (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 80d341aafd1d4c4ce7cf1f49859e98d37aa63d79 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Jun 12 10:19:03 2016 +0200
Fix contrib prototypes - add ConfigReply*
commit 0cb18a3b1350371bfa088fc7051b73a6e50623d2 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Jun 12 09:44:45 2016 +0200
Fix intro comments in test configs
commit 20c40fa2dca114a71bc578376c4c347e84e6b558 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Nov 4 15:36:29 2016 -0700
ITS#8435
commit fdeb09f0f5f51a79ee0bedfe79aea9cbb7b35160 Author: Hallvard Furuseth hallvard@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 665f334b5440cec9c958e9e24c04af87b65474a9 Author: Hallvard Furuseth hallvard@openldap.org Date: Sun Jun 12 08:30:58 2016 +0200
ITS#8435 Fix uninited slap_callback.sc_writewait
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 +++ contrib/slapd-modules/denyop/denyop.c | 4 ++-- contrib/slapd-modules/lastmod/lastmod.c | 12 +++--------- contrib/slapd-modules/trace/trace.c | 12 ++++-------- 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/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 +- 19 files changed, 35 insertions(+), 36 deletions(-)