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 b7485f40532b5a5d69d26fb3b25be145c0a51d4c (commit) via adafc29b0ea7ff57c7c9be94d0426a151f998ed7 (commit) via d3dc6087789ba74a77985ba82f6281d306864f23 (commit) via 0ee967b247f7488a24095b6b5aca8b833dd73c13 (commit) via 7120713590322172bde47e00630e93cc39b2b8a1 (commit) from 249d29534798fce9f8d8003cb916d6dc1ef13129 (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 b7485f40532b5a5d69d26fb3b25be145c0a51d4c Author: Howard Chu hyc@openldap.org Date: Mon Jan 5 09:37:27 2015 +0000
ITS#8016 return errmsg for unknown envflags
commit adafc29b0ea7ff57c7c9be94d0426a151f998ed7 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 d3dc6087789ba74a77985ba82f6281d306864f23 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 0ee967b247f7488a24095b6b5aca8b833dd73c13 Author: Howard Chu hyc@openldap.org Date: Sun Jan 4 07:20:41 2015 +0000
ITS#8013 fix syncprov_matchops test_filter usage
commit 7120713590322172bde47e00630e93cc39b2b8a1 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: 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 +++++++- 5 files changed, 39 insertions(+), 22 deletions(-)