| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Core: Remove ending blanks from erros.c.in | Benjamin Dauvergne | 2009-03-27 | 1 | -4/+4 |
| | | | | | * lasso/errors.c.in: errors.c template contains blanks at end of lines. | ||||
| * | Core: add error codes, fix error strings | Benjamin Dauvergne | 2009-03-27 | 1 | -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 cases | Benjamin Dauvergne | 2009-03-09 | 1 | -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_REQUEST | Benjamin Dauvergne | 2009-03-03 | 1 | -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_REQUEST | Benjamin Dauvergne | 2009-01-24 | 1 | -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 codes | Benjamin Dauvergne | 2009-01-24 | 1 | -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 function | Benjamin Dauvergne | 2008-09-04 | 1 | -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 Credentials | Benjamin Dauvergne | 2008-08-01 | 1 | -0/+2 |
| | | |||||
| * | * Update errors.c to last state of errors.h | Benjamin Dauvergne | 2008-08-01 | 1 | -1/+4 |
| | | |||||
| * | integrate new errors messages | Benjamin Dauvergne | 2008-08-01 | 1 | -7/+9 |
| | | |||||
| * | add a general error for a badly initialized object and two error for idwsf ↵ | Benjamin Dauvergne | 2008-08-01 | 1 | -2/+1 |
| | | | | | relating to a missing assertion id and a missing endpoint declaration | ||||
| * | * Move error message inside comments in lasso/errors.h | Benjamin Dauvergne | 2008-08-01 | 1 | -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 Dauvergne | 2008-08-01 | 1 | -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 Dauvergne | 2008-05-30 | 1 | -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.h | Benjamin Dauvergne | 2008-05-30 | 1 | -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_SUCCESS | Benjamin Dauvergne | 2008-04-30 | 1 | -0/+2 |
| | | |||||
| * | indentation fixes | Frederic Peters | 2007-09-21 | 1 | -2/+2 |
| | | |||||
| * | processModifyResponseMsg | Damien Laniel | 2007-08-08 | 1 | -0/+2 |
| | | |||||
| * | parse modify items | Damien Laniel | 2007-08-06 | 1 | -0/+6 |
| | | |||||
| * | check enveloppe existence in case lasso functions are called in wrong order | Damien Laniel | 2007-07-05 | 1 | -0/+2 |
| | | |||||
| * | added one soap error and text for other soap errors | Damien Laniel | 2007-06-29 | 1 | -0/+6 |
| | | |||||
| * | better error handling + some refactoring | Damien Laniel | 2007-06-13 | 1 | -3/+10 |
| | | |||||
| * | various error checks, coding style and refactoring | Damien Laniel | 2007-06-08 | 1 | -0/+15 |
| | | |||||
| * | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | replaced LASSO_ERROR_UNDEFINED by appropriate error codes in all of xml/ and | Frederic Peters | 2006-12-28 | 1 | -0/+3 |
| | | | | | id-ff/ | ||||
| * | new LASSO_PROFILE_ERROR_STATUS_NOT_SUCCESS error code | Frederic Peters | 2006-12-27 | 1 | -0/+2 |
| | | |||||
| * | new logout error code | Frederic Peters | 2006-12-06 | 1 | -0/+3 |
| | | |||||
| * | Added an error type when there is no key to decrypt some encrypted elements | Damien Laniel | 2006-11-28 | 1 | -0/+2 |
| | | |||||
| * | extra checks to pass negative testing steps | Frederic Peters | 2006-11-28 | 1 | -0/+2 |
| | | |||||
| * | added loading of affiliation metadata (not yet acted upon) | Frederic Peters | 2006-11-19 | 1 | -0/+3 |
| | | |||||
| * | Replaced some LASSO_ERROR_UNDEFINED with real error codes | Damien Laniel | 2006-11-14 | 1 | -0/+6 |
| | | |||||
| * | changed prototype for lasso_server_set_encryption_private_key and added ↵ | Damien Laniel | 2006-11-09 | 1 | -0/+2 |
| | | | | | error handling | ||||
| * | error on sso initiated by idp and no endpoint defined as default for sp | Frederic Peters | 2006-11-08 | 1 | -0/+2 |
| | | |||||
| * | error code for missing assertion | Frederic Peters | 2006-11-06 | 1 | -0/+2 |
| | | |||||
| * | Added some error cases | Damien Laniel | 2006-11-02 | 1 | -2/+8 |
| | | |||||
| * | new error code for missing artifact | Frederic Peters | 2006-10-29 | 1 | -0/+2 |
| | | |||||
| * | checking pointers... | Frederic Peters | 2006-10-26 | 1 | -0/+4 |
| | | |||||
| * | better error handling in slo | Frederic Peters | 2006-09-28 | 1 | -1/+3 |
| | | |||||
| * | added missing comma | Frederic Peters | 2006-05-11 | 1 | -1/+1 |
| | | |||||
| * | error message | Frederic Peters | 2006-05-11 | 1 | -0/+2 |
| | | |||||
| * | don't say undefined when it is, just lacking a description string, bugger. | Frederic Peters | 2006-05-10 | 1 | -1/+5 |
| | | |||||
| * | SAML 2.0 support (only web-sso for the moment) | Frederic Peters | 2005-11-20 | 1 | -1/+3 |
| | | |||||
| * | Added a first soap fault code error. | Nicolas Clapies | 2005-11-15 | 1 | -0/+3 |
| | | |||||
| * | added error string for LASSO_LOGOUT_ERROR_REQUEST_DENIED (...) | Frederic Peters | 2005-10-05 | 1 | -0/+2 |
| | | |||||
| * | added LASSO_ERROR_UNIMPLEMENTED error code | Frederic Peters | 2005-08-12 | 1 | -0/+2 |
| | | |||||
| * | return LASSO_LOGIN_ERROR_UNKNOWN_PRINCIPAL after unsuccessful logon | Frederic Peters | 2005-08-10 | 1 | -0/+2 |
| | | |||||
| * | Included xml.h for better lasso_strerror export declaration. | Romain Chantereay | 2005-02-14 | 1 | -1/+1 |
| | | |||||
| * | removed all %s escaping sequences from lasso error strings; as a side effect | Frederic Peters | 2005-02-05 | 1 | -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 Raviart | 2005-01-22 | 1 | -3/+2 |
| | | |||||
| * | moved errors.[ch] up; as requested. | Frederic Peters | 2005-01-12 | 1 | -0/+135 |
