A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, OPENLDAP_REL_ENG_2_4 has been updated via 1123e37936184cfbedd73654c1720285e4e44ec5 (commit) via 177ec8d8836093f19cc1f599d83e5db2b9f65566 (commit) from a25d8cccf8fe2a544700d38477d7be6f04fb4085 (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 1123e37936184cfbedd73654c1720285e4e44ec5 Author: Howard Chu hyc@openldap.org Date: Sat Feb 2 05:31:39 2013 -0800
More explicit logging if mdb_txn_commit fails
Change LDAP_DEBUG_TRACE to LDAP_DEBUG_ANY. Add log msg if it wasn't being logged before.
commit 177ec8d8836093f19cc1f599d83e5db2b9f65566 Author: Ralf Haferkamp ralf@openldap.org Date: Thu Jan 31 14:19:39 2013 +0100
Add some simple checks for certificate directories/files
-----------------------------------------------------------------------
Summary of changes: contrib/ldapc++/src/TlsOptions.cpp | 42 ++++++++++++++++++++++++++++++++++++ servers/slapd/back-mdb/add.c | 2 +- servers/slapd/back-mdb/config.c | 7 +++++- servers/slapd/back-mdb/delete.c | 2 +- servers/slapd/back-mdb/init.c | 4 +++ servers/slapd/back-mdb/modify.c | 2 +- servers/slapd/back-mdb/modrdn.c | 2 +- servers/slapd/back-mdb/tools.c | 8 ++++++- 8 files changed, 63 insertions(+), 6 deletions(-)