summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tools: add script to generate a listing of Lasso ABIBenjamin Dauvergne2010-01-142-5/+52
* ID-WSF: separate ID-WSF strings into their own headerBenjamin Dauvergne2010-01-143-1225/+1273
* start NEWS file for 2.2.90Benjamin Dauvergne2010-01-141-0/+37
* Tests integration: remove save_html hooks, after fed termination logout butto...Benjamin Dauvergne2010-01-142-6/+7
* Bindings python: use is_cstring for matching GList element typeBenjamin Dauvergne2010-01-141-1/+1
* SAML 2.0 Logout: undo some change to when the assertion is removedBenjamin Dauvergne2010-01-141-23/+9
* Bindings: make is_cstring usable with tuple and with direct typeBenjamin Dauvergne2010-01-141-1/+3
* Core: remove warning emiting macros from lasso_session_remove_assertionBenjamin Dauvergne2010-01-141-2/+3
* SAML 2.0: report missing request when creating artifact resolve response, fix...Benjamin Dauvergne2010-01-141-1/+4
* SAML 2.0: Fix typo in lasso_saml20_login_build_authn_response_msgBenjamin Dauvergne2010-01-141-1/+1
* ID-FF&SAML2: if use is not defined on a key descriptor use the key for any useBenjamin Dauvergne2010-01-142-4/+4
* Tests SAML2: use & test encryptionBenjamin Dauvergne2010-01-121-11/+16
* SAML 2.0: add saml2_helper.h to include files to installBenjamin Dauvergne2010-01-121-1/+2
* Tests: fix inclusion of id-wsf 2.0 testsBenjamin Dauvergne2010-01-121-5/+7
* Core: add new SAML 2.0 public header to top level header lasso.hBenjamin Dauvergne2010-01-121-0/+2
* ID-WSF 2.0: remote saml2_login_private.h from Makefile.amBenjamin Dauvergne2010-01-121-1/+0
* Bindings: add support for time_t to bindings, add support for 'string' type f...Benjamin Dauvergne2010-01-124-5/+5
* in saml2_helper.{c,h}, remote const modifier from time_t typeBenjamin Dauvergne2010-01-122-2/+2
* in saml-2.0/name_id_management.c: handle NewEncryptedID, only encrypt if neededBenjamin Dauvergne2010-01-121-1/+30
* in saml-2.0/logout.c: remove commented code, only encrypt if needed, intializ...Benjamin Dauvergne2010-01-121-8/+11
* in lasso_saml20_login_init_idp_initiated_auhtn_request, do not use init_authn...Benjamin Dauvergne2010-01-121-4/+9
* in lasso_saml20_login_init_authn_request, use saml-2.0/profile.c functions t...Benjamin Dauvergne2010-01-121-26/+13
* in saml-2.0/profile.c, in lasso_saml20_build_response_msg, when no url is giv...Benjamin Dauvergne2010-01-121-8/+13
* in saml-2.0/profile.c, in lasso_saml20_profile_init_response make direct accessBenjamin Dauvergne2010-01-121-2/+1
* in saml-2.0/profile.c, in lasso_saml20_init_request better check for supporte...Benjamin Dauvergne2010-01-121-14/+19
* in saml2_helper.c, remove dead codeBenjamin Dauvergne2010-01-121-180/+0
* SAML 2.0: in lasso_saml20_provider_accept_http_method, add HTTP-Artifact-POST...Benjamin Dauvergne2010-01-121-3/+17
* Core Profile: remove need for identity in lasso_profile_get_nameIdentifierBenjamin Dauvergne2010-01-121-11/+11
* Core Server: make default to load signing private key also as encryption priv...Benjamin Dauvergne2010-01-121-0/+9
* Commit to deleteBenjamin Dauvergne2010-01-121-0/+2
* Core: rewrite lasso_assertion_encrypt using lasso_xmlsect_load_key and add re...Benjamin Dauvergne2010-01-122-45/+6
* Core: add simple function to load key from any formatBenjamin Dauvergne2010-01-122-1/+60
* Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el...Benjamin Dauvergne2010-01-127-10/+15
* Binding python: provide old binding name for set_encryptionModeBenjamin Dauvergne2010-01-121-0/+1
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-1221-1027/+954
* Core: in profile.c, profile.h, profileprivate.h, add a new attribute to expre...Benjamin Dauvergne2010-01-123-0/+41
* Core: in identity.c, do not emit trace when lasso_identity_get_federation failsBenjamin Dauvergne2010-01-121-2/+5
* XML Core: in xml.c, private.h, add a lasso_node_remove_signature functionBenjamin Dauvergne2010-01-122-0/+25
* XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig...Benjamin Dauvergne2010-01-127-4/+31
* Core: in xml/private.h, add new field to LassoNodeClassData for private_key a...Benjamin Dauvergne2010-01-121-0/+2
* Core: in provider.h, add LASSO_PROVIDER_ROLE_BOTHBenjamin Dauvergne2010-01-121-3/+5
* Core: in profile.c, make lasso_profile_get_nameIdentifier work for transient ...Benjamin Dauvergne2010-01-121-159/+129
* Core: in provider.h, add new SAML 2.0 HTTP-Method, PAOSBenjamin Dauvergne2010-01-121-0/+2
* SAML 2.0: add new function to factorize adding signature to a messageBenjamin Dauvergne2010-01-122-0/+52
* Fix mitm attack using the AssertionConsumerURL property on requestsBenjamin Dauvergne2010-01-123-2/+60
* ID-WSF 2.0: fix in documentationBenjamin Dauvergne2010-01-121-2/+2
* Bindings: simplify GList handlingBenjamin Dauvergne2010-01-046-96/+120
* XML: add element type annotation to all GList fieldsBenjamin Dauvergne2010-01-0484-116/+116
* Bindings: in bindings/python/Makefile.am, precise generated files dependenciesBenjamin Dauvergne2010-01-041-0/+2
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-0429-59/+105