A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 34ccd14f3e8c6a02ceae11c7b0d475e17d011984 (commit) from 756a6b868321805d23fe84bf2043c11b13b13e8e (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 34ccd14f3e8c6a02ceae11c7b0d475e17d011984 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.
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/add.c | 120 ++++++++++++++++++++++++------------------ libraries/libldap/compare.c | 72 +++++++++++++++---------- libraries/libldap/delete.c | 68 +++++++++++++++--------- libraries/libldap/ldap-int.h | 73 +++++++++++++++++++++++++ libraries/libldap/modify.c | 106 +++++++++++++++++++++---------------- libraries/libldap/modrdn.c | 85 +++++++++++++++++++----------- libraries/libldap/sasl.c | 90 ++++++++++++++++++------------- 7 files changed, 397 insertions(+), 217 deletions(-)