lasso/lasso
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
..
id-ff profile: fix leak of private idp_list field 2015-11-25 03:08:58 +01:00
id-wsf Makefile.am: fix automake warning 2015-08-24 10:18:52 +02:00
id-wsf-2.0 Makefile.am: fix automake warning 2015-08-24 10:18:52 +02:00
saml-2.0 saml-2.0: fix leaks of url 2015-11-25 04:15:27 +01:00
xml saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00
Makefile.am Add LassoNode objects for ECP and PAOS 2015-08-24 16:05:29 +02:00
backward_comp.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
build_strerror.py Support multiline error messages in build_strerror.py 2010-02-22 13:30:30 +00:00
ctypes.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
debug.h Fix header guard 2014-08-28 18:32:31 +02:00
errors.c.in Fix license boilerplates 2013-12-03 21:55:06 +01:00
errors.h Add new error codes and their matching error descriptions 2015-08-24 16:05:29 +02:00
export.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
extract_sections.py Docs: change the doc production and lot of other fixes 2009-08-26 15:15:07 +00:00
extract_symbols.py Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
extract_types.py Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
key.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
key.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
keyprivate.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
lasso.c fix: remove warning by not calling g_type_init() with glib > 2.36 as it's deprecated 2014-03-25 07:32:46 +01:00
lasso.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
lasso_config.h.in Core: move logging function and macros to their own module, adapt perl binding 2010-06-12 00:43:49 +00:00
logging.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
logging.h fix definitions of error, critical and warning macros (fixes #12830) 2016-08-04 13:41:29 +02:00
registry-private.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
registry.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
registry.h Fix license boilerplates 2013-12-03 21:55:06 +01:00
utils.c Fix license boilerplates 2013-12-03 21:55:06 +01:00
utils.h saml-2.0: improve support for free content inside samlp2:Extensions (fixes #18581) 2017-09-11 15:14:41 +02:00