Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed obsolete Python test framework. | Emmanuel Raviart | 2004-08-25 | 1 | -321/+0 |
| | |||||
* | Moved param 'http_method' of lasso_login_build_authn_request_msg() method | Valery Febvre | 2004-08-21 | 1 | -2/+3 |
| | | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API | ||||
* | Added new argument to lasso_login_build_authn_request_msg. | Emmanuel Raviart | 2004-08-20 | 1 | -1/+1 |
| | |||||
* | Updated Python high-level binding and tests. | Emmanuel Raviart | 2004-08-20 | 1 | -5/+5 |
| | | | | May all the lights be green! | ||||
* | Improved session deletion in Python simulator. | Emmanuel Raviart | 2004-08-16 | 1 | -0/+3 |
| | |||||
* | Added logout to sample Liberty proxy, but it fails because of Lasso bug #259. | Emmanuel Raviart | 2004-08-14 | 1 | -1/+6 |
| | |||||
* | Create a new test Proxy server (a server between a SP and an IDP, which acts | Emmanuel Raviart | 2004-08-11 | 1 | -56/+57 |
| | | | | as an IDP for the SP and as a SP for the IDP): login works. | ||||
* | Better handling and checking of Liberty-Enabled header. | Emmanuel Raviart | 2004-08-11 | 1 | -7/+7 |
| | |||||
* | In python/tests, there are now a sample IDP (sample-idp.py) and a sample SP | Emmanuel Raviart | 2004-08-11 | 1 | -12/+68 |
| | | | | (sample-sp.py). The two applications are real servers. | ||||
* | Improved Python unit tests. | Emmanuel Raviart | 2004-08-10 | 1 | -18/+12 |
| | |||||
* | Updated Python tests. Not finished but Valos want it to debug Lasso. | Emmanuel Raviart | 2004-08-09 | 1 | -71/+68 |
| | |||||
* | Updated Python unit tests infrastructure, so that it can be reused for | Emmanuel Raviart | 2004-08-09 | 1 | -59/+57 |
| | | | | independant simulation applications. | ||||
* | Added LECP support in Python simulator and unit tests. I think I have found | Emmanuel Raviart | 2004-08-07 | 1 | -41/+119 |
| | | | | | | | | | several bugs in Lasso LECP implementation. My biggest problem is that I didn't find a way for IDP to set userAuthenticated, authenticationMethod, reauthenticateOnOrAfter to lecp before (or when) building response envelope with lecp.build_authn_response_envelope_msg(). Did I overlook something? | ||||
* | Added tests for forceAuthn. Light will still be green. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+6 |
| | |||||
* | Added Python simulation for isPassive and corrected some simulation bugs. | Emmanuel Raviart | 2004-08-06 | 1 | -4/+11 |
| | | | | Added isPassive tests. | ||||
* | Added new Python test. It works, but see bug #245. | Emmanuel Raviart | 2004-08-06 | 1 | -9/+14 |
| | |||||
* | Corrected a bug in test. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | Cleanly separated the new Python Lasso simulator from unit tests. | Emmanuel Raviart | 2004-08-06 | 1 | -0/+171 |