Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed obsolete Python sample code. | Emmanuel Raviart | 2005-01-26 | 1 | -85/+0 |
| | |||||
* | SWIG: Renamed constants from camelCase to UPPER_CASE. | Emmanuel Raviart | 2005-01-22 | 1 | -6/+6 |
| | |||||
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 1 | -2/+0 |
| | | | | | | | | | | Lasso Python modules now calls init() at first import (I need this behaviour, because I have several "import lasso" in Expression and I don't know which one will be called first and I don't want to do something like: import lasso if not lasso.inited: lasso.init() ). | ||||
* | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 1 | -2/+2 |
| | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | ||||
* | update of example | Nicolas Clapies | 2004-07-26 | 1 | -2/+11 |
| | |||||
* | fixed tabulations in python files (oh the horror; they were mixed with space | Frederic Peters | 2004-07-25 | 1 | -6/+6 |
| | | | | | indendations). Also installed a test on commits to catch this (and check xml files) | ||||
* | fix the problem of setting the user environ in SOAP method : | Nicolas Clapies | 2004-07-25 | 1 | -4/+9 |
| | | | | | | | | | | | | | the problem : process_request_msg needs usr environ to verify federation and authentication. a solution : first load the request msg get the name identifier of the request find the user dump from the name identifier and load it in logout object process the request see python/examples/logout.py for the methods. | ||||
* | update of logout with better support of propagation from idp | Nicolas Clapies | 2004-07-23 | 1 | -34/+47 |
| | |||||
* | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+1 |
| | | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me! | ||||
* | update of logout example with test of the request soap | Nicolas Clapies | 2004-07-22 | 1 | -7/+11 |
| | |||||
* | add list of identity provider id in user environ | Nicolas Clapies | 2004-07-21 | 1 | -2/+2 |
| | |||||
* | update internal code to use new_from_export style | Nicolas Clapies | 2004-07-20 | 1 | -7/+19 |
| | |||||
* | add class User, update class Logout, update example logout.py | Nicolas Clapies | 2004-07-13 | 1 | -42/+33 |
| | |||||
* | initial version | Nicolas Clapies | 2004-05-11 | 1 | -0/+53 |