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 c68e5ae9be63d9464efcf37ace117881e63b7d9a (commit) from 4b49291653c485841886e5a52c0aabd9ce50a9d9 (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 c68e5ae9be63d9464efcf37ace117881e63b7d9a Author: Howard Chu hyc@symas.com Date: Thu May 30 13:06:12 2013 -0700
Add mdb_env_copyfd()
Allow writing backup to an already opened file handle, for piping to tar/gzip/ssh/whatever.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 19 +++++++ libraries/liblmdb/mdb.c | 107 ++++++++++++++++++++++------------------- libraries/liblmdb/mdb_copy.1 | 8 +++- libraries/liblmdb/mdb_copy.c | 9 ++- 4 files changed, 89 insertions(+), 54 deletions(-)