summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/profile.c
Commit message (Expand)AuthorAgeFilesLines
* SAML 2.0: report missing request when creating artifact resolve response, fix...Benjamin Dauvergne2010-01-141-1/+4
* in saml-2.0/profile.c, in lasso_saml20_build_response_msg, when no url is giv...Benjamin Dauvergne2010-01-121-8/+13
* in saml-2.0/profile.c, in lasso_saml20_profile_init_response make direct accessBenjamin Dauvergne2010-01-121-2/+1
* in saml-2.0/profile.c, in lasso_saml20_init_request better check for supporte...Benjamin Dauvergne2010-01-121-14/+19
* Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el...Benjamin Dauvergne2010-01-121-1/+2
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-121-325/+377
* Core: in profile.c, make lasso_profile_get_nameIdentifier work for transient ...Benjamin Dauvergne2010-01-121-159/+129
* SAML 2.0: add new function to factorize adding signature to a messageBenjamin Dauvergne2010-01-121-0/+50
* in lasso_saml20_profile_export_to_query, checks return valuesBenjamin Dauvergne2009-12-041-0/+3
* Remove message level signature on redirect messagesBenjamin Dauvergne2009-11-301-18/+52
* Add more check to remove_signatureBenjamin Dauvergne2009-11-301-1/+1
* SAML2: change lasso_saml20_profile_set_response_status signatureBenjamin Dauvergne2009-10-301-22/+9
* SAML2: use the static get_provider helper method in generic profile methodsBenjamin Dauvergne2009-10-301-16/+4
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-9/+14
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-16/+16
* ID-FF&Core: Seal public field of LassoSessionBenjamin Dauvergne2009-08-261-4/+12
* Do not remove signatures on assertion when using HTTP RedirectBenjamin Dauvergne2009-06-151-2/+1
* SAML 2.0: Fix many leaksBenjamin Dauvergne2009-04-301-51/+43
* More work on signature validation for SAML 2.0Benjamin Dauvergne2009-04-271-6/+28
* lasso_saml20_profile_init_artifact_resolve(): check http_methodBenjamin Dauvergne2009-04-271-1/+3
* SAML 2.0: Use new API lasso_url_add_parameterBenjamin Dauvergne2009-04-221-8/+2
* SAML 2.0: Update generic relaystate handlingBenjamin Dauvergne2009-03-271-27/+10
* SAML 2.0: add direct treatment of relaystate for HTTP-Redirect bindingBenjamin Dauvergne2009-03-271-0/+1
* SAML 2.0: Add helper function to implement the HTTP-Redirect bindingBenjamin Dauvergne2009-03-271-1/+149
* SAML 2.0: add internal generic implementationBenjamin Dauvergne2009-03-271-28/+861
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* * Remove ending blanksBenjamin Dauvergne2008-09-121-5/+5
* * Remove warnings:Benjamin Dauvergne2008-09-121-1/+1
* added a missing referenceDamien Laniel2008-05-211-2/+2
* added some more missing unreferenceDamien Laniel2008-05-211-0/+1
* * validate input in lasso_profile_is_saml_queryBenjamin Dauvergne2008-05-131-0/+1
* error checking when processing artifact response.Frederic Peters2007-10-191-2/+15
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* removed memory leak (GPtrArray was not freed) by directly accessing assertionsFrederic Peters2007-01-031-19/+15
* changed test against assertions which could yield a uselessFrederic Peters2006-12-271-4/+1
* fixed a few (harmless) warnings detected when compiling with -WallFrederic Peters2006-12-211-0/+1
* SAMLv2 compliance fix (mostly RelayState and affiliations related)Frederic Peters2006-12-071-7/+17
* re-enabling saml2 signature checkFrederic Peters2006-11-291-1/+0
* return -1 was not cuteDamien Laniel2006-11-241-1/+1
* Added an original node to encrypted elements, only in dumps, for the dump to ...Damien Laniel2006-11-231-1/+35
* Encrypt and decrypt AssertionDamien Laniel2006-11-211-3/+0
* Replaced some LASSO_ERROR_UNDEFINED with real error codesDamien Laniel2006-11-141-2/+2
* fix saml2 artifact decodingFrederic Peters2006-11-031-4/+6
* new lasso_profile_is_saml_query functionFrederic Peters2006-11-021-0/+23
* include authentication statement in saml2 assertionFrederic Peters2006-10-301-0/+1
* saml2 artifacts include an endpoint index; fill it with 0 for the moment.Frederic Peters2006-10-301-4/+5
* use new error code for missing artifactFrederic Peters2006-10-291-1/+4
* starting SAML 2 logoutFrederic Peters2005-11-211-2/+2
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-0/+277