| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Core XML: in xml.c, keep original node names, handle xsi:type attribute better | Benjamin Dauvergne | 2010-01-04 | 2 | -77/+203 |
| * | Core XML: in xml.c, parse attributes with namespace checking | Benjamin Dauvergne | 2010-01-04 | 1 | -1/+8 |
| * | Core XML: in xml/tools.c, improve lasso_eval_xpath_expression, do not fail wh... | Benjamin Dauvergne | 2010-01-04 | 1 | -1/+1 |
| * | Core: in utils.h, add a macros, fix existing | Benjamin Dauvergne | 2010-01-04 | 2 | -3/+76 |
| * | Core: add new errors LASSO_PROFILE_ERROR_INVALID_RESPONSE, LASSO_PROFILE_ERRO... | Benjamin Dauvergne | 2010-01-04 | 2 | -5/+23 |
| * | Core: in registry.c, change type cast to compile on amd64 platform | Benjamin Dauvergne | 2010-01-04 | 1 | -4/+5 |
| * | Core: in utils.h, change __STRING(x) for #x | Benjamin Dauvergne | 2009-12-16 | 1 | -1/+2 |
| * | Add missing headers to makefile, to pass make distcheck | Benjamin Dauvergne | 2009-12-08 | 2 | -2/+4 |
| * | in lasso_saml20_profile_export_to_query, checks return values | Benjamin Dauvergne | 2009-12-04 | 1 | -0/+3 |
| * | Restore ancient semantic of lasso_profile_is_session_dirty | Benjamin Dauvergne | 2009-11-30 | 1 | -1/+1 |
| * | Fix double g_object_unref | Benjamin Dauvergne | 2009-11-30 | 1 | -2/+0 |
| * | 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 |
| * | Augment query string limit for relaystate extraction to 8192 bytes | Benjamin Dauvergne | 2009-11-02 | 1 | -2/+5 |
| * | Add documentation for lasso_get_relaystate_from_query | Benjamin Dauvergne | 2009-11-02 | 1 | -0/+9 |
| * | Add C defines for SAML 2 'unspecified' authncontext class | Benjamin Dauvergne | 2009-10-30 | 1 | -0/+3 |
| * | Fix bad macro choice, precise error for bad formatted NIDM request | Benjamin Dauvergne | 2009-10-30 | 1 | -3/+3 |
| * | Fix reporting of error in message parsing | Benjamin Dauvergne | 2009-10-30 | 1 | -2/+3 |
| * | Core: factorize code to obtain a SPNameQualifier | Benjamin Dauvergne | 2009-10-30 | 4 | -22/+55 |
| * | 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 |
| * | ID-FF: add a partial_logout flag to LassoLogout private_data | Benjamin Dauvergne | 2009-10-30 | 2 | -1/+23 |
| * | SAML2: add an equals operator to the NameID class | Benjamin Dauvergne | 2009-10-30 | 2 | -0/+34 |
| * | 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 | 13 | -112/+74 |
| * | Core: in profile, use lasso_server_get_provider | Benjamin Dauvergne | 2009-10-30 | 1 | -2/+4 |
| * | Core: add const modifier to return value of lasso_provider_get_metadata_list | Benjamin Dauvergne | 2009-09-29 | 5 | -10/+10 |
| * | Core: Add const modifiers to LassoProvider methods | Benjamin Dauvergne | 2009-09-29 | 4 | -30/+30 |
| * | Do not use g_new, use g_new0 | Benjamin Dauvergne | 2009-09-29 | 9 | -9/+9 |
| * | Change setting of default NameIDFormat for SAML 2.0 login | Benjamin Dauvergne | 2009-09-29 | 2 | -16/+59 |
| * | Add method to Provider to retrieve default NameIDFormat | Benjamin Dauvergne | 2009-09-29 | 2 | -0/+15 |
| * | Complete documentation of lasso_login_init_authn_request concerning the NameI... | Benjamin Dauvergne | 2009-09-29 | 1 | -10/+16 |
| * | Fix bugs found via coverity (thanks to Bhaskar Jain) | Benjamin Dauvergne | 2009-09-17 | 7 | -59/+91 |
| * | ID-WSF: finish unsealing field « is_dirty » of LassoSession | Benjamin Dauvergne | 2009-09-17 | 1 | -1/+1 |
| * | Core: unseal LassoSession public field | Benjamin Dauvergne | 2009-09-11 | 3 | -29/+26 |
| * | XML ID-WSF: Fix parsing of most ID-WSF elements | Benjamin Dauvergne | 2009-09-11 | 4 | -8/+28 |
| * | Core: remove warning when lasso_registry_get_direct_mapping fails | Benjamin Dauvergne | 2009-09-11 | 1 | -1/+2 |
| * | XML: Fix seg-fault bug introduced in commit 4108 | Benjamin Dauvergne | 2009-09-11 | 1 | -6/+14 |
| * | Core: add new macros to traverse lists | Benjamin Dauvergne | 2009-09-11 | 1 | -0/+20 |
| * | Core: fix extract_symbols regular expression | Benjamin Dauvergne | 2009-09-11 | 1 | -1/+1 |
| * | XML: add all inclusive header files for id-wsf2, ws, id-wsf XML elements | Benjamin Dauvergne | 2009-09-11 | 3 | -1/+230 |
| * | ID-WSF 2.0: add set_request/set_response method to Profile object | Benjamin Dauvergne | 2009-09-11 | 2 | -0/+43 |
| * | XML SOAP: add new soap fault constructor | Benjamin Dauvergne | 2009-09-11 | 2 | -2/+20 |
| * | XML ID-WSF 2.0: make non simple constructor of MiscTextNode return real type | Benjamin Dauvergne | 2009-09-11 | 1 | -3/+3 |
| * | XML SAML 1.1: fix schema figure for samlp:Request | Benjamin Dauvergne | 2009-09-11 | 1 | -2/+1 |
| * | ID-WSF 2.0: add accessor for field of LassoIdWsf2Profile | Benjamin Dauvergne | 2009-09-11 | 2 | -0/+37 |
| * | ID-WSF: fix duplication of namespace string declaration, add fault codes for ... | Benjamin Dauvergne | 2009-09-11 | 1 | -19/+73 |
| * | ID-WSF: remove LassoWsseSecurity in favor of LasoWsSec1SecurityHeader | Benjamin Dauvergne | 2009-09-11 | 4 | -175/+3 |
| * | ID-WSF 1.0: use the common wsse:Security object | Benjamin Dauvergne | 2009-09-11 | 1 | -7/+13 |