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 506f38948dad5b06a4f284dec6b416934bbe6848 (commit) via aa057ecabab5cf981b490674f412ea570aad24e4 (commit) via d372ca8f310047f891d729871e47a072fa025871 (commit) via 6be8f1e41b5b85874b38358e3efebbd35378ca36 (commit) via e57fa5f7ab8da9b95d5a6ef06d71bd0d70618011 (commit) via c7de9d89f3c4462fc5041b84a962af066b3f630a (commit) via 5d3cf5645ae044b201e38c1ac5d134d1debaef58 (commit) via 1058ca668dafed2af46e4589bb166c587bbf8f64 (commit) via 9f478735835f19f79ca995bc415c79d965363148 (commit) from 5de341fd88ca3f8ea5f5e73b96b4c86a5ee2469c (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 506f38948dad5b06a4f284dec6b416934bbe6848 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jun 26 14:33:51 2012 -0700
ITS#7312, ITS#7313, ITS#7314, ITS#7315, ITS#7316
commit aa057ecabab5cf981b490674f412ea570aad24e4 Author: Jan Vcelak jvcelak@redhat.com Date: Fri Jun 22 09:41:18 2012 +0200
ITS#7316 MozNSS: do not retry when reading the pin from file
Avoid infinite loop if the pin in the password file is wrong.
commit d372ca8f310047f891d729871e47a072fa025871 Author: Jan Vcelak jvcelak@redhat.com Date: Fri Jun 22 09:36:42 2012 +0200
ITS#7315 MozNSS: do not authenticate to a slot manually
We cannot rely on tc_certificate->slot value, the library will choose the correct slot itself when needed. Just provide correct pin argument.
commit 6be8f1e41b5b85874b38358e3efebbd35378ca36 Author: Jan Vcelak jvcelak@redhat.com Date: Mon Jun 18 14:06:10 2012 +0200
ITS#7314 MozNSS: lock whole init and clenaup process
commit e57fa5f7ab8da9b95d5a6ef06d71bd0d70618011 Author: Jan Vcelak jvcelak@redhat.com Date: Mon Mar 5 17:04:51 2012 +0100
ITS#7313 MozNSS: store certificate object instead of nickname in in ctx
PEM certificates should not be referenced by nicknames, because the nicknames are derived from basename of the cerificate file and in general are not easy-predictable.
The code of Mozilla NSS backend depends on some aspects of PEM module and tries to guess the nicknames correctly. In some cases the guessing is wrong.
commit c7de9d89f3c4462fc5041b84a962af066b3f630a Author: Jan Vcelak jvcelak@redhat.com Date: Thu May 31 13:09:24 2012 +0200
ITS#7312 MozNSS: context specific token description for certdb
commit 5d3cf5645ae044b201e38c1ac5d134d1debaef58 Author: Quanah Gibson-Mount quanah@openldap.org Date: Tue Jun 26 14:26:17 2012 -0700
ITS#7293
commit 1058ca668dafed2af46e4589bb166c587bbf8f64 Author: Howard Chu hyc@openldap.org Date: Sat Jun 23 05:41:39 2012 -0700
ITS#7293 make ldapava_free static
commit 9f478735835f19f79ca995bc415c79d965363148 Author: Howard Chu hyc@openldap.org Date: Sat Jun 23 05:38:57 2012 -0700
ITS#7293 fix typo in ldap_create_session_tracking_control() decl
-----------------------------------------------------------------------
Summary of changes: CHANGES | 6 + include/ldap.h | 2 +- libraries/libldap/getdn.c | 2 +- libraries/libldap/tls_m.c | 612 ++++++++++++++++++++------------------------- 4 files changed, 278 insertions(+), 344 deletions(-)