summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert "doc: fix EXTRA_DIST definition in reference/lasso/Makefile.am"Benjamin Dauvergne2013-08-271-1/+1
| | | | | | This reverts commit a223afc6077528792055def999c29ac5f4d8a418. It seems to be incompatible with recent version of gtk-doc, I need to investigate more this problem.
* doc: fix EXTRA_DIST definition in reference/lasso/Makefile.amBenjamin Dauvergne2013-08-271-1/+1
|
* Merge remote-tracking branch 'origin/libxml2.9-compat'Benjamin Dauvergne2013-07-309-129/+112
|\
| * Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-289-129/+112
| | | | | | | | | | | | | | | | | | | | Libxml stopped exposing the internal of the xmlOutputBuffer structure; it was replace by proper use of the API and of the xmlBuffer structure. There could be regression for older version of libxml as some functions appeared in recent version of libxml; but the reference API document does not give any introduction date for functions so it's hard to be sure.
* | website: fix commercial licencee page locationFrédéric Péters2013-07-201-1/+1
| |
* | AM_C_PROTOTYPES is no longer supported in autoconf 1.12.Tim Newsome2013-06-191-1/+0
| |
* | Add support for automake 1.12.Tim Newsome2013-06-191-1/+4
| |
* | configure.ac: do not passe the full version suffix as the release numberBenjamin Dauvergne2013-06-041-1/+1
| |
* | FAQ.rst: start a FAQ fileBenjamin Dauvergne2013-06-041-0/+230
| |
* | configure: generate version number from git revision between tagged releaseBenjamin Dauvergne2013-05-153-2/+233
| | | | | | | | The script git-version-gen is copied from the autoconf project.
* | python: fix logout request parsing testBenjamin Dauvergne2013-03-201-0/+4
| | | | | | | | adapt to new checks done on logout request nodes
* | tests: comment out dump/restore checks against complex nodesBenjamin Dauvergne2013-03-201-4/+4
| |
* | saml-2.0: fix missing signature on logout responsesBenjamin Dauvergne2013-03-201-0/+3
| |
* | pkgconfig: do not leak lasso dependencies to usersBenjamin Dauvergne2013-03-071-1/+1
| | | | | | | | | | | | Change Require into Require.private Thanks to Thijs Kinkhorst and Olav Morken for the suggestion.
* | xml-saml-2.0: ManageNameIDRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+18
| |
* | xml-saml-2.0: LogoutRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+8
| |
* | xml: really enforce elements cardinality when parsing messagesBenjamin Dauvergne2013-01-253-36/+95
| | | | | | | | | | | | | | | | - add a new SNIPPET_MANDATORY: we could only indicate 0-1 and 0-* cardinalities, now we can also indicate 1-1 and 1-* cardinalities. - repect cadinalities when parsing an xmlNode tree into a LassoNode tree.
* | xml-saml-2.0: add missing namespace declaration for the ↵Benjamin Dauvergne2013-01-251-1/+2
| | | | | | | | KeyInfoSujectConfirmationData sub-type
* | fix memory leak in lasso_node_impl_init_from_xml: release the class_listBenjamin Dauvergne2013-01-251-6/+12
| |
* | utils: add a lasso_release_slist macroBenjamin Dauvergne2013-01-251-1/+1
| |
* | add a lasso_release_slistBenjamin Dauvergne2013-01-251-0/+3
| |
* | fix potential segfault in lasso_node_impl_init_from_xmlBenjamin Dauvergne2013-01-251-8/+10
| |
* | Fix distcheck build problem in docs/Makefile.amBenjamin Dauvergne2013-01-251-1/+1
| | | | | | | | Bug introduced in commit e97a36fa
* | fix warning in docs/reference/lasso/Makefile.amBenjamin Dauvergne2013-01-251-2/+0
|/
* fix segfault in saml-2.0/provider.c:load_endpoint_type2Benjamin Dauvergne2012-09-261-1/+1
| | | | Thanks to Hiromitsu Fujita for the patch. fixes #1582.
* tests: add a SSO test with DSA keys to python bindings testsBenjamin Dauvergne2012-07-113-0/+134
|
* Fix compilation on solarisBenjamin Dauvergne2012-06-212-0/+4
| | | | | | Thanks Wojciech Lichota for the patch. Fixes #1516
* fix SIGSEGV when loading metadata filesBenjamin Dauvergne2012-06-211-1/+2
| | | | | | Thanks Wojciech Lichota for the patch. Fixes #1516
* [bindings/php5] remove redundant check to is_transfer_fullBenjamin Dauvergne2012-05-051-4/+4
|
* [bindings/php5] add missing release for xmlnodes in return value wrapperBenjamin Dauvergne2012-05-051-0/+2
|
* [abi] update for release 2.4.0Benjamin Dauvergne2012-05-051-1/+35
|
* [bindings/python] in constructors wrappers build the return value beforeBenjamin Dauvergne2012-05-051-10/+11
|
* [bindings/python] free xmlnode argument owned by the calleeBenjamin Dauvergne2012-05-051-0/+2
|
* [bindings/python] fix some indentationBenjamin Dauvergne2012-05-051-1/+1
|
* [bindings/python] boolean values does not need to be releasedBenjamin Dauvergne2012-05-051-2/+2
|
* [bindings] add a default parameter to is_transfer_full whose default is FalseBenjamin Dauvergne2012-05-051-4/+5
|
* [bindings] improve matching for object typesBenjamin Dauvergne2012-05-051-1/+5
|
* [xml] fix wrong forward declarationBenjamin Dauvergne2012-05-051-2/+2
|
* [xml] add missing includeBenjamin Dauvergne2012-05-051-0/+2
|
* [xml] fix typosBenjamin Dauvergne2012-05-052-5/+5
|
* [lasso] add missing GObjectIntrospection annotations to ↵Benjamin Dauvergne2012-05-051-1/+1
| | | | lasso_node_get_original_xmlnode
* [lasso] add missing GObjectIntrospection annotations to ↵Benjamin Dauvergne2012-05-051-1/+1
| | | | lasso_misc_text_node_get_xml_content
* [NEWS] improve 2.4.0 release notesBenjamin Dauvergne2012-05-051-1/+24
|
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-0517-94/+5087
|\
| * [saml2] modify behaviour of lasso_saml2_assertion_add_attribute_with_nodeBenjamin Dauvergne2012-04-061-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 Dauvergne2012-03-252-2/+2
| | | | | | | | <glib.h> now
| * [tests] add test cases for the LassoKey classBenjamin Dauvergne2012-03-172-2/+104
| |
| * [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-176-71/+368
| |
| * [saml2] fix handling of SingleSignOnServer in ↵Benjamin Dauvergne2012-03-171-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 constructorsBenjamin Dauvergne2012-03-021-11/+30
| |