summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Core: add a SNIPPET_COLLECT_NAMESPACE snippet typeBenjamin Dauvergne2010-04-062-1/+53
* Binding python: fix use of raise_on_rc, simplift Node.__setstate__Benjamin Dauvergne2010-04-061-7/+6
* Revert "Make lasso_node_get_xmlNode return original_xmlnode if there is one"Benjamin Dauvergne2010-04-061-5/+0
* Binding python: for empty GList return empty tuples, not NoneBenjamin Dauvergne2010-04-062-18/+18
* Docs: remove from documentation comments characters outside ASCII for python ...Benjamin Dauvergne2010-04-061-5/+5
* Fix return path in lasso_saml20_process_any_response for signatures checkingBenjamin Dauvergne2010-04-061-4/+4
* fix documentation of lasso_node_debugBenjamin Dauvergne2010-04-061-1/+1
* Make lasso_node_get_xmlNode return original_xmlnode if there is oneBenjamin Dauvergne2010-04-061-0/+5
* update documentation of lasso_login_build_authn_response_msgBenjamin Dauvergne2010-03-271-1/+35
* update documentation of lasso_login_build_authn_request_msgBenjamin Dauvergne2010-03-271-11/+36
* improve documentation of lasso_login_build_artifact_msgBenjamin Dauvergne2010-03-271-1/+30
* use lasso_release_gobject in lasso_login_destroyBenjamin Dauvergne2010-03-271-1/+1
* update lasso_login_accept_sso documentationBenjamin Dauvergne2010-03-271-9/+23
* ID-FF&SAML2: complete documentation of lasso_login_build_assertionBenjamin Dauvergne2010-03-271-5/+27
* Make multiple include loading work in lasso/backward_comp.hBenjamin Dauvergne2010-03-271-1/+2
* Binding python: fix test fileBenjamin Dauvergne2010-03-271-1/+1
* SAML 2.0&ID-FF 1.2: simplify and complete metadata loading for multi-role sup...Benjamin Dauvergne2010-03-2716-543/+1007
* Core: add XML schemas for SAML 2.0Benjamin Dauvergne2010-03-2733-0/+4345
* Doc: add all missing methods to documentation section fileBenjamin Dauvergne2010-03-272-8/+78
* Tools: add script to check for missing functions in lasso-sections.txtBenjamin Dauvergne2010-03-271-0/+39
* XML: in lasso_node_build_xmlNode_from_snippets only set child name if SNIPPET...Benjamin Dauvergne2010-03-271-2/+1
* Core: add lasso_set_string_from_prop(char**,xmlNode*,..) functionBenjamin Dauvergne2010-03-272-0/+15
* Core: add method to check whether we are IdP or SP of another providerBenjamin Dauvergne2010-03-272-0/+57
* SAML 2.0: add attribute profiles stringsBenjamin Dauvergne2010-03-271-0/+7
* SAML 2.0: add support for attribute, authentication and authorization authori...Benjamin Dauvergne2010-03-2711-94/+247
* XML: add support for setting attribute in any namespace using element tree sy...Benjamin Dauvergne2010-03-271-2/+37
* Support SignatureVerifyHint in SAML 2.0 SSO profile and common message handlingBenjamin Dauvergne2010-03-272-20/+91
* Add signature_verify_hint accessor methods to LassoProfileBenjamin Dauvergne2010-03-274-1/+57
* Bindings: fix parsing of camelcased ident (Samlp2IDPList -> samlp2,idp,list)Benjamin Dauvergne2010-03-271-3/+28
* Binding python: fix problem of classes without an initializerBenjamin Dauvergne2010-03-271-5/+7
* Tests: add macros to test for string equalityBenjamin Dauvergne2010-03-271-0/+12
* Tests: in SAML 2.0 tests, use more check_ macrosBenjamin Dauvergne2010-03-271-68/+46
* Tests: add macros check_equals and check_not_equalsBenjamin Dauvergne2010-03-271-0/+14
* Core: change GObjectAnnotation of lasso_node_export_to_query to state that pr...Benjamin Dauvergne2010-03-271-2/+2
* SAML 2.0 XML: add header listing strings from XML schemaBenjamin Dauvergne2010-03-273-3/+59
* SAML 2.0: fix uninitialized variableBenjamin Dauvergne2010-03-081-4/+4
* ID-WSF 1.0: fix bad header name in all inclusive header lasso/id-wsf/id_wsf.hBenjamin Dauvergne2010-03-081-9/+9
* Binding PHP5 tests: fix assertion dump testBenjamin Dauvergne2010-03-021-17/+1
* XML: move registry mapping into the *_get_type() functionsBenjamin Dauvergne2010-03-028-22/+32
* Core: add a level argument to lasso_node_debugBenjamin Dauvergne2010-03-022-3/+4
* ID-WSF 2.0: add lasso_soap_envelope_set_relates_to methodBenjamin Dauvergne2010-03-022-0/+29
* Core: add macro to remove gobject from listsBenjamin Dauvergne2010-03-021-0/+6
* Core: export lasso_build_unique_id into public APIBenjamin Dauvergne2010-03-023-3/+34
* SAML 2.0: change error code for empty ArtifactResolve response to LASSO_PROFI...Benjamin Dauvergne2010-03-021-1/+1
* Bindings java: do not mask errors from the code generatorBenjamin Dauvergne2010-03-021-1/+1
* Core: add an helper method to build a SOAP response in a LassoProfile objectBenjamin Dauvergne2010-03-026-17/+67
* ID-WSF 2.0 python tests: finish tests for new ID-WSF 2.0 APIBenjamin Dauvergne2010-03-021-26/+157
* ID-WSF 2.0: add service type to response, parse response before using itBenjamin Dauvergne2010-03-021-1/+24
* Core: in xml_insure_namespace do not segfault if ns is NULLBenjamin Dauvergne2010-03-021-1/+1
* Binding python: accept a functio as setter, if it has only two argumentsBenjamin Dauvergne2010-03-021-1/+1