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 c4a040ad09c0a7c969bf3eee37b1f039fde80f54 (commit) via 410257c4eb633eebf236e3c31731b7b23a278bfb (commit) via c96f691205310651b397ea847c96ae0145ec222c (commit) via c2cf3b3f60eea77629a4c74125f2d07ba6d69054 (commit) via 47ea77c1d5b2e4da7c95dd73a6e00e6e77ba0ab6 (commit) via b9e00e8aa8629075a611f6be9c74728470e5e29a (commit) via a8d0f057879229457ea92f903e5362af7498f3d5 (commit) via f126dab1b1314f805e8bdc38545bbe39d2c5f19e (commit) via 268164213f1e4183101d143525178f67506734a2 (commit) via efa83162d4e2d43ced368b8d3f1ee50e40e6b2b1 (commit) from 7b8e9ae3b121866b496817fc29f396fe910860a1 (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 c4a040ad09c0a7c969bf3eee37b1f039fde80f54 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Mar 9 14:14:37 2012 -0800
ITS#7204
commit 410257c4eb633eebf236e3c31731b7b23a278bfb Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 22:17:33 2012 +0100
ITS#7204 Fix test044-dynlist for --disable-monitor
test044-dynlist uses olcDatabase={2}$BACKEND,cn=config. This breaks when back-monitor is omitted as database {1}.
commit c96f691205310651b397ea847c96ae0145ec222c Author: Howard Chu hyc@openldap.org Date: Fri Mar 9 13:10:58 2012 -0800
ITS#7200 fix regression in b4d403ea310022ca4ffcbf31fa20ead6c754f28d
commit c2cf3b3f60eea77629a4c74125f2d07ba6d69054 Author: Quanah Gibson-Mount quanah@openldap.org Date: Fri Mar 9 14:13:47 2012 -0800
ITS#7203
commit 47ea77c1d5b2e4da7c95dd73a6e00e6e77ba0ab6 Author: Howard Chu hyc@openldap.org Date: Fri Mar 9 12:47:49 2012 -0800
ITS#7203 approxIndexer should omit zero-length keys
commit b9e00e8aa8629075a611f6be9c74728470e5e29a Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:30:34 2012 +0100
Fix MDB_txninfo.mt2 padding on Windows/Apple
commit a8d0f057879229457ea92f903e5362af7498f3d5 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:25:44 2012 +0100
Tweak mdb comment with conflicting spec of 'ID'
commit f126dab1b1314f805e8bdc38545bbe39d2c5f19e Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:22:31 2012 +0100
Fix valgrind call after malloc failure in mdb.
Also line up the code logic a bit.
commit 268164213f1e4183101d143525178f67506734a2 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 19:06:04 2012 +0100
Clean up MAP_FAILED handling in mdb.
Delay (MDB_txninfo*) cast to after comparing mmap() with MAP_FAILED. Otherwise, if MAP_FAILED = (void*)-1 but MDB_txninfo requires stricter alignment, the compiler could assume the result is never MAP_FAILED.
Also store NULL in env->(me_map, me_txns) after mmap failure.
commit efa83162d4e2d43ced368b8d3f1ee50e40e6b2b1 Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Mar 9 18:45:39 2012 +0100
ITS#7191 Align dirty MDB pages on the stack
-----------------------------------------------------------------------
Summary of changes: CHANGES | 3 ++ libraries/libmdb/mdb.c | 64 ++++++++++++++++++++++++++-------------- libraries/libmdb/midl.h | 3 +- servers/slapd/bconfig.c | 8 +++-- servers/slapd/schema_init.c | 6 +++- tests/scripts/test044-dynlist | 12 ++++++-- 6 files changed, 64 insertions(+), 32 deletions(-)