| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
