summaryrefslogtreecommitdiffstats
path: root/lasso/saml-2.0
Commit message (Expand)AuthorAgeFilesLines
* saml-2.0/profile: fix leak of xmlSecKey when building signed query stringsBenjamin Dauvergne2014-06-081-3/+2
* saml-2.0/server: fix invalid memory accessBenjamin Dauvergne2014-06-071-10/+7
* Fix license boilerplatesSimo Sorce2013-12-0323-46/+23
* saml-2.0/provider: when looking for endpoints take a null role as meanning «...Benjamin Dauvergne2013-10-111-6/+11
* saml-2.0/profile: fix typo in commit 8de55Benjamin Dauvergne2013-10-101-1/+1
* saml-2.0/profile: add warning message when unable to build an artifact respon...Benjamin Dauvergne2013-10-101-0/+4
* 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
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-083-8/+41
* 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-081-1/+1
* fix warnings about unused but set variablesBenjamin Dauvergne2013-09-084-21/+9
* Merge remote-tracking branch 'origin/libxml2.9-compat'Benjamin Dauvergne2013-07-301-21/+4
|\
| * Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-281-21/+4
* | saml-2.0: fix missing signature on logout responsesBenjamin Dauvergne2013-03-201-0/+3
|/
* fix segfault in saml-2.0/provider.c:load_endpoint_type2Benjamin Dauvergne2012-09-261-1/+1
* fix SIGSEGV when loading metadata filesBenjamin Dauvergne2012-06-211-1/+2
* [saml2] modify behaviour of lasso_saml2_assertion_add_attribute_with_nodeBenjamin Dauvergne2012-04-061-2/+10
* [saml2] fix handling of SingleSignOnServer in lasso_saml20_provider_get_first...Benjamin Dauvergne2012-03-171-2/+24
* [saml 2.0] use the new SessionIndex storage for SLO managementBenjamin Dauvergne2011-12-222-115/+89
* [saml2] fix lasso_saml20_logout_validate_request when more than one SessionIn...Benjamin Dauvergne2011-12-161-7/+20
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-165-15/+15
* [saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...Benjamin Dauvergne2011-12-051-19/+32
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-052-117/+24
* [core] do not emit a warning for expected decryption errorsBenjamin Dauvergne2011-11-221-2/+5
* [leakcheck] fix leaks seen by the unit testsBenjamin Dauvergne2011-11-223-4/+5
* [core] multiple decryption keys supportBenjamin Dauvergne2011-11-213-16/+54
* [core] add missing break to switch/caseBenjamin Dauvergne2011-11-181-0/+1
* [misc] apply changes to remove warning blocking compilation with gcc 4.5.2 an...Benjamin Dauvergne2011-10-181-1/+1
* [saml-2.0] augment lasso_saml20_provider_get_first_http_method to verify pres...Benjamin Dauvergne2011-10-101-1/+52
* [saml2] add proper error code for partial logout status codeBenjamin Dauvergne2011-05-081-0/+4
* [saml2] fix build_request_msg for AuthzDecision assertion queriesBenjamin Dauvergne2011-05-081-5/+7
* [saml2] if Status is not Success pass continue processing the responseBenjamin Dauvergne2011-04-211-1/+2
* [saml2] for any RequestDenied SAML2 response return LASSO_PROFILE_ERROR_REQUE...Benjamin Dauvergne2011-04-211-0/+3
* [core] make LassoServerLoadMetadataFlag enum a typedefBenjamin Dauvergne2011-04-202-6/+6
* [core] add flags parameter to lasso_server_load_metadata to tune signature ch...Benjamin Dauvergne2011-04-142-17/+64
* [core] make lasso_server_load_metadata load any metadata fileBenjamin Dauvergne2011-04-042-35/+97
* [core] add a loaded_entity_ids output parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-302-2/+12
* [core] add a blacklisted_entity_ids parameter to lasso_server_load_federationBenjamin Dauvergne2011-03-302-3/+10
* [saml2] add and internal method to load a federation metadata fileBenjamin Dauvergne2011-03-292-0/+52
* [saml2] improve reporting of errors when loading a provider metadata fileBenjamin Dauvergne2011-03-291-2/+7
* [core] add missing namespace definitions to internal objectsBenjamin Dauvergne2011-03-013-0/+6
* [saml2] when parsing short numbers reinitialize errnoBenjamin Dauvergne2011-01-041-1/+3
* [saml2] fix errors in lasso)provider_get_first_http_method when a binding is ...Benjamin Dauvergne2010-12-211-3/+3
* [saml2 provider] change critical messages to debug messagesBenjamin Dauvergne2010-12-211-2/+2
* [saml2 profile] fix bug in binding_uri_to_http_method with the POST bindingBenjamin Dauvergne2010-12-211-1/+1
* [saml login] suppress unused argument warningBenjamin Dauvergne2010-12-211-1/+1
* [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
* [samlv2 login] do not setup conditions->notBefore/notOnOrAfter only notOnOrAf...Benjamin Dauvergne2010-12-171-5/+0