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 f7e85d7804109a429dd6d24b19cc2148a7f43813 (commit) via 77845345ca9bf3854fd9da60a3e3b0527fa9c76a (commit) via 6355dade31e35af5527e9139a39fc1e3a5da04fd (commit) via 04acac634a7b276332e2cc4d389b8d647a0a7fad (commit) via 15666878afb57439abfaf5c5a1f3a338f4e23104 (commit) via cdc3f9cc2d1d440920352b2f4524e28a93445e3a (commit) via 67fb3c746a43bf2d2ce4834ede5fba940c9286a5 (commit) from d87ee20e0bf7fc751f75412082df307647165d56 (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 f7e85d7804109a429dd6d24b19cc2148a7f43813 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 27 07:03:45 2016 +0200
Only set me_mfd if needed. Drop unused read access.
commit 77845345ca9bf3854fd9da60a3e3b0527fa9c76a Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 27 07:03:42 2016 +0200
ITS#8505 Clarify fork() caveat, mdb_env_get_fd(), flock->fcntl.
commit 6355dade31e35af5527e9139a39fc1e3a5da04fd Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 27 07:03:40 2016 +0200
ITS#8505 Protect parent from fork()-pthread_exit()
commit 04acac634a7b276332e2cc4d389b8d647a0a7fad Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 27 07:03:38 2016 +0200
ITS#8505 Set FD_CLOEXEC for me_mfd,env_copy as well
commit 15666878afb57439abfaf5c5a1f3a338f4e23104 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 27 07:03:34 2016 +0200
Move opening files to mdb_fopen()
No change in functionality.
commit cdc3f9cc2d1d440920352b2f4524e28a93445e3a Author: Hallvard Furuseth hallvard@openldap.org Date: Sat Sep 17 21:31:04 2016 +0200
Factor filename handling out to mdb_fname_*()
No change in functionality, except needs less mallocing.
commit 67fb3c746a43bf2d2ce4834ede5fba940c9286a5 Author: Hallvard Furuseth hallvard@openldap.org Date: Tue Sep 6 18:12:01 2016 +0200
ITS#7992 Tighter utf8_to_utf16(), fix errcodes
The 0xFFFD check seems due to misleading MultiByteToWideChar() doc. Bad UTF-8 gives 0xFFFD in the output string, not the return value.
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/lmdb.h | 9 +- libraries/liblmdb/mdb.c | 430 +++++++++++++++++++++++++++------------------- 2 files changed, 258 insertions(+), 181 deletions(-)