summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* [Core] fix leak of provider->private_data->endpointsBenjamin Dauvergne2010-09-171-9/+10
* [Core] fix leak of provider->private_data->endpointsBenjamin Dauvergne2010-09-171-1/+1
* [XML] fix memleak in lasso_node_export_to_soapBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak of xmlSecKeyMngr when loading a key from a KeyInfo nodeBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak in get_xmlNode for LassoSamlp2LogoutRequestBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix memleak in get_xmlNode for LassoSamlp2ResponseBenjamin Dauvergne2010-09-171-2/+2
* [SAMLv2] add missing stack variable initializationBenjamin Dauvergne2010-09-171-2/+2
* [SAMLv2] fix unused variable warningBenjamin Dauvergne2010-09-171-1/+1
* [SAMLv2] in profile.c fix uncovered enumeration value in switchBenjamin Dauvergne2010-09-171-0/+6
* [XML] fix unused variable warningsBenjamin Dauvergne2010-09-171-2/+4
* [XML] fix mem leak whene releasing CustomElement structuresBenjamin Dauvergne2010-09-171-0/+3
* [SAMLv2] fix mem leaksBenjamin Dauvergne2010-09-171-4/+8
* [SAMLv2 NID management] report signature error in response, do not check resp...Benjamin Dauvergne2010-09-101-4/+14
* [SAMLv2] move check for signature status to lasso_saml20_build_response_msgBenjamin Dauvergne2010-09-101-10/+17
* [SAMLv2] apply the LassoProfileVerifySignatureHint when processing requestsBenjamin Dauvergne2010-09-095-52/+45
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-09229-25/+260
* [SAMLv2] when no artifact message is present, still return a success statusBenjamin Dauvergne2010-09-071-0/+4
* Merge branch 'develop' into hotfixes-2.3.1Benjamin Dauvergne2010-09-038-27/+161
|\
| * [ID-FFv1.2&SAMLv2] add more warning for failure to load metadata fileBenjamin Dauvergne2010-09-032-0/+7
| * [SAMLv2] when failing to recreate the content for the ArtefactResponse set a ...Benjamin Dauvergne2010-09-032-1/+9
| * [SAMLv2] change the way content is stored and loaded for the HTTP-Artifact bi...Benjamin Dauvergne2010-09-031-18/+31
| * [SAMLv2] make lasso_saml20_profile_generate_artifact a static functionBenjamin Dauvergne2010-09-032-2/+2
| * [Core] load signature parametersBenjamin Dauvergne2010-09-031-5/+49
| * [Core] add private function to read an integer attributeBenjamin Dauvergne2010-09-031-0/+21
| * [Core] add LAST enum values to LassoSignatureMethod and LassoSignatureType en...Benjamin Dauvergne2010-09-032-2/+8
| * [Strings] add string constant for the internal XML attributes used in dumpsBenjamin Dauvergne2010-09-031-0/+35
* | [Core] fix memory leak in lasso_endpoint_freeBenjamin Dauvergne2010-09-031-0/+1
* | [SAMLv2] mark Redirect binding as an invalid binding for return AuthnResponseBenjamin Dauvergne2010-08-251-0/+1
* | [SAMLv2] fix string in commentBenjamin Dauvergne2010-08-251-1/+1
* | [SAMLv2] replace use of lasso_provider_get_default_name_id_format with direct...Benjamin Dauvergne2010-08-251-1/+2
* | [SAMLv2] rebuild specialized LassoProvider methods upon new endpoints storageBenjamin Dauvergne2010-08-251-278/+239
* | [Core] add destroy code for new private field endpointsBenjamin Dauvergne2010-08-251-0/+8
* | [Core] add structure to store endpoints type for metadata filesBenjamin Dauvergne2010-08-251-1/+13
* | [XML] use strtol instead of atoi to parse XSchema integersBenjamin Dauvergne2010-08-251-2/+18
* | [SAMLv2] when AuthnRequest contains invalid attributes returns INVALID_REQUES...Benjamin Dauvergne2010-08-251-1/+1
* | [Core] fix change of enumeration valueBenjamin Dauvergne2010-08-051-2/+2
|/
* [Core] remove now useless .cvsignore filesBenjamin Dauvergne2010-07-216-47/+0
* [Core] add errors.c to EXTRA_DISTBenjamin Dauvergne2010-07-211-1/+1
* [Core] remove unused build-strerror.plBenjamin Dauvergne2010-07-211-24/+0
* [SAMLv2] simplify logic for handling AuthnResponse with binding HTTP-PostBenjamin Dauvergne2010-07-201-60/+38
* [SAMLv2] comment on SessionIndex support hackBenjamin Dauvergne2010-07-191-0/+8
* [SAMLv2] remove empty files, wrongly committedBenjamin Dauvergne2010-07-197-6/+0
* [SAMLv2/SSO] when processing AuthnResponse with binding HTTP-Post only the as...Benjamin Dauvergne2010-07-191-9/+24
* [ID-FFv1.2] add missing namespace declarationsBenjamin Dauvergne2010-07-162-0/+2
* [SAMLv2] add support for encrypted private keysBenjamin Dauvergne2010-07-163-20/+58
* [ID-FFv1.2] move all user of lasso_node_export_to_query to lasso_node_export_...Benjamin Dauvergne2010-07-164-16/+23
* [Core] Change lasso_apply_signature to use quark stored annotated signature p...Benjamin Dauvergne2010-07-161-2/+17
* [Core] add password parameter to lasso_sign_nodeBenjamin Dauvergne2010-07-163-8/+16
* [Code] add a lasso_node_export_to_query_with_password methodBenjamin Dauvergne2010-07-162-0/+41
* [Core] add a password parameter to lasso_query_signBenjamin Dauvergne2010-07-164-6/+24