| Commit message (Expand) | Author | Age | Files | Lines |
* | Bindings python: in wrapper_top.c, mark internal function as potentially unused | Benjamin Dauvergne | 2010-01-04 | 1 | -13/+14 |
* | Bindings: make the binding infrastructure understand GObject-introspections a... | Benjamin Dauvergne | 2010-01-04 | 10 | -158/+481 |
* | Documentation: in lasso-docs.sgml, add glossary to the index, add book part d... | Benjamin Dauvergne | 2010-01-04 | 1 | -3/+12 |
* | 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 |
* | Downgrade version 2.2.90 to make a pre-release | Benjamin Dauvergne | 2009-12-09 | 1 | -1/+1 |
* | in tests/tests.h, Add checks for true and false conditions | Benjamin Dauvergne | 2009-12-08 | 1 | -4/+10 |
* | Remove beginning of a PHP4 binding | Benjamin Dauvergne | 2009-12-08 | 6 | -2711/+0 |
* | Upgrade version number | Benjamin Dauvergne | 2009-12-08 | 1 | -1/+1 |
* | 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 |
* | Add SP initiated logout test to SAML 2.0 regression tests | Benjamin Dauvergne | 2009-12-01 | 3 | -1/+85 |
* | 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 |
* | Restore call to autoheader in autogen.sh | Benjamin Dauvergne | 2009-11-30 | 1 | -2/+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 |
* | 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 |
* | Make php4 and perl binding disabled by default | Benjamin Dauvergne | 2009-10-30 | 1 | -2/+2 |
* | SAML2 Logout: initialize SessionIndex from the assertion | Benjamin Dauvergne | 2009-10-30 | 1 | -0/+15 |
* | Tests: fix __FILE__ -> __file__ | Benjamin Dauvergne | 2009-10-30 | 1 | -1/+1 |
* | 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 |
* | Tests: add a test of NameIDFormat extraction | Benjamin Dauvergne | 2009-09-29 | 2 | -0/+24 |
* | 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 |
* | Tests: add more assertion to random test | Benjamin Dauvergne | 2009-09-11 | 1 | -3/+44 |
* | XML: Fix seg-fault bug introduced in commit 4108 | Benjamin Dauvergne | 2009-09-11 | 2 | -7/+1690 |
* | Core: add new macros to traverse lists | Benjamin Dauvergne | 2009-09-11 | 1 | -0/+20 |
* | Test: fix Makefile.am to work with 'out of source' build directory | Benjamin Dauvergne | 2009-09-11 | 1 | -3/+3 |
* | Core: fix extract_symbols regular expression | Benjamin Dauvergne | 2009-09-11 | 1 | -1/+1 |