Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [tests] add non regression test on assertion consumer endpoints ordering | Benjamin Dauvergne | 2010-10-09 | 1 | -1/+58 | |
| | | | ||||||
| * | | [core] check type of first argument of lasso_provider_get_assertion_consumer_url | Benjamin Dauvergne | 2010-10-09 | 1 | -1/+3 | |
| | | | ||||||
| * | | fix pardus capitalisation in NEWS file | Benjamin Dauvergne | 2010-10-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'hotfixes-2.3.4' | Benjamin Dauvergne | 2010-10-08 | 11 | -12/+80 | |
|\| | | | | | | | | | | | | | | | | | | | | Conflicts: lasso/xml/xml.c website/web/download/index.xml website/web/index.xml | |||||
| * | | Update release notes and website for release 2.3.4 | Benjamin Dauvergne | 2010-10-08 | 6 | -5/+50 | |
| | | | ||||||
| * | | [xml] fix waring on use of strndup on pardus | Benjamin Dauvergne | 2010-10-08 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add missing include <errno.h> | Jérôme Schneider | 2010-10-08 | 2 | -1/+3 | |
| | | | ||||||
| * | | [SAMLv2] handle unknown provider in artifact resolve, and also alow to ↵ | Benjamin Dauvergne | 2010-10-07 | 1 | -5/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ignore signature validation In lasso_saml20_profile_process_artifact_resolve, we know take a short path with an error when the remote provider is unknown and we also respect the lasso_profile_get_signature_verify_hint() when checking the signature on the artifact resolve message. | |||||
| * | | [SAMLv2] fix bad double free bug in ↵ | Benjamin Dauvergne | 2010-10-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | lasso_saml20_provider_get_assertion_consumer_service_url_by_binding | |||||
| * | | [core] adapt lasso_provider_get_assertion_consumer_service_url for SAMLv2 | Benjamin Dauvergne | 2010-10-07 | 1 | -0/+12 | |
| | | | ||||||
| * | | [docs lasso-book] add figures to the tarball | Benjamin Dauvergne | 2010-10-06 | 1 | -1/+2 | |
| | | | ||||||
* | | | Add missing include <errno.h> | Jérôme Schneider | 2010-10-06 | 2 | -1/+3 | |
| | | | ||||||
* | | | Merge branch 'hotfixes-2.3.4' | Benjamin Dauvergne | 2010-10-06 | 6 | -41/+166 | |
|\| | | ||||||
| * | | [configure.ac] increment version and libtool version info | Benjamin Dauvergne | 2010-10-06 | 1 | -2/+2 | |
| | | | ||||||
| * | | [ID-FFv1.2] in lasso_login_process_authn_request_msg() adopt simpler ↵ | Benjamin Dauvergne | 2010-10-06 | 1 | -16/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behaviour for checking signatures There is two sources of advice for signature checking: AuthnRequestsSigned attribute in service provider metadata files and value of lasso_profile_get_signature_verify_hint(). If lasso_profile_get_signature_verify_hint() forbid to check signature, we do not check. If the SP advise to check signature, we check. If lasso_profile_get_signature_verify_hint() forces to check signature, we do not check. In all other cases we only check if a signature is present, i.e. we ignore the error LASSO_DS_ERROR_SIGNATURE_NOT_FOUND. | |||||
| * | | [ID-FFv1.2] make lasso_login_process_authn_request_msg() return ↵ | Benjamin Dauvergne | 2010-10-06 | 1 | -1/+5 | |
| | | | | | | | | | | | | LASSO_PROFILE_ERROR_INVALID_MSG if received request is not a lib:AuthnRequest | |||||
| * | | [SAMLv2] adopt same behaviour as ID-FFv1.2 for invalid AuthnRequest | Benjamin Dauvergne | 2010-10-06 | 1 | -1/+1 | |
| | | | ||||||
| * | | [SAMLv2&ID-FFv1.2] improve documentation of ↵ | Benjamin Dauvergne | 2010-10-06 | 1 | -12/+108 | |
| | | | | | | | | | | | | lasso_login_process_authn_request_msg | |||||
| * | | [SAMLv2] fix ordering of endpoints | Benjamin Dauvergne | 2010-10-06 | 1 | -7/+22 | |
| | | | | | | | | | | | | | | | Ordering by binding is wrong, first order by isDefault (as stated in saml-metadata-2.0.pdf) then by index. | |||||
| * | | [Core] change isdefault type in EndpointType structure | Benjamin Dauvergne | 2010-10-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | As integer we can represent the three value of isdefault: - true - false - attribute absent | |||||
| * | | [docs] update copyright years | Benjamin Dauvergne | 2010-10-06 | 1 | -1/+1 | |
| |/ | ||||||
* | | [website] "Subversion Status" -> "Git Status" | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] Only keep two latest news items | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] Fixed 2.3.3 release date | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] Update right download box for 2.3.3 | Frédéric Péters | 2010-10-05 | 1 | -2/+2 | |
| | | ||||||
* | | [website] Don't duplicate link to git repository in link text | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] Refer to Git in buildbox title | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] Updated copyright years | Frédéric Péters | 2010-10-05 | 1 | -1/+1 | |
| | | ||||||
* | | [Website] Fix bad date | Benjamin Dauvergne | 2010-10-04 | 1 | -1/+1 | |
| | | ||||||
* | | [Web] chmod +x on convert-to-static.py | Benjamin Dauvergne | 2010-10-04 | 1 | -0/+0 | |
| | | ||||||
* | | [Web] update links for download v2.3.3, add lines to feature matrix | Benjamin Dauvergne | 2010-10-04 | 2 | -50/+18 | |
| | | ||||||
* | | [Web] add news file about 2.3.3 | Benjamin Dauvergne | 2010-10-04 | 1 | -0/+18 | |
| | | ||||||
* | | Merge commit 'v2.3.3' | Benjamin Dauvergne | 2010-10-04 | 267 | -403/+898 | |
|\| | ||||||
| * | Merge branch 'hotfixes-2.3.3' into release | Benjamin Dauvergne | 2010-10-01 | 266 | -403/+880 | |
| |\ | ||||||
| | * | [Website] add news about 2.3.3 and update doap and main page | Benjamin Dauvergne | 2010-10-01 | 3 | -1/+9 | |
| | | | ||||||
| | * | [Release] add release notes | Benjamin Dauvergne | 2010-10-01 | 1 | -1/+34 | |
| | | | ||||||
| | * | [SAMLv2] restore setting of SubjectConfirmationData->NotOnOrAfter | Benjamin Dauvergne | 2010-10-01 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This was wrongly removed by me in commit 9d22f29e55524034dfda34c15b76f1b0b78c4413. This is the responsability of the caller to adjust value on the Conditions and SubjectConfirmationData independently after. | |||||
| | * | [Binding java] replace use of strcmp by g_strcmp0 | Benjamin Dauvergne | 2010-10-01 | 1 | -1/+2 | |
| | | | ||||||
| | * | [Tests] add annotation to remove compiler warnings | Benjamin Dauvergne | 2010-10-01 | 1 | -4/+3 | |
| | | | ||||||
| | * | [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequal | Benjamin Dauvergne | 2010-10-01 | 25 | -158/+159 | |
| | | | | | | | | | | | | | | | Too much human errors with strcmp kind of functions. Also change name os lasso_is_empty_string to lasso_strisempty. | |||||
| | * | [Core] add helper API for string comparaison | Benjamin Dauvergne | 2010-10-01 | 1 | -5/+18 | |
| | | | | | | | | | | | | It should remove most errors when comparing strings. | |||||
| | * | [SAMLv2] add missing compare to 0 introduced in 7386dc8189 | Benjamin Dauvergne | 2010-10-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | I hate strcmp. | |||||
| | * | [Bindings] change prefix for ignoring soap_binding related files | Benjamin Dauvergne | 2010-09-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | [SAMLv2] also initialize Destination for response messages | Benjamin Dauvergne | 2010-09-30 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | asynchronous bindings needs Destination attribute even for response messages. | |||||
| | * | [SAMLv2] when NidPolicy->Format is NULL or unspecified, return transient | Benjamin Dauvergne | 2010-09-30 | 1 | -1/+4 | |
| | | | | | | | | | | | | Add more default cases. | |||||
| | * | [Tests] update perfs to test each phase of WebSSO separately and use SAMLv2 | Benjamin Dauvergne | 2010-09-29 | 1 | -93/+111 | |
| | | | | | | | | | | | | | | | I removed signature at the message level for the response, it should simulate apporiately the artifact binding with SSL transport. | |||||
| | * | [Bindings] restore presence of SOAP nodes | Benjamin Dauvergne | 2010-09-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | The node to exclude when ID-WSF is disactivated was soap_binding_ ones. | |||||
| | * | [Core] fix break of lasso_profile_get_request_type_from_soap_msg from commit ↵ | Benjamin Dauvergne | 2010-09-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | b9d535625 ManageNameIDRequest is not an ID-WSF kind of request. | |||||
| | * | [Core] add missing annotation to lasso_*_dump functions | Benjamin Dauvergne | 2010-09-27 | 7 | -8/+8 | |
| | | | | | | | | | | | | | | | The string returned by these functions is newly allocated and must be freed by the caller. | |||||
| | * | [ID-WSFv1] fix other misuses of the macro lasso_foreach | Benjamin Dauvergne | 2010-09-27 | 2 | -5/+6 | |
| | | |