summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.c
Commit message (Expand)AuthorAgeFilesLines
* moved errors.[ch] up; as requested.Frederic Peters2005-01-121-135/+0
* moved lasso_strerror to public interfaceFrederic Peters2004-12-311-1/+3
* Refactored signature code so it is now shared between requests/responses andFrederic Peters2004-12-201-0/+2
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-0/+17
* added new standard error code LASSO_PROFILE_ERROR_BUILDING_QUERY_FAILEDFrederic Peters2004-12-151-0/+2
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-151-0/+2
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-151-0/+4
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-0/+2
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-141-2/+8
* more error code harmonization.Frederic Peters2004-12-131-0/+2
* error message for LASSO_SERVER_ERROR_ADD_PROVIDER_FAILEDFrederic Peters2004-12-131-0/+2
* indentation workFrederic Peters2004-11-251-64/+61
* more header cleaningFrederic Peters2004-11-161-3/+1
* removal of \n at end of error messagesFrederic Peters2004-10-271-27/+27
* Removed function lasso_login_process_without_authn_request_msg.Emmanuel Raviart2004-10-021-3/+5
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-021-1/+7
* Added one error codeValery Febvre2004-10-011-5/+7
* Added 3 error codesValery Febvre2004-09-301-0/+3
* forgotten commit; /insert const keyword explanation here/Frederic Peters2004-09-221-0/+1
* use g_strdup_printf to avoir buffer size calculations and g_snprintf to avoirFrederic Peters2004-09-171-4/+1
* removed extra parentheses after return statements;Frederic Peters2004-09-011-1/+1
* Added code error : LASSO_PROFILE_ERROR_MISSING_REQUEST. It indicates that las...Nicolas Clapies2004-08-311-0/+2
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-8/+8
* Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error oc...Nicolas Clapies2004-08-271-0/+3
* *** empty log message ***Nicolas Clapies2004-08-261-2/+2
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to LASSO_PROFILE_ERRO...Nicolas Clapies2004-08-261-2/+2
* Added remove of assertion in lasso_logout_init_request(), and lasso_logout_pr...Nicolas Clapies2004-08-261-0/+3
* Changed LASSO_PARAM_ERROR_INVALID_VALUE error messageValery Febvre2004-08-211-1/+1
* Added a '%s' in LASSO_DS_ERROR_SIGNATURE_FAILED messageValery Febvre2004-08-181-2/+2
* Renamed 4 error codes and added oneValery Febvre2004-08-111-2/+7
* Added a new argument 'err' (GError *) in 5 methods:Valery Febvre2004-08-011-1/+33
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-311-1/+7
* 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-3/+3
* Initial commitValery Febvre2004-07-221-0/+37