summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Collapse)AuthorAgeFilesLines
...
* In Python high-level binding, constants are now defined using 2 forms: as aEmmanuel Raviart2004-08-201-16/+33
| | | | | global variable and as a dict item. For example: libNameIDPolicyTypeFederated and libNameIDPolicyTypes['federated'].
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-1/+1
|
* Corrections in Python high-level binding:Emmanuel Raviart2004-08-201-9/+8
| | | | | | - Added missing self in previous commit. - Server default constructor allows again to give no arguments.
* I have always wanted that Python bindings for GTK, libXML, etc, allow theEmmanuel Raviart2004-08-201-86/+107
| | | | | user to override the classes they define. So I did it for Lasso Python high-level bindings.
* Added method get_authentication_method to session in high-level PythonEmmanuel Raviart2004-08-201-2/+8
| | | | binding.
* install lasso.py (and cleaned a bit the Makefile.am)Frederic Peters2004-08-201-24/+18
|
* fixed includesFrederic Peters2004-08-201-1/+1
|
* Updated .cvsignore.Emmanuel Raviart2004-08-201-0/+2
|
* Removed old Python binding.Emmanuel Raviart2004-08-2086-6890/+0
|
* Updated Python high-level binding and tests.Emmanuel Raviart2004-08-206-23/+180
| | | | May all the lights be green!
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-191-1288/+291
| | | | Removed a trailing "s" from an enum.
* the quest for a working make distcheck; part 1: srcdir is not always builddir.Frederic Peters2004-08-191-2/+2
|
* Deeply reworked SWIG bindings for the Lasso objects we currently use.Emmanuel Raviart2004-08-191-1/+2
| | | | | Note: Python high-level bindings are not yet updated to use these SWIG bindings.
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-2/+2
| | | | Added -I.. to java Makefile.am CFLAGS.
* Some modifications.Romain Chantereay2004-08-191-1/+2
|
* The rules generating the C wrapper is defined generating the python wrapper too.Romain Chantereay2004-08-191-2/+2
|
* disabled tests that do not really need really quick fixing. (with the hopeFrederic Peters2004-08-191-2/+2
| | | | to get a full green line)
* Update python bindingValery Febvre2004-08-193-7/+6
|
* If swig not present: SWIG=echoRomain Chantereay2004-08-191-1/+1
| | | | python automake use $SWIG instead of swig.
* Bug correction.Emmanuel Raviart2004-08-191-1/+1
|
* __str__ should not have arguments.Emmanuel Raviart2004-08-191-2/+2
|
* Now python binding is handled by SWIG. Manou takes the following parts.Romain Chantereay2004-08-191-28/+44
| | | | | All the file in the python directory except Makefile.am are useless now; but I do not remove it.
* little register name identifier udpatesNicolas Clapies2004-08-184-10/+14
|
* properly use libtool convenience libraries (intend is to build correctly onFrederic Peters2004-08-185-12/+12
| | | | hppa)
* Improved session deletion in Python simulator.Emmanuel Raviart2004-08-162-0/+4
|
* Removed comments.Emmanuel Raviart2004-08-161-3/+0
|
* Added logout to sample Liberty proxy, but it fails because of Lasso bug #259.Emmanuel Raviart2004-08-144-19/+48
|
* Removed certificates that are no more used.Emmanuel Raviart2004-08-131-4/+4
|
* Updated Python sample sites to use new certificates.Emmanuel Raviart2004-08-134-80/+80
|
* Added metadata corresponding to new certificates.Emmanuel Raviart2004-08-122-22/+24
| | | | Updated non regression tests to use these certificates and metadata.
* Corrected comment.Emmanuel Raviart2004-08-111-2/+2
|
* Create a new test Proxy server (a server between a SP and an IDP, which actsEmmanuel Raviart2004-08-1113-137/+586
| | | | as an IDP for the SP and as a SP for the IDP): login works.
* Better handling and checking of Liberty-Enabled header.Emmanuel Raviart2004-08-114-18/+28
|
* Removed server public key in tests: it seems that it is no more used.Emmanuel Raviart2004-08-113-4/+4
|
* In Python simulator, redirect now accepts partial URLs.Emmanuel Raviart2004-08-111-0/+12
|
* In python/tests, there are now a sample IDP (sample-idp.py) and a sample SPEmmanuel Raviart2004-08-1114-69/+939
| | | | (sample-sp.py). The two applications are real servers.
* Improved Python unit tests.Emmanuel Raviart2004-08-108-204/+326
|
* Renamed LEC to LECP. It is really a proxy.Emmanuel Raviart2004-08-092-15/+13
|
* LECP now nearly works. Still a segmentation fault at the end, but Valos isEmmanuel Raviart2004-08-095-65/+92
| | | | aware of it.
* Updated Python tests. Not finished but Valos want it to debug Lasso.Emmanuel Raviart2004-08-098-515/+709
|
* new lack of error checking test case; not even the developer fault this time;Frederic Peters2004-08-091-2/+27
| | | | the program got bad data; lasso segfault.
* Small fixValery Febvre2004-08-091-1/+1
|
* Updated serverValery Febvre2004-08-092-3/+4
|
* UpdateValery Febvre2004-08-091-10/+15
|
* 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
* the point is to fix lasso not to segfault; not to fix tests to make lassoFrederic Peters2004-08-091-2/+2
| | | | happy.
* 'Class methods' Login.new() & Logout.new() should be usedValery Febvre2004-08-091-2/+2
| | | | instead of Login() & Logout() constructors
* Updated Python unit tests infrastructure, so that it can be reused forEmmanuel Raviart2004-08-098-284/+247
| | | | independant simulation applications.
* Added module http. It is derived from Expression eponym module, but it isEmmanuel Raviart2004-08-091-0/+713
| | | | | | derived from abstractweb and it is designed to be a truly independant module. It still need a lot of work, but may be one day, Expression will use it.