summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0
Commit message (Expand)AuthorAgeFilesLines
* [saml2] add proper error code for partial logout status codeBenjamin Dauvergne2011-05-081-0/+4
* [saml2] fix build_request_msg for AuthzDecision assertion queriesBenjamin Dauvergne2011-05-081-5/+7
* [saml2] if Status is not Success pass continue processing the responseBenjamin Dauvergne2011-04-211-1/+2
* [saml2] for any RequestDenied SAML2 response return LASSO_PROFILE_ERROR_REQUE...Benjamin Dauvergne2011-04-211-0/+3
* [core] make LassoServerLoadMetadataFlag enum a typedefBenjamin Dauvergne2011-04-202-6/+6
* [core] add flags parameter to lasso_server_load_metadata to tune signature ch...Benjamin Dauvergne2011-04-142-17/+64
* [core] make lasso_server_load_metadata load any metadata fileBenjamin Dauvergne2011-04-042-35/+97
* [core] add a loaded_entity_ids output parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-302-2/+12
* [core] add a blacklisted_entity_ids parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-302-3/+10
* [saml2] add and internal method to load a federation metadata fileBenjamin Dauvergne2011-03-292-0/+52
* [saml2] improve reporting of errors when loading a provider metadata fileBenjamin Dauvergne2011-03-291-2/+7
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-013-0/+6
* [saml2] when parsing short numbers reinitialize errnoBenjamin Dauvergne2011-01-041-1/+3
* [saml2] fix errors in lasso)provider_get_first_http_method when a binding is ...Benjamin Dauvergne2010-12-211-3/+3
* [saml2 provider] change critical messages to debug messagesBenjamin Dauvergne2010-12-211-2/+2
* [saml2 profile] fix bug in binding_uri_to_http_method with the POST bindingBenjamin Dauvergne2010-12-211-1/+1
* [saml login] suppress unused argument warningBenjamin Dauvergne2010-12-211-1/+1
* [samlv2 logout] check that the assertion is well formed before accessing the ...Benjamin Dauvergne2010-12-171-0/+4
* [samlv2 logout] setup the NameID from the assertionBenjamin Dauvergne2010-12-171-2/+2
* [samlv2 login] do not setup conditions->notBefore/notOnOrAfter only notOnOrAf...Benjamin Dauvergne2010-12-171-5/+0
* [saml2] make LASSO_SIGNATURE_VERIFY_HINT_FORCE as least as stringent as _MAYB...Benjamin Dauvergne2010-12-141-9/+23
* [saml2] use new encryption structure instead for internal field in LassoSaml2...Benjamin Dauvergne2010-12-141-5/+3
* [saml2] do not set SPNameQualifier it should be reserved for SP member of an ...Benjamin Dauvergne2010-12-131-3/+0
* [SAMLv2] fix segfault in has_signature by initializing local variablesBenjamin Dauvergne2010-10-201-2/+2
* [SAMLv2] delete an unused local variableBenjamin Dauvergne2010-10-111-1/+0
* [SAMLv2] user server->signature_method when signing request and responseBenjamin Dauvergne2010-10-091-2/+3
* Add missing include <errno.h>Jérôme Schneider2010-10-081-0/+2
* [SAMLv2] handle unknown provider in artifact resolve, and also alow to ignore...Benjamin Dauvergne2010-10-071-5/+12
* [SAMLv2] fix bad double free bug in lasso_saml20_provider_get_assertion_consu...Benjamin Dauvergne2010-10-071-1/+1
* [SAMLv2] adopt same behaviour as ID-FFv1.2 for invalid AuthnRequestBenjamin Dauvergne2010-10-061-1/+1
* [SAMLv2] fix ordering of endpointsBenjamin Dauvergne2010-10-061-7/+22
* [SAMLv2] restore setting of SubjectConfirmationData->NotOnOrAfterBenjamin Dauvergne2010-10-011-0/+6
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-016-81/+75
* [SAMLv2] add missing compare to 0 introduced in 7386dc8189Benjamin Dauvergne2010-10-011-1/+1
* [SAMLv2] also initialize Destination for response messagesBenjamin Dauvergne2010-09-301-0/+5
* [SAMLv2] when NidPolicy->Format is NULL or unspecified, return transientBenjamin Dauvergne2010-09-301-1/+4
* [SAMLv2] fix wrong order in use of macro lasso_foreachBenjamin Dauvergne2010-09-271-1/+1
* [SAMLv2] fix early release of the request when using idp_initiaed loginBenjamin Dauvergne2010-09-171-1/+1
* [SAMLv2] fix memleak of request in lasso_name_id_management_process_request_msgBenjamin Dauvergne2010-09-171-1/+2
* [SAMLv2] fix memleak of request in lasso_saml20_login_process_authn_request_msgBenjamin Dauvergne2010-09-171-0/+1
* [SAMLv2] add missing stack variable initializationBenjamin Dauvergne2010-09-171-2/+2
* [SAMLv2] fix unused variable warningBenjamin Dauvergne2010-09-171-1/+1
* [SAMLv2] in profile.c fix uncovered enumeration value in switchBenjamin Dauvergne2010-09-171-0/+6
* [SAMLv2] fix mem leaksBenjamin Dauvergne2010-09-171-4/+8
* [SAMLv2 NID management] report signature error in response, do not check resp...Benjamin Dauvergne2010-09-101-4/+14
* [SAMLv2] move check for signature status to lasso_saml20_build_response_msgBenjamin Dauvergne2010-09-101-10/+17
* [SAMLv2] apply the LassoProfileVerifySignatureHint when processing requestsBenjamin Dauvergne2010-09-095-52/+45
* [SAMLv2] when no artifact message is present, still return a success statusBenjamin Dauvergne2010-09-071-0/+4
* Merge branch 'develop' into hotfixes-2.3.1Benjamin Dauvergne2010-09-033-20/+40
|\
| * [ID-FFv1.2&SAMLv2] add more warning for failure to load metadata fileBenjamin Dauvergne2010-09-031-0/+6