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 ebb6859ea5f4ca44ca528e49b17800f9992703e7 (commit) from 756ce8e10ca52ff4516b56d42308116fac3c185d (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 ebb6859ea5f4ca44ca528e49b17800f9992703e7 Author: Howard Chu hyc@symas.com Date: Thu Oct 11 12:21:40 2012 -0700
Add mdb_copy for backing up a DB environment
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/Makefile | 3 +- libraries/libmdb/mdb.c | 96 +++++++++++++++++++++++++++++++++++++++++++ libraries/libmdb/mdb.h | 12 +++++ libraries/libmdb/mdb_copy.c | 43 +++++++++++++++++++ 4 files changed, 153 insertions(+), 1 deletions(-) create mode 100644 libraries/libmdb/mdb_copy.c