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 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 (commit) via 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d (commit) from 22c104c5d7783c5fda8b354e68302f7f54a3dddf (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 1ac3c8308f78269b31de0bd9e6cd99dcda7b48d1 Author: Howard Chu hyc@symas.com Date: Fri Aug 9 04:51:33 2013 -0700
Add mdb_env_get_maxkeysize()
commit 1ecd86b14cf94381bcb96ae6e129d6a5bef7fc9d Author: Hallvard Furuseth hallvard@openldap.org Date: Fri Aug 9 13:05:14 2013 +0200
Replace unpredictable EINVAL error returns.
Return EINVAL only for simple programmer errors.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 13 ++++++++++++- libraries/liblmdb/mdb.c | 29 +++++++++++++++++++---------- 2 files changed, 31 insertions(+), 11 deletions(-)