Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed obsolete Python sample code. | Emmanuel Raviart | 2005-01-26 | 9 | -446/+0 |
| | |||||
* | SWIG: Renamed constants from camelCase to UPPER_CASE. | Emmanuel Raviart | 2005-01-22 | 4 | -22/+22 |
| | |||||
* | Renamed load_notification_msg to process_notification msg, renamed ↵ | Nicolas Clapies | 2004-08-06 | 1 | -10/+6 |
| | | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples | ||||
* | - Replaced some charPtrConst_wrap() calls by charPtr_wrap() | Valery Febvre | 2004-08-02 | 1 | -0/+3 |
| | | | | | | - Added GPtrArray_wrap() function to wrap GPtrArray into Python list. - Added session_getattr() function, we can get now providerIDs and is_dirty properties of Session objects. | ||||
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 7 | -13/+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() ). | ||||
* | update of federation termination | Nicolas Clapies | 2004-07-27 | 1 | -25/+26 |
| | |||||
* | remove the second param of lasso.Login.new | Nicolas Clapies | 2004-07-26 | 1 | -4/+4 |
| | |||||
* | fix a bug in python binding user_add_assertion : give obj of python ↵ | Nicolas Clapies | 2004-07-26 | 1 | -0/+8 |
| | | | | assertion, add a copy of assertion in lasso_add_assertion ( not sure, but assertion should be copied ) | ||||
* | 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). | ||||
* | remove logout-from-idp.py, only logout.py is useful | Nicolas Clapies | 2004-07-26 | 2 | -58/+0 |
| | |||||
* | 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 | 4 | -16/+16 |
| | | | | | 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 | 2 | -35/+50 |
| | |||||
* | 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! | ||||
* | ignore Makefile.in, Makefile, .deps and .libs under python/ | Frederic Peters | 2004-07-22 | 1 | -0/+2 |
| | |||||
* | usage of pkg-config to get library information in configure; automake for the | Frederic Peters | 2004-07-22 | 1 | -0/+9 |
| | | | | python module; | ||||
* | update of logout example with test of the request soap | Nicolas Clapies | 2004-07-22 | 1 | -7/+11 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | update of federation termination notification | Nicolas Clapies | 2004-07-21 | 1 | -8/+4 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 1 | -6/+6 |
| | |||||
* | add list of identity provider id in user environ | Nicolas Clapies | 2004-07-21 | 3 | -6/+6 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 3 | -33/+30 |
| | |||||
* | update internal code to use new_from_export style | Nicolas Clapies | 2004-07-20 | 1 | -7/+19 |
| | |||||
* | update federation termination | Nicolas Clapies | 2004-07-19 | 1 | -9/+36 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-18 | 1 | -1/+21 |
| | |||||
* | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 2 | -0/+71 |
| | |||||
* | Update | Valery Febvre | 2004-07-15 | 1 | -2/+1 |
| | |||||
* | add class User, update class Logout, update example logout.py | Nicolas Clapies | 2004-07-13 | 1 | -42/+33 |
| | |||||
* | Use constant instead of integer. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 1 | -3/+0 |
| | |||||
* | Yet another very important correction. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | Corrected typo. | Emmanuel Raviart | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-13 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-12 | 1 | -1/+4 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-12 | 1 | -7/+7 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-11 | 1 | -0/+16 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-11 | 1 | -0/+20 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-10 | 1 | -2/+34 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-07-10 | 1 | -0/+32 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-05-25 | 1 | -34/+46 |
| | |||||
* | some update | Valery Febvre | 2004-05-13 | 1 | -7/+14 |
| | | | | more comments | ||||
* | add registration python example | Nicolas Clapies | 2004-05-13 | 1 | -0/+51 |
| | |||||
* | c example for federation termination notification | Nicolas Clapies | 2004-05-11 | 1 | -12/+0 |
| | |||||
* | name identifier mapping response low class binding and, examples ... | Nicolas Clapies | 2004-05-11 | 1 | -0/+38 |
| | |||||
* | initial version | Nicolas Clapies | 2004-05-11 | 2 | -0/+88 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-05-09 | 1 | -6/+6 |
| | |||||
* | *** empty log message *** | Valery Febvre | 2004-05-06 | 1 | -14/+10 |
| |