| Commit message (Expand) | Author | Age | Files | Lines |
* | Documentation: distribute stylesheet, fix documentation comments, compelte la... | Benjamin Dauvergne | 2010-01-18 | 2 | -3/+4 |
* | SAML 2.0 Logout: undo some change to when the assertion is removed | Benjamin Dauvergne | 2010-01-14 | 1 | -23/+9 |
* | SAML 2.0: report missing request when creating artifact resolve response, fix... | Benjamin Dauvergne | 2010-01-14 | 1 | -1/+4 |
* | SAML 2.0: Fix typo in lasso_saml20_login_build_authn_response_msg | Benjamin Dauvergne | 2010-01-14 | 1 | -1/+1 |
* | ID-FF&SAML2: if use is not defined on a key descriptor use the key for any use | Benjamin Dauvergne | 2010-01-14 | 1 | -2/+2 |
* | SAML 2.0: add saml2_helper.h to include files to install | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+2 |
* | in saml2_helper.{c,h}, remote const modifier from time_t type | Benjamin Dauvergne | 2010-01-12 | 2 | -2/+2 |
* | in saml-2.0/name_id_management.c: handle NewEncryptedID, only encrypt if needed | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+30 |
* | in saml-2.0/logout.c: remove commented code, only encrypt if needed, intializ... | Benjamin Dauvergne | 2010-01-12 | 1 | -8/+11 |
* | in lasso_saml20_login_init_idp_initiated_auhtn_request, do not use init_authn... | Benjamin Dauvergne | 2010-01-12 | 1 | -4/+9 |
* | in lasso_saml20_login_init_authn_request, use saml-2.0/profile.c functions t... | Benjamin Dauvergne | 2010-01-12 | 1 | -26/+13 |
* | in saml-2.0/profile.c, in lasso_saml20_build_response_msg, when no url is giv... | Benjamin Dauvergne | 2010-01-12 | 1 | -8/+13 |
* | in saml-2.0/profile.c, in lasso_saml20_profile_init_response make direct access | Benjamin Dauvergne | 2010-01-12 | 1 | -2/+1 |
* | in saml-2.0/profile.c, in lasso_saml20_init_request better check for supporte... | Benjamin Dauvergne | 2010-01-12 | 1 | -14/+19 |
* | in saml2_helper.c, remove dead code | Benjamin Dauvergne | 2010-01-12 | 1 | -180/+0 |
* | SAML 2.0: in lasso_saml20_provider_accept_http_method, add HTTP-Artifact-POST... | Benjamin Dauvergne | 2010-01-12 | 1 | -3/+17 |
* | Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el... | Benjamin Dauvergne | 2010-01-12 | 3 | -5/+8 |
* | SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A... | Benjamin Dauvergne | 2010-01-12 | 12 | -1001/+836 |
* | Core: in profile.c, make lasso_profile_get_nameIdentifier work for transient ... | Benjamin Dauvergne | 2010-01-12 | 1 | -159/+129 |
* | SAML 2.0: add new function to factorize adding signature to a message | Benjamin Dauvergne | 2010-01-12 | 2 | -0/+52 |
* | Fix mitm attack using the AssertionConsumerURL property on requests | Benjamin Dauvergne | 2010-01-12 | 3 | -2/+60 |
* | SAML 2.0: in login.c, use lasso_server_saml2_assertion_setup_signature | Benjamin Dauvergne | 2010-01-04 | 1 | -8/+2 |
* | SAML 2.0: in login.c, fix memleaks | Benjamin Dauvergne | 2010-01-04 | 1 | -21/+27 |
* | SAML 2.0: in login.c, remove discovery bootstrap handling | Benjamin Dauvergne | 2010-01-04 | 1 | -12/+0 |
* | Core Login: in login.c, add assertion accessor | Benjamin Dauvergne | 2010-01-04 | 1 | -0/+2 |
* | SAML 2.0: in saml2_helper.c, add new methods to manipulate SAML2 assertions | Benjamin Dauvergne | 2010-01-04 | 3 | -1/+811 |
* | SAML 2.0: in provider.c, add node encryption function and reference it in doc | Benjamin Dauvergne | 2010-01-04 | 3 | -1/+69 |
* | in lasso_saml20_profile_export_to_query, checks return values | Benjamin Dauvergne | 2009-12-04 | 1 | -0/+3 |
* | Remove message level signature on redirect messages | Benjamin Dauvergne | 2009-11-30 | 1 | -18/+52 |
* | Add more check to remove_signature | Benjamin Dauvergne | 2009-11-30 | 1 | -1/+1 |
* | Fix bad macro choice, precise error for bad formatted NIDM request | Benjamin Dauvergne | 2009-10-30 | 1 | -3/+3 |
* | Core: factorize code to obtain a SPNameQualifier | Benjamin Dauvergne | 2009-10-30 | 1 | -16/+21 |
* | SAML2 Logout: initialize SessionIndex from the assertion | Benjamin Dauvergne | 2009-10-30 | 1 | -0/+15 |
* | SAML2: change lasso_saml20_profile_set_response_status signature | Benjamin Dauvergne | 2009-10-30 | 6 | -118/+82 |
* | SAML2: use the static get_provider helper method in generic profile methods | Benjamin Dauvergne | 2009-10-30 | 1 | -16/+4 |
* | SAML2: in logout_build_response_msg do not fail on missing remote_providerID | Benjamin Dauvergne | 2009-10-30 | 1 | -7/+0 |
* | ID-FF1.2 and SAML2: remove direct access to profile->server->providers | Benjamin Dauvergne | 2009-10-30 | 5 | -40/+30 |
* | Core: add const modifier to return value of lasso_provider_get_metadata_list | Benjamin Dauvergne | 2009-09-29 | 2 | -2/+2 |
* | Core: Add const modifiers to LassoProvider methods | Benjamin Dauvergne | 2009-09-29 | 2 | -11/+11 |
* | Do not use g_new, use g_new0 | Benjamin Dauvergne | 2009-09-29 | 1 | -1/+1 |
* | Change setting of default NameIDFormat for SAML 2.0 login | Benjamin Dauvergne | 2009-09-29 | 1 | -11/+48 |
* | Fix bugs found via coverity (thanks to Bhaskar Jain) | Benjamin Dauvergne | 2009-09-17 | 2 | -24/+33 |
* | SAML 2.0: Fix bug introduced in commit 4235 | Benjamin Dauvergne | 2009-08-26 | 1 | -2/+4 |
* | Docs: change the doc production and lot of other fixes | Benjamin Dauvergne | 2009-08-26 | 3 | -8/+11 |
* | All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code | Benjamin Dauvergne | 2009-08-26 | 17 | -302/+118 |
* | ID-FF&Core: Seal public field of LassoSession | Benjamin Dauvergne | 2009-08-26 | 3 | -7/+15 |
* | Do not remove signatures on assertion when using HTTP Redirect | Benjamin Dauvergne | 2009-06-15 | 1 | -2/+1 |
* | SAML 2.0: Fix many leaks | Benjamin Dauvergne | 2009-04-30 | 5 | -224/+194 |
* | More work on signature validation for SAML 2.0 | Benjamin Dauvergne | 2009-04-27 | 4 | -7/+56 |
* | Update signature_status when checking signature on assertions | Benjamin Dauvergne | 2009-04-27 | 1 | -1/+1 |