| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved errors.[ch] up; as requested. | Frederic Peters | 2005-01-12 | 1 | -100/+0 |
| | | |||||
| * | moved lasso_strerror to public interface | Frederic Peters | 2004-12-31 | 1 | -1/+0 |
| | | |||||
| * | added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error code | Frederic Peters | 2004-12-28 | 1 | -0/+1 |
| | | |||||
| * | Refactored signature code so it is now shared between requests/responses and | Frederic Peters | 2004-12-20 | 1 | -0/+1 |
| | | | | | artifacts. | ||||
| * | (almost) done with errors in ID-FF; remaining "return -1" have been converted | Frederic Peters | 2004-12-16 | 1 | -5/+14 |
| | | | | | | | | 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/+1 |
| | | |||||
| * | new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error code | Frederic Peters | 2004-12-15 | 1 | -0/+1 |
| | | |||||
| * | coherent error handling for "identity not found" and "federation not found" | Frederic Peters | 2004-12-15 | 1 | -1/+3 |
| | | | | | cases. | ||||
| * | new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunch | Frederic Peters | 2004-12-14 | 1 | -0/+1 |
| | | | | | of 'return -1;' with that one. | ||||
| * | API change in Single Sign On profile (IdP side) to allow the developer to mess | Frederic Peters | 2004-12-14 | 1 | -3/+6 |
| | | | | | | | with <lib:Assertion/> Outlined in http://lists.labs.libre-entreprise.org/pipermail/lasso-devel/2004-December/001119.html | ||||
| * | Done with the move to structures and the removal of protocols/ (lasso branched | Frederic Peters | 2004-10-27 | 1 | -0/+4 |
| | | | | | | | | | 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. | ||||
| * | Integrated scalp_is_liberty_query into Lasso. Consequently, | Emmanuel Raviart | 2004-10-02 | 1 | -1/+1 |
| | | | | | | LASSO_PROFILE_ERROR_INVALID_QUERY is now a negative error code and a critical message is displayed when this error occurs. | ||||
| * | Removed function lasso_login_process_without_authn_request_msg. | Emmanuel Raviart | 2004-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | 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 | -31/+32 |
| | | | | | | | | 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. | ||||
| * | Synchronized SWIG error codes with those in errors.h (Shame on the | Emmanuel Raviart | 2004-10-01 | 1 | -1/+3 |
| | | | | | developper who forgot to update them in Lasso.i :-) | ||||
| * | Added one error code | Valery Febvre | 2004-10-01 | 1 | -0/+1 |
| | | |||||
| * | Added 3 error codes | Valery Febvre | 2004-09-30 | 1 | -0/+11 |
| | | |||||
| * | Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILED | Valery Febvre | 2004-09-27 | 1 | -0/+1 |
| | | |||||
| * | update | Valery Febvre | 2004-09-22 | 1 | -5/+9 |
| | | |||||
| * | Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that ↵ | Nicolas Clapies | 2004-08-31 | 1 | -0/+1 |
| | | | | | 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 | -10/+10 |
| | | | | | (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/+2 |
| | | | | | occurs while parsing a query message | ||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-26 | 1 | -1/+1 |
| | | |||||
| * | Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to ↵ | Nicolas Clapies | 2004-08-26 | 1 | -1/+1 |
| | | | | | 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/+2 |
| | | | | | 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 | ||||
| * | Update codes | Valery Febvre | 2004-08-19 | 1 | -10/+11 |
| | | |||||
| * | Modified 4 error codes | Valery Febvre | 2004-08-12 | 1 | -5/+6 |
| | | | | | Added one | ||||
| * | Renamed 4 error codes and added one | Valery Febvre | 2004-08-11 | 1 | -5/+6 |
| | | |||||
| * | Added a new argument 'err' (GError *) in 5 methods: | Valery Febvre | 2004-08-01 | 1 | -0/+18 |
| | | | | | | | | | | | 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/+4 |
| | | | | | | | | | 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 | -1/+1 |
| | | | | | | | 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/+28 |
