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 a2abbdbb124fd290008015af89d2b0e06dbeb56b (commit) via b6974ccd9f2c8cd9cf3f10d9466edcc043681363 (commit) via 8bdadf68c5809df197cb562a5c759dd536e0c244 (commit) via db3175eaba867406581d419dc89c3dde7eabdd1c (commit) via 34ccd14f3e8c6a02ceae11c7b0d475e17d011984 (commit) via 756a6b868321805d23fe84bf2043c11b13b13e8e (commit) via eccea851ff90d3cacd99aba16111026719d87695 (commit) from 4ef6520b4d6fe466c2e348e0ce8da523355e592b (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 a2abbdbb124fd290008015af89d2b0e06dbeb56b Merge: 4ef6520 b6974cc Author: Quanah Gibson-Mount quanah@openldap.org Date: Mon Oct 5 15:48:41 2015 -0500
Merge remote-tracking branch 'origin/master' into OPENLDAP_REL_ENG_2_5
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/add.c | 120 ++++++++++++++++++++++++------------------ libraries/libldap/compare.c | 74 ++++++++++++++++---------- libraries/libldap/delete.c | 68 +++++++++++++++--------- libraries/libldap/extended.c | 89 +++++++++++++++++++------------ libraries/libldap/ldap-int.h | 85 ++++++++++++++++++++++++++++++ libraries/libldap/modify.c | 106 +++++++++++++++++++++---------------- libraries/libldap/modrdn.c | 85 +++++++++++++++++++----------- libraries/libldap/sasl.c | 90 ++++++++++++++++++------------- libraries/liblmdb/mdb.c | 13 +++-- libraries/liblmdb/mdb_dump.1 | 2 +- libraries/liblmdb/mdb_dump.c | 2 +- libraries/liblmdb/mdb_load.1 | 2 +- libraries/liblmdb/mdb_load.c | 2 +- libraries/liblmdb/mdb_stat.1 | 2 +- libraries/liblmdb/mdb_stat.c | 2 +- servers/slapd/proto-slap.h | 2 +- servers/slapd/sl_malloc.c | 7 +-- 17 files changed, 482 insertions(+), 269 deletions(-)