| Commit message (Expand) | Author | Age | Files | Lines |
* | SWIG now produces high-level bindings. | Emmanuel Raviart | 2004-08-28 | 1 | -715/+0 |
* | Converted Identity & Session to real objects in SWIG bindings. | Emmanuel Raviart | 2004-08-28 | 1 | -36/+0 |
* | Converted SWIG Server into a high-level class with new_from_dump static | Emmanuel Raviart | 2004-08-28 | 1 | -25/+0 |
* | Transformed LassoAuthnRequest as a true SWIG class with attributes and | Emmanuel Raviart | 2004-08-27 | 1 | -39/+0 |
* | Added method Logout.reset_session_index in Python high-level binding. | Emmanuel Raviart | 2004-08-27 | 1 | -0/+5 |
* | Added support for "invalid query" errors in Python high-level binding. | Emmanuel Raviart | 2004-08-27 | 1 | -1/+10 |
* | Corrected SWIG binding. | Emmanuel Raviart | 2004-08-27 | 1 | -4/+7 |
* | Replaced SWIG specific functions to access "request" and "response" | Emmanuel Raviart | 2004-08-27 | 1 | -8/+24 |
* | Forgot to declare a parameter as optionnal. | Emmanuel Raviart | 2004-08-26 | 1 | -1/+1 |
* | Added constant lassoHttpMethodAny. | Emmanuel Raviart | 2004-08-26 | 1 | -6/+23 |
* | Corrected SWIG Defederation binding. | Emmanuel Raviart | 2004-08-24 | 1 | -0/+31 |
* | Moved param 'http_method' of lasso_login_build_authn_request_msg() method | Valery Febvre | 2004-08-21 | 1 | -4/+4 |
* | Added new argument to lasso_login_build_authn_request_msg. | Emmanuel Raviart | 2004-08-20 | 1 | -7/+8 |
* | In Python high-level binding, constants are now defined using 2 forms: as a | Emmanuel Raviart | 2004-08-20 | 1 | -16/+33 |
* | Corrections in Python high-level binding: | Emmanuel Raviart | 2004-08-20 | 1 | -9/+8 |
* | I have always wanted that Python bindings for GTK, libXML, etc, allow the | Emmanuel Raviart | 2004-08-20 | 1 | -86/+107 |
* | Added method get_authentication_method to session in high-level Python | Emmanuel Raviart | 2004-08-20 | 1 | -2/+8 |
* | Updated Python high-level binding and tests. | Emmanuel Raviart | 2004-08-20 | 1 | -3/+165 |
* | Created a high-level API above SWIG Python API. | Emmanuel Raviart | 2004-08-19 | 1 | -1288/+291 |
* | __str__ should not have arguments. | Emmanuel Raviart | 2004-08-19 | 1 | -2/+2 |
* | little register name identifier udpates | Nicolas Clapies | 2004-08-18 | 1 | -3/+3 |
* | Small fix | Valery Febvre | 2004-08-09 | 1 | -1/+1 |
* | Updated server | Valery Febvre | 2004-08-09 | 1 | -1/+2 |
* | Update | Valery Febvre | 2004-08-09 | 1 | -10/+15 |
* | Added attributes request, request_type, response, response_type to Lecp in | Emmanuel Raviart | 2004-08-07 | 1 | -1/+15 |
* | 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 process_re... | Nicolas Clapies | 2004-08-06 | 1 | -8/+8 |
* | Python binding now raises exceptions instead of returning error codes. | Emmanuel Raviart | 2004-08-04 | 1 | -56/+142 |
* | 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 |
* | Check that Lasso is inited and shotdown only once. | Emmanuel Raviart | 2004-08-02 | 1 | -0/+15 |
* | 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 |
* | *** 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 |
* | *** 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 |