A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, master has been updated via 2db51956502a28e8de8e95abbdeda7a0b2390046 (commit) via a1712379997974f97e030bb860891ee59f9fae3d (commit) via 3531c344e1db96ad2b2dc09a0798bba0c8948ad2 (commit) via d07779e97b7158c960d31367be0aab18959ce53e (commit) via 87132b820d9576a920448494979c97e8f46055a9 (commit) from 251b4e69ca95e68bb5705ff9d6b9d9bd000e5518 (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 2db51956502a28e8de8e95abbdeda7a0b2390046 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 a1712379997974f97e030bb860891ee59f9fae3d 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 3531c344e1db96ad2b2dc09a0798bba0c8948ad2 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 d07779e97b7158c960d31367be0aab18959ce53e 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 87132b820d9576a920448494979c97e8f46055a9 Author: Jan Vcelak jvcelak@redhat.com Date: Thu May 31 13:09:24 2012 +0200
ITS#7312 MozNSS: context specific token description for certdb
-----------------------------------------------------------------------
Summary of changes: libraries/libldap/tls_m.c | 612 ++++++++++++++++++++------------------------- 1 files changed, 270 insertions(+), 342 deletions(-)