summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.h
Commit message (Collapse)AuthorAgeFilesLines
* moved errors.[ch] up; as requested.Frederic Peters2005-01-121-100/+0
|
* moved lasso_strerror to public interfaceFrederic Peters2004-12-311-1/+0
|
* added LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESS error codeFrederic Peters2004-12-281-0/+1
|
* Refactored signature code so it is now shared between requests/responses andFrederic Peters2004-12-201-0/+1
| | | | artifacts.
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-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_FAILEDFrederic Peters2004-12-151-0/+1
|
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-151-0/+1
|
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-1/+3
| | | | cases.
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-0/+1
| | | | of 'return -1;' with that one.
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-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 branchedFrederic Peters2004-10-271-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 Raviart2004-10-021-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 Raviart2004-10-021-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 Raviart2004-10-021-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 theEmmanuel Raviart2004-10-011-1/+3
| | | | developper who forgot to update them in Lasso.i :-)
* Added one error codeValery Febvre2004-10-011-0/+1
|
* Added 3 error codesValery Febvre2004-09-301-0/+11
|
* Added an error code: LASSO_DS_ERROR_CA_CERT_CHAIN_LOAD_FAILEDValery Febvre2004-09-271-0/+1
|
* updateValery Febvre2004-09-221-5/+9
|
* Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that ↵Nicolas Clapies2004-08-311-0/+1
| | | | lasso needs a request to process a task. For example, when building a response message
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-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 Clapies2004-08-271-0/+2
| | | | occurs while parsing a query message
* *** empty log message ***Nicolas Clapies2004-08-261-1/+1
|
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to ↵Nicolas Clapies2004-08-261-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 Clapies2004-08-261-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 codesValery Febvre2004-08-191-10/+11
|
* Modified 4 error codesValery Febvre2004-08-121-5/+6
| | | | Added one
* Renamed 4 error codes and added oneValery Febvre2004-08-111-5/+6
|
* Added a new argument 'err' (GError *) in 5 methods:Valery Febvre2004-08-011-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 Febvre2004-07-311-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 Febvre2004-07-241-1/+1
|
* - Added a third arg (GError **err) in lasso_node_get_attr_value()Valery Febvre2004-07-231-1/+1
| | | | | | method to report errors - Replaced some lasso_provider_get_providerID() by direct access to ProviderID attribute of server objects
* Initial commitValery Febvre2004-07-221-0/+28