Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bindings: remove all SWIG bindings and SWIG related files | Benjamin Dauvergne | 2010-01-25 | 1 | -244/+0 |
| | |||||
* | fixed gcj warnings + added 2 checks | Damien Laniel | 2007-06-13 | 1 | -1/+3 |
| | |||||
* | fixed tabs and spaces mix | Damien Laniel | 2007-06-13 | 1 | -54/+54 |
| | |||||
* | fix for getting nameIdentifier content | Damien Laniel | 2007-06-13 | 1 | -3/+3 |
| | |||||
* | updated Copyright dates in remaining files | Damien Laniel | 2007-05-30 | 1 | -1/+1 |
| | |||||
* | Added SWIG binding for lasso_session_get_assertions. Also added Java code to | Emmanuel Raviart | 2005-01-26 | 1 | -2/+3 |
| | | | | test it. | ||||
* | Updated Java LoginTest and test metadata. | Emmanuel Raviart | 2005-01-26 | 1 | -130/+146 |
| | |||||
* | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 1 | -1/+1 |
| | |||||
* | SWIG: Renamed constants from camelCase to UPPER_CASE. | Emmanuel Raviart | 2005-01-22 | 1 | -15/+15 |
| | |||||
* | Added first 2 binding tests for Java. | Emmanuel Raviart | 2005-01-15 | 1 | -6/+6 |
| | | | | Corrected help for Java login test. | ||||
* | Updated authors. | Emmanuel Raviart | 2005-01-15 | 1 | -7/+9 |
| | | | | | | Changed authors & copyright in SWIG and unit tests headers. Extracted binding_tests.py from profiles_tests.py, so that each language has a binding specific test. | ||||
* | Removed certificates that are no more used. | Emmanuel Raviart | 2004-08-13 | 1 | -17/+17 |
| | |||||
* | New Autotools infrastructure. | Romain Chantereay | 2004-08-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Don't hesitate to report bug (if any). Main changes: - No more, or so few AM_CONDITIONAL. - Binding compilation use AC_SUBST top level Makefile SUBDIRS. - Change order of AM Macro. - Added Macro. - Fix Windows Compilation. - New way to handle version number. - Use of lasso_config.h - more ? I do not remember. | ||||
* | Updated Java binding and unit test. | Emmanuel Raviart | 2004-07-31 | 1 | -21/+33 |
| | |||||
* | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 1 | -8/+7 |
| | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | ||||
* | Java unit test is again similar to Python. | Emmanuel Raviart | 2004-07-25 | 1 | -4/+6 |
| | | | | | | Corrected Java binding to pass the unit test both with Kaffe and Sun JRE. Added a small new test in Python unit test. | ||||
* | Updated unit tests to show logout bug. | Emmanuel Raviart | 2004-07-24 | 1 | -3/+7 |
| | |||||
* | Added Java LassoUser.getAuthenticationMethod | Emmanuel Raviart | 2004-07-23 | 1 | -6/+5 |
| | | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests. | ||||
* | Inverted assertion operands, so that error messages be more logical. | Emmanuel Raviart | 2004-07-23 | 1 | -21/+21 |
| | |||||
* | First non regression test that supports full logout procedure... and shows a | Emmanuel Raviart | 2004-07-23 | 1 | -0/+2 |
| | | | | bug. | ||||
* | Added (incomplete) logout tests for Python & Java. | Emmanuel Raviart | 2004-07-23 | 1 | -4/+39 |
| | |||||
* | Corrected Java non-regression test bug (found with Sun non free jdk :-/ ). | Emmanuel Raviart | 2004-07-22 | 1 | -1/+1 |
| | | | | Improved some .cvsignore. | ||||
* | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 1 | -4/+25 |
| | | | | | | | | | | But Java test doesn't work: java.lang.UnsatisfiedLinkError: libjlasso: not found Adding its directory to LD_LIBRARY_PATH may help. at LoginTest.main (LoginTest.java:165) And I don't understand why. Please professor, help me! | ||||
* | A little more java binding and non-regression tests. | Emmanuel Raviart | 2004-07-22 | 1 | -12/+45 |
| | |||||
* | Java & Python tests do not regress. They even progress. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+13 |
| | |||||
* | Some progress in first non regression test. | Emmanuel Raviart | 2004-07-22 | 1 | -18/+36 |
| | |||||
* | Changed Makefile for Kaffe support. | Emmanuel Raviart | 2004-07-21 | 1 | -0/+85 |
Added new class LassoObject. First non regression test. |