Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved errors.[ch] up; as requested. | Frederic Peters | 2005-01-12 | 1 | -135/+0 |
| | |||||
* | moved lasso_strerror to public interface | Frederic Peters | 2004-12-31 | 1 | -1/+3 |
| | |||||
* | Refactored signature code so it is now shared between requests/responses and | Frederic Peters | 2004-12-20 | 1 | -0/+2 |
| | | | | artifacts. | ||||
* | (almost) done with errors in ID-FF; remaining "return -1" have been converted | Frederic Peters | 2004-12-16 | 1 | -0/+17 |
| | | | | | | | to LASSO_ERROR_UNDEFINED (there are forty-three of them). LASSO_ERROR_UNDEFINED was redefined from -999 to -1 so it is easier to add new sequences of errros. | ||||
* | added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILED | Frederic Peters | 2004-12-15 | 1 | -0/+2 |
| | |||||
* | new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error code | Frederic Peters | 2004-12-15 | 1 | -0/+2 |
| | |||||
* | coherent error handling for "identity not found" and "federation not found" | Frederic Peters | 2004-12-15 | 1 | -0/+4 |
| | | | | cases. | ||||
* | new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunch | Frederic Peters | 2004-12-14 | 1 | -0/+2 |
| | | | | of 'return -1;' with that one. | ||||
* | more error code harmony, now with a new critical_error macro | Frederic Peters | 2004-12-14 | 1 | -2/+8 |
| | |||||
* | more error code harmonization. | Frederic Peters | 2004-12-13 | 1 | -0/+2 |
| | |||||
* | error message for LASSO_SERVER_ERROR_ADD_PROVIDER_FAILED | Frederic Peters | 2004-12-13 | 1 | -0/+2 |
| | |||||
* | indentation work | Frederic Peters | 2004-11-25 | 1 | -64/+61 |
| | |||||
* | more header cleaning | Frederic Peters | 2004-11-16 | 1 | -3/+1 |
| | |||||
* | removal of \n at end of error messages | Frederic Peters | 2004-10-27 | 1 | -27/+27 |
| | |||||
* | Removed function lasso_login_process_without_authn_request_msg. | Emmanuel Raviart | 2004-10-02 | 1 | -3/+5 |
| | | | | | | | | | | | | It has been replaced with: lasso_login_init_self_addressed_authn_request(remote_providerID); /* ...Set protocolProfile, isPassive, consent, relayState here... */ lasso_login_process_authn_request_message(NULL, lassoHttpMethodSelfAddressed); This change was needed because there was no way to set isPassive, consent, etc, before. Standardized some error codes and messages. | ||||
* | Homogeneized error handling for HTTP methods in requests. | Emmanuel Raviart | 2004-10-02 | 1 | -1/+7 |
| | | | | | | | Reworked error codes, so that positive and negative numbers don't overlap: It will be easier to change the sign of an error code without break API. Realigned error codes definitions. | ||||
* | Added one error code | Valery Febvre | 2004-10-01 | 1 | -5/+7 |
| | |||||
* | Added 3 error codes | Valery Febvre | 2004-09-30 | 1 | -0/+3 |
| | |||||
* | forgotten commit; /insert const keyword explanation here/ | Frederic Peters | 2004-09-22 | 1 | -0/+1 |
| | |||||
* | use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoir | Frederic Peters | 2004-09-17 | 1 | -4/+1 |
| | | | | buffer overrun. | ||||
* | removed extra parentheses after return statements; | Frederic Peters | 2004-09-01 | 1 | -1/+1 |
| | |||||
* | Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that ↵ | Nicolas Clapies | 2004-08-31 | 1 | -0/+2 |
| | | | | lasso needs a request to process a task. For example, when building a response message | ||||
* | SWIG now produces high-level bindings. | Emmanuel Raviart | 2004-08-28 | 1 | -8/+8 |
| | | | | (python/Makefile.am needs some cleaning IMHO, but I don't understant it). | ||||
* | Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error ↵ | Nicolas Clapies | 2004-08-27 | 1 | -0/+3 |
| | | | | occurs while parsing a query message | ||||
* | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 1 | -2/+2 |
| | |||||
* | Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to ↵ | Nicolas Clapies | 2004-08-26 | 1 | -2/+2 |
| | | | | LASSO_PROFILE_ERROR_UNSUPPORTED_PROFILE, now can be use by all profiles | ||||
* | Added remove of assertion in lasso_logout_init_request(), and ↵ | Nicolas Clapies | 2004-08-26 | 1 | -0/+3 |
| | | | | lasso_logout_process_response_msg() if there was an error while processing a LogoutResponse with HTTP SOAP method, added a returned code error for Unsupported profile status code | ||||
* | Changed LASSO_PARAM_ERROR_INVALID_VALUE error message | Valery Febvre | 2004-08-21 | 1 | -1/+1 |
| | |||||
* | Added a '%s' in LASSO_DS_ERROR_SIGNATURE_FAILED message | Valery Febvre | 2004-08-18 | 1 | -2/+2 |
| | |||||
* | Renamed 4 error codes and added one | Valery Febvre | 2004-08-11 | 1 | -2/+7 |
| | |||||
* | Added a new argument 'err' (GError *) in 5 methods: | Valery Febvre | 2004-08-01 | 1 | -1/+33 |
| | | | | | | | | | | lasso_ds_signature_sign, lasso_node_add_signature, lasso_node_verify_signature, lasso_saml_assertion_set_signature, lasso_samlp_request_abstract_set_signature, lasso_samlp_response_abstract_set_signature for reporting always more errors. | ||||
* | Added a new argument 'err' in 4 methods of the LassoNode class: | Valery Febvre | 2004-07-31 | 1 | -1/+7 |
| | | | | | | | | lasso_node_get_attr lasso_node_get_child lasso_node_get_child_content lasso_node_get_content for reporting errors. | ||||
* | Replaced old debug() calls by the 2 new functions debug() and message() | Valery Febvre | 2004-07-24 | 1 | -1/+1 |
| | |||||
* | - Added a third arg (GError **err) in lasso_node_get_attr_value() | Valery Febvre | 2004-07-23 | 1 | -3/+3 |
| | | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects | ||||
* | Initial commit | Valery Febvre | 2004-07-22 | 1 | -0/+37 |