summaryrefslogtreecommitdiffstats
path: root/java
Commit message (Collapse)AuthorAgeFilesLines
* Bindings: remove all SWIG bindings and SWIG related filesBenjamin Dauvergne2010-01-2514-1875/+0
|
* add Makefile.in to MAINTAINERCLEANFILES in every Makefile.amBenjamin Dauvergne2008-05-271-1/+1
|
* fix INCLUDES, remove obsolete JDK_INCLUDES definitionBenjamin Dauvergne2008-05-261-3/+2
|
* add -fno-strict-aliasing to CFLAGS to remove bad code genereation on amd64 ↵Benjamin Dauvergne2008-05-261-2/+2
| | | | and warnings on all platforms
* re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵Benjamin Dauvergne2008-05-231-2/+2
| | | | JDK_INCLUDES does not exist
* added missing Saml2AttributeValue.java to distributed filesFrederic Peters2008-02-171-0/+1
|
* removed obsolete file from Makefile.amFrederic Peters2008-02-171-1/+0
|
* removed LassoSignatureTypeFrederic Peters2007-08-211-1/+0
|
* updated with current list of swig generated filesFrederic Peters2007-08-131-15/+18
|
* fixed gcj warnings + added 2 checksDamien Laniel2007-06-131-1/+3
|
* fixed tabs and spaces mixDamien Laniel2007-06-131-54/+54
|
* fix for getting nameIdentifier contentDamien Laniel2007-06-131-3/+3
|
* updated Copyright dates in remaining filesDamien Laniel2007-05-304-4/+4
|
* tarball have to ship two new Java fileFrederic Peters2006-12-081-0/+2
|
* Helps building outside srcdirFrederic Peters2006-03-211-1/+1
|
* ignoring generated saml2 filesFrederic Peters2006-03-081-0/+23
|
* updated generated java files listFrederic Peters2006-03-061-19/+101
|
* swig files were split, dependencies needed to be updatedFrederic Peters2005-09-271-3/+2
|
* Updated ignored java files.Nicolas Clapies2005-09-061-1/+21
|
* Replaced ProfileService.java by DataService.javaNicolas Clapies2005-08-251-1/+1
|
* bring wsf files on make distFrederic Peters2005-05-251-2/+62
|
* Fix a syntax error only reported by MSVC.Romain Chantereay2005-02-161-0/+3
| | | | Create a void pointer in an empty structure declaration.
* doesn't mention wsf files for now; a better solution will be devised in timeFrederic Peters2005-01-301-14/+6
|
* Added binding for saml:AttributeValue.Emmanuel Raviart2005-01-292-1/+2
| | | | Corrected use of constant LASSO_WSF_ENABLED in binding.
* ignore more and more filesFrederic Peters2005-01-261-0/+24
|
* Updated ColdFusion examples.Emmanuel Raviart2005-01-262-22/+29
|
* Added SWIG binding for lasso_session_get_assertions. Also added Java code toEmmanuel Raviart2005-01-261-2/+3
| | | | test it.
* every morning I distcheck and fix java and csharp classes; oh yeah.Frederic Peters2005-01-261-31/+29
|
* Updated Java LoginTest and test metadata.Emmanuel Raviart2005-01-261-130/+146
|
* updated swig generated file listFrederic Peters2005-01-252-32/+41
|
* fixed DowncastableNode.java filenameFrederic Peters2005-01-251-1/+1
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-224-8/+8
|
* SWIG: Renamed constants from camelCase to UPPER_CASE.Emmanuel Raviart2005-01-224-27/+27
|
* Improved C# binding.Emmanuel Raviart2005-01-191-3/+4
|
* Extracted the inheritance of nodes from SWIG in a separate file, to removeEmmanuel Raviart2005-01-171-1/+2
| | | | | | its duplication in Lasso.i. Reorganized Lasso.i.
* Improved Java .cvsignore.Emmanuel Raviart2005-01-171-0/+1
|
* Completed Java binding tests.Emmanuel Raviart2005-01-171-0/+62
|
* SWIG: Added support for dynamic casting in Java. It works, but it has beenEmmanuel Raviart2005-01-172-1/+72
| | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode.
* SWIG: Renamed getitem to getItem. Idem for setitem.Emmanuel Raviart2005-01-151-7/+53
| | | | | Java: Added a third binding test. PHP: Corrected header of binding test.
* Added first 2 binding tests for Java.Emmanuel Raviart2005-01-152-6/+92
| | | | Corrected help for Java login test.
* Updated authors.Emmanuel Raviart2005-01-151-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.
* updated list of java swig generated filesFrederic Peters2005-01-121-3/+2
|
* even more files to ignoreFrederic Peters2005-01-111-0/+3
|
* include new java files (note that I also modified the buildbox, it was notFrederic Peters2005-01-112-1/+20
| | | | checking lasso.jar file, it does now and will therefore fail, too bad)
* Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList).Emmanuel Raviart2005-01-081-2/+2
|
* updated swig generated java files list to have a working make distcheckFrederic Peters2005-01-032-35/+82
|
* don't use $< since it fails with BSD make.Frederic Peters2004-12-291-1/+2
|
* Commited Nicolas SWIG binding for WSF since he is on vacation.Frederic Peters2004-12-231-1/+1
|
* ignoring some more swig generated filesFrederic Peters2004-12-211-1/+4
|
* Updated list of files generated by SWIG in C# and Java bindings; fixed PHPFrederic Peters2004-12-211-11/+9
| | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that.