summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [tests] add non regression test on assertion consumer endpoints orderingBenjamin Dauvergne2010-10-091-1/+58
| | |
| * | [core] check type of first argument of lasso_provider_get_assertion_consumer_urlBenjamin Dauvergne2010-10-091-1/+3
| | |
| * | fix pardus capitalisation in NEWS fileBenjamin Dauvergne2010-10-081-1/+1
| | |
* | | Merge branch 'hotfixes-2.3.4'Benjamin Dauvergne2010-10-0811-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.4Benjamin Dauvergne2010-10-086-5/+50
| | |
| * | [xml] fix waring on use of strndup on pardusBenjamin Dauvergne2010-10-081-0/+3
| | |
| * | Add missing include <errno.h>Jérôme Schneider2010-10-082-1/+3
| | |
| * | [SAMLv2] handle unknown provider in artifact resolve, and also alow to ↵Benjamin Dauvergne2010-10-071-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 Dauvergne2010-10-071-1/+1
| | | | | | | | | | | | lasso_saml20_provider_get_assertion_consumer_service_url_by_binding
| * | [core] adapt lasso_provider_get_assertion_consumer_service_url for SAMLv2Benjamin Dauvergne2010-10-071-0/+12
| | |
| * | [docs lasso-book] add figures to the tarballBenjamin Dauvergne2010-10-061-1/+2
| | |
* | | Add missing include <errno.h>Jérôme Schneider2010-10-062-1/+3
| | |
* | | Merge branch 'hotfixes-2.3.4'Benjamin Dauvergne2010-10-066-41/+166
|\| |
| * | [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-10-061-2/+2
| | |
| * | [ID-FFv1.2] in lasso_login_process_authn_request_msg() adopt simpler ↵Benjamin Dauvergne2010-10-061-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 Dauvergne2010-10-061-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 AuthnRequestBenjamin Dauvergne2010-10-061-1/+1
| | |
| * | [SAMLv2&ID-FFv1.2] improve documentation of ↵Benjamin Dauvergne2010-10-061-12/+108
| | | | | | | | | | | | lasso_login_process_authn_request_msg
| * | [SAMLv2] fix ordering of endpointsBenjamin Dauvergne2010-10-061-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 structureBenjamin Dauvergne2010-10-061-1/+1
| | | | | | | | | | | | | | | | | | | | | As integer we can represent the three value of isdefault: - true - false - attribute absent
| * | [docs] update copyright yearsBenjamin Dauvergne2010-10-061-1/+1
| |/
* | [website] "Subversion Status" -> "Git Status"Frédéric Péters2010-10-051-1/+1
| |
* | [website] Only keep two latest news itemsFrédéric Péters2010-10-051-1/+1
| |
* | [website] Fixed 2.3.3 release dateFrédéric Péters2010-10-051-1/+1
| |
* | [website] Update right download box for 2.3.3Frédéric Péters2010-10-051-2/+2
| |
* | [website] Don't duplicate link to git repository in link textFrédéric Péters2010-10-051-1/+1
| |
* | [website] Refer to Git in buildbox titleFrédéric Péters2010-10-051-1/+1
| |
* | [website] Updated copyright yearsFrédéric Péters2010-10-051-1/+1
| |
* | [Website] Fix bad dateBenjamin Dauvergne2010-10-041-1/+1
| |
* | [Web] chmod +x on convert-to-static.pyBenjamin Dauvergne2010-10-041-0/+0
| |
* | [Web] update links for download v2.3.3, add lines to feature matrixBenjamin Dauvergne2010-10-042-50/+18
| |
* | [Web] add news file about 2.3.3Benjamin Dauvergne2010-10-041-0/+18
| |
* | Merge commit 'v2.3.3'Benjamin Dauvergne2010-10-04267-403/+898
|\|
| * Merge branch 'hotfixes-2.3.3' into releaseBenjamin Dauvergne2010-10-01266-403/+880
| |\
| | * [Website] add news about 2.3.3 and update doap and main pageBenjamin Dauvergne2010-10-013-1/+9
| | |
| | * [Release] add release notesBenjamin Dauvergne2010-10-011-1/+34
| | |
| | * [SAMLv2] restore setting of SubjectConfirmationData->NotOnOrAfterBenjamin Dauvergne2010-10-011-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_strcmp0Benjamin Dauvergne2010-10-011-1/+2
| | |
| | * [Tests] add annotation to remove compiler warningsBenjamin Dauvergne2010-10-011-4/+3
| | |
| | * [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-0125-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 comparaisonBenjamin Dauvergne2010-10-011-5/+18
| | | | | | | | | | | | It should remove most errors when comparing strings.
| | * [SAMLv2] add missing compare to 0 introduced in 7386dc8189Benjamin Dauvergne2010-10-011-1/+1
| | | | | | | | | | | | I hate strcmp.
| | * [Bindings] change prefix for ignoring soap_binding related filesBenjamin Dauvergne2010-09-301-1/+1
| | |
| | * [SAMLv2] also initialize Destination for response messagesBenjamin Dauvergne2010-09-301-0/+5
| | | | | | | | | | | | | | | asynchronous bindings needs Destination attribute even for response messages.
| | * [SAMLv2] when NidPolicy->Format is NULL or unspecified, return transientBenjamin Dauvergne2010-09-301-1/+4
| | | | | | | | | | | | Add more default cases.
| | * [Tests] update perfs to test each phase of WebSSO separately and use SAMLv2Benjamin Dauvergne2010-09-291-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 nodesBenjamin Dauvergne2010-09-291-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 Dauvergne2010-09-291-2/+2
| | | | | | | | | | | | | | | | | | b9d535625 ManageNameIDRequest is not an ID-WSF kind of request.
| | * [Core] add missing annotation to lasso_*_dump functionsBenjamin Dauvergne2010-09-277-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_foreachBenjamin Dauvergne2010-09-272-5/+6
| | |