| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added attributes request, request_type, response, response_type to Lecp in | Emmanuel Raviart | 2004-08-07 | 1 | -1/+15 |
| | | | | | Python binding. Close bug #247. | ||||
| * | Reversed error sign convention for Python binding. | Emmanuel Raviart | 2004-08-06 | 1 | -4/+4 |
| | | |||||
| * | Corrected error in Error. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+1 |
| | | |||||
| * | Renamed load_notification_msg to process_notification msg, renamed ↵ | Nicolas Clapies | 2004-08-06 | 1 | -8/+8 |
| | | | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples | ||||
| * | Python binding now raises exceptions instead of returning error codes. | Emmanuel Raviart | 2004-08-04 | 1 | -56/+142 |
| | | | | | Close bug #237. | ||||
| * | Slightly improved exception handling in Python. | Emmanuel Raviart | 2004-08-04 | 1 | -59/+200 |
| | | |||||
| * | update of lecp python binding | Nicolas Clapies | 2004-08-04 | 1 | -13/+13 |
| | | |||||
| * | Removed the 'identity' arg in lasso_login_new_from_dump() method | Valery Febvre | 2004-08-04 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-04 | 1 | -8/+8 |
| | | |||||
| * | In Python, Server.add_provider now returns an error code instead of None. | Emmanuel Raviart | 2004-08-04 | 1 | -2/+2 |
| | | |||||
| * | add request type test for Lecp | Nicolas Clapies | 2004-08-03 | 1 | -6/+25 |
| | | |||||
| * | - Replaced some charPtrConst_wrap() calls by charPtr_wrap() | Valery Febvre | 2004-08-02 | 1 | -3/+24 |
| | | | | | | | - 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 | 1 | -0/+15 |
| | | | | | | | | | | | 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 access to attributes identity & session by __getattr__ | Valery Febvre | 2004-07-31 | 1 | -8/+0 |
| | | |||||
| * | Python login_tests now works again, although there remains a lasso-CRITICAL | Emmanuel Raviart | 2004-07-31 | 1 | -6/+10 |
| | | | | | | | | | caused by idpLoginContext.get_identity() (file login_tests.py, line 120): (process:5228): lasso-CRITICAL **: file xml.c: line 64 (lasso_node_copy): assertion LASSO_IS_NODE(node)' failed ERROR | ||||
| * | *** empty log message *** | Valery Febvre | 2004-07-31 | 1 | -7/+16 |
| | | |||||
| * | Removed last profile_context or profileContext. | Emmanuel Raviart | 2004-07-30 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-30 | 1 | -9/+20 |
| | | |||||
| * | Update end | Valery Febvre | 2004-07-30 | 1 | -1/+44 |
| | | |||||
| * | Update | Valery Febvre | 2004-07-30 | 1 | -34/+33 |
| | | |||||
| * | update of register name identifier | Nicolas Clapies | 2004-07-29 | 1 | -61/+21 |
| | | |||||
| * | update of federation termination | Nicolas Clapies | 2004-07-27 | 1 | -14/+14 |
| | | |||||
| * | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 1 | -3/+0 |
| | | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | ||||
| * | *** empty log message *** | Valery Febvre | 2004-07-26 | 1 | -7/+7 |
| | | |||||
| * | Added new ProfileContext class | Valery Febvre | 2004-07-26 | 1 | -15/+38 |
| | | |||||
| * | acces to RelayState in logout object | Nicolas Clapies | 2004-07-26 | 1 | -12/+16 |
| | | |||||
| * | fixed tabulations in python files (oh the horror; they were mixed with space | Frederic Peters | 2004-07-25 | 1 | -78/+78 |
| | | | | | | indendations). Also installed a test on commits to catch this (and check xml files) | ||||
| * | udpate of C lecp, add python lecp | Nicolas Clapies | 2004-07-25 | 1 | -4/+57 |
| | | |||||
| * | Added Java LassoUser.getAuthenticationMethod | Emmanuel Raviart | 2004-07-23 | 1 | -1/+1 |
| | | | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests. | ||||
| * | Added lasso_user_get_authentication_method() | Valery Febvre | 2004-07-23 | 1 | -4/+7 |
| | | | | | Done in Python too. | ||||
| * | update of logout with better support of propagation from idp | Nicolas Clapies | 2004-07-23 | 1 | -1/+4 |
| | | |||||
| * | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 1 | -6/+6 |
| | | | | | | | | | | | 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! | ||||
| * | A little more java binding and non-regression tests. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | update of logout example with test of the request soap | Nicolas Clapies | 2004-07-22 | 1 | -0/+7 |
| | | |||||
| * | Corrected Lasso URL. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | Added method set_consent in LibAuthnRequest class | Valery Febvre | 2004-07-22 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-21 | 1 | -8/+6 |
| | | |||||
| * | add list of identity provider id in user environ | Nicolas Clapies | 2004-07-21 | 1 | -2/+2 |
| | | |||||
| * | allow no param in init_request for class Logout | Nicolas Clapies | 2004-07-21 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -13/+8 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-20 | 1 | -0/+57 |
| | | |||||
| * | update federation termination | Nicolas Clapies | 2004-07-19 | 1 | -7/+53 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-18 | 1 | -0/+3 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-16 | 1 | -1/+9 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-07-15 | 1 | -1/+1 |
| | | |||||
| * | Added method create_user in Login class | Valery Febvre | 2004-07-15 | 1 | -4/+8 |
| | | | | | + Update | ||||
| * | *** empty log message *** | Valery Febvre | 2004-07-14 | 1 | -2/+2 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-07-14 | 1 | -6/+9 |
| | | |||||
| * | add class User, update class Logout, update example logout.py | Nicolas Clapies | 2004-07-13 | 1 | -6/+47 |
| | | |||||
