summaryrefslogtreecommitdiffstats
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* Added new argument to lasso_login_build_authn_request_msg.Emmanuel Raviart2004-08-202-8/+9
* In Python high-level binding, constants are now defined using 2 forms: as aEmmanuel Raviart2004-08-201-16/+33
* Removed an useless inclusion directory.Romain Chantereay2004-08-201-1/+1
* 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
* 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
* Created a high-level API above SWIG Python API.Emmanuel Raviart2004-08-191-1288/+291
* 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
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-2/+2
* 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
* Update python bindingValery Febvre2004-08-193-7/+6
* If swig not present: SWIG=echoRomain Chantereay2004-08-191-1/+1
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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 the param 'remote_providerID' of lasso_login_init_authn_request() methodValery Febvre2004-08-091-10/+10
* the point is to fix lasso not to segfault; not to fix tests to make lassoFrederic Peters2004-08-091-2/+2
* 'Class methods' Login.new() & Logout.new() should be usedValery Febvre2004-08-091-2/+2
* Updated Python unit tests infrastructure, so that it can be reused forEmmanuel Raviart2004-08-098-284/+247