Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix SIGSEGV when loading metadata files | Benjamin Dauvergne | 2012-06-21 | 1 | -1/+2 | |
| | | | | | | Thanks Wojciech Lichota for the patch. Fixes #1516 | |||||
* | [bindings/php5] remove redundant check to is_transfer_full | Benjamin Dauvergne | 2012-05-05 | 1 | -4/+4 | |
| | ||||||
* | [bindings/php5] add missing release for xmlnodes in return value wrapper | Benjamin Dauvergne | 2012-05-05 | 1 | -0/+2 | |
| | ||||||
* | [abi] update for release 2.4.0 | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+35 | |
| | ||||||
* | [bindings/python] in constructors wrappers build the return value before | Benjamin Dauvergne | 2012-05-05 | 1 | -10/+11 | |
| | ||||||
* | [bindings/python] free xmlnode argument owned by the callee | Benjamin Dauvergne | 2012-05-05 | 1 | -0/+2 | |
| | ||||||
* | [bindings/python] fix some indentation | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+1 | |
| | ||||||
* | [bindings/python] boolean values does not need to be released | Benjamin Dauvergne | 2012-05-05 | 1 | -2/+2 | |
| | ||||||
* | [bindings] add a default parameter to is_transfer_full whose default is False | Benjamin Dauvergne | 2012-05-05 | 1 | -4/+5 | |
| | ||||||
* | [bindings] improve matching for object types | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+5 | |
| | ||||||
* | [xml] fix wrong forward declaration | Benjamin Dauvergne | 2012-05-05 | 1 | -2/+2 | |
| | ||||||
* | [xml] add missing include | Benjamin Dauvergne | 2012-05-05 | 1 | -0/+2 | |
| | ||||||
* | [xml] fix typos | Benjamin Dauvergne | 2012-05-05 | 2 | -5/+5 | |
| | ||||||
* | [lasso] add missing GObjectIntrospection annotations to ↵ | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+1 | |
| | | | | lasso_node_get_original_xmlnode | |||||
* | [lasso] add missing GObjectIntrospection annotations to ↵ | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+1 | |
| | | | | lasso_misc_text_node_get_xml_content | |||||
* | [NEWS] improve 2.4.0 release notes | Benjamin Dauvergne | 2012-05-05 | 1 | -1/+24 | |
| | ||||||
* | Merge branch 'release-2.4.0' | Benjamin Dauvergne | 2012-05-05 | 17 | -94/+5087 | |
|\ | ||||||
| * | [saml2] modify behaviour of lasso_saml2_assertion_add_attribute_with_node | Benjamin Dauvergne | 2012-04-06 | 1 | -2/+10 | |
| | | | | | | | | If an AttributeStatement already exists, we add the new attribute to it. | |||||
| * | [core] including glib headers directly is deprecated, we must only use ↵ | Benjamin Dauvergne | 2012-03-25 | 2 | -2/+2 | |
| | | | | | | | | <glib.h> now | |||||
| * | [tests] add test cases for the LassoKey class | Benjamin Dauvergne | 2012-03-17 | 2 | -2/+104 | |
| | | ||||||
| * | [key] add methods to send message using SAML 2.0 redirect and post bindings | Benjamin Dauvergne | 2012-03-17 | 6 | -71/+368 | |
| | | ||||||
| * | [saml2] fix handling of SingleSignOnServer in ↵ | Benjamin Dauvergne | 2012-03-17 | 1 | -2/+24 | |
| | | | | | | | | | | | | | | | | | | lasso_saml20_provider_get_first_http_method When checking if a synchronous http method can be used for sending a request to the SingleSignOnService we must check if the response can received by the AssertionConsumerService with a synchronous binding not the SingleSignOnService. | |||||
| * | [bindings php5] fix missing wrappers for constructors | Benjamin Dauvergne | 2012-03-02 | 1 | -11/+30 | |
| | | ||||||
| * | [bindings php5] improve generation of php call stubs by using type case ↵ | Benjamin Dauvergne | 2012-02-27 | 1 | -4/+6 | |
| | | | | | | | | helpers, raise exception in unknown case | |||||
| * | update NEWS | Benjamin Dauvergne | 2011-12-29 | 1 | -2/+22 | |
| | | ||||||
| * | Add release notes | Benjamin Dauvergne | 2011-12-29 | 1 | -24/+53 | |
| | | ||||||
| * | Add missing abi files | Benjamin Dauvergne | 2011-12-29 | 3 | -0/+3343 | |
| | | ||||||
| * | Update files for release 2.4.0 | Benjamin Dauvergne | 2011-12-29 | 3 | -2/+1153 | |
| | | ||||||
* | | fix wrong EXTRA_DIST in lasso/xml/dsig/Makefile.am | Benjamin Dauvergne | 2012-04-27 | 2 | -2/+36 | |
| | | ||||||
* | | fix compilation error with xmlsec 1.2.18 / freebsd (#1365) | Thomas NOEL | 2012-04-26 | 1 | -0/+1 | |
| | | | | | | | | see http://dev.entrouvert.org/issues/1365 | |||||
* | | Allow building from git without gtk-doc installed | Frédéric Péters | 2012-04-23 | 4 | -3/+25 | |
| | | ||||||
* | | build: do not include multiple glib headers | Frédéric Péters | 2012-04-02 | 4 | -4/+3 | |
| | | ||||||
* | | php5: use zend_function_entry, for compatibility with PHP 5.4 | Frédéric Péters | 2012-03-05 | 1 | -1/+1 | |
| | | ||||||
* | | [website] add piwik tracking code to base template | Benjamin Dauvergne | 2012-02-25 | 1 | -0/+12 | |
|/ | ||||||
* | Incompatibility with clang: local functions with closure does not work | Benjamin Dauvergne | 2011-12-29 | 1 | -4/+6 | |
| | ||||||
* | Merge branch 'more-datas-in-sessions' | Benjamin Dauvergne | 2011-12-23 | 19 | -263/+708 | |
|\ | ||||||
| * | [tests] remove work-around for letting ID-FF 1.2 tests work with the ↵ | Benjamin Dauvergne | 2011-12-23 | 1 | -21/+24 | |
| | | | | | | | | | | | | | | thin-sessions flag activated But when thin-sessions is activated we use the new way of passing artifact message content around. | |||||
| * | [id-ff 1.2] change websso with artifact binding to work as SAML 2.0 | Benjamin Dauvergne | 2011-12-23 | 1 | -21/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old way of transmiting the assertion to return via the session is kept, but a new way more semblable to the one used in the SAML 2.0 code is added. After lasso_login_build_artifact_msg() you must save the return of lasso_profile_get_artifact_message() linked to the value of the artifact obtained via lasso_profile_get_artifact(). In the artifact-resolve endpoint you must find the artifact message corresponding to the return value of lasso_profile_get_artifact() reinstall the artifact message using lasso_profile_set_artifact_message() just before calling lasso_login_build_response_msg(). This change is necessary for ID-FF 1.2 SSO profile to work with the thin-sessions. | |||||
| * | [id-ff 1.2] in lasso_login_build_assertion() always add the assertion to the ↵ | Benjamin Dauvergne | 2011-12-22 | 1 | -7/+4 | |
| | | | | | | | | response | |||||
| * | [tests] protect the ID-FF 1.2 test cases from effect of the thin-sessions ↵ | Benjamin Dauvergne | 2011-12-22 | 1 | -2/+19 | |
| | | | | | | | | flag until it is migrated to work also with thin sessions | |||||
| * | [doc] do some documentation fixing | Benjamin Dauvergne | 2011-12-22 | 5 | -6/+8 | |
| | | ||||||
| * | [id-ff 1.2] provision the SessionIndex into the assertions | Benjamin Dauvergne | 2011-12-22 | 1 | -0/+6 | |
| | | | | | | | | Without it SLO session management is broken. | |||||
| * | [id-ff 1.1] add support for multiple SessionIndex to lib:LogoutRequest | Benjamin Dauvergne | 2011-12-22 | 3 | -80/+103 | |
| | | | | | | | | | | Combined with the new LassoSession storage for SessionIndex, it should fix many bugs when doing SLO. | |||||
| * | [saml 2.0] use the new SessionIndex storage for SLO management | Benjamin Dauvergne | 2011-12-22 | 2 | -115/+89 | |
| | | | | | | | | | | It shoulf fix any missing functionnalities regarding missing session indexes in logout requests sent by identity providers or service providers. | |||||
| * | [core] add support for thin-sessions environment flag, to reduce size of ↵ | Benjamin Dauvergne | 2011-12-22 | 3 | -0/+9 | |
| | | | | | | | | LassoSession dumps | |||||
| * | [core] add simpler storage for SessionIndexes in the LassoSession | Benjamin Dauvergne | 2011-12-22 | 3 | -30/+400 | |
| | | ||||||
| * | [id-ff 1.2] add lasso_saml_name_identifier_equals() to compare NameIDs | Benjamin Dauvergne | 2011-12-19 | 2 | -0/+17 | |
| | | ||||||
* | | [website] remove the buildbox link for now | Benjamin Dauvergne | 2011-12-19 | 1 | -2/+0 | |
| | | ||||||
* | | [website] target the bug report link to on redmine | Benjamin Dauvergne | 2011-12-19 | 1 | -1/+1 | |
|/ | ||||||
* | [saml2] fix lasso_saml20_logout_validate_request when more than one ↵ | Benjamin Dauvergne | 2011-12-16 | 1 | -7/+20 | |
| | | | | SessionIndex is sent |