summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/libxml2.9-compat'Benjamin Dauvergne2013-07-305-83/+34
|\
| * Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-285-83/+34
* | saml-2.0: fix missing signature on logout responsesBenjamin Dauvergne2013-03-201-0/+3
* | 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: really enforce elements cardinality when parsing messagesBenjamin Dauvergne2013-01-252-35/+78
* | xml-saml-2.0: add missing namespace declaration for the KeyInfoSujectConfirma...Benjamin Dauvergne2013-01-251-1/+2
* | fix memory leak in lasso_node_impl_init_from_xml: release the class_listBenjamin Dauvergne2013-01-251-6/+12
* | utils: add a lasso_release_slist macroBenjamin Dauvergne2013-01-251-1/+1
* | add a lasso_release_slistBenjamin Dauvergne2013-01-251-0/+3
* | fix potential segfault in lasso_node_impl_init_from_xmlBenjamin Dauvergne2013-01-251-8/+10
|/
* fix segfault in saml-2.0/provider.c:load_endpoint_type2Benjamin Dauvergne2012-09-261-1/+1
* Fix compilation on solarisBenjamin Dauvergne2012-06-211-0/+1
* fix SIGSEGV when loading metadata filesBenjamin Dauvergne2012-06-211-1/+2
* [xml] fix wrong forward declarationBenjamin Dauvergne2012-05-051-2/+2
* [xml] add missing includeBenjamin Dauvergne2012-05-051-0/+2
* [xml] fix typosBenjamin Dauvergne2012-05-052-5/+5
* [lasso] add missing GObjectIntrospection annotations to lasso_node_get_origin...Benjamin Dauvergne2012-05-051-1/+1
* [lasso] add missing GObjectIntrospection annotations to lasso_misc_text_node_...Benjamin Dauvergne2012-05-051-1/+1
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-058-75/+402
|\
| * [saml2] modify behaviour of lasso_saml2_assertion_add_attribute_with_nodeBenjamin Dauvergne2012-04-061-2/+10
| * [core] including glib headers directly is deprecated, we must only use <glib....Benjamin Dauvergne2012-03-252-2/+2
| * [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-176-71/+368
| * [saml2] fix handling of SingleSignOnServer in lasso_saml20_provider_get_first...Benjamin Dauvergne2012-03-171-2/+24
* | fix wrong EXTRA_DIST in lasso/xml/dsig/Makefile.amBenjamin Dauvergne2012-04-272-2/+36
* | fix compilation error with xmlsec 1.2.18 / freebsd (#1365)Thomas NOEL2012-04-261-0/+1
* | build: do not include multiple glib headersFrédéric Péters2012-04-023-3/+2
|/
* Incompatibility with clang: local functions with closure does not workBenjamin Dauvergne2011-12-291-4/+6
* [id-ff 1.2] change websso with artifact binding to work as SAML 2.0Benjamin Dauvergne2011-12-231-21/+48
* [id-ff 1.2] in lasso_login_build_assertion() always add the assertion to the ...Benjamin Dauvergne2011-12-221-7/+4
* [doc] do some documentation fixingBenjamin Dauvergne2011-12-223-4/+7
* [id-ff 1.2] provision the SessionIndex into the assertionsBenjamin Dauvergne2011-12-221-0/+6
* [id-ff 1.1] add support for multiple SessionIndex to lib:LogoutRequestBenjamin Dauvergne2011-12-223-80/+103
* [saml 2.0] use the new SessionIndex storage for SLO managementBenjamin Dauvergne2011-12-222-115/+89
* [core] add support for thin-sessions environment flag, to reduce size of Lass...Benjamin Dauvergne2011-12-223-0/+9
* [core] add simpler storage for SessionIndexes in the LassoSessionBenjamin Dauvergne2011-12-223-30/+400
* [id-ff 1.2] add lasso_saml_name_identifier_equals() to compare NameIDsBenjamin Dauvergne2011-12-192-0/+17
* [saml2] fix lasso_saml20_logout_validate_request when more than one SessionIn...Benjamin Dauvergne2011-12-161-7/+20
* [Makefile] add strings.h to the dsig module includesBenjamin Dauvergne2011-12-161-1/+2
* [xml/saml2] replace magic string by a defineBenjamin Dauvergne2011-12-161-4/+4
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-16254-634/+634
* [xml] in is_interaction_request.h move new field to the end of the structure ...Benjamin Dauvergne2011-12-161-2/+1
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-1620-557/+661
* [xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF definesBenjamin Dauvergne2011-12-161-0/+14
* [xml] add missing nodes to LassoIsInteractionRequestBenjamin Dauvergne2011-12-162-3/+6
* [xml] change saml_advice.h to declarer the real node typeBenjamin Dauvergne2011-12-161-2/+1
* [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-1663-114/+168
* [core] mark private_data field of the LassoKey structure as privateBenjamin Dauvergne2011-12-161-0/+1
* [Makefile] fix missing soap11 nodes when compiling for MingwBenjamin Dauvergne2011-12-161-0/+1
* [core] fix uninitialized pointer to a GError structureBenjamin Dauvergne2011-12-161-1/+1