| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Removed old Python binding. | Emmanuel Raviart | 2004-08-20 | 20 | -2351/+0 |
| | | |||||
| * | little register name identifier udpates | Nicolas Clapies | 2004-08-18 | 2 | -6/+10 |
| | | |||||
| * | properly use libtool convenience libraries (intend is to build correctly on | Frederic Peters | 2004-08-18 | 1 | -2/+2 |
| | | | | | hppa) | ||||
| * | Updated server | Valery Febvre | 2004-08-09 | 1 | -2/+2 |
| | | |||||
| * | Removed Base64 encoding in lasso_lecp_build_authn_response_msg() | Valery Febvre | 2004-08-09 | 1 | -17/+24 |
| | | | | | | | | | | | | Removed Base64 decoding in lasso_lecp_process_authn_request_envelope_msg() Removed the param 'remote_providerID' of lasso_lecp_init_authn_request() Added a param 'remote_providerID' in lasso_lecp_build_authn_request_msg() Added 3 params in lasso_lecp_build_authn_response_envelope_msg() They are necessary to build the Assertion, to process the federation and possibly to set the Status. | ||||
| * | Removed the param 'remote_providerID' of lasso_login_init_authn_request() method | Valery Febvre | 2004-08-09 | 1 | -10/+10 |
| | | | | | Added a param 'remote_providerID' in lasso_login_build_authn_request_msg() method | ||||
| * | Added attributes request, request_type, response, response_type to Lecp in | Emmanuel Raviart | 2004-08-07 | 1 | -2/+11 |
| | | | | | Python binding. Close bug #247. | ||||
| * | Renamed load_notification_msg to process_notification msg, renamed ↵ | Nicolas Clapies | 2004-08-06 | 2 | -11/+11 |
| | | | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples | ||||
| * | fix in lecp | Nicolas Clapies | 2004-08-05 | 1 | -4/+4 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-05 | 1 | -1/+6 |
| | | |||||
| * | update of lecp python binding | Nicolas Clapies | 2004-08-04 | 2 | -76/+64 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-08-04 | 1 | -2/+2 |
| | | |||||
| * | Removed the 'identity' arg in lasso_login_new_from_dump() method | Valery Febvre | 2004-08-04 | 1 | -10/+6 |
| | | |||||
| * | move server param in new | Nicolas Clapies | 2004-08-04 | 1 | -13/+10 |
| | | |||||
| * | In Python, Server.add_provider now returns an error code instead of None. | Emmanuel Raviart | 2004-08-04 | 1 | -8/+8 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-03 | 1 | -1/+1 |
| | | |||||
| * | Bye bye AM_CONDITIONAL rests. | Romain Chantereay | 2004-08-03 | 1 | -2/+0 |
| | | | | | (the if WITH_PYTHON are not accurate now). | ||||
| * | replace load_request_msg() with process_request_msg(), process_request() ↵ | Nicolas Clapies | 2004-08-03 | 2 | -10/+10 |
| | | | | | with validate_request(), remove assertion of the authenticated principal in validate_request() | ||||
| * | - Replaced some charPtrConst_wrap() calls by charPtr_wrap() | Valery Febvre | 2004-08-02 | 5 | -7/+36 |
| | | | | | | | - 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. | ||||
| * | Removed access to attributes identity & session by __getattr__ | Valery Febvre | 2004-07-31 | 2 | -13/+5 |
| | | |||||
| * | Python login_tests now works again, although there remains a lasso-CRITICAL | Emmanuel Raviart | 2004-07-31 | 2 | -12/+14 |
| | | | | | | | | | 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 *** | Nicolas Clapies | 2004-07-30 | 2 | -29/+76 |
| | | |||||
| * | Update end | Valery Febvre | 2004-07-30 | 4 | -0/+126 |
| | | |||||
| * | *** empty log message *** | Valery Febvre | 2004-07-30 | 2 | -231/+0 |
| | | |||||
| * | Update | Valery Febvre | 2004-07-30 | 11 | -149/+270 |
| | | |||||
| * | Renamed ProfileContext into Profile | Valery Febvre | 2004-07-30 | 2 | -30/+30 |
| | | |||||
| * | Initial commit | Valery Febvre | 2004-07-30 | 2 | -0/+233 |
| | | |||||
| * | Update begining | Valery Febvre | 2004-07-30 | 8 | -48/+46 |
| | | |||||
| * | update of register name identifier | Nicolas Clapies | 2004-07-29 | 1 | -5/+4 |
| | | |||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-27 | 1 | -1/+1 |
| | | |||||
| * | update of federation termination | Nicolas Clapies | 2004-07-27 | 2 | -18/+37 |
| | | |||||
| * | Use LassoNode_get instead of LassoAssertion_get in user_add_assertion() | Nicolas Clapies | 2004-07-27 | 1 | -4/+2 |
| | | |||||
| * | 'assertion' var should be a PyObject*, not a LassoNode* (in user_add_assertion) | Valery Febvre | 2004-07-27 | 1 | -4/+5 |
| | | |||||
| * | Ooops, Copy/Paste isn't always your friend :-) | Valery Febvre | 2004-07-27 | 1 | -2/+2 |
| | | |||||
| * | fix a bug in python binding user_add_assertion : give obj of python ↵ | Nicolas Clapies | 2004-07-26 | 1 | -2/+4 |
| | | | | | 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 | 2 | -19/+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 | -2/+2 |
| | | |||||
| * | Added new ProfileContext class | Valery Febvre | 2004-07-26 | 3 | -10/+71 |
| | | |||||
| * | acces to RelayState in logout object | Nicolas Clapies | 2004-07-26 | 1 | -11/+15 |
| | | |||||
| * | Removed nameIdentifier attribute in Logout object | Valery Febvre | 2004-07-26 | 1 | -1/+1 |
| | | | | | There is already a nameIdientifier attribute in ProfileContext class | ||||
| * | Many little fixs | Valery Febvre | 2004-07-25 | 1 | -4/+5 |
| | | |||||
| * | initialze codeError | Frederic Peters | 2004-07-25 | 1 | -6/+6 |
| | | |||||
| * | fix the problem of setting the user environ in SOAP method : | Nicolas Clapies | 2004-07-25 | 2 | -18/+52 |
| | | | | | | | | | | | | | | 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. | ||||
| * | udpate of C lecp, add python lecp | Nicolas Clapies | 2004-07-25 | 3 | -2/+259 |
| | | |||||
| * | added --enable-python option to ./configure; default is yes. | Frederic Peters | 2004-07-23 | 1 | -4/+7 |
| | | | | | --enable-python=no to not compile python bindings. | ||||
| * | Added lasso_user_get_authentication_method() | Valery Febvre | 2004-07-23 | 2 | -9/+28 |
| | | | | | Done in Python too. | ||||
| * | *** empty log message *** | Nicolas Clapies | 2004-07-23 | 1 | -1/+1 |
| | | |||||
| * | update of logout with better support of propagation from idp | Nicolas Clapies | 2004-07-23 | 2 | -0/+20 |
| | | |||||
| * | build was used by distutils; no longer used. (but automake creates .deps) | Frederic Peters | 2004-07-22 | 1 | -1/+1 |
| | | |||||
| * | ignore Makefile.in, Makefile, .deps and .libs under python/ | Frederic Peters | 2004-07-22 | 1 | -0/+3 |
| | | |||||
