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 a684e79970998a3180b445397b00af6f982713d3 (commit) via 205b5ce587d7ef4dce695501250342be36202852 (commit) via 411a14bddb6b442ed3edca1f26eba564145b9d0f (commit) from 88a3bc89c8c293fa4a089b115e593c6b7d65e438 (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 a684e79970998a3180b445397b00af6f982713d3 Author: Howard Chu hyc@openldap.org Date: Fri Oct 2 05:14:53 2015 +0100
ITS#8262 more
extended ops
commit 205b5ce587d7ef4dce695501250342be36202852 Author: Howard Chu hyc@openldap.org Date: Fri Oct 2 05:02:15 2015 +0100
ITS#8262 add ldap_build_*_req functions
Basic ops except abandon and unbind; since they get no reply it's not important for the caller to know their msgID.
commit 411a14bddb6b442ed3edca1f26eba564145b9d0f Author: Howard Chu hyc@openldap.org Date: Thu Oct 1 23:55:10 2015 +0100
ITS#8261 change sl_mem_detach to sl_mem_setctx
-----------------------------------------------------------------------
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 ++++++++++++++++++------------- servers/slapd/proto-slap.h | 2 +- servers/slapd/sl_malloc.c | 7 +-- 10 files changed, 470 insertions(+), 256 deletions(-)