summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/login.c
Commit message (Expand)AuthorAgeFilesLines
* only set samlp:Success in samlp:Response if assertion was found; fall back toFrederic Peters2004-12-281-0/+4
* added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error codeFrederic Peters2004-12-281-1/+1
* set error to lib:UnknownPrincipal if authentication_result is FALSEFrederic Peters2004-12-281-1/+1
* return LASSO_LOGIN_ERROR_REQUEST_DENIED if that's the response StatusFrederic Peters2004-12-281-0/+2
* generate xmlsec signatures in get_xmlNode; this should allow envelopes (inFrederic Peters2004-12-281-36/+42
* Do not store metadata in provider dumps; only store the filename. HandleFrederic Peters2004-12-241-14/+17
* dot at the endFrederic Peters2004-12-231-1/+1
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-221-7/+5
* Minimal documentation for #LassoProfile and #LassoLoginFrederic Peters2004-12-221-8/+33
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-16/+15
* if available, use profile->msg_relayState to init request in init_requestFrederic Peters2004-12-191-2/+3
* Moved LassoProfile->nameIdentifier from char* to LassoSamlNameIdentifier*,Frederic Peters2004-12-181-7/+7
* <samlp:Status> created by Lasso should now be compatible with SAMLFrederic Peters2004-12-171-1/+1
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-13/+12
* memory management workFrederic Peters2004-12-151-5/+11
* fixed a few "variable might be used uninitialized in this function" detectedFrederic Peters2004-12-151-6/+7
* added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILEDFrederic Peters2004-12-151-2/+1
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-5/+3
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-1/+4
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-128/+71
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-141-19/+14
* properly sign samlp:ResponseFrederic Peters2004-12-141-13/+17
* properly check signature on soap samlp:Request (login/artifact)Frederic Peters2004-12-141-0/+44
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-141-2/+2
* [API Change] For consistency with the other profiles, remote_providerID hasFrederic Peters2004-12-141-10/+10
* error codes handling in LassoLoginFrederic Peters2004-12-131-37/+20
* more error code harmonization.Frederic Peters2004-12-131-3/+6
* sign AuthnResponse and harmonous use of LASSO_PROFILE_ERROR_INVALID_MSGFrederic Peters2004-12-131-15/+14
* removed obsolete commentFrederic Peters2004-12-131-1/+0
* harmonized remote_provider tests (check and error code set toFrederic Peters2004-12-131-2/+2
* dealing with errors; now like this:Frederic Peters2004-12-131-5/+5
* got top-of-file license spaced the same way as in other files (+ fixed editorFrederic Peters2004-12-121-2/+2
* Added back xmlsec signature check (and disabled it in name identifier mappingFrederic Peters2004-12-101-12/+19
* reenabled signature checking on query strings (xml messages still to do)Frederic Peters2004-12-101-2/+3
* removed unnecessary namespace declarationFrederic Peters2004-12-091-1/+0
* Moved LassoLogin to XmlSnippet; not completely since an enum is converted inFrederic Peters2004-12-091-57/+16
* force role as service provider in lasso_login_build_authn_request_msgFrederic Peters2004-12-081-2/+8
* forgot to get query when AuthnRequestsSigned was not setFrederic Peters2004-12-081-0/+3
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-0/+4
* cut on some line lengthsFrederic Peters2004-11-291-6/+6
* fixed protocolProfile handling when NULL in request inFrederic Peters2004-11-291-1/+3
* updated lasso_login_process_authn_request_msg to lasso 0.5 codeFrederic Peters2004-11-291-10/+17
* signature for FederatationTerminationNotification; preparation forFrederic Peters2004-11-261-10/+5
* limit line length to 100 characters.Frederic Peters2004-11-251-8/+15
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-5/+5
* added error checking on query strings; python tests should now passFrederic Peters2004-11-221-2/+13
* cleaning #includesFrederic Peters2004-11-161-5/+2
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-2/+2
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-2/+5