| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix ABI breakage due to change of constant name from LASSO_SOAP_FAULT_REDIREC... | Benjamin Dauvergne | 2010-01-14 | 2 | -3/+5 |
* | Fix ABI breakage with respect to 2.2.1 | Benjamin Dauvergne | 2010-01-14 | 2 | -0/+8 |
* | ID-WSF: separate ID-WSF strings into their own header | Benjamin Dauvergne | 2010-01-14 | 3 | -1225/+1273 |
* | SAML 2.0 Logout: undo some change to when the assertion is removed | Benjamin Dauvergne | 2010-01-14 | 1 | -23/+9 |
* | Core: remove warning emiting macros from lasso_session_remove_assertion | Benjamin Dauvergne | 2010-01-14 | 1 | -2/+3 |
* | 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 | 2 | -4/+4 |
* | SAML 2.0: add saml2_helper.h to include files to install | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+2 |
* | Core: add new SAML 2.0 public header to top level header lasso.h | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+2 |
* | ID-WSF 2.0: remote saml2_login_private.h from Makefile.am | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+0 |
* | 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 Profile: remove need for identity in lasso_profile_get_nameIdentifier | Benjamin Dauvergne | 2010-01-12 | 1 | -11/+11 |
* | Core Server: make default to load signing private key also as encryption priv... | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+9 |
* | Commit to delete | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+2 |
* | Core: rewrite lasso_assertion_encrypt using lasso_xmlsect_load_key and add re... | Benjamin Dauvergne | 2010-01-12 | 2 | -45/+6 |
* | Core: add simple function to load key from any format | Benjamin Dauvergne | 2010-01-12 | 2 | -1/+60 |
* | Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el... | Benjamin Dauvergne | 2010-01-12 | 7 | -10/+15 |
* | SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A... | Benjamin Dauvergne | 2010-01-12 | 21 | -1027/+954 |
* | Core: in profile.c, profile.h, profileprivate.h, add a new attribute to expre... | Benjamin Dauvergne | 2010-01-12 | 3 | -0/+41 |
* | Core: in identity.c, do not emit trace when lasso_identity_get_federation fails | Benjamin Dauvergne | 2010-01-12 | 1 | -2/+5 |
* | XML Core: in xml.c, private.h, add a lasso_node_remove_signature function | Benjamin Dauvergne | 2010-01-12 | 2 | -0/+25 |
* | XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig... | Benjamin Dauvergne | 2010-01-12 | 7 | -4/+31 |
* | Core: in xml/private.h, add new field to LassoNodeClassData for private_key a... | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+2 |
* | Core: in provider.h, add LASSO_PROVIDER_ROLE_BOTH | Benjamin Dauvergne | 2010-01-12 | 1 | -3/+5 |
* | Core: in profile.c, make lasso_profile_get_nameIdentifier work for transient ... | Benjamin Dauvergne | 2010-01-12 | 1 | -159/+129 |
* | Core: in provider.h, add new SAML 2.0 HTTP-Method, PAOS | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+2 |
* | 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 |
* | ID-WSF 2.0: fix in documentation | Benjamin Dauvergne | 2010-01-12 | 1 | -2/+2 |
* | XML: add element type annotation to all GList fields | Benjamin Dauvergne | 2010-01-04 | 84 | -116/+116 |
* | XML: move SOAP API to its own sub directory | Benjamin Dauvergne | 2010-01-04 | 28 | -59/+104 |
* | ID-WSF 2.0: in profile.{c,h}, discovery.{c,h}, data_service.{c,h}, overhaul a... | Benjamin Dauvergne | 2010-01-04 | 6 | -1751/+2361 |
* | ID-WSF 2.0: in session.c, fix memory handling errors | Benjamin Dauvergne | 2010-01-04 | 1 | -4/+14 |
* | ID-WSF 2.0&ID-WSF: in profile.c, wsf_profile.c, errors.c, errors.h, and in l... | Benjamin Dauvergne | 2010-01-04 | 4 | -6/+6 |
* | ID-WSF 2.0 Errors: in errors.{c,h}, add new errors code for ID-WSF 2.0 | Benjamin Dauvergne | 2010-01-04 | 2 | -3/+139 |
* | ID-WSF 2.0 XML: in strings.h, add identifiers from ID-WSF 2.0 | Benjamin Dauvergne | 2010-01-04 | 1 | -30/+757 |
* | ID-WSF 2.0 XML: in sec_token.c, remove extra SNIPPET_ANY | Benjamin Dauvergne | 2010-01-04 | 1 | -1/+1 |
* | ID-WSF 2.0 XML: in util_response.{c,h}, add helper functions to idwsf2_util_s... | Benjamin Dauvergne | 2010-01-04 | 2 | -0/+59 |
* | ID-WSF 2.0: in server.c, change annotation of lasso_server_get_svc_metadatas_... | Benjamin Dauvergne | 2010-01-04 | 1 | -1/+1 |
* | ID-WSF 2.0: in saml2_login.c, change API | Benjamin Dauvergne | 2010-01-04 | 2 | -145/+135 |