summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed a bug in lasso_query_to_dict() functionValery Febvre2004-10-021-1/+1
* Added login method processWithoutAuthnRequestMsg to SWIG bindings.Emmanuel Raviart2004-10-011-0/+6
* 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
* Corrected #define syntax in SWIG.Emmanuel Raviart2004-10-011-25/+25
* Added consent constants in SWIG.Emmanuel Raviart2004-10-011-32/+38
* Fixed a bug in instance_init() methods of LassoIdentity and LassoSession classesValery Febvre2004-10-012-2/+2
* camelCased argument name in SWIG.Emmanuel Raviart2004-10-011-3/+3
* English correction.Emmanuel Raviart2004-10-012-2/+2
* Synchronized SWIG error codes with those in errors.h (Shame on theEmmanuel Raviart2004-10-012-8/+34
* Fixed a bug in lasso_query_verify_signature()Valery Febvre2004-10-012-22/+37
* Added one error codeValery Febvre2004-10-012-5/+8
* Updated login C tests to new API for obtaining consent.Emmanuel Raviart2004-09-301-1/+4
* Added mustAskForConsent to login in SWIG.Emmanuel Raviart2004-09-301-2/+5
* Added a param 'is_consent_obtained' in method:Valery Febvre2004-09-305-99/+288
* Updated registation profile : now it supports multiple registration from SP a...Nicolas Clapies2004-09-301-55/+78
* Fixed a critical segfault bug when parsing an invalid SOAP message in private...Nicolas Clapies2004-09-306-31/+21
* Added directory for sample SourceID messages.Emmanuel Raviart2004-09-301-0/+15
* Fixed critical bug when parsing an invalid SOAP message in private method las...Nicolas Clapies2004-09-301-1/+5
* Added 3 error codesValery Febvre2004-09-302-0/+14
* Added 3 lassoLibConsentValery Febvre2004-09-301-5/+8
* Fixed critical bug when parsing an invalid SOAP message in private method las...Nicolas Clapies2004-09-301-1/+5
* Added a parameter 'content' (optional) in lasso_federation_build_local_nameId...Valery Febvre2004-09-302-24/+38
* Added lasso_federation_build_remote_nameIdentifier()Valery Febvre2004-09-302-0/+46
* Updates Python tests to new Lasso API.Emmanuel Raviart2004-09-292-28/+19
* Updated C tests to lasso_server_new new API.Emmanuel Raviart2004-09-291-6/+4
* Added better support for name registration. There is still problem with multi...Nicolas Clapies2004-09-293-40/+93
* Replaced 2 lassoLibMinorVersion by 2 lassoSamlMinorVersionValery Febvre2004-09-292-4/+4
* Added comments in lasso_register_name_identifier_response_new()Nicolas Clapies2004-09-281-1/+6
* Added support of RelayState. Now if the requester wants to get back th RelayS...Nicolas Clapies2004-09-281-0/+6
* Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILEDValery Febvre2004-09-271-0/+1
* Improved lasso_node_verify_signature() methodValery Febvre2004-09-271-16/+25
* 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-277-84/+131
* Fixed bug #294 : memory leak on name identifiers local variables in lasso_nam...Nicolas Clapies2004-09-271-1/+30
* Removed lasso_node_verify_x509_signature() method. This method isn't useful a...Valery Febvre2004-09-272-160/+47
* Fixed bug #293 : memory leak on content local variable in lasso_logout_init_r...Nicolas Clapies2004-09-271-2/+7
* Added lasso_load_certs_from_pem_certs_chain_file() functionValery Febvre2004-09-272-22/+113
* Fixed bug #292 : memory leak on content attribute.Nicolas Clapies2004-09-271-8/+16
* - Removed lassoLibProtocolProfileNimSpSoap macro.Nicolas Clapies2004-09-251-1/+0
* - Removed odd private method : lasso_name_identifier_mapping_response_new_fro...Nicolas Clapies2004-09-252-101/+82