Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Added java binding swig generation. | Romain Chantereay | 2004-08-10 | 18 | -1673/+0 |
| | | | | | | | | | - Added Swig Interface file. - Added readme for java build dependencies - Removed old java/src directory (still present on the CVS and this is important). | ||||
* | Me 1, Litlle memory stick Windows computer 0. | Romain Chantereay | 2004-08-04 | 1 | -3/+2 |
| | | | | | | First step toward a fully automaked java build. java now compile and build the DLL. | ||||
* | New Autotools infrastructure. | Romain Chantereay | 2004-08-03 | 1 | -3/+16 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | 12 | -210/+298 |
| | |||||
* | Removed last profile_context or profileContext. | Emmanuel Raviart | 2004-07-30 | 2 | -54/+54 |
| | |||||
* | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 3 | -33/+17 |
| | | | | | | | | Upgraded some residual calls to login_new & logout_new. Updated Java binding. Java unit test works (and C too, but Python still doesn't). | ||||
* | use the macro to get logout data. | Romain Chantereay | 2004-07-26 | 1 | -1/+1 |
| | |||||
* | Java unit test is again similar to Python. | Emmanuel Raviart | 2004-07-25 | 4 | -59/+105 |
| | | | | | | Corrected Java binding to pass the unit test both with Kaffe and Sun JRE. Added a small new test in Python unit test. | ||||
* | Added Java LassoUser.getAuthenticationMethod | Emmanuel Raviart | 2004-07-23 | 1 | -0/+18 |
| | | | | | | Python method User.get_authentication_method argument is now optional. Use of this method in non-regression tests. | ||||
* | First non regression test that supports full logout procedure... and shows a | Emmanuel Raviart | 2004-07-23 | 1 | -0/+13 |
| | | | | bug. | ||||
* | Added (incomplete) logout tests for Python & Java. | Emmanuel Raviart | 2004-07-23 | 2 | -5/+7 |
| | |||||
* | Corrected Java non-regression test bug (found with Sun non free jdk :-/ ). | Emmanuel Raviart | 2004-07-22 | 1 | -3/+5 |
| | | | | Improved some .cvsignore. | ||||
* | Nearly completed Python & Java first non-regression test for login. | Emmanuel Raviart | 2004-07-22 | 2 | -4/+20 |
| | | | | | | | | | | 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! | ||||
* | Added Java Lasso method getRequestTypeFromSoapMsg. | Emmanuel Raviart | 2004-07-22 | 1 | -0/+10 |
| | |||||
* | A little more java binding and non-regression tests. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+48 |
| | |||||
* | Java & Python tests do not regress. They even progress. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+1 |
| | |||||
* | Corrected Lasso URL for java binding. | Emmanuel Raviart | 2004-07-22 | 2 | -2/+2 |
| | |||||
* | Some progress in first non regression test. | Emmanuel Raviart | 2004-07-22 | 3 | -7/+7 |
| | |||||
* | C (before C99) didn't allow // as comments; trying to be kind | Frederic Peters | 2004-07-21 | 3 | -6/+6 |
| | |||||
* | fixed lasso site url | Frederic Peters | 2004-07-21 | 13 | -13/+13 |
| | |||||
* | Changed Makefile for Kaffe support. | Emmanuel Raviart | 2004-07-21 | 14 | -96/+134 |
| | | | | | | Added new class LassoObject. First non regression test. | ||||
* | Added Java binding. | Emmanuel Raviart | 2004-07-20 | 15 | -0/+1397 |