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 a3f33dd20e71b9c94e94a0e1125fcee8d35fc70f (commit) via 38fb8e6eb1c2db048fd2473bfcdd5eb16ec54517 (commit) via ab3fea51dc890feaca7075643efe9410949e5363 (commit) via 2b960613e03dbc5b371378abfd051c8e75821171 (commit) from 7333b6bdc90c49c332d4728c62c7904e64c95077 (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 a3f33dd20e71b9c94e94a0e1125fcee8d35fc70f Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Oct 3 18:08:56 2012 +0200
Fix mdb_open() off-by-one error in maxdbs check
commit 38fb8e6eb1c2db048fd2473bfcdd5eb16ec54517 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Oct 3 18:06:29 2012 +0200
ITS#7377 Wrap fcntl F_SETLK in EINTR loop too.
This can happen even on local filesystems.
commit ab3fea51dc890feaca7075643efe9410949e5363 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Oct 3 18:06:29 2012 +0200
ITS#7377 Catch ftruncate() error
commit 2b960613e03dbc5b371378abfd051c8e75821171 Author: Hallvard Furuseth hallvard@openldap.org Date: Wed Oct 3 18:04:07 2012 +0200
ITS#7377 Document caveats/troubeshooting.
-----------------------------------------------------------------------
Summary of changes: libraries/libmdb/mdb.c | 9 +++++-- libraries/libmdb/mdb.h | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 3 deletions(-)