Commit Graph

13 Commits

Author SHA1 Message Date
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
Benjamin Dauvergne a231eaff33 Make python generator scripts and tests run with python >= 3.2 2015-02-12 19:21:13 +01:00
Simo Sorce 3a6b2fdee7 Fix license boilerplates
Instad of referring to an old FSF address, point the reader to the FSF
website where the latest licenses and addresses are published.

Signed-off-by: Simo Sorce <simo@redhat.com>
2013-12-03 21:55:06 +01:00
Benjamin Dauvergne 265f69e236 [bindings python] configure basic logging 2011-01-04 16:42:10 +01:00
Benjamin Dauvergne c1a4ba2fc0 Merge branch 'issue-88' 2010-06-29 09:15:02 +00:00
Benjamin Dauvergne bf2274f20d Test: add non regression test for reloading a server dump with encrypted keys 2010-06-14 21:21:29 +00:00
Benjamin Dauvergne b6bdb0d33e Tests: new python test for setEncryptionPrivateKeyWithPassword 2010-06-10 13:38:08 +00:00
Benjamin Dauvergne 8447c5549c Binding python: for empty GList return empty tuples, not None 2010-04-06 13:11:02 +00:00
Benjamin Dauvergne 1c8fb8a3ed Binding python tests: adapt test to use TOP_SRCDIR env var 2010-02-17 10:15:03 +00:00
Benjamin Dauvergne 9ed0670e48 * Remove ending blanks 2008-09-12 15:06:58 +00:00
Frédéric Péters 7a7a8430b5 [project @ fpeters@0d.be-20071120201406-loyt7g5302ztk7er]
get srcdir from env variable (set automatically by automake)


Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-11-20 21:14:06.537000+01:00
2008-04-29 12:06:04 +00:00
Frédéric Péters 8a6602b62b [project @ fpeters@0d.be-20071113195326-cd83a1nrlh9l9nbr]
added three more tests of bindings


Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-11-13 20:53:26.406000+01:00
2008-04-29 12:05:43 +00:00
Frédéric Péters b413aa1533 [project @ fpeters@0d.be-20071113192919-3g05qazwjjhivlsh]
ported old test cases to the new binding


Original author: Frederic Peters <fpeters@0d.be>
Date: 2007-11-13 20:29:19.859000+01:00
2008-04-29 12:05:38 +00:00