| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for "invalid query" errors in Python high-level binding. | Emmanuel Raviart | 2004-08-27 | 1 | -1/+10 |
| | | |||||
| * | Corrected SWIG binding. | Emmanuel Raviart | 2004-08-27 | 2 | -6/+26 |
| | | | | | Corrected Python tests. | ||||
| * | Replaced SWIG specific functions to access "request" and "response" | Emmanuel Raviart | 2004-08-27 | 1 | -8/+24 |
| | | | | | attributes of profiles, with SWIG read-only attributes. | ||||
| * | Removed SWIG Lasso.c file. | Emmanuel Raviart | 2004-08-27 | 2 | -3/+27 |
| | | | | | Added a Python test for defederation (currently it aborts). | ||||
| * | Forgot to declare a parameter as optionnal. | Emmanuel Raviart | 2004-08-26 | 1 | -1/+1 |
| | | |||||
| * | Added constant lassoHttpMethodAny. | Emmanuel Raviart | 2004-08-26 | 1 | -6/+23 |
| | | | | | Added error constants to SWIG (and one to Python). | ||||
| * | Added a --source-dir option to tests. | Emmanuel Raviart | 2004-08-25 | 3 | -21/+50 |
| | | |||||
| * | Removed obsolete Python test framework. | Emmanuel Raviart | 2004-08-25 | 19 | -3910/+27 |
| | | |||||
| * | Corrected SWIG Defederation binding. | Emmanuel Raviart | 2004-08-24 | 1 | -0/+31 |
| | | | | | Created Python high-level class for Defederation. | ||||
| * | Cleaned a little the automake files. | Romain Chantereay | 2004-08-23 | 1 | -3/+3 |
| | | | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation. | ||||
| * | Updated "Writing a SP" doc & PHP binding to Lasso API change. | Emmanuel Raviart | 2004-08-21 | 1 | -1/+1 |
| | | |||||
| * | Moved param 'http_method' of lasso_login_build_authn_request_msg() method | Valery Febvre | 2004-08-21 | 2 | -6/+7 |
| | | | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API | ||||
| * | I prefer it that way | Frederic Peters | 2004-08-21 | 1 | -1/+1 |
| | | |||||
| * | reenabled tests since the swig binding is ok now | Frederic Peters | 2004-08-21 | 1 | -2/+2 |
| | | |||||
| * | Added new argument to lasso_login_build_authn_request_msg. | Emmanuel Raviart | 2004-08-20 | 2 | -8/+9 |
| | | |||||
| * | 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 |
| | | |||||
