summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml-2.0
Commit message (Expand)AuthorAgeFilesLines
* xml/samlp2_logout_request: fix leaks around session indexesBenjamin Dauvergne2014-06-081-2/+14
* Fix license boilerplatesSimo Sorce2013-12-03107-214/+107
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-081-0/+1
* xml-saml-2.0: ManageNameIDRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+18
* xml-saml-2.0: LogoutRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+8
* xml-saml-2.0: add missing namespace declaration for the KeyInfoSujectConfirma...Benjamin Dauvergne2013-01-251-1/+2
* [xml/saml2] replace magic string by a defineBenjamin Dauvergne2011-12-161-4/+4
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-164-58/+58
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-163-60/+66
* [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-1616-49/+65
* [core] move XMLDsig related nodes in their own sub-library, add X509Data node...Benjamin Dauvergne2011-12-162-2/+2
* [saml2] add missing extension point for LassoSaml2SubjectConfirmationDataBenjamin Dauvergne2011-11-181-0/+10
* [xml saml-2.0] add missing annotation for binding generation to header for La...Benjamin Dauvergne2011-10-181-1/+1
* [xml saml-2.0] add a class to handle the KeyInfoConfirmationData typeBenjamin Dauvergne2011-10-134-0/+254
* [xml saml-2.0] change AttributeValue snippets to accept any childrenBenjamin Dauvergne2011-10-101-1/+1
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-011-4/+4
* [XML] fix memleak in get_xmlNode for LassoSamlp2LogoutRequestBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak in get_xmlNode for LassoSamlp2ResponseBenjamin Dauvergne2010-09-171-2/+2
* [Core] remove now useless .cvsignore filesBenjamin Dauvergne2010-07-211-7/+0
* [SAMLv2] comment on SessionIndex support hackBenjamin Dauvergne2010-07-191-0/+8
* [Core] add password parameter to lasso_sign_nodeBenjamin Dauvergne2010-07-161-3/+1
* [Core] extract signature adding into base class method lasso_node_get_xmlNodeBenjamin Dauvergne2010-07-123-77/+6
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-121-1/+1
* Merge branch 'issue-86'Benjamin Dauvergne2010-06-292-0/+138
* Improve safety by replacing all g_list_free use by lasso_release_listBenjamin Dauvergne2010-04-221-2/+1
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-222-2/+2
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role sup...Benjamin Dauvergne2010-03-272-1/+8
* SAML 2.0: add attribute profiles stringsBenjamin Dauvergne2010-03-271-0/+7
* SAML 2.0 XML: add header listing strings from XML schemaBenjamin Dauvergne2010-03-272-2/+58
* XML: move registry mapping into the *_get_type() functionsBenjamin Dauvergne2010-03-022-10/+12
* SAML 2.0: LassoSaml2ConditionAbstract does not match its element name anymore...Benjamin Dauvergne2010-02-221-0/+3
* SAML 2.0: fix bad name of Condition element, keep xmlNode as it is abstractBenjamin Dauvergne2010-02-221-1/+2
* SAML 2.0: if assertion possess a signed original_xmlnode return it instead of...Benjamin Dauvergne2010-02-171-1/+18
* Add saml2_strings.h to distBenjamin Dauvergne2010-02-121-1/+2
* Add LASSO_SAML2_FIELD_ENCODINGBenjamin Dauvergne2010-02-121-0/+1
* Documentation: fix typos in saml2_strings.h documentation, add new string sym...Benjamin Dauvergne2010-02-101-10/+10
* SAML 2.0: move SAML 2.0 strings to their own header, add documentationBenjamin Dauvergne2010-02-101-0/+403
* Documentation: document LsasoSamlp2NameIDPolicyBenjamin Dauvergne2010-02-101-1/+18
* Use new SAML2 strings instead of hardcoding query string field namesBenjamin Dauvergne2010-02-102-2/+2
* SAML 2.0: in samlp2_response.c, simplify code path for assertion encryptionBenjamin Dauvergne2010-02-041-21/+15
* in saml2_name_id.c, include utils.h to benefit from replacement for g_strcmp0Benjamin Dauvergne2010-01-201-0/+1
* XML SAML-2.0: AuthnContext content is a xdf:choice so make content optionalBenjamin Dauvergne2010-01-191-4/+4
* Documentation: distribute stylesheet, fix documentation comments, compelte la...Benjamin Dauvergne2010-01-184-2/+6
* FIX ABI breakage when addning new field to struct LassoSaml2AttributeValueBenjamin Dauvergne2010-01-142-3/+0
* Core: rewrite lasso_assertion_encrypt using lasso_xmlsect_load_key and add re...Benjamin Dauvergne2010-01-121-2/+2
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-122-4/+4
* XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig...Benjamin Dauvergne2010-01-123-0/+12
* XML: add element type annotation to all GList fieldsBenjamin Dauvergne2010-01-044-6/+6
* SAML 2.0 XML: map EncryptedID, EncryptedAssertion, EncryptedAttribute and New...Benjamin Dauvergne2010-01-041-0/+9
* SAML2: add an equals operator to the NameID classBenjamin Dauvergne2009-10-302-0/+34