summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff
Commit message (Expand)AuthorAgeFilesLines
* more header cleaningFrederic Peters2004-11-162-9/+1
* cleaning #includesFrederic Peters2004-11-1610-40/+5
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-1522-27/+27
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-099-112/+126
* LECP converted to new treeFrederic Peters2004-11-014-293/+272
* set RemoteProviderID has <federation> attribute instead of text child to be aFrederic Peters2004-11-011-6/+4
* sign message in name registrationFrederic Peters2004-11-011-2/+2
* fixed previous lasso-head portFrederic Peters2004-11-011-1/+1
* Corrected lasso_logout_process_response_msg so that it works for proxies.Frederic Peters2004-11-011-18/+26
* xmlsec for logout requests and responsesFrederic Peters2004-10-301-19/+4
* ds:Signature in <samlp:request/> (in login) (and the signature is not verifiedFrederic Peters2004-10-296-23/+21
* read over lasso_login_process_request_msgFrederic Peters2004-10-291-2/+2
* syncing other functionsFrederic Peters2004-10-291-49/+31
* synced lasso_login_build_authn_response_msgFrederic Peters2004-10-292-49/+49
* synced lasso_login_build_authn_request_msg; added has_protocol_profileFrederic Peters2004-10-293-57/+58
* synced lasso_login_build_artifact_msgFrederic Peters2004-10-291-29/+28
* synced (not much to do) lasso_login_accept_ssoFrederic Peters2004-10-291-9/+9
* not much on lasso_login_process_response_status_and_assertionFrederic Peters2004-10-291-3/+3
* cleaned up lasso_login_process_federationFrederic Peters2004-10-291-58/+52
* no space before :Frederic Peters2004-10-291-2/+2
* sync unknown error value with lassoFrederic Peters2004-10-291-1/+1
* apply optimization to build_random_sequence (and use it in build_unique_id)Frederic Peters2004-10-291-4/+2
* removal of \n at end of error messagesFrederic Peters2004-10-2711-51/+51
* cleaning upFrederic Peters2004-10-272-7/+7
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-2725-6006/+5276
* Removed wrong test and changed a comment.Emmanuel Raviart2004-10-031-2/+1
* Integrated scalp_is_liberty_query into Lasso. Consequently,Emmanuel Raviart2004-10-027-11/+49
* Removed function lasso_login_process_without_authn_request_msg.Emmanuel Raviart2004-10-023-128/+118
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-025-32/+32
* Removed consent from fake authnRequest created byEmmanuel Raviart2004-10-021-2/+0
* In lasso_login_process_without_authn_request_msg, set the isPassive flag ofEmmanuel Raviart2004-10-021-0/+1
* Corrected handling of NULL remote_providerID inEmmanuel Raviart2004-10-021-10/+11
* Fixed a bug in lasso_login_process_without_authn_request_msg()Valery Febvre2004-10-021-12/+32
* Added documentationValery Febvre2004-10-011-2/+18
* Modified lasso_login_process_without_authn_request_msg()Valery Febvre2004-10-011-3/+11
* Added methods commentsValery Febvre2004-10-011-19/+53
* Removed federation test, because for one-time single sign-on, there is noEmmanuel Raviart2004-10-011-2/+0
* Correction in consent handling for login when testing IsPassive.Emmanuel Raviart2004-10-011-2/+2
* Fixed a bug in lasso_login_ask_for_consent()Valery Febvre2004-10-011-52/+100
* Fixed a bug in instance_init() methods of LassoIdentity and LassoSession classesValery Febvre2004-10-012-2/+2
* Added a param 'is_consent_obtained' in method:Valery Febvre2004-09-304-95/+281
* 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-292-40/+85
* 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 #303Valery Febvre2004-09-272-6/+6
* lasso_profile_set_session_from_dump() and lasso_profile_set_identity_from_dump()Valery Febvre2004-09-271-2/+7
* Renamed 'ca_certificate' property of LassoProvider object to 'ca_cert_chain'Valery Febvre2004-09-274-57/+105
* Fixed bug #294 : memory leak on name identifiers local variables in lasso_nam...Nicolas Clapies2004-09-271-1/+30
* Fixed bug #293 : memory leak on content local variable in lasso_logout_init_r...Nicolas Clapies2004-09-271-2/+7