summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update doap and news fileBenjamin Dauvergne2010-10-133-3/+3
* Update NEWS fileBenjamin Dauvergne2010-10-131-6/+7
* [tests integration] adapt to string change in lcs/qommon/saml2.ptlBenjamin Dauvergne2010-10-111-1/+1
* [SAMLv2] delete an unused local variableBenjamin Dauvergne2010-10-111-1/+0
* [SAMLv2] user server->signature_method when signing request and responseBenjamin Dauvergne2010-10-091-2/+3
* [tests] add non regression test on assertion consumer endpoints orderingBenjamin Dauvergne2010-10-091-1/+58
* [core] check type of first argument of lasso_provider_get_assertion_consumer_urlBenjamin Dauvergne2010-10-091-1/+3
* fix pardus capitalisation in NEWS fileBenjamin Dauvergne2010-10-081-1/+1
* Update release notes and website for release 2.3.4Benjamin Dauvergne2010-10-086-5/+50
* [xml] fix waring on use of strndup on pardusBenjamin Dauvergne2010-10-081-0/+3
* Add missing include <errno.h>Jérôme Schneider2010-10-082-1/+3
* [SAMLv2] handle unknown provider in artifact resolve, and also alow to ignore...Benjamin Dauvergne2010-10-071-5/+12
* [SAMLv2] fix bad double free bug in lasso_saml20_provider_get_assertion_consu...Benjamin Dauvergne2010-10-071-1/+1
* [core] adapt lasso_provider_get_assertion_consumer_service_url for SAMLv2Benjamin Dauvergne2010-10-071-0/+12
* [docs lasso-book] add figures to the tarballBenjamin Dauvergne2010-10-061-1/+2
* [configure.ac] increment version and libtool version infoBenjamin Dauvergne2010-10-061-2/+2
* [ID-FFv1.2] in lasso_login_process_authn_request_msg() adopt simpler behaviou...Benjamin Dauvergne2010-10-061-16/+26
* [ID-FFv1.2] make lasso_login_process_authn_request_msg() return LASSO_PROFILE...Benjamin Dauvergne2010-10-061-1/+5
* [SAMLv2] adopt same behaviour as ID-FFv1.2 for invalid AuthnRequestBenjamin Dauvergne2010-10-061-1/+1
* [SAMLv2&ID-FFv1.2] improve documentation of lasso_login_process_authn_request...Benjamin Dauvergne2010-10-061-12/+108
* [SAMLv2] fix ordering of endpointsBenjamin Dauvergne2010-10-061-7/+22
* [Core] change isdefault type in EndpointType structureBenjamin Dauvergne2010-10-061-1/+1
* [docs] update copyright yearsBenjamin Dauvergne2010-10-061-1/+1
* Merge branch 'hotfixes-2.3.3' into releaseBenjamin Dauvergne2010-10-01266-403/+880
|\
| * [Website] add news about 2.3.3 and update doap and main pageBenjamin Dauvergne2010-10-013-1/+9
| * [Release] add release notesBenjamin Dauvergne2010-10-011-1/+34
| * [SAMLv2] restore setting of SubjectConfirmationData->NotOnOrAfterBenjamin Dauvergne2010-10-011-0/+6
| * [Binding java] replace use of strcmp by g_strcmp0Benjamin Dauvergne2010-10-011-1/+2
| * [Tests] add annotation to remove compiler warningsBenjamin Dauvergne2010-10-011-4/+3
| * [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-0125-158/+159
| * [Core] add helper API for string comparaisonBenjamin Dauvergne2010-10-011-5/+18
| * [SAMLv2] add missing compare to 0 introduced in 7386dc8189Benjamin Dauvergne2010-10-011-1/+1
| * [Bindings] change prefix for ignoring soap_binding related filesBenjamin Dauvergne2010-09-301-1/+1
| * [SAMLv2] also initialize Destination for response messagesBenjamin Dauvergne2010-09-301-0/+5
| * [SAMLv2] when NidPolicy->Format is NULL or unspecified, return transientBenjamin Dauvergne2010-09-301-1/+4
| * [Tests] update perfs to test each phase of WebSSO separately and use SAMLv2Benjamin Dauvergne2010-09-291-93/+111
| * [Bindings] restore presence of SOAP nodesBenjamin Dauvergne2010-09-291-2/+2
| * [Core] fix break of lasso_profile_get_request_type_from_soap_msg from commit ...Benjamin Dauvergne2010-09-291-2/+2
| * [Core] add missing annotation to lasso_*_dump functionsBenjamin Dauvergne2010-09-277-8/+8
| * [ID-WSFv1] fix other misuses of the macro lasso_foreachBenjamin Dauvergne2010-09-272-5/+6
| * [SAMLv2] fix wrong order in use of macro lasso_foreachBenjamin Dauvergne2010-09-274-2/+109
| * [SAMLv2] fix early release of the request when using idp_initiaed loginBenjamin Dauvergne2010-09-171-1/+1
| * [SAMLv2] fix memleak of request in lasso_name_id_management_process_request_msgBenjamin Dauvergne2010-09-171-1/+2
| * [Tests] remove a valgrind suppression on g_log_default_handlerBenjamin Dauvergne2010-09-171-10/+0
| * [Tests] add valgrind targets in the Makefile: leakcheck, leakcheck-reachable ...Benjamin Dauvergne2010-09-171-0/+23
| * [SAMLv2] fix memleak of request in lasso_saml20_login_process_authn_request_msgBenjamin Dauvergne2010-09-171-0/+1
| * [Core] fix leak of provider->private_data->endpointsBenjamin Dauvergne2010-09-171-9/+10
| * [Tests] fix leak of content in test01_server_newBenjamin Dauvergne2010-09-171-0/+1
| * [Tests] fix leak of idpLogoutContext in test04_sso_then_slo_soapBenjamin Dauvergne2010-09-171-0/+1
| * [Core] fix leak of provider->private_data->endpointsBenjamin Dauvergne2010-09-171-1/+1