summaryrefslogtreecommitdiffstats
path: root/python/lasso.py
Commit message (Expand)AuthorAgeFilesLines
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-715/+0
* Converted Identity & Session to real objects in SWIG bindings.Emmanuel Raviart2004-08-281-36/+0
* Converted SWIG Server into a high-level class with new_from_dump staticEmmanuel Raviart2004-08-281-25/+0
* Transformed LassoAuthnRequest as a true SWIG class with attributes andEmmanuel Raviart2004-08-271-39/+0
* Added method Logout.reset_session_index in Python high-level binding.Emmanuel Raviart2004-08-271-0/+5
* Added support for "invalid query" errors in Python high-level binding.Emmanuel Raviart2004-08-271-1/+10
* Corrected SWIG binding.Emmanuel Raviart2004-08-271-4/+7
* Replaced SWIG specific functions to access "request" and "response"Emmanuel Raviart2004-08-271-8/+24
* Forgot to declare a parameter as optionnal.Emmanuel Raviart2004-08-261-1/+1
* Added constant lassoHttpMethodAny.Emmanuel Raviart2004-08-261-6/+23
* Corrected SWIG Defederation binding.Emmanuel Raviart2004-08-241-0/+31
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-211-4/+4
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-201-7/+8
* In Python high-level binding, constants are now defined using 2 forms: as aEmmanuel Raviart2004-08-201-16/+33
* Corrections in Python high-level binding:Emmanuel Raviart2004-08-201-9/+8
* I have always wanted that Python bindings for GTK, libXML, etc, allow theEmmanuel Raviart2004-08-201-86/+107
* Added method get_authentication_method to session in high-level PythonEmmanuel Raviart2004-08-201-2/+8
* Updated Python high-level binding and tests.Emmanuel Raviart2004-08-201-3/+165
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-191-1288/+291
* __str__ should not have arguments.Emmanuel Raviart2004-08-191-2/+2
* little register name identifier udpatesNicolas Clapies2004-08-181-3/+3
* Small fixValery Febvre2004-08-091-1/+1
* Updated serverValery Febvre2004-08-091-1/+2
* UpdateValery Febvre2004-08-091-10/+15
* Added attributes request, request_type, response, response_type to Lecp inEmmanuel Raviart2004-08-071-1/+15
* Reversed error sign convention for Python binding.Emmanuel Raviart2004-08-061-4/+4
* Corrected error in Error.Emmanuel Raviart2004-08-061-1/+1
* Renamed load_notification_msg to process_notification msg, renamed process_re...Nicolas Clapies2004-08-061-8/+8
* Python binding now raises exceptions instead of returning error codes.Emmanuel Raviart2004-08-041-56/+142
* Slightly improved exception handling in Python.Emmanuel Raviart2004-08-041-59/+200
* update of lecp python bindingNicolas Clapies2004-08-041-13/+13
* Removed the 'identity' arg in lasso_login_new_from_dump() methodValery Febvre2004-08-041-2/+2
* *** empty log message ***Nicolas Clapies2004-08-041-8/+8
* In Python, Server.add_provider now returns an error code instead of None.Emmanuel Raviart2004-08-041-2/+2
* add request type test for LecpNicolas Clapies2004-08-031-6/+25
* - Replaced some charPtrConst_wrap() calls by charPtr_wrap()Valery Febvre2004-08-021-3/+24
* Check that Lasso is inited and shotdown only once.Emmanuel Raviart2004-08-021-0/+15
* Removed access to attributes identity & session by __getattr__Valery Febvre2004-07-311-8/+0
* Python login_tests now works again, although there remains a lasso-CRITICALEmmanuel Raviart2004-07-311-6/+10
* *** empty log message ***Valery Febvre2004-07-311-7/+16
* Removed last profile_context or profileContext.Emmanuel Raviart2004-07-301-2/+2
* *** empty log message ***Nicolas Clapies2004-07-301-9/+20
* Update endValery Febvre2004-07-301-1/+44
* UpdateValery Febvre2004-07-301-34/+33
* update of register name identifierNicolas Clapies2004-07-291-61/+21
* update of federation terminationNicolas Clapies2004-07-271-14/+14
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-261-3/+0
* *** empty log message ***Valery Febvre2004-07-261-7/+7
* Added new ProfileContext classValery Febvre2004-07-261-15/+38
* acces to RelayState in logout objectNicolas Clapies2004-07-261-12/+16