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 f3573a73831ee05d7d36dd4a5d89df5cbe2e4828 (commit) via c4d0f90fce067aa02c91b975810bcd4391451430 (commit) from 38e71c68de2ad61fb0fd72fd40214fd9a94479b9 (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 f3573a73831ee05d7d36dd4a5d89df5cbe2e4828 Author: Howard Chu hyc@symas.com Date: Wed Jul 9 09:31:49 2014 -0700
Windows compat
We mainly use Win32 functions, so cannot just use C-runtime strerror to return error messages. We have to use Win32-specific messages. Unfortunately, we document the API to return C-runtime error codes, so we can't just switch to all Win32 error codes.
commit c4d0f90fce067aa02c91b975810bcd4391451430 Author: Howard Chu hyc@symas.com Date: Wed Jul 9 09:16:03 2014 -0700
Fix loading of printable dump
Off-by-one in end check, would complain on valid input.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/mdb.c | 35 ++++++++++++++++++++++++++++++++++- libraries/liblmdb/mdb_load.c | 2 +- 2 files changed, 35 insertions(+), 2 deletions(-)