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 21b51cb746aa455e3c6398f35b56b9117e657d64 (commit) from 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (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 21b51cb746aa455e3c6398f35b56b9117e657d64 Author: Howard Chu hyc@symas.com Date: Fri Jun 20 08:49:59 2014 -0700
Add mdb_load
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 5 +- libraries/liblmdb/mdb_dump.1 | 15 +- libraries/liblmdb/mdb_load.1 | 77 ++++++++ libraries/liblmdb/mdb_load.c | 397 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 487 insertions(+), 7 deletions(-) create mode 100644 libraries/liblmdb/mdb_load.1 create mode 100644 libraries/liblmdb/mdb_load.c