| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed server public key in tests: it seems that it is no more used. | Emmanuel Raviart | 2004-08-11 | 3 | -4/+4 |
| | | |||||
| * | In Python simulator, redirect now accepts partial URLs. | Emmanuel Raviart | 2004-08-11 | 1 | -0/+12 |
| | | |||||
| * | In python/tests, there are now a sample IDP (sample-idp.py) and a sample SP | Emmanuel Raviart | 2004-08-11 | 14 | -69/+939 |
| | | | | | (sample-sp.py). The two applications are real servers. | ||||
| * | more code in the documentation | Frederic Peters | 2004-08-10 | 1 | -12/+33 |
| | | |||||
| * | fixed a few errors | Frederic Peters | 2004-08-10 | 1 | -6/+5 |
| | | |||||
| * | warning about *not* taking care of memory management and error checking | Frederic Peters | 2004-08-10 | 1 | -0/+4 |
| | | |||||
| * | fix | Frederic Peters | 2004-08-10 | 1 | -0/+1 |
| | | |||||
| * | documentation about writing a service provider in C | Frederic Peters | 2004-08-10 | 1 | -0/+131 |
| | | |||||
| * | Added new PHP Unit test for Lasso Login and Lasso Server. | Christophe Nowicki | 2004-08-10 | 6 | -24/+95 |
| | | |||||
| * | Corrected automake problems. | Romain Chantereay | 2004-08-10 | 1 | -2/+2 |
| | | |||||
| * | add php unit test support. just run php -f php/run-tests.php | Christophe Nowicki | 2004-08-10 | 3 | -0/+709 |
| | | |||||
| * | create php/run-tests.php and export PHP_PATH | Christophe Nowicki | 2004-08-10 | 1 | -0/+2 |
| | | |||||
| * | Create package directory if not exists. | Romain Chantereay | 2004-08-10 | 1 | -0/+1 |
| | | |||||
| * | - Added java binding swig generation. | Romain Chantereay | 2004-08-10 | 40 | -2570/+3348 |
| | | | | | | | | | | - Added Swig Interface file. - Added readme for java build dependencies - Removed old java/src directory (still present on the CVS and this is important). | ||||
| * | Improved Python unit tests. | Emmanuel Raviart | 2004-08-10 | 8 | -204/+326 |
| | | |||||
| * | Removed the param 'remote_providerID' of lasso_login_init_authn_request() method | Christophe Nowicki | 2004-08-10 | 9 | -42/+57 |
| | | | | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method Fix compilation warnings, avoid multiple definitions and REGISTER_STRING_CONSTANT | ||||
| * | Fixed a bug in lasso_login_process_authn_response_msg() method | Valery Febvre | 2004-08-10 | 1 | -10/+43 |
| | | |||||
| * | Renamed LEC to LECP. It is really a proxy. | Emmanuel Raviart | 2004-08-09 | 2 | -15/+13 |
| | | |||||
| * | LECP now nearly works. Still a segmentation fault at the end, but Valos is | Emmanuel Raviart | 2004-08-09 | 5 | -65/+92 |
| | | | | | aware of it. | ||||
| * | Fixed a BIG bug in lasso_node_add_child() method | Valery Febvre | 2004-08-09 | 1 | -4/+5 |
| | | |||||
| * | Fixed a bug in lasso_server_dump() | Valery Febvre | 2004-08-09 | 1 | -3/+5 |
| | | |||||
| * | Updated Python tests. Not finished but Valos want it to debug Lasso. | Emmanuel Raviart | 2004-08-09 | 8 | -515/+709 |
| | | |||||
| * | Slightly corrected C test. | Emmanuel Raviart | 2004-08-09 | 1 | -3/+3 |
| | | |||||
| * | new lack of error checking test case; not even the developer fault this time; | Frederic Peters | 2004-08-09 | 1 | -2/+27 |
| | | | | | the program got bad data; lasso segfault. | ||||
| * | Small fix | Valery Febvre | 2004-08-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed a bug in lasso_lecp_build_authn_request_msg() | Valery Febvre | 2004-08-09 | 1 | -2/+7 |
| | | |||||
| * | Updated server | Valery Febvre | 2004-08-09 | 2 | -3/+4 |
| | | |||||
| * | Added XML export type in lasso_authn_request_envelope_new_from_export() | Valery Febvre | 2004-08-09 | 1 | -0/+3 |
| | | |||||
| * | Server objects can now be created without metadata | Valery Febvre | 2004-08-09 | 1 | -21/+27 |
| | | |||||
| * | Corrected correction | Valery Febvre | 2004-08-09 | 1 | -5/+4 |
| | | |||||
| * | Update | Valery Febvre | 2004-08-09 | 1 | -10/+15 |
| | | |||||
| * | Removed Base64 encoding in lasso_lecp_build_authn_response_msg() | Valery Febvre | 2004-08-09 | 3 | -32/+54 |
| | | | | | | | | | | | | Removed Base64 decoding in lasso_lecp_process_authn_request_envelope_msg() Removed the param 'remote_providerID' of lasso_lecp_init_authn_request() Added a param 'remote_providerID' in lasso_lecp_build_authn_request_msg() Added 3 params in lasso_lecp_build_authn_response_envelope_msg() They are necessary to build the Assertion, to process the federation and possibly to set the Status. | ||||
| * | Removed the param 'remote_providerID' of lasso_login_init_authn_request() method | Valery Febvre | 2004-08-09 | 3 | -20/+21 |
| | | | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method | ||||
| * | Added 3 missing #include | Valery Febvre | 2004-08-09 | 1 | -0/+3 |
| | | |||||
| * | the point is to fix lasso not to segfault; not to fix tests to make lasso | Frederic Peters | 2004-08-09 | 1 | -2/+2 |
| | | | | | happy. | ||||
| * | 'Class methods' Login.new() & Logout.new() should be used | Valery Febvre | 2004-08-09 | 1 | -2/+2 |
| | | | | | instead of Login() & Logout() constructors | ||||
| * | Added doc | Valery Febvre | 2004-08-09 | 1 | -0/+30 |
| | | |||||
| * | Updated Python unit tests infrastructure, so that it can be reused for | Emmanuel Raviart | 2004-08-09 | 8 | -284/+247 |
| | | | | | independant simulation applications. | ||||
| * | Added module http. It is derived from Expression eponym module, but it is | Emmanuel Raviart | 2004-08-09 | 1 | -0/+713 |
| | | | | | | | derived from abstractweb and it is designed to be a truly independant module. It still need a lot of work, but may be one day, Expression will use it. | ||||
| * | Added module abstractweb. | Emmanuel Raviart | 2004-08-09 | 1 | -0/+156 |
| | | | | | | | It defines abstract classes for HTTP servers, etc, that are independant of the connection type: They must be overrided for HTTP(S) connection or simulated connections. | ||||
| * | Added module assertions to Python Lasso simulator. | Emmanuel Raviart | 2004-08-09 | 1 | -0/+126 |
| | | | | | | This module defines global functions to use for unit tests (instead of methods self.fail...) or for other applications. | ||||
| * | Added module builtins to Python Lasso simulator. builtins will replace | Emmanuel Raviart | 2004-08-09 | 1 | -0/+45 |
| | | | | | environs in Expression one day. | ||||
| * | Relpaced the lasso_str_hash() call by lasso_sha1() in the | Valery Febvre | 2004-08-08 | 1 | -11/+19 |
| | | | | | | | lasso_login_build_artifact_msg() method. Fixed bug #245 | ||||
| * | In the dump of the identity object, | Valery Febvre | 2004-08-08 | 1 | -11/+7 |
| | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). | ||||
| * | In the dump of the session object, | Valery Febvre | 2004-08-08 | 1 | -4/+5 |
| | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). | ||||
| * | In the dump of the server object, | Valery Febvre | 2004-08-08 | 2 | -75/+78 |
| | | | | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). Relpaced the lasso_str_hash() call by lasso_sha1() in the lasso_server_get_providerID_from_hash() method. | ||||
| * | Minor fixs | Valery Febvre | 2004-08-08 | 1 | -16/+14 |
| | | |||||
| * | In the dump of the federation object, | Valery Febvre | 2004-08-08 | 2 | -3/+4 |
| | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). | ||||
| * | In the dump of the provider object, | Valery Febvre | 2004-08-08 | 2 | -2/+4 |
| | | | | | | rather than use the "Lasso" word in the name of nodes, the namespace of the root elment is now set to the Lasso namespace (without prefix). | ||||
| * | missed new files | Frederic Peters | 2004-08-08 | 2 | -0/+7 |
| | | |||||
