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 75999a18c3c302bc2a71e9a01dfe63a62be8077c (commit) from 738723866ed6858cb694b0a770300d781e09e333 (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 75999a18c3c302bc2a71e9a01dfe63a62be8077c Author: Howard Chu hyc@openldap.org Date: Mon Jan 16 21:21:33 2017 +0000
ITS#8725 Add SLAPD_ASYNCOP return code
Tell frontend the op will finish asynchronously, leave it alone
-----------------------------------------------------------------------
Summary of changes: servers/slapd/add.c | 5 +++++ servers/slapd/backover.c | 12 +++++++++++- servers/slapd/compare.c | 4 ++++ servers/slapd/connection.c | 31 +++++++++++++++++++++++++++++++ servers/slapd/delete.c | 4 ++++ servers/slapd/modify.c | 4 ++++ servers/slapd/modrdn.c | 5 +++++ servers/slapd/proto-slap.h | 3 +++ servers/slapd/search.c | 4 ++++ servers/slapd/slap.h | 3 +++ 10 files changed, 74 insertions(+), 1 deletion(-)