summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Also look for include files in top_src_dir/lasso. As for the python binding.Frederic Peters2004-08-201-1/+1
| | | | | I actually think this is a bug; why should lasso_wrap.c include lasso.h and not <lasso/lasso.h> ?
* include top source dirFrederic Peters2004-08-201-1/+1
|
* Reformated some lines in python Makefile.amRomain Chantereay2004-08-191-0/+1
| | | | Added -I.. to java Makefile.am CFLAGS.
* Some modifications.Romain Chantereay2004-08-191-7/+11
|
* Use JDK_INCLUDE if jdk is Kaffe's or Sun's.Romain Chantereay2004-08-191-0/+1
|
* Java now distributes itself well and compile well too.Romain Chantereay2004-08-181-4/+3
| | | | (SWIG not needed when compiling sources distribution.)
* Removed certificates that are no more used.Emmanuel Raviart2004-08-132-25/+25
|
* Corrected automake problems.Romain Chantereay2004-08-101-2/+2
|
* Create package directory if not exists.Romain Chantereay2004-08-101-0/+1
|
* - Added java binding swig generation.Romain Chantereay2004-08-1037-2566/+112
| | | | | | | | | - 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 Chantereay2004-08-044-24/+27
| | | | | | First step toward a fully automaked java build. java now compile and build the DLL.
* No more anoying warning.Romain Chantereay2004-08-031-2/+2
|
* - Learn back to the previous Python detection.Romain Chantereay2004-08-031-2/+0
| | | | - Corrected invalid variable in automake java top dir Makefile.
* New Autotools infrastructure.Romain Chantereay2004-08-036-92/+605
| | | | | | | | | | | | | | | | | | | | | | 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 Raviart2004-07-3118-258/+424
|
* Removed last profile_context or profileContext.Emmanuel Raviart2004-07-305-58/+58
|
* Removed obsolete logout method load_from_dump.Emmanuel Raviart2004-07-267-52/+33
| | | | | | | | 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 Chantereay2004-07-261-1/+1
|
* Added a ColdFusion redirect to IDP single sign-on URL.Emmanuel Raviart2004-07-251-0/+1
|
* Added Makefile for ColdFusion "binding".Emmanuel Raviart2004-07-251-0/+39
|
* Added ColdFusion very preliminary "binding" using Java binding.Emmanuel Raviart2004-07-253-0/+100
|
* Java unit test is again similar to Python.Emmanuel Raviart2004-07-2513-89/+162
| | | | | | 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 Raviart2004-07-241-3/+7
|
* compile java binding intree (doesn't try to link to a system liblasso)Frederic Peters2004-07-241-1/+3
|
* removed Question (shouldn't have been commited)Frederic Peters2004-07-241-12/+0
|
* Added Java LassoUser.getAuthenticationMethodEmmanuel Raviart2004-07-233-6/+25
| | | | | | 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 Raviart2004-07-231-21/+21
|
* First non regression test that supports full logout procedure... and shows aEmmanuel Raviart2004-07-233-0/+17
| | | | bug.
* Removed directory we should not be in CVS.Emmanuel Raviart2004-07-231-2/+0
|
* Added (incomplete) logout tests for Python & Java.Emmanuel Raviart2004-07-234-12/+56
|
* Corrected Java non-regression test bug (found with Sun non free jdk :-/ ).Emmanuel Raviart2004-07-223-4/+7
| | | | Improved some .cvsignore.
* Nearly completed Python & Java first non-regression test for login.Emmanuel Raviart2004-07-225-9/+47
| | | | | | | | | | 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 Raviart2004-07-222-0/+18
|
* A little more java binding and non-regression tests.Emmanuel Raviart2004-07-224-14/+118
|
* Java & Python tests do not regress. They even progress.Emmanuel Raviart2004-07-224-3/+25
|
* Corrected Lasso URL for java binding.Emmanuel Raviart2004-07-223-3/+3
|
* Some progress in first non regression test.Emmanuel Raviart2004-07-228-36/+67
|
* C (before C99) didn't allow // as comments; trying to be kindFrederic Peters2004-07-213-6/+6
|
* fixed lasso site urlFrederic Peters2004-07-2126-26/+26
|
* Added gcj support.Emmanuel Raviart2004-07-211-3/+8
|
* Changed Makefile for Kaffe support.Emmanuel Raviart2004-07-2133-307/+318
| | | | | | Added new class LassoObject. First non regression test.
* Added Java binding.Emmanuel Raviart2004-07-2032-0/+2307