Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | In Python high-level binding, constants are now defined using 2 forms: as a | Emmanuel Raviart | 2004-08-20 | 1 | -16/+33 | |
| | | | | | global variable and as a dict item. For example: libNameIDPolicyTypeFederated and libNameIDPolicyTypes['federated']. | |||||
* | Removed an useless inclusion directory. | Romain Chantereay | 2004-08-20 | 1 | -1/+1 | |
| | ||||||
* | Corrections in Python high-level binding: | Emmanuel Raviart | 2004-08-20 | 1 | -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 the | Emmanuel Raviart | 2004-08-20 | 1 | -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 Python | Emmanuel Raviart | 2004-08-20 | 1 | -2/+8 | |
| | | | | binding. | |||||
* | install lasso.py (and cleaned a bit the Makefile.am) | Frederic Peters | 2004-08-20 | 1 | -24/+18 | |
| | ||||||
* | fixed includes | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | ||||||
* | Updated .cvsignore. | Emmanuel Raviart | 2004-08-20 | 1 | -0/+2 | |
| | ||||||
* | Removed old Python binding. | Emmanuel Raviart | 2004-08-20 | 86 | -6890/+0 | |
| | ||||||
* | Updated Python high-level binding and tests. | Emmanuel Raviart | 2004-08-20 | 6 | -23/+180 | |
| | | | | May all the lights be green! | |||||
* | Created a high-level API above SWIG Python API. | Emmanuel Raviart | 2004-08-19 | 1 | -1288/+291 | |
| | | | | Removed a trailing "s" from an enum. | |||||
* | the quest for a working make distcheck; part 1: srcdir is not always builddir. | Frederic Peters | 2004-08-19 | 1 | -2/+2 | |
| | ||||||
* | Deeply reworked SWIG bindings for the Lasso objects we currently use. | Emmanuel Raviart | 2004-08-19 | 1 | -1/+2 | |
| | | | | | Note: Python high-level bindings are not yet updated to use these SWIG bindings. | |||||
* | Reformated some lines in python Makefile.am | Romain Chantereay | 2004-08-19 | 1 | -2/+2 | |
| | | | | Added -I.. to java Makefile.am CFLAGS. | |||||
* | Some modifications. | Romain Chantereay | 2004-08-19 | 1 | -1/+2 | |
| | ||||||
* | The rules generating the C wrapper is defined generating the python wrapper too. | Romain Chantereay | 2004-08-19 | 1 | -2/+2 | |
| | ||||||
* | disabled tests that do not really need really quick fixing. (with the hope | Frederic Peters | 2004-08-19 | 1 | -2/+2 | |
| | | | | to get a full green line) | |||||
* | Update python binding | Valery Febvre | 2004-08-19 | 3 | -7/+6 | |
| | ||||||
* | If swig not present: SWIG=echo | Romain Chantereay | 2004-08-19 | 1 | -1/+1 | |
| | | | | python automake use $SWIG instead of swig. | |||||
* | Bug correction. | Emmanuel Raviart | 2004-08-19 | 1 | -1/+1 | |
| | ||||||
* | __str__ should not have arguments. | Emmanuel Raviart | 2004-08-19 | 1 | -2/+2 | |
| | ||||||
* | Now python binding is handled by SWIG. Manou takes the following parts. | Romain Chantereay | 2004-08-19 | 1 | -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 udpates | Nicolas Clapies | 2004-08-18 | 4 | -10/+14 | |
| | ||||||
* | properly use libtool convenience libraries (intend is to build correctly on | Frederic Peters | 2004-08-18 | 5 | -12/+12 | |
| | | | | hppa) | |||||
* | Improved session deletion in Python simulator. | Emmanuel Raviart | 2004-08-16 | 2 | -0/+4 | |
| | ||||||
* | Removed comments. | Emmanuel Raviart | 2004-08-16 | 1 | -3/+0 | |
| | ||||||
* | Added logout to sample Liberty proxy, but it fails because of Lasso bug #259. | Emmanuel Raviart | 2004-08-14 | 4 | -19/+48 | |
| | ||||||
* | Removed certificates that are no more used. | Emmanuel Raviart | 2004-08-13 | 1 | -4/+4 | |
| | ||||||
* | Updated Python sample sites to use new certificates. | Emmanuel Raviart | 2004-08-13 | 4 | -80/+80 | |
| | ||||||
* | Added metadata corresponding to new certificates. | Emmanuel Raviart | 2004-08-12 | 2 | -22/+24 | |
| | | | | Updated non regression tests to use these certificates and metadata. | |||||
* | Corrected comment. | Emmanuel Raviart | 2004-08-11 | 1 | -2/+2 | |
| | ||||||
* | Create a new test Proxy server (a server between a SP and an IDP, which acts | Emmanuel Raviart | 2004-08-11 | 13 | -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 Raviart | 2004-08-11 | 4 | -18/+28 | |
| | ||||||
* | Removed server public key in tests: it seems that it is no more used. | Emmanuel Raviart | 2004-08-11 | 3 | -4/+4 | |
| | ||||||
* | In Python simulator, redirect now accepts partial URLs. | Emmanuel Raviart | 2004-08-11 | 1 | -0/+12 | |
| | ||||||
* | In python/tests, there are now a sample IDP (sample-idp.py) and a sample SP | Emmanuel Raviart | 2004-08-11 | 14 | -69/+939 | |
| | | | | (sample-sp.py). The two applications are real servers. | |||||
* | Improved Python unit tests. | Emmanuel Raviart | 2004-08-10 | 8 | -204/+326 | |
| | ||||||
* | Renamed LEC to LECP. It is really a proxy. | Emmanuel Raviart | 2004-08-09 | 2 | -15/+13 | |
| | ||||||
* | LECP now nearly works. Still a segmentation fault at the end, but Valos is | Emmanuel Raviart | 2004-08-09 | 5 | -65/+92 | |
| | | | | aware of it. | |||||
* | Updated Python tests. Not finished but Valos want it to debug Lasso. | Emmanuel Raviart | 2004-08-09 | 8 | -515/+709 | |
| | ||||||
* | new lack of error checking test case; not even the developer fault this time; | Frederic Peters | 2004-08-09 | 1 | -2/+27 | |
| | | | | the program got bad data; lasso segfault. | |||||
* | Small fix | Valery Febvre | 2004-08-09 | 1 | -1/+1 | |
| | ||||||
* | Updated server | Valery Febvre | 2004-08-09 | 2 | -3/+4 | |
| | ||||||
* | Update | Valery Febvre | 2004-08-09 | 1 | -10/+15 | |
| | ||||||
* | 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 | |||||
* | the point is to fix lasso not to segfault; not to fix tests to make lasso | Frederic Peters | 2004-08-09 | 1 | -2/+2 | |
| | | | | happy. | |||||
* | 'Class methods' Login.new() & Logout.new() should be used | Valery Febvre | 2004-08-09 | 1 | -2/+2 | |
| | | | | instead of Login() & Logout() constructors | |||||
* | Updated Python unit tests infrastructure, so that it can be reused for | Emmanuel Raviart | 2004-08-09 | 8 | -284/+247 | |
| | | | | independant simulation applications. | |||||
* | Added module http. It is derived from Expression eponym module, but it is | Emmanuel Raviart | 2004-08-09 | 1 | -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. |