summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* SAML 2.0: in lasso_saml20_login_process_authn_response_msg always report sign...Benjamin Dauvergne2010-02-101-10/+13
* SAML 2.0: in lasso_saml20_profile_process_any_response do not stop on missing...Benjamin Dauvergne2010-02-101-9/+31
* Use new SAML2 strings instead of hardcoding query string field namesBenjamin Dauvergne2010-02-103-6/+7
* Add documentation about runtime flagsBenjamin Dauvergne2010-02-101-0/+39
* Remove follow-idwsf-stupid-semantic flagBenjamin Dauvergne2010-02-101-10/+0
* Add internal methods to LassoServer to get the signature and encryption priva...Benjamin Dauvergne2010-02-102-0/+37
* Add complete error code listing for lasso_login_process_response_msgBenjamin Dauvergne2010-02-101-1/+25
* Update code example for LassoLoginBenjamin Dauvergne2010-02-101-14/+78
* Add error codes, update error codes documentation, reduce changes in errors.c...Benjamin Dauvergne2010-02-104-270/+301
* Add strings for SAML2 field names for POST, Redirect and Artifact bindingsBenjamin Dauvergne2010-02-101-0/+5
* Update documentation of the registry moduleBenjamin Dauvergne2010-02-101-11/+16
* Adapt LassoProvider methods to care for protocol profile version when verifyi...Benjamin Dauvergne2010-02-101-7/+31
* Add a function to validate query signatures using SAML 2.0 semanticBenjamin Dauvergne2010-02-102-0/+121
* Core: in LassoServer constructors, test if private_key is loadableBenjamin Dauvergne2010-02-082-14/+26
* in lasso_xmlsec_load_private_key_from_buffer, do not let xmlSecBase64Decode s...Benjamin Dauvergne2010-02-081-0/+2
* Core: Finish support for all XMLDsig key formatsBenjamin Dauvergne2010-02-041-41/+78
* Core: in lasso_xmlsec_load_key_info add flag to let xmlSec load certificatesBenjamin Dauvergne2010-02-041-0/+1
* Core: in lasso_profile_get_request_type_from_soap_msg use lasso_xml_parse_mem...Benjamin Dauvergne2010-02-041-2/+10
* Core: in provider.c, make lasso_provider_load_metadata_from_buffer the main m...Benjamin Dauvergne2010-02-041-122/+62
* Core: use lasso_xml_parse_file to load affiliation fileBenjamin Dauvergne2010-02-041-1/+1
* Core: in tools.c, add function to load XML files and KeyInfo nodesBenjamin Dauvergne2010-02-042-3/+156
* SAML 2.0: in name_id_management.c, rework lasso_name_id_management_new_from_dumpBenjamin Dauvergne2010-02-041-8/+6
* Core: add more memory tracing, add a tracing macroBenjamin Dauvergne2010-02-042-20/+41
* Core: use lasso_node_new_from_dump to implement _new_from_dump methodsBenjamin Dauvergne2010-02-046-95/+51
* SAML 2.0: in samlp2_response.c, simplify code path for assertion encryptionBenjamin Dauvergne2010-02-041-21/+15
* Fix leaksBenjamin Dauvergne2010-02-044-15/+15
* Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ...Benjamin Dauvergne2010-02-047-14/+16
* in lasso/xml/tools.c, remove leaks of xmlSecKey and xmlNodeBenjamin Dauvergne2010-02-041-9/+11
* in lasso_xmlsec_load_private_key, do not leak the file buffer, in lasso_node_...Benjamin Dauvergne2010-02-042-5/+7
* ID-WSF: remove useless new_from_message methodsBenjamin Dauvergne2010-02-0155-478/+4
* Core: in utils.h, add macros to replace verbose g_return_val_if_failBenjamin Dauvergne2010-02-011-0/+12
* Core: document return values of lasso_login_validate_request_msgBenjamin Dauvergne2010-02-011-1/+17
* Utils: lasso_unref, a safe g_object_unref, and add some document about existi...Benjamin Dauvergne2010-02-012-9/+71
* Core: do not emit messages inside lasso_check_versionBenjamin Dauvergne2010-02-011-12/+0
* SAML 2.0: fix annotations, documentation and signaturesBenjamin Dauvergne2010-01-297-13/+10
* ID-WSF 1.0: make LassoServer.services private with respect to the bindingsBenjamin Dauvergne2010-01-281-0/+2
* ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID...Benjamin Dauvergne2010-01-285-12/+29
* Core: fix gtk-doc annotationsBenjamin Dauvergne2010-01-287-9/+15
* Core: add new macros to lasso/utils.h, fix lasso_assign_new_list_of_gobjectsBenjamin Dauvergne2010-01-281-1/+24
* XML: add missing element-type annotationsBenjamin Dauvergne2010-01-285-5/+5
* ID-WSF 1.0 & 2.0: complete lasso-sections.txt, add internal API to access SOA...Benjamin Dauvergne2010-01-2610-32/+123
* Core XML: make lasso_node_set_custom_namespace/nodename take const stringBenjamin Dauvergne2010-01-262-4/+5
* Core XML: add function to get the namespace of a LassoNodeBenjamin Dauvergne2010-01-262-0/+28
* in lasso/saml-2.0/logout.c, fix missing declarationBenjamin Dauvergne2010-01-261-1/+1
* Core: update errors.c fileBenjamin Dauvergne2010-01-261-0/+2
* in lasso/xml/saml_attribute_value.h, fix typo in content type annotationBenjamin Dauvergne2010-01-251-1/+1
* in lasso/xml/sa_sasl_response.h, add GList content type annotation to field '...Benjamin Dauvergne2010-01-251-1/+1
* Add new macro lasso_list_add_new_xml_nodeBenjamin Dauvergne2010-01-252-2/+8
* SAML 2.0 Logout: when in an SP initiated logout, lasso_logout_build_response_...Benjamin Dauvergne2010-01-251-0/+19
* Fix name of LASSO_WSSEC_BAD_PASSWORDBenjamin Dauvergne2010-01-253-6/+4