summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0/logout.c
Commit message (Expand)AuthorAgeFilesLines
* saml-2.0: fix missing signature on logout responsesBenjamin Dauvergne2013-03-201-0/+3
* [saml 2.0] use the new SessionIndex storage for SLO managementBenjamin Dauvergne2011-12-221-92/+54
* [saml2] fix lasso_saml20_logout_validate_request when more than one SessionIn...Benjamin Dauvergne2011-12-161-7/+20
* [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-10-181-1/+1
* [saml2] add proper error code for partial logout status codeBenjamin Dauvergne2011-05-081-0/+4
* [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
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-011-3/+3
* [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-091-13/+6
* SAML 2.0: always restart initial request processing in lasso_logout_build_res...Benjamin Dauvergne2010-04-271-63/+41
* SAML 2.0 Logout: in init_request, remove the assertion anywayBenjamin Dauvergne2010-04-271-17/+5
* SAML 2.0: lasso_logout_build_response_msg, just verify there is saved data fr...Benjamin Dauvergne2010-04-221-20/+12
* Fix potential SEGFAULT of an unknown providerBenjamin Dauvergne2010-04-221-0/+5
* SAML 2.0: fix annotations, documentation and signaturesBenjamin Dauvergne2010-01-291-1/+1
* in lasso/saml-2.0/logout.c, fix missing declarationBenjamin Dauvergne2010-01-261-1/+1
* SAML 2.0 Logout: when in an SP initiated logout, lasso_logout_build_response_...Benjamin Dauvergne2010-01-251-0/+19
* SAML 2.0 Logout: undo some change to when the assertion is removedBenjamin Dauvergne2010-01-141-23/+9
* in saml-2.0/logout.c: remove commented code, only encrypt if needed, intializ...Benjamin Dauvergne2010-01-121-8/+11
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-121-232/+102
* SAML2 Logout: initialize SessionIndex from the assertionBenjamin Dauvergne2009-10-301-0/+15
* SAML2: change lasso_saml20_profile_set_response_status signatureBenjamin Dauvergne2009-10-301-81/+49
* SAML2: in logout_build_response_msg do not fail on missing remote_providerIDBenjamin Dauvergne2009-10-301-7/+0
* ID-FF1.2 and SAML2: remove direct access to profile->server->providersBenjamin Dauvergne2009-10-301-6/+3
* Core: add const modifier to return value of lasso_provider_get_metadata_listBenjamin Dauvergne2009-09-291-1/+1
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-18/+18
* ID-FF&Core: Seal public field of LassoSessionBenjamin Dauvergne2009-08-261-2/+2
* SAML 2.0: Fix many leaksBenjamin Dauvergne2009-04-301-84/+56
* More work on signature validation for SAML 2.0Benjamin Dauvergne2009-04-271-0/+4
* SAML 2.0: simplify redirect binding code pathBenjamin Dauvergne2009-03-271-63/+3
* SAML 2.0 Logout: use generic methodsBenjamin Dauvergne2009-03-271-76/+29
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* * Remove ending blanksBenjamin Dauvergne2008-09-121-14/+14
* * Remove warnings:Benjamin Dauvergne2008-09-121-1/+1
* forbit query strings to be xml signedFrederic Peters2008-05-291-0/+11
* added some more missing unreferenceDamien Laniel2008-05-211-0/+1
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* misc fixes for 1) memory leaks around XPath usage and 2) potential segfaultsFrederic Peters2007-01-031-0/+4
* insure sso and slo from SAML2 work even when there are active ID-FF sessions.Frederic Peters2007-01-031-2/+4
* removed XXX comment about SessionIndex since it is handled in the application,Frederic Peters2006-12-281-2/+0
* replaced all usage of UNDEFINED error code in logout profiles (both ID-FFFrederic Peters2006-12-271-5/+4
* Allow the choice of the encryption algorithm to useDamien Laniel2006-12-201-1/+2
* set Destination and handle relayStateFrederic Peters2006-12-061-1/+14
* return missing assertion error on missing assertionFrederic Peters2006-12-051-1/+1
* look up for the right federation based on affiliation in logoutFrederic Peters2006-12-041-4/+10
* use federation from affiliation if necessary in logoutFrederic Peters2006-12-041-1/+9
* on logout response, if responder then look inside for real valueFrederic Peters2006-12-011-0/+9
* Fixed logout request signatureDamien Laniel2006-11-301-0/+9
* re-enabling saml2 signature checkFrederic Peters2006-11-291-1/+0
* Added an error type when there is no key to decrypt some encrypted elementsDamien Laniel2006-11-281-0/+3