Merge branch 'hotfixes-2.3.4'

This commit is contained in:
Benjamin Dauvergne 2010-10-13 14:21:25 +02:00
commit 1d38a1e022
6 changed files with 11 additions and 11 deletions

13
NEWS
View File

@ -4,7 +4,7 @@ NEWS
2.3.4 - Otober 8th 2010
-----------------------
14 commits, 10 files changed, 199 insertions, 49 deletions
21 commits, 18 files changed, 312 insertions, 58 deletions
Generic
* fix warning for compiling on Pardus and EL5
@ -12,13 +12,14 @@ Generic
* lasso_login_process_authn_request documentation gained details on returned errors
SAMLv2:
* report unknown provider instead an error on parameter value when resolving
and artifact in an assertionConsumer endpoint and the provider is not
registered into the server object.
* report unknown provider instead of an error on parameter value when
resolving and artifact in an assertionConsumer endpoint and the provider is
not registered into the server object.
* lasso_provider_get_assertion_consumer_url now use specific SAMLv2 methods
* fixed a bug in the ordering of indexed endpoints which produced error when
looking up the defualt assertion consumer. It also improved ordering in
presence of the attribute isDefault="false".
looking up the default assertion consumer. It also improved ordering in
presence of the attribute isDefault="false". A non-regression test was
added for this functionality.
ID-FFv1.2:
* respect the signature verify hint when handling authn requests

View File

@ -62,7 +62,7 @@
</repository>
<release>
<Version>
<created>2010-10-08</created>
<created>2010-10-13</created>
<revision>2.3.4</revision>
</Version>
<Version>

View File

@ -1513,7 +1513,6 @@ cleanup:
gint
lasso_profile_saml20_setup_message_signature(LassoProfile *profile, LassoNode *request_or_response)
{
LassoSignatureMethod sign_method;
lasso_bad_param(PROFILE, profile);
switch (lasso_profile_get_signature_hint(profile)) {

View File

@ -47,7 +47,7 @@ go http://localhost:10002
fv 1 is_passive true
submit
url http://localhost:10002
find 'Unknown authentication failure'
find 'Authentication failure'
''')

View File

@ -62,7 +62,7 @@
</repository>
<release>
<Version>
<created>2010-10-08</created>
<created>2010-10-13</created>
<revision>2.3.4</revision>
</Version>
<Version>

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<div xmlns="http://www.w3.org/1999/xhtml">
<h3>2010-10-08: Released 2.3.4</h3>
<h3>2010-10-13: Released 2.3.4</h3>
<p>
Lasso 2.3.4 have been released.