Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added back xmlsec signature check (and disabled it in name identifier mapping | Frederic Peters | 2004-12-10 | 1 | -1/+1 |
| | | | | | | | profile since it is buggy there). The signature check requires another call to xmlParseMemory; this makes them 3 per SOAP message (sign check + lasso_profile_get_request_type_from_soap_msg and lasso_node_init_from_message). I'll think further about this. | ||||
* | overridden spelling fix caused alignment wreckage | Frederic Peters | 2004-12-10 | 1 | -1/+1 |
| | |||||
* | The past participle of "to override" is overridden. | Emmanuel Raviart | 2004-12-07 | 1 | -1/+1 |
| | | | | see http://en.wiktionary.org/wiki/Overridden | ||||
* | added error checking on query strings; python tests should now pass | Frederic Peters | 2004-11-22 | 1 | -4/+4 |
| | |||||
* | renamed lasso/environs/ to lasso/id-ff/ | Frederic Peters | 2004-11-15 | 1 | -1/+1 |
| | |||||
* | LECP converted to new tree | Frederic Peters | 2004-11-01 | 1 | -264/+246 |
| | |||||
* | ds:Signature in <samlp:request/> (in login) (and the signature is not verified | Frederic Peters | 2004-10-29 | 1 | -2/+2 |
| | | | | yet) | ||||
* | removal of \n at end of error messages | Frederic Peters | 2004-10-27 | 1 | -19/+19 |
| | |||||
* | Done with the move to structures and the removal of protocols/ (lasso branched | Frederic Peters | 2004-10-27 | 1 | -33/+48 |
| | | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages. | ||||
* | Added a param 'is_consent_obtained' in method: | Valery Febvre | 2004-09-30 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | lasso_login_build_artifact_msg(), lasso_login_build_authn_response_msg(), lasso_login_process_federation(), lasso_lecp_build_authn_response_envelope_msg() AuthnRequest message accepts now all possible values for the NameIDPolicy: none, onetime, federated, any Added lasso_login_must_ask_for_consent() method This method must be called after lasso_login_process_authn_request_msg() Added lasso_login_process_without_authn_request_msg() method This method is useful to initiate SSO from IDP. Lasso.i was updated according to the changes. | ||||
* | Renamed lasso_lecp_init_from_authn_request_msg() into ↵ | Valery Febvre | 2004-09-22 | 1 | -4/+4 |
| | | | | | | lasso_lecp_process_authn_request_msg() BEWARE : this change breaks the API | ||||
* | Made remote_providerID optional in lasso_lecp_build_authn_request_msg and in | Emmanuel Raviart | 2004-09-20 | 1 | -4/+20 |
| | | | | | | | | SWIG Corrected SWIG handling of metadata. Added attribute providerIds to Session in SWIG. | ||||
* | removed extra parentheses after return statements; | Frederic Peters | 2004-09-01 | 1 | -26/+26 |
| | |||||
* | Moved param 'http_method' of lasso_login_build_authn_request_msg() method | Valery Febvre | 2004-08-21 | 1 | -1/+4 |
| | | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API | ||||
* | Added a param 'err' in 2 methods of LassoServer class: | Valery Febvre | 2004-08-11 | 1 | -2/+5 |
| | | | | | | lasso_server_get_provider, lasso_server_get_provider_ref for errors reporting | ||||
* | Fixed a bug in lasso_lecp_build_authn_request_msg() | Valery Febvre | 2004-08-09 | 1 | -2/+7 |
| | |||||
* | Corrected correction | Valery Febvre | 2004-08-09 | 1 | -5/+4 |
| | |||||
* | Removed Base64 encoding in lasso_lecp_build_authn_response_msg() | Valery Febvre | 2004-08-09 | 1 | -10/+22 |
| | | | | | | | | | | | Removed Base64 decoding in lasso_lecp_process_authn_request_envelope_msg() Removed the param 'remote_providerID' of lasso_lecp_init_authn_request() Added a param 'remote_providerID' in lasso_lecp_build_authn_request_msg() Added 3 params in lasso_lecp_build_authn_response_envelope_msg() They are necessary to build the Assertion, to process the federation and possibly to set the Status. | ||||
* | updated code style | Nicolas Clapies | 2004-08-06 | 1 | -5/+5 |
| | |||||
* | fixed coding style | Nicolas Clapies | 2004-08-05 | 1 | -13/+13 |
| | |||||
* | Renamed lasso_server_get_provider() into lasso_server_get_provider_ref() | Valery Febvre | 2004-08-04 | 1 | -1/+1 |
| | | | | Added lasso_server_get_provider(), this method returns a provider copy. | ||||
* | update of the LECP profile | Nicolas Clapies | 2004-08-04 | 1 | -95/+130 |
| | |||||
* | move server param in new | Nicolas Clapies | 2004-08-04 | 1 | -9/+15 |
| | |||||
* | Changed all lasso_provider_get_* methods prototype | Valery Febvre | 2004-08-04 | 1 | -2/+6 |
| | | | | | | It was added: a 'provider_type' argument to read in the appropriate Descriptor in metadata a 'err' argument for reporting errors | ||||
* | replace G_LOG_LEVEL_ERROR with G_LOG_LEVEL_CRITICAL | Nicolas Clapies | 2004-08-03 | 1 | -10/+10 |
| | |||||
* | Added a new argument 'err' in 4 methods of the LassoNode class: | Valery Febvre | 2004-07-31 | 1 | -3/+4 |
| | | | | | | | | lasso_node_get_attr lasso_node_get_child lasso_node_get_child_content lasso_node_get_content for reporting errors. | ||||
* | lecp in environs is complete | Nicolas Clapies | 2004-07-30 | 1 | -15/+44 |
| | |||||
* | Replaced old debug() calls by the 2 new functions debug() and message() | Valery Febvre | 2004-07-24 | 1 | -17/+17 |
| | |||||
* | - Added a third arg (GError **err) in lasso_node_get_attr_value() | Valery Febvre | 2004-07-23 | 1 | -6/+4 |
| | | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects | ||||
* | add lecp in environs | Nicolas Clapies | 2004-07-22 | 1 | -0/+250 |