| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Export more assertion access API for LassoSession | Benjamin Dauvergne | 2010-01-25 | 3 | -6/+6 |
| * | in saml2_name_id.c, include utils.h to benefit from replacement for g_strcmp0 | Benjamin Dauvergne | 2010-01-20 | 1 | -0/+1 |
| * | Fix LASSO_WSSEC_BAD_PASSWORD error, reformat wsse_username_token.c | Benjamin Dauvergne | 2010-01-20 | 2 | -13/+22 |
| * | ID-WSF 2.0: add some annotations | Benjamin Dauvergne | 2010-01-19 | 2 | -2/+2 |
| * | Core: in backward_comp.h, include string.h if g_strcmp0 is used | Benjamin Dauvergne | 2010-01-19 | 1 | -0/+2 |
| * | WS-Security: fix typo in name of string symbols | Benjamin Dauvergne | 2010-01-19 | 1 | -4/+4 |
| * | WS: complete support for wsse:UsernameToken | Benjamin Dauvergne | 2010-01-19 | 5 | -69/+352 |
| * | XML SAML-2.0: AuthnContext content is a xdf:choice so make content optional | Benjamin Dauvergne | 2010-01-19 | 1 | -4/+4 |
| * | ID-WSF 2.0: Add saml2_login.h to list of headers | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+2 |
| * | Documentation: distribute stylesheet, fix documentation comments, compelte la... | Benjamin Dauvergne | 2010-01-18 | 13 | -17/+29 |
| * | ID-WSF: mark API as Private not Internal | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+1 |
| * | Core: complete documentation on LassoSession | Benjamin Dauvergne | 2010-01-18 | 1 | -2/+10 |
| * | Core: complete documentation on LassoProfile | Benjamin Dauvergne | 2010-01-18 | 1 | -8/+41 |
| * | Core: complete documentation on LassoLogin | Benjamin Dauvergne | 2010-01-18 | 1 | -1/+6 |
| * | fix typo (transfer-none) -> (transfer none) | Benjamin Dauvergne | 2010-01-18 | 2 | -5/+5 |
| * | ID-WSF 1.0: change name of utils.{c,h} file for documentation parsing | Benjamin Dauvergne | 2010-01-18 | 3 | -2/+2 |
| * | FIX ABI breakage between 2.2.1 and 2.2.2 in LassoSamlAdvice | Benjamin Dauvergne | 2010-01-15 | 3 | -7/+10 |
| * | FIX ABI breakage when addning new field to struct LassoSaml2AttributeValue | Benjamin Dauvergne | 2010-01-14 | 2 | -3/+0 |
| * | 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 |