Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added a new argument 'err' in lasso_artifact_get_* methods | Valery Febvre | 2004-08-04 | 2 | -20/+70 | |
| | | | | for errors reporting. | |||||
* | update | Valery Febvre | 2004-08-04 | 1 | -1/+0 | |
| | ||||||
* | Initial commit | Valery Febvre | 2004-08-04 | 2 | -0/+283 | |
| | ||||||
* | update | Valery Febvre | 2004-08-04 | 1 | -1/+1 | |
| | ||||||
* | update | Valery Febvre | 2004-08-04 | 1 | -0/+6 | |
| | ||||||
* | update | Valery Febvre | 2004-08-04 | 1 | -7/+23 | |
| | ||||||
* | Python binding now raises exceptions instead of returning error codes. | Emmanuel Raviart | 2004-08-04 | 2 | -115/+170 | |
| | | | | Close bug #237. | |||||
* | Slightly improved exception handling in Python. | Emmanuel Raviart | 2004-08-04 | 1 | -59/+200 | |
| | ||||||
* | Renamed lasso_server_get_provider() into lasso_server_get_provider_ref() | Valery Febvre | 2004-08-04 | 8 | -26/+45 | |
| | | | | Added lasso_server_get_provider(), this method returns a provider copy. | |||||
* | first php binding import | Christophe Nowicki | 2004-08-04 | 13 | -0/+1760 | |
| | ||||||
* | Added one java automake. | Romain Chantereay | 2004-08-04 | 1 | -0/+1 | |
| | ||||||
* | Me 1, Litlle memory stick Windows computer 0. | Romain Chantereay | 2004-08-04 | 4 | -24/+27 | |
| | | | | | | First step toward a fully automaked java build. java now compile and build the DLL. | |||||
* | Fixed a bug in lasso_artifact_new() and ↵ | Valery Febvre | 2004-08-04 | 1 | -10/+30 | |
| | | | | | | lasso_artifact_get_identityProviderSuccinctID() IdentityProviderSuccinctID data (ProviderID SHA1 hash) is now Base64 encoded. | |||||
* | Python test02 is now completely refactored. But bigger changes are on the | Emmanuel Raviart | 2004-08-04 | 1 | -39/+94 | |
| | | | | way. | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-08-04 | 1 | -0/+2 | |
| | ||||||
* | update of lecp python binding | Nicolas Clapies | 2004-08-04 | 5 | -92/+82 | |
| | ||||||
* | update of the LECP profile | Nicolas Clapies | 2004-08-04 | 2 | -122/+144 | |
| | ||||||
* | Moved '#include <lasso/lasso_config.h> into lasso.c | Valery Febvre | 2004-08-04 | 3 | -2/+3 | |
| | | | | Added also in py_lasso.c | |||||
* | *** empty log message *** | Valery Febvre | 2004-08-04 | 1 | -0/+2 | |
| | ||||||
* | Added the SOAP HTTP method in lasso_login_init_from_authn_request_msg() | Valery Febvre | 2004-08-04 | 1 | -9/+11 | |
| | ||||||
* | Added the SOAP export type in lasso_authn_request_new_from_export() | Valery Febvre | 2004-08-04 | 1 | -2/+11 | |
| | ||||||
* | The Python test refactoring continues and the light is still green. | Emmanuel Raviart | 2004-08-04 | 1 | -43/+103 | |
| | ||||||
* | Fixed 3 bugs in lasso_login_new_from_dump() | Valery Febvre | 2004-08-04 | 1 | -22/+26 | |
| | ||||||
* | fixed typo; fix bug230 | Frederic Peters | 2004-08-04 | 1 | -1/+1 | |
| | ||||||
* | The Python test reorganization continues. It detects a new login bug, so the | Emmanuel Raviart | 2004-08-04 | 1 | -43/+85 | |
| | | | | light will be red again. | |||||
* | remove warning message before lasso_session_remove_assertion() | Nicolas Clapies | 2004-08-04 | 1 | -1/+0 | |
| | ||||||
* | [angry comment removed] | Frederic Peters | 2004-08-04 | 1 | -1/+1 | |
| | ||||||
* | *** empty log message *** | Valery Febvre | 2004-08-04 | 1 | -2/+2 | |
| | ||||||
* | Renamed enums (Bug #225): | Valery Febvre | 2004-08-04 | 11 | -64/+65 | |
| | | | | | | lassoMessageTypes,lassoHttpMethods,lassoRequestTypes into lassoMessageType,lassoHttpMethod,lassoRequestType | |||||
* | Removed the 'identity' arg in lasso_login_new_from_dump() method | Valery Febvre | 2004-08-04 | 5 | -42/+35 | |
| | ||||||
* | add lasso_session_remove_assertion() in validate_request() and ↵ | Nicolas Clapies | 2004-08-04 | 1 | -7/+6 | |
| | | | | process_response_msg() | |||||
* | set nameIdentifier attribute of the logout object (from LogoutRequest ↵ | Nicolas Clapies | 2004-08-04 | 1 | -1/+5 | |
| | | | | NameIdentifier value) after a call of init_request() method | |||||
* | move server param in new | Nicolas Clapies | 2004-08-04 | 3 | -25/+26 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-08-04 | 1 | -8/+8 | |
| | ||||||
* | In Python tests, renamed sp to spServer and idp to idpServer. | Emmanuel Raviart | 2004-08-04 | 1 | -47/+47 | |
| | ||||||
* | In Python, Server.add_provider now returns an error code instead of None. | Emmanuel Raviart | 2004-08-04 | 2 | -10/+10 | |
| | ||||||
* | Begin to restructure Python tests. | Emmanuel Raviart | 2004-08-04 | 1 | -54/+66 | |
| | ||||||
* | Renamed enum lassoProviderTypes into lassoProviderType (Bug #225) | Valery Febvre | 2004-08-04 | 10 | -102/+102 | |
| | ||||||
* | Renamed enum lassoNodeExportTypes into lassoNodeExportType (Bug #225) | Valery Febvre | 2004-08-04 | 23 | -65/+67 | |
| | ||||||
* | Changed all lasso_provider_get_* methods prototype | Valery Febvre | 2004-08-04 | 8 | -133/+401 | |
| | | | | | | It was added: a 'provider_type' argument to read in the appropriate Descriptor in metadata a 'err' argument for reporting errors | |||||
* | I thought I had discover one new bug in Lasso SP logout. I was wrong... I | Emmanuel Raviart | 2004-08-03 | 1 | -140/+214 | |
| | | | | | | | | | | | | | | discovered one bug and a missing feature: - first the feature request: Lasso should set logout.nameIdentifier in logout.init_request, because there is no way to retrieve the current nameIdentifier from identity_dump or session_dump - and now the bug: After the IDP soapEndpoint returns a SOAP response, the SP process_response_msg doesn't remove the assertion from session (neither does it set session.is_dirty flag). See the new test05 for details. | |||||
* | Python tests now work again, but please remove the Lasso-CRITICAL below. | Emmanuel Raviart | 2004-08-03 | 1 | -4/+4 | |
| | | | | | | | | | | | Generate identity and service provider context dumps ... ok Service provider initiated login ... ok Identity Provider single sign-on when identity and session already exist. ... (process:22065): Lasso-CRITICAL **: 03-08-2004 22:25:48 An assertion existed already for this providerID, it was replaced by the new one. ok Identity Provider logout. ... ok | |||||
* | Install documentation is running after autoconf changes. | Emmanuel Raviart | 2004-08-03 | 1 | -10/+17 | |
| | ||||||
* | Lasso now requires automake 1.8 | Emmanuel Raviart | 2004-08-03 | 1 | -1/+1 | |
| | ||||||
* | No more anoying warning. | Romain Chantereay | 2004-08-03 | 1 | -2/+2 | |
| | ||||||
* | *** empty log message *** | Nicolas Clapies | 2004-08-03 | 2 | -3/+3 | |
| | ||||||
* | Bye bye AM_CONDITIONAL rests. | Romain Chantereay | 2004-08-03 | 4 | -8/+0 | |
| | | | | (the if WITH_PYTHON are not accurate now). | |||||
* | initial version | Nicolas Clapies | 2004-08-03 | 2 | -0/+111 | |
| | ||||||
* | - No more need of version.h. | Romain Chantereay | 2004-08-03 | 2 | -2/+2 | |
| | | | | - Better libtool version computation. | |||||
* | Update to automake 1.8. | Romain Chantereay | 2004-08-03 | 1 | -3/+3 | |
| |