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 b8c2d459ad82e2b1d753a4e3da77e45ec4fb9d37 (commit) via 60df018b9c5a614556f4a92fd866693031ae8fa5 (commit) via 693c8e0f582875fead072531f297f26690fe70db (commit) via 001fd3f98ceaae373671df8bc80595427a7f3459 (commit) via f3e932529df0eb61439929831e13a22d87e0fcb3 (commit) via 289a0adf6658f2fd98e4d40172f4da201be55526 (commit) via 589ff32653e4d58a62ce6792cb3591ee27060806 (commit) via 44a8ab7143179974ec2b54995ebf13b2a40f111c (commit) via 57e55cd4d9c0ac628762e5d1ffc7be8afb86f620 (commit) via eec654dc505f864896fc3170b562d147c458ce4e (commit) from 5eba5d3d43dd06e7fb731fc67a8917be50d34c52 (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 b8c2d459ad82e2b1d753a4e3da77e45ec4fb9d37 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 5 14:01:09 2015 -0600
ITS#8016
commit 60df018b9c5a614556f4a92fd866693031ae8fa5 Author: Howard Chu hyc@openldap.org Date: Mon Jan 5 09:37:27 2015 +0000
ITS#8016 return errmsg for unknown envflags
commit 693c8e0f582875fead072531f297f26690fe70db Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 5 13:59:59 2015 -0600
ITS#8011
commit 001fd3f98ceaae373671df8bc80595427a7f3459 Author: Leo Yuriev leo@yuriev.ru Date: Sun Jan 4 07:41:04 2015 +0000
ITS#8011: few corrections for lmdb-backend;
dn2id.c: + assertion for mdb_id2l_insert() result; - unnecessary assignment;
search.c: - unused variable 'first'; + range-check for mdb_idl_search() result;
commit f3e932529df0eb61439929831e13a22d87e0fcb3 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 5 13:53:22 2015 -0600
ITS#5452,ITS#8012
commit 289a0adf6658f2fd98e4d40172f4da201be55526 Author: Leo Yuriev leo@yuriev.ru Date: Sun Jan 4 07:27:16 2015 +0000
ITS#5452,#8012: fix syncprov syncops freeing
Detaching a syncops record from op-list conditionally, only when it was freed by syncprov_free_syncop.
The syncprov_free_syncop() and syncprov_drop_psearch() now returns a flag, which is nonzero if the given syncops was freed.
commit 589ff32653e4d58a62ce6792cb3591ee27060806 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 5 13:50:37 2015 -0600
ITS#8013
commit 44a8ab7143179974ec2b54995ebf13b2a40f111c Author: Howard Chu hyc@openldap.org Date: Sun Jan 4 07:20:41 2015 +0000
ITS#8013 fix syncprov_matchops test_filter usage
commit 57e55cd4d9c0ac628762e5d1ffc7be8afb86f620 Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Jan 5 13:48:21 2015 -0600
ITS#8014
commit eec654dc505f864896fc3170b562d147c458ce4e Author: Howard Chu hyc@openldap.org Date: Sun Jan 4 07:00:14 2015 +0000
ITS#8014 plug onetime leak in slapadd -w
-----------------------------------------------------------------------
Summary of changes: CHANGES | 5 +++++ servers/slapd/back-mdb/config.c | 8 +++++++- servers/slapd/back-mdb/dn2id.c | 8 +++++--- servers/slapd/back-mdb/search.c | 3 +-- servers/slapd/overlays/syncprov.c | 34 +++++++++++++++++++--------------- servers/slapd/slapcommon.c | 8 +++++++- 6 files changed, 44 insertions(+), 22 deletions(-)