summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* One more uninitialized valuewipSimo Sorce2014-06-111-1/+1
* Fix potential null dereference errorsSimo Sorce2014-06-102-0/+4
* Make id mandatorySimo Sorce2014-06-101-7/+5
* Do not dereference null pointersSimo Sorce2014-06-091-4/+4
* Rearrange case checking to avoid compiler warningsSimo Sorce2014-06-092-21/+33
* Properly exit on errorSimo Sorce2014-06-091-0/+1
* Consistently check dsig_reference_ctxSimo Sorce2014-06-091-1/+3
* Trim unused codeSimo Sorce2014-06-094-6/+3
* Trim dead codeSimo Sorce2014-06-091-10/+0
* Fix confusing loop testSimo Sorce2014-06-091-2/+5
* Fix some uninitialized valueSimo Sorce2014-06-094-4/+4
* Missing check for Sig_Alg valueSimo Sorce2014-06-091-1/+4
* Fix boundary checkSimo Sorce2014-06-091-1/+1
* Fix uninitialized values found by CoveritySimo Sorce2014-06-093-4/+4
* Fix format check for dateSimo Sorce2014-06-091-1/+3
* Fix error checking in xml.cSimo Sorce2014-06-081-1/+1
* Fixes for unchecked return valuesSimo Sorce2014-06-082-1/+8
* Be correct in dealing with varargsSimo Sorce2014-06-081-0/+2
* saml-2.0/profile: fix leak of xmlSecKey when building signed query stringsBenjamin Dauvergne2014-06-081-3/+2
* id-ff/provider: fix leak of xmlSecKeyBenjamin Dauvergne2014-06-081-0/+3
* xml/samlp2_logout_request: fix leaks around session indexesBenjamin Dauvergne2014-06-082-2/+15
* server: fix leak of xmlSecKey objectsBenjamin Dauvergne2014-06-081-1/+0
* session: fix leak of _NidAndSessionIndex structuresBenjamin Dauvergne2014-06-081-0/+1
* saml-2.0/server: fix invalid memory accessBenjamin Dauvergne2014-06-071-10/+7
* login: complete document of lasso_login_process_authn_response_msg on expecta...Benjamin Dauvergne2014-05-211-1/+32
* xml/xml.c: fix liberal use of casting for the SNIPPET_INTEGER and SNIPPET_BOO...Benjamin Dauvergne2014-04-241-21/+34
* lasso/xml/tools.c: fix reference to unitialized memoryBenjamin Dauvergne2014-04-241-1/+1
* fix: remove warning by not calling g_type_init() with glib > 2.36 as it's dep...Benjamin Dauvergne2014-03-251-0/+2
* id-ff/providerprivate.h,id-ff/provider.h: make lasso_provider_verify_signatur...Benjamin Dauvergne2013-12-182-2/+3
* id-ff/session.c: fix wrong variable reference in init_from_xml_nid_and_sessio...Benjamin Dauvergne2013-12-081-1/+1
* Fix license boilerplatesSimo Sorce2013-12-03765-1530/+765
* saml-2.0/provider: when looking for endpoints take a null role as meanning «...Benjamin Dauvergne2013-10-111-6/+11
* saml-2.0/profile: fix typo in commit 8de55Benjamin Dauvergne2013-10-101-1/+1
* saml-2.0/profile: add warning message when unable to build an artifact respon...Benjamin Dauvergne2013-10-101-0/+4
* lasso/xml/tools.c: fix misuse of xmlURIUnescapeStringBenjamin Dauvergne2013-09-271-2/+10
* id-ff/login.c: initialize role status of sp and idp in lasso_login_init_authn...Benjamin Dauvergne2013-09-271-1/+10
* saml2/profile.c: add resolving of the endpoint index in artifactsBenjamin Dauvergne2013-09-083-8/+22
* saml2/provider.c: add new function lasso_saml20_provider_get_endpoint_url() f...Benjamin Dauvergne2013-09-082-0/+60
* errors.{c,h}: add new error LASSO_PROFILE_ERROR_ENDPOINT_INDEX_NOT_FOUND for ...Benjamin Dauvergne2013-09-082-0/+9
* saml2/profile: fix missing ArtifactResolutionService index in artifactsBenjamin Dauvergne2013-09-084-8/+42
* saml2/login: fix role of providers in process_authn_request() and idp_initiat...Benjamin Dauvergne2013-09-081-0/+9
* fix compilation errors on 64bits architecturesBenjamin Dauvergne2013-09-083-3/+3
* fix warnings about unused but set variablesBenjamin Dauvergne2013-09-089-42/+13
* Merge remote-tracking branch 'origin/libxml2.9-compat'Benjamin Dauvergne2013-07-305-83/+34
|\
| * Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-285-83/+34
* | saml-2.0: fix missing signature on logout responsesBenjamin Dauvergne2013-03-201-0/+3
* | xml-saml-2.0: ManageNameIDRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+18
* | xml-saml-2.0: LogoutRequest must have a NameIDBenjamin Dauvergne2013-01-251-0/+8
* | xml: really enforce elements cardinality when parsing messagesBenjamin Dauvergne2013-01-252-35/+78
* | xml-saml-2.0: add missing namespace declaration for the KeyInfoSujectConfirma...Benjamin Dauvergne2013-01-251-1/+2