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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da (commit) from 59d30a49c3ad403235ba30f65e074eddf1c125f0 (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 3e83b5b27bcd76a5ae086573516f9b76bdc6e2da Author: Howard Chu hyc@symas.com Date: Fri Jun 20 05:33:31 2014 -0700
Add mdb_dump, update copyrights
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/Makefile | 5 +- libraries/liblmdb/lmdb.h | 6 +- libraries/liblmdb/mdb.c | 2 +- libraries/liblmdb/mdb_copy.1 | 10 +- libraries/liblmdb/mdb_copy.c | 7 +- libraries/liblmdb/mdb_dump.1 | 70 +++++++++++ libraries/liblmdb/mdb_dump.c | 276 ++++++++++++++++++++++++++++++++++++++++++ libraries/liblmdb/mdb_stat.1 | 9 +- libraries/liblmdb/mdb_stat.c | 9 +- libraries/liblmdb/midl.c | 2 +- libraries/liblmdb/midl.h | 2 +- 11 files changed, 382 insertions(+), 16 deletions(-) create mode 100644 libraries/liblmdb/mdb_dump.1 create mode 100644 libraries/liblmdb/mdb_dump.c