summaryrefslogtreecommitdiffstats
path: root/lasso/errors.c
Commit message (Collapse)AuthorAgeFilesLines
* Core: Remove ending blanks from erros.c.inBenjamin Dauvergne2009-03-271-4/+4
| | | | * lasso/errors.c.in: errors.c template contains blanks at end of lines.
* Core: add error codes, fix error stringsBenjamin Dauvergne2009-03-271-3/+11
| | | | | | | | | * lasso/errors.c, lasso/errors.h: remove useless error code LASSO_SERVER_ERROR_INVALID_XML, fix string for LASSO_PROFILE_ERROR_INVALID_ISSUER, add errors codes LASSO_PROFILE_ERROR_CANNOT_VERIFY_SIGNATURE, LASSO_PROFILE_ERROR_CANNOT_FIND_A_PROVIDER and LASSO_PROVIDER_ERROR_MISSING_PUBLIC_KEY.
* Core: add a method to decrypt nameid, handling error casesBenjamin Dauvergne2009-03-091-0/+4
| | | | | | | | | | | | | * lasso/id-dff/serverprivate.h: * lasso/id-ff/server.c: lasso_server_decrypt_nameid handle error case of NameID decryption, and update passed field pointers. * lasso/errors.h: add new error codes: LASSO_DS_ERROR_DECRYPTION_FAILED -118 - Decryption of an encrypted node failed LASSO_PROFILE_ERROR_MISSING_SERVER -438 - No server object set in the profile
* Core: rename LOGIN_ERROR_REFER_TO_UNKNOWN_REQUESTBenjamin Dauvergne2009-03-031-2/+2
| | | | | | | * lasso/errors.h: * lasso/errors.c: rename LASSO_LOGIN_ERROR_REFER_TO_UNKNOWN_REQUEST to LASSO_LOGIN_ERROR_ASSERTION_DOES_NOT_MATCH_REQUEST_ID.
* Core: add error code LOGIN_ERROR_REFER_TO_UNKNOWN_REQUESTBenjamin Dauvergne2009-01-241-0/+2
| | | | | | | | * lasso/errors.h, lasso/errors.c: - LASSO_LOGIN_ERROR_REFER_TO_UNKNOWN_REQUEST is raised when a samlp:Response contains an attribute inResponseTo when when no previous request can be found inside the LassoLogin object or if the given ID is not the as the one fome the previous request.
* Core: add new error codesBenjamin Dauvergne2009-01-241-6/+14
| | | | | | | | | | | * lasso/errors.h: add error codes for, - out of memory situation, - excess of references during validation of signature on SAML protocols message or assertions, - an invalid reference during validation of signatures on SAML protocols message or assertions, - an mismatch between requested assertion issuer and received assertion issuer.
* Add a new error code, with the REGISTRY prefix and use it in registry functionBenjamin Dauvergne2008-09-041-0/+2
| | | | | | returning an error code. Fix a typo when retrieving a quark string in the registry modulke. Improve tests for functional mapping.
* * lasso/errors.h: new error for LassoWsfProfile signal missing CredentialsBenjamin Dauvergne2008-08-011-0/+2
|
* * Update errors.c to last state of errors.hBenjamin Dauvergne2008-08-011-1/+4
|
* integrate new errors messagesBenjamin Dauvergne2008-08-011-7/+9
|
* add a general error for a badly initialized object and two error for idwsf ↵Benjamin Dauvergne2008-08-011-2/+1
| | | | relating to a missing assertion id and a missing endpoint declaration
* * Move error message inside comments in lasso/errors.hBenjamin Dauvergne2008-08-011-1/+2
| | | | | | * Add a script to autogenerate lasso/errors.c from errors.h * Update errors.c * Add a target to Makefile.am to create errors.c
* add a general error for a badly initialized object and two error for idwsf ↵Benjamin Dauvergne2008-08-011-2/+1
| | | | relating to a missing assertion id and a missing endpoint declaration
* remove perl script for generating lasso_strerror, replace with a python ↵Benjamin Dauvergne2008-05-301-289/+190
| | | | script, do not replace errors.c if generation give the same file as before, add warning to errors.c about autogeneration, add documentation on lasso_strerror to errors.c.in
* * Move error message inside comments in lasso/errors.hBenjamin Dauvergne2008-05-301-146/+279
| | | | | | * Add a script to autogenerate lasso/errors.c from errors.h * Update errors.c * Add a target to Makefile.am to create errors.c
* * add string translation for error LASSO_LOGIN_ERROR_STATUS_NOT_SUCCESSBenjamin Dauvergne2008-04-301-0/+2
|
* indentation fixesFrederic Peters2007-09-211-2/+2
|
* processModifyResponseMsgDamien Laniel2007-08-081-0/+2
|
* parse modify itemsDamien Laniel2007-08-061-0/+6
|
* check enveloppe existence in case lasso functions are called in wrong orderDamien Laniel2007-07-051-0/+2
|
* added one soap error and text for other soap errorsDamien Laniel2007-06-291-0/+6
|
* better error handling + some refactoringDamien Laniel2007-06-131-3/+10
|
* various error checks, coding style and refactoringDamien Laniel2007-06-081-0/+15
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ andFrederic Peters2006-12-281-0/+3
| | | | id-ff/
* new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error codeFrederic Peters2006-12-271-0/+2
|
* new logout error codeFrederic Peters2006-12-061-0/+3
|
* Added an error type when there is no key to decrypt some encrypted elementsDamien Laniel2006-11-281-0/+2
|
* extra checks to pass negative testing stepsFrederic Peters2006-11-281-0/+2
|
* added loading of affiliation metadata (not yet acted upon)Frederic Peters2006-11-191-0/+3
|
* Replaced some LASSO_ERROR_UNDEFINED with real error codesDamien Laniel2006-11-141-0/+6
|
* changed prototype for lasso_server_set_encryption_private_key and added ↵Damien Laniel2006-11-091-0/+2
| | | | error handling
* error on sso initiated by idp and no endpoint defined as default for spFrederic Peters2006-11-081-0/+2
|
* error code for missing assertionFrederic Peters2006-11-061-0/+2
|
* Added some error casesDamien Laniel2006-11-021-2/+8
|
* new error code for missing artifactFrederic Peters2006-10-291-0/+2
|
* checking pointers...Frederic Peters2006-10-261-0/+4
|
* better error handling in sloFrederic Peters2006-09-281-1/+3
|
* added missing commaFrederic Peters2006-05-111-1/+1
|
* error messageFrederic Peters2006-05-111-0/+2
|
* don't say undefined when it is, just lacking a description string, bugger.Frederic Peters2006-05-101-1/+5
|
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-201-1/+3
|
* Added a first soap fault code error.Nicolas Clapies2005-11-151-0/+3
|
* added error string for LASSO_LOGOUT_ERROR_REQUEST_DENIED (...)Frederic Peters2005-10-051-0/+2
|
* added LASSO_ERROR_UNIMPLEMENTED error codeFrederic Peters2005-08-121-0/+2
|
* return LASSO_LOGIN_ERROR_UNKNOWN_PRINCIPAL after unsuccessful logonFrederic Peters2005-08-101-0/+2
|
* Included xml.h for better lasso_strerror export declaration.Romain Chantereay2005-02-141-1/+1
|
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-051-15/+14
| | | | | this simplifies critical_error macro, porting to non-gcc compilers should be easier. Along the way I also fixed the long standing bug #256.
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* moved errors.[ch] up; as requested.Frederic Peters2005-01-121-0/+135