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 06d289f985f06c80825dfe35d2bed36e4eb82ba8 (commit) from 64141fda51c689fc40de2058834225c51c2227b5 (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 06d289f985f06c80825dfe35d2bed36e4eb82ba8 Author: Howard Chu hyc@openldap.org Date: Mon Feb 25 11:53:55 2019 +0000
ITS#8983 Add draft Persistent Search
-----------------------------------------------------------------------
Summary of changes: clients/tools/common.c | 56 +++++++ clients/tools/ldapsearch.c | 43 +++++ include/ldap.h | 31 ++++ libraries/libldap/Makefile.in | 4 +- libraries/libldap/psearchctrl.c | 348 ++++++++++++++++++++++++++++++++++++++++ libraries/libldap_r/Makefile.in | 4 +- 6 files changed, 482 insertions(+), 4 deletions(-) create mode 100644 libraries/libldap/psearchctrl.c