summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a new argument 'err' in lasso_artifact_get_* methodsValery Febvre2004-08-042-20/+70
| | | | for errors reporting.
* updateValery Febvre2004-08-041-1/+0
|
* Initial commitValery Febvre2004-08-042-0/+283
|
* updateValery Febvre2004-08-041-1/+1
|
* updateValery Febvre2004-08-041-0/+6
|
* updateValery Febvre2004-08-041-7/+23
|
* Python binding now raises exceptions instead of returning error codes.Emmanuel Raviart2004-08-042-115/+170
| | | | Close bug #237.
* Slightly improved exception handling in Python.Emmanuel Raviart2004-08-041-59/+200
|
* Renamed lasso_server_get_provider() into lasso_server_get_provider_ref()Valery Febvre2004-08-048-26/+45
| | | | Added lasso_server_get_provider(), this method returns a provider copy.
* first php binding importChristophe Nowicki2004-08-0413-0/+1760
|
* Added one java automake.Romain Chantereay2004-08-041-0/+1
|
* Me 1, Litlle memory stick Windows computer 0.Romain Chantereay2004-08-044-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 Febvre2004-08-041-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 theEmmanuel Raviart2004-08-041-39/+94
| | | | way.
* *** empty log message ***Nicolas Clapies2004-08-041-0/+2
|
* update of lecp python bindingNicolas Clapies2004-08-045-92/+82
|
* update of the LECP profileNicolas Clapies2004-08-042-122/+144
|
* Moved '#include <lasso/lasso_config.h> into lasso.cValery Febvre2004-08-043-2/+3
| | | | Added also in py_lasso.c
* *** empty log message ***Valery Febvre2004-08-041-0/+2
|
* Added the SOAP HTTP method in lasso_login_init_from_authn_request_msg()Valery Febvre2004-08-041-9/+11
|
* Added the SOAP export type in lasso_authn_request_new_from_export()Valery Febvre2004-08-041-2/+11
|
* The Python test refactoring continues and the light is still green.Emmanuel Raviart2004-08-041-43/+103
|
* Fixed 3 bugs in lasso_login_new_from_dump()Valery Febvre2004-08-041-22/+26
|
* fixed typo; fix bug230Frederic Peters2004-08-041-1/+1
|
* The Python test reorganization continues. It detects a new login bug, so theEmmanuel Raviart2004-08-041-43/+85
| | | | light will be red again.
* remove warning message before lasso_session_remove_assertion()Nicolas Clapies2004-08-041-1/+0
|
* [angry comment removed]Frederic Peters2004-08-041-1/+1
|
* *** empty log message ***Valery Febvre2004-08-041-2/+2
|
* Renamed enums (Bug #225):Valery Febvre2004-08-0411-64/+65
| | | | | | lassoMessageTypes,lassoHttpMethods,lassoRequestTypes into lassoMessageType,lassoHttpMethod,lassoRequestType
* Removed the 'identity' arg in lasso_login_new_from_dump() methodValery Febvre2004-08-045-42/+35
|
* add lasso_session_remove_assertion() in validate_request() and ↵Nicolas Clapies2004-08-041-7/+6
| | | | process_response_msg()
* set nameIdentifier attribute of the logout object (from LogoutRequest ↵Nicolas Clapies2004-08-041-1/+5
| | | | NameIdentifier value) after a call of init_request() method
* move server param in newNicolas Clapies2004-08-043-25/+26
|
* *** empty log message ***Nicolas Clapies2004-08-041-8/+8
|
* In Python tests, renamed sp to spServer and idp to idpServer.Emmanuel Raviart2004-08-041-47/+47
|
* In Python, Server.add_provider now returns an error code instead of None.Emmanuel Raviart2004-08-042-10/+10
|
* Begin to restructure Python tests.Emmanuel Raviart2004-08-041-54/+66
|
* Renamed enum lassoProviderTypes into lassoProviderType (Bug #225)Valery Febvre2004-08-0410-102/+102
|
* Renamed enum lassoNodeExportTypes into lassoNodeExportType (Bug #225)Valery Febvre2004-08-0423-65/+67
|
* Changed all lasso_provider_get_* methods prototypeValery Febvre2004-08-048-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... IEmmanuel Raviart2004-08-031-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 Raviart2004-08-031-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 Raviart2004-08-031-10/+17
|
* Lasso now requires automake 1.8Emmanuel Raviart2004-08-031-1/+1
|
* No more anoying warning.Romain Chantereay2004-08-031-2/+2
|
* *** empty log message ***Nicolas Clapies2004-08-032-3/+3
|
* Bye bye AM_CONDITIONAL rests.Romain Chantereay2004-08-034-8/+0
| | | | (the if WITH_PYTHON are not accurate now).
* initial versionNicolas Clapies2004-08-032-0/+111
|
* - No more need of version.h.Romain Chantereay2004-08-032-2/+2
| | | | - Better libtool version computation.
* Update to automake 1.8.Romain Chantereay2004-08-031-3/+3
|