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 28871cb07f5ef00fdbe1e7ea5a39a0b348328ed7 (commit) via 1e8ab5de66c2f012246354eb1433c004e43f4070 (commit) via 412479e6fe38f0cc46c102b52caa04c177abeae6 (commit) from 52f7daab0101648d1713cbc7764a6c209d103cb4 (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 28871cb07f5ef00fdbe1e7ea5a39a0b348328ed7 Author: Ondřej Kuzník ondra@openldap.org Date: Tue Jan 16 15:30:01 2018 +0000
ITS#8798 Add SASL support to slapd-* tester tools
commit 1e8ab5de66c2f012246354eb1433c004e43f4070 Author: Ondřej Kuzník ondra@openldap.org Date: Tue Jan 16 15:29:16 2018 +0000
ITS#8798 Enable retry/delay in slapd-bind
commit 412479e6fe38f0cc46c102b52caa04c177abeae6 Author: Ondřej Kuzník ondra@openldap.org Date: Tue Jan 16 15:28:50 2018 +0000
ITS#8798 Unify slapd-* tools setup
-----------------------------------------------------------------------
Summary of changes: tests/progs/slapd-addel.c | 162 +++++-------------------- tests/progs/slapd-bind.c | 196 ++++++++++-------------------- tests/progs/slapd-common.c | 295 ++++++++++++++++++++++++++++++++++++++++++--- tests/progs/slapd-common.h | 49 +++++++- tests/progs/slapd-modify.c | 157 +++++------------------- tests/progs/slapd-modrdn.c | 155 +++++------------------- tests/progs/slapd-mtread.c | 236 ++++++++---------------------------- tests/progs/slapd-read.c | 225 ++++++++-------------------------- tests/progs/slapd-search.c | 239 ++++++++---------------------------- tests/progs/slapd-tester.c | 2 - 10 files changed, 635 insertions(+), 1081 deletions(-)