A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via e85ae1fe883b4847f07cfebc2630636d06e429c3 (commit) via 55fcd0cfee1cb4bbe1033a3efbad9795f79d4014 (commit) from 4d5e2d2a2ac38b9d56b6ba73187c325024718167 (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 e85ae1fe883b4847f07cfebc2630636d06e429c3 Author: Howard Chu hyc@openldap.org Date: Sun Feb 18 21:00:54 2018 +0000
ITS#8324 More for Win32 NTDLL junk
Use GetProcAddress at runtime, avoid buildtime NTDLL link issues
commit 55fcd0cfee1cb4bbe1033a3efbad9795f79d4014 Author: Howard Chu hyc@openldap.org Date: Sun Nov 19 19:44:53 2017 +0000
Add mdb_drop tool
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 9 +-- libraries/liblmdb/mdb.c | 37 +++++++++--- libraries/liblmdb/mdb_drop.1 | 40 +++++++++++++ libraries/liblmdb/mdb_drop.c | 135 +++++++++++++++++++++++++++++++++++++++++++ libraries/liblmdb/tooltag | 5 ++ 5 files changed, 214 insertions(+), 12 deletions(-) create mode 100644 libraries/liblmdb/mdb_drop.1 create mode 100644 libraries/liblmdb/mdb_drop.c