| Commit message (Expand) | Author | Age | Files | Lines |
| * | new lack of error checking test case; not even the developer fault this time; | Frederic Peters | 2004-08-09 | 1 | -2/+27 |
| * | Small fix | Valery Febvre | 2004-08-09 | 1 | -1/+1 |
| * | Fixed a bug in lasso_lecp_build_authn_request_msg() | Valery Febvre | 2004-08-09 | 1 | -2/+7 |
| * | Updated server | Valery Febvre | 2004-08-09 | 2 | -3/+4 |
| * | Added XML export type in lasso_authn_request_envelope_new_from_export() | Valery Febvre | 2004-08-09 | 1 | -0/+3 |
| * | Server objects can now be created without metadata | Valery Febvre | 2004-08-09 | 1 | -21/+27 |
| * | Corrected correction | Valery Febvre | 2004-08-09 | 1 | -5/+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 | 3 | -32/+54 |
| * | Removed the param 'remote_providerID' of lasso_login_init_authn_request() method | Valery Febvre | 2004-08-09 | 3 | -20/+21 |
| * | Added 3 missing #include | Valery Febvre | 2004-08-09 | 1 | -0/+3 |
| * | the point is to fix lasso not to segfault; not to fix tests to make lasso | Frederic Peters | 2004-08-09 | 1 | -2/+2 |
| * | 'Class methods' Login.new() & Logout.new() should be used | Valery Febvre | 2004-08-09 | 1 | -2/+2 |
| * | Added doc | Valery Febvre | 2004-08-09 | 1 | -0/+30 |
| * | Updated Python unit tests infrastructure, so that it can be reused for | Emmanuel Raviart | 2004-08-09 | 8 | -284/+247 |
| * | Added module http. It is derived from Expression eponym module, but it is | Emmanuel Raviart | 2004-08-09 | 1 | -0/+713 |
| * | Added module abstractweb. | Emmanuel Raviart | 2004-08-09 | 1 | -0/+156 |
| * | Added module assertions to Python Lasso simulator. | Emmanuel Raviart | 2004-08-09 | 1 | -0/+126 |
| * | Added module builtins to Python Lasso simulator. builtins will replace | Emmanuel Raviart | 2004-08-09 | 1 | -0/+45 |
| * | Relpaced the lasso_str_hash() call by lasso_sha1() in the | Valery Febvre | 2004-08-08 | 1 | -11/+19 |
| * | In the dump of the identity object, | Valery Febvre | 2004-08-08 | 1 | -11/+7 |
| * | In the dump of the session object, | Valery Febvre | 2004-08-08 | 1 | -4/+5 |
| * | In the dump of the server object, | Valery Febvre | 2004-08-08 | 2 | -75/+78 |
| * | Minor fixs | Valery Febvre | 2004-08-08 | 1 | -16/+14 |
| * | In the dump of the federation object, | Valery Febvre | 2004-08-08 | 2 | -3/+4 |
| * | In the dump of the provider object, | Valery Febvre | 2004-08-08 | 2 | -2/+4 |
| * | missed new files | Frederic Peters | 2004-08-08 | 2 | -0/+7 |
| * | debian packaging: | Frederic Peters | 2004-08-08 | 6 | -14/+30 |
| * | fixed FSF address | Frederic Peters | 2004-08-08 | 1 | -1/+1 |
| * | Added LECP support in Python simulator and unit tests. I think I have found | Emmanuel Raviart | 2004-08-07 | 6 | -124/+437 |
| * | Added lasso_sha1() method (will replace lasso_str_hash) | Valery Febvre | 2004-08-07 | 2 | -1/+13 |
| * | new tests; lasso needs some error checking | Frederic Peters | 2004-08-07 | 2 | -0/+50 |
| * | Added attributes request, request_type, response, response_type to Lecp in | Emmanuel Raviart | 2004-08-07 | 2 | -3/+26 |
| * | Added tests for forceAuthn. Light will still be green. | Emmanuel Raviart | 2004-08-06 | 2 | -1/+41 |
| * | Added Python simulation for isPassive and corrected some simulation bugs. | Emmanuel Raviart | 2004-08-06 | 4 | -33/+109 |
| * | Moved session & identity properties in private section | Valery Febvre | 2004-08-06 | 1 | -4/+6 |
| * | Removed debug messages | Valery Febvre | 2004-08-06 | 2 | -6/+5 |
| * | Removed an invalid SGML tag | Valery Febvre | 2004-08-06 | 1 | -1/+0 |
| * | Update of the Lasso API Reference | Valery Febvre | 2004-08-06 | 3 | -153/+262 |
| * | New Python tests. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+20 |
| * | Added new Python test. It works, but see bug #245. | Emmanuel Raviart | 2004-08-06 | 4 | -69/+93 |
| * | Reversed error sign convention for Python binding. | Emmanuel Raviart | 2004-08-06 | 1 | -4/+4 |
| * | Added missing parameter description in 5 methods | Valery Febvre | 2004-08-06 | 1 | -0/+5 |
| * | summarized libtool version info comment | Frederic Peters | 2004-08-06 | 1 | -34/+6 |
| * | Corrected a bug in test. | Emmanuel Raviart | 2004-08-06 | 1 | -1/+1 |
| * | Fixed #244 : check for libexpat | Christophe Nowicki | 2004-08-06 | 1 | -0/+8 |
| * | Fixed a bug in lasso_login_must_authenticate() method | Valery Febvre | 2004-08-06 | 1 | -1/+2 |
| * | Added a new test. If Nico & Valos are not quick enough, the light will be red. | Emmanuel Raviart | 2004-08-06 | 1 | -2/+26 |
| * | Cleanly separated the new Python Lasso simulator from unit tests. | Emmanuel Raviart | 2004-08-06 | 5 | -877/+645 |
| * | PHP_PREFIX in configure.ac. Add good LDFLAGS and LIBADD to php/Makefile.am | Christophe Nowicki | 2004-08-06 | 2 | -9/+13 |