summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* lasso/xml/tools.c: fix misuse of xmlURIUnescapeStringBenjamin Dauvergne2013-09-271-2/+10
* id-ff/login.c: initialize role status of sp and idp in lasso_login_init_authn...Benjamin Dauvergne2013-09-271-1/+10
* saml2/profile.c: add resolving of the endpoint index in artifactsBenjamin Dauvergne2013-09-083-8/+22
* saml2/provider.c: add new function lasso_saml20_provider_get_endpoint_url() f...Benjamin Dauvergne2013-09-082-0/+60
* errors.{c,h}: add new error LASSO_PROFILE_ERROR_ENDPOINT_INDEX_NOT_FOUND for ...Benjamin Dauvergne2013-09-082-0/+9
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-084-8/+42
* saml2/login: fix role of providers in process_authn_request() and idp_initiat...Benjamin Dauvergne2013-09-081-0/+9
* fix compilation errors on 64bits architecturesBenjamin Dauvergne2013-09-083-3/+3
* fix warnings about unused but set variablesBenjamin Dauvergne2013-09-089-42/+13
* 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