summaryrefslogtreecommitdiffstats
path: root/python/environs
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Python binding.Emmanuel Raviart2004-08-2020-2351/+0
|
* little register name identifier udpatesNicolas Clapies2004-08-182-6/+10
|
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-181-2/+2
| | | | hppa)
* Updated serverValery Febvre2004-08-091-2/+2
|
* Removed Base64 encoding in lasso_lecp_build_authn_response_msg()Valery Febvre2004-08-091-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() methodValery Febvre2004-08-091-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 inEmmanuel Raviart2004-08-071-2/+11
| | | | Python binding. Close bug #247.
* Renamed load_notification_msg to process_notification msg, renamed ↵Nicolas Clapies2004-08-062-11/+11
| | | | process_request to validate_request, added some goto for code error, little update of the code style, updated examples
* fix in lecpNicolas Clapies2004-08-051-4/+4
|
* *** empty log message ***Nicolas Clapies2004-08-051-1/+6
|
* update of lecp python bindingNicolas Clapies2004-08-042-76/+64
|
* *** empty log message ***Valery Febvre2004-08-041-2/+2
|
* Removed the 'identity' arg in lasso_login_new_from_dump() methodValery Febvre2004-08-041-10/+6
|
* move server param in newNicolas Clapies2004-08-041-13/+10
|
* In Python, Server.add_provider now returns an error code instead of None.Emmanuel Raviart2004-08-041-8/+8
|
* *** empty log message ***Nicolas Clapies2004-08-031-1/+1
|
* Bye bye AM_CONDITIONAL rests.Romain Chantereay2004-08-031-2/+0
| | | | (the if WITH_PYTHON are not accurate now).
* replace load_request_msg() with process_request_msg(), process_request() ↵Nicolas Clapies2004-08-032-10/+10
| | | | with validate_request(), remove assertion of the authenticated principal in validate_request()
* - Replaced some charPtrConst_wrap() calls by charPtr_wrap()Valery Febvre2004-08-025-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 Febvre2004-07-312-13/+5
|
* Python login_tests now works again, although there remains a lasso-CRITICALEmmanuel Raviart2004-07-312-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 Clapies2004-07-302-29/+76
|
* Update endValery Febvre2004-07-304-0/+126
|
* *** empty log message ***Valery Febvre2004-07-302-231/+0
|
* UpdateValery Febvre2004-07-3011-149/+270
|
* Renamed ProfileContext into ProfileValery Febvre2004-07-302-30/+30
|
* Initial commitValery Febvre2004-07-302-0/+233
|
* Update beginingValery Febvre2004-07-308-48/+46
|
* update of register name identifierNicolas Clapies2004-07-291-5/+4
|
* *** empty log message ***Nicolas Clapies2004-07-271-1/+1
|
* update of federation terminationNicolas Clapies2004-07-272-18/+37
|
* Use LassoNode_get instead of LassoAssertion_get in user_add_assertion()Nicolas Clapies2004-07-271-4/+2
|
* 'assertion' var should be a PyObject*, not a LassoNode* (in user_add_assertion)Valery Febvre2004-07-271-4/+5
|
* Ooops, Copy/Paste isn't always your friend :-)Valery Febvre2004-07-271-2/+2
|
* fix a bug in python binding user_add_assertion : give obj of python ↵Nicolas Clapies2004-07-261-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 Raviart2004-07-262-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 Febvre2004-07-261-2/+2
|
* Added new ProfileContext classValery Febvre2004-07-263-10/+71
|
* acces to RelayState in logout objectNicolas Clapies2004-07-261-11/+15
|
* Removed nameIdentifier attribute in Logout objectValery Febvre2004-07-261-1/+1
| | | | There is already a nameIdientifier attribute in ProfileContext class
* Many little fixsValery Febvre2004-07-251-4/+5
|
* initialze codeErrorFrederic Peters2004-07-251-6/+6
|
* fix the problem of setting the user environ in SOAP method :Nicolas Clapies2004-07-252-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 lecpNicolas Clapies2004-07-253-2/+259
|
* added --enable-python option to ./configure; default is yes.Frederic Peters2004-07-231-4/+7
| | | | --enable-python=no to not compile python bindings.
* Added lasso_user_get_authentication_method()Valery Febvre2004-07-232-9/+28
| | | | Done in Python too.
* *** empty log message ***Nicolas Clapies2004-07-231-1/+1
|
* update of logout with better support of propagation from idpNicolas Clapies2004-07-232-0/+20
|
* build was used by distutils; no longer used. (but automake creates .deps)Frederic Peters2004-07-221-1/+1
|
* ignore Makefile.in, Makefile, .deps and .libs under python/Frederic Peters2004-07-221-0/+3
|