lasso/lasso/xml/saml-2.0
Benjamin Dauvergne 81fad67ad2 saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581)
Four new accesors:

	lasso_samlp2_extensions_get_any
	lasso_samlp2_extensions_set_any
	lasso_samlp2_extensions_get_attributes
	lasso_samlp2_extensions_set_attributes

The two new pseudo field are fully supported in the python binding.

	node = lasso.Samlp2Extensions()
	node.any = '<test>ok</test>'
	node.attributes = {'{http://entrouvert.org/}attribute1': 'value'}
	print node.dump()
2017-09-11 15:14:41 +02:00
..
Makefile.am Makefile.am: fix automake warning 2015-08-24 10:18:52 +02:00
saml2_action.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_action.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_advice.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_advice.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_assertion.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_assertion.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_attribute.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_attribute.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_attribute_statement.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_attribute_statement.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_attribute_value.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_attribute_value.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_audience_restriction.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_audience_restriction.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_authn_context.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_authn_context.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_authn_statement.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_authn_statement.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_authz_decision_statement.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_authz_decision_statement.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_base_idabstract.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_base_idabstract.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_condition_abstract.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_condition_abstract.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_conditions.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_conditions.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_encrypted_element.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_encrypted_element.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_evidence.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_evidence.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_key_info_confirmation_data.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_key_info_confirmation_data.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_key_info_confirmation_data_type.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_key_info_confirmation_data_type.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_name_id.c check node names in lasso_node_impl_init_from_xml() (fixes #47) 2016-03-07 12:48:29 +01:00
saml2_name_id.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_one_time_use.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_one_time_use.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_proxy_restriction.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_proxy_restriction.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_statement_abstract.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_statement_abstract.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_strings.h Add missing urn constants used in PAOS HTTP header 2015-10-15 18:27:38 +02:00
saml2_subject.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_subject.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_subject_confirmation.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
saml2_subject_confirmation.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_subject_confirmation_data.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_subject_confirmation_data.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_subject_locality.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_subject_locality.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
saml2_xsd.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_artifact_resolve.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_artifact_resolve.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_artifact_response.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_artifact_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_assertion_id_request.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_assertion_id_request.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_attribute_query.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_attribute_query.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_authn_query.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_authn_query.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_authn_request.c Implement ECP client functionality 2015-08-24 16:05:29 +02:00
samlp2_authn_request.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_authz_decision_query.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_authz_decision_query.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_extensions.c saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
samlp2_extensions.h saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
samlp2_idp_entry.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_idp_entry.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_idp_list.c LassoSamlp2IDPList is not list capable 2015-08-24 16:05:29 +02:00
samlp2_idp_list.h LassoSamlp2IDPList is not list capable 2015-08-24 16:05:29 +02:00
samlp2_logout_request.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
samlp2_logout_request.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_logout_response.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_logout_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_manage_name_id_request.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
samlp2_manage_name_id_request.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_manage_name_id_response.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_manage_name_id_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_name_id_mapping_request.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
samlp2_name_id_mapping_request.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_name_id_mapping_response.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
samlp2_name_id_mapping_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_name_id_policy.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_name_id_policy.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_request_abstract.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_request_abstract.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_requested_authn_context.c Fix wrong snippet type (fixes #9616) 2016-01-13 09:51:24 +01:00
samlp2_requested_authn_context.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_response.c xml: modify xschema snippets to handle xsd:choice constructs 2014-09-02 12:04:42 +02:00
samlp2_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_scoping.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_scoping.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_code.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_code.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_detail.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_detail.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_response.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_status_response.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_subject_query_abstract.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_subject_query_abstract.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_terminate.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
samlp2_terminate.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
xml_saml2.h Fix license boilerplates 2013-12-03 21:55:06 +01:00