| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Bindings: make is_cstring usable with tuple and with direct type | Benjamin Dauvergne | 2010-01-14 | 1 | -1/+3 |
| * | 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 |
| * | Tests SAML2: use & test encryption | Benjamin Dauvergne | 2010-01-12 | 1 | -11/+16 |
| * | SAML 2.0: add saml2_helper.h to include files to install | Benjamin Dauvergne | 2010-01-12 | 1 | -1/+2 |
| * | Tests: fix inclusion of id-wsf 2.0 tests | Benjamin Dauvergne | 2010-01-12 | 1 | -5/+7 |
| * | 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 |
| * | Bindings: add support for time_t to bindings, add support for 'string' type f... | Benjamin Dauvergne | 2010-01-12 | 4 | -5/+5 |
| * | 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 |
| * | Binding python: provide old binding name for set_encryptionMode | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+1 |
| * | 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 |
| * | Bindings: simplify GList handling | Benjamin Dauvergne | 2010-01-04 | 6 | -96/+120 |
| * | XML: add element type annotation to all GList fields | Benjamin Dauvergne | 2010-01-04 | 84 | -116/+116 |
| * | Bindings: in bindings/python/Makefile.am, precise generated files dependencies | Benjamin Dauvergne | 2010-01-04 | 1 | -0/+2 |
| * | XML: move SOAP API to its own sub directory | Benjamin Dauvergne | 2010-01-04 | 29 | -59/+105 |
| * | Bindings: in overrides.xml, remove noew useless directives | Benjamin Dauvergne | 2010-01-04 | 1 | -47/+0 |
| * | Python binding: update test scripts to new ID-WSF API | Benjamin Dauvergne | 2010-01-04 | 2 | -34/+61 |
| * | Binding ID-WSF 2.0: do not bind lasso_wsa_endpoint_reference_get_*_token methods | Benjamin Dauvergne | 2010-01-04 | 1 | -0/+2 |
| * | Tests: add idwsf2_tests.c, call from tests.c, update Makefile.am | Benjamin Dauvergne | 2010-01-04 | 4 | -2/+291 |
| * | ID-WSF 2.0: in profile.{c,h}, discovery.{c,h}, data_service.{c,h}, overhaul a... | Benjamin Dauvergne | 2010-01-04 | 7 | -1751/+2362 |
| * | ID-WSF 2.0: in session.c, fix memory handling errors | Benjamin Dauvergne | 2010-01-04 | 1 | -4/+14 |