summaryrefslogtreecommitdiffstats
path: root/lasso/xml/errors.h
Commit message (Expand)AuthorAgeFilesLines
* Refactored signature code so it is now shared between requests/responses andFrederic Peters2004-12-201-0/+1
* (almost) done with errors in ID-FF; remaining "return -1" have been convertedFrederic Peters2004-12-161-5/+14
* 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
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-141-0/+1
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-141-3/+6
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-0/+4
* Integrated scalp_is_liberty_query into Lasso. Consequently,Emmanuel Raviart2004-10-021-1/+1
* Removed function lasso_login_process_without_authn_request_msg.Emmanuel Raviart2004-10-021-0/+1
* Homogeneized error handling for HTTP methods in requests.Emmanuel Raviart2004-10-021-31/+32
* Synchronized SWIG error codes with those in errors.h (Shame on theEmmanuel Raviart2004-10-011-1/+3
* 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 las...Nicolas Clapies2004-08-311-0/+1
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-10/+10
* Added code error LASSO_PROFILE_ERROR_INVALID_QUERY, returned when an error oc...Nicolas Clapies2004-08-271-0/+2
* *** empty log message ***Nicolas Clapies2004-08-261-1/+1
* Rename constant LASSO_LOGOUT_ERROR_UNSUPPORTED_PROFILLE to LASSO_PROFILE_ERRO...Nicolas Clapies2004-08-261-1/+1
* Added remove of assertion in lasso_logout_init_request(), and lasso_logout_pr...Nicolas Clapies2004-08-261-0/+2
* Update codesValery Febvre2004-08-191-10/+11
* Modified 4 error codesValery Febvre2004-08-121-5/+6
* 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
* Added a new argument 'err' in 4 methods of the LassoNode class:Valery Febvre2004-07-311-1/+4
* 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
* Initial commitValery Febvre2004-07-221-0/+28