summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/name_registration.c
Commit message (Expand)AuthorAgeFilesLines
* generate xmlsec signatures in get_xmlNode; this should allow envelopes (inFrederic Peters2004-12-281-8/+10
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-221-1/+1
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-2/+2
* if available, use profile->msg_relayState to init request in init_requestFrederic Peters2004-12-191-0/+2
* Moved LassoProfile->nameIdentifier from char* to LassoSamlNameIdentifier*,Frederic Peters2004-12-181-18/+18
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-13/+11
* fixed a few "variable might be used uninitialized in this function" detectedFrederic Peters2004-12-151-2/+1
* added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILEDFrederic Peters2004-12-151-4/+2
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-12/+6
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-4/+2
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-141-12/+12
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-141-5/+12
* more error code harmonization.Frederic Peters2004-12-131-12/+8
* harmonized remote_provider tests (check and error code set toFrederic Peters2004-12-131-6/+6
* dealing with errors; now like this:Frederic Peters2004-12-131-12/+12
* reenabled signature checking on query strings (xml messages still to do)Frederic Peters2004-12-101-1/+1
* moved NameRegistration to XmlSnippetFrederic Peters2004-12-091-41/+14
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* cut on some line lengthsFrederic Peters2004-11-291-2/+4
* indentation workFrederic Peters2004-11-251-4/+4
* added error checking on query strings; python tests should now passFrederic Peters2004-11-221-2/+2
* cleaning #includesFrederic Peters2004-11-161-5/+0
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-10/+12
* sign message in name registrationFrederic Peters2004-11-011-2/+2
* ds:Signature in <samlp:request/> (in login) (and the signature is not verifiedFrederic Peters2004-10-291-2/+2
* removal of \n at end of error messagesFrederic Peters2004-10-271-2/+2
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-772/+553
* Removed wrong test and changed a comment.Emmanuel Raviart2004-10-031-2/+1
* Integrated scalp_is_liberty_query into Lasso. Consequently,Emmanuel Raviart2004-10-021-0/+1
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-021-4/+4
* Updated registation profile : now it supports multiple registration from SP a...Nicolas Clapies2004-09-301-55/+78
* Added better support for name registration. There is still problem with multi...Nicolas Clapies2004-09-291-37/+77
* Added support of RelayState. Now if the requester wants to get back th RelayS...Nicolas Clapies2004-09-281-0/+6
* Added dump support in name registration. Fixed a bug in lasso_process_request...Nicolas Clapies2004-09-271-7/+111
* Fixed bug #294 : memory leak on name identifiers local variables in lasso_nam...Nicolas Clapies2004-09-271-1/+30
* Added a test on the remote provider id param in lasso_name_registration_init_...Nicolas Clapies2004-09-221-0/+1
* fixed a lot of bug, added a new attribute oldNameIdentifier. Now after the pr...Nicolas Clapies2004-09-221-67/+122
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-171-4/+2
* Little indentationNicolas Clapies2004-09-141-1/+1
* Fixed ABI and API breakage. Please don't modify function signatures (even moreFrederic Peters2004-09-101-2/+1
* A lot of Updates ... currently it is unusable : lasso_name_registration_valid...Nicolas Clapies2004-09-101-42/+3
* Moved lasso_name_registration_validate_request() method at the end of definit...Nicolas Clapies2004-09-101-52/+53
* Updated name registration object's methods code to have the same structure as...Nicolas Clapies2004-09-101-66/+163
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-041-2/+5
* Fixed problem when checking all remote SP from IDP in lasso_logout_validate_r...Nicolas Clapies2004-09-031-1/+4
* removed extra parentheses after return statements;Frederic Peters2004-09-011-10/+10
* Fixed error in method name : renamed lasso_provider_get_singleLogoutServiceUR...Nicolas Clapies2004-08-301-1/+1
* Renamed register_name_identifier.* to name_registration.* filesNicolas Clapies2004-08-261-0/+572