Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bindings: remove all SWIG bindings and SWIG related files | Benjamin Dauvergne | 2010-01-25 | 14 | -1875/+0 |
| | |||||
* | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 1 | -1/+1 |
| | |||||
* | fix INCLUDES, remove obsolete JDK_INCLUDES definition | Benjamin Dauvergne | 2008-05-26 | 1 | -3/+2 |
| | |||||
* | add -fno-strict-aliasing to CFLAGS to remove bad code genereation on amd64 ↵ | Benjamin Dauvergne | 2008-05-26 | 1 | -2/+2 |
| | | | | and warnings on all platforms | ||||
* | re-add swig/java binding to makefile, make it use the JAVA_INCLUDE path, ↵ | Benjamin Dauvergne | 2008-05-23 | 1 | -2/+2 |
| | | | | JDK_INCLUDES does not exist | ||||
* | added missing Saml2AttributeValue.java to distributed files | Frederic Peters | 2008-02-17 | 1 | -0/+1 |
| | |||||
* | removed obsolete file from Makefile.am | Frederic Peters | 2008-02-17 | 1 | -1/+0 |
| | |||||
* | removed LassoSignatureType | Frederic Peters | 2007-08-21 | 1 | -1/+0 |
| | |||||
* | updated with current list of swig generated files | Frederic Peters | 2007-08-13 | 1 | -15/+18 |
| | |||||
* | 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 | 4 | -4/+4 |
| | |||||
* | tarball have to ship two new Java file | Frederic Peters | 2006-12-08 | 1 | -0/+2 |
| | |||||
* | Helps building outside srcdir | Frederic Peters | 2006-03-21 | 1 | -1/+1 |
| | |||||
* | ignoring generated saml2 files | Frederic Peters | 2006-03-08 | 1 | -0/+23 |
| | |||||
* | updated generated java files list | Frederic Peters | 2006-03-06 | 1 | -19/+101 |
| | |||||
* | swig files were split, dependencies needed to be updated | Frederic Peters | 2005-09-27 | 1 | -3/+2 |
| | |||||
* | Updated ignored java files. | Nicolas Clapies | 2005-09-06 | 1 | -1/+21 |
| | |||||
* | Replaced ProfileService.java by DataService.java | Nicolas Clapies | 2005-08-25 | 1 | -1/+1 |
| | |||||
* | bring wsf files on make dist | Frederic Peters | 2005-05-25 | 1 | -2/+62 |
| | |||||
* | Fix a syntax error only reported by MSVC. | Romain Chantereay | 2005-02-16 | 1 | -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 time | Frederic Peters | 2005-01-30 | 1 | -14/+6 |
| | |||||
* | Added binding for saml:AttributeValue. | Emmanuel Raviart | 2005-01-29 | 2 | -1/+2 |
| | | | | Corrected use of constant LASSO_WSF_ENABLED in binding. | ||||
* | ignore more and more files | Frederic Peters | 2005-01-26 | 1 | -0/+24 |
| | |||||
* | Updated ColdFusion examples. | Emmanuel Raviart | 2005-01-26 | 2 | -22/+29 |
| | |||||
* | Added SWIG binding for lasso_session_get_assertions. Also added Java code to | Emmanuel Raviart | 2005-01-26 | 1 | -2/+3 |
| | | | | test it. | ||||
* | every morning I distcheck and fix java and csharp classes; oh yeah. | Frederic Peters | 2005-01-26 | 1 | -31/+29 |
| | |||||
* | Updated Java LoginTest and test metadata. | Emmanuel Raviart | 2005-01-26 | 1 | -130/+146 |
| | |||||
* | updated swig generated file list | Frederic Peters | 2005-01-25 | 2 | -32/+41 |
| | |||||
* | fixed DowncastableNode.java filename | Frederic Peters | 2005-01-25 | 1 | -1/+1 |
| | |||||
* | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 4 | -8/+8 |
| | |||||
* | SWIG: Renamed constants from camelCase to UPPER_CASE. | Emmanuel Raviart | 2005-01-22 | 4 | -27/+27 |
| | |||||
* | Improved C# binding. | Emmanuel Raviart | 2005-01-19 | 1 | -3/+4 |
| | |||||
* | Extracted the inheritance of nodes from SWIG in a separate file, to remove | Emmanuel Raviart | 2005-01-17 | 1 | -1/+2 |
| | | | | | | its duplication in Lasso.i. Reorganized Lasso.i. | ||||
* | Improved Java .cvsignore. | Emmanuel Raviart | 2005-01-17 | 1 | -0/+1 |
| | |||||
* | Completed Java binding tests. | Emmanuel Raviart | 2005-01-17 | 1 | -0/+62 |
| | |||||
* | SWIG: Added support for dynamic casting in Java. It works, but it has been | Emmanuel Raviart | 2005-01-17 | 2 | -1/+72 |
| | | | | | only implemented for SamlpRequestAbstract. It will soon be generalized to LassoNode. | ||||
* | SWIG: Renamed getitem to getItem. Idem for setitem. | Emmanuel Raviart | 2005-01-15 | 1 | -7/+53 |
| | | | | | Java: Added a third binding test. PHP: Corrected header of binding test. | ||||
* | Added first 2 binding tests for Java. | Emmanuel Raviart | 2005-01-15 | 2 | -6/+92 |
| | | | | 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. | ||||
* | updated list of java swig generated files | Frederic Peters | 2005-01-12 | 1 | -3/+2 |
| | |||||
* | even more files to ignore | Frederic Peters | 2005-01-11 | 1 | -0/+3 |
| | |||||
* | include new java files (note that I also modified the buildbox, it was not | Frederic Peters | 2005-01-11 | 2 | -1/+20 |
| | | | | checking lasso.jar file, it does now and will therefore fail, too bad) | ||||
* | Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList). | Emmanuel Raviart | 2005-01-08 | 1 | -2/+2 |
| | |||||
* | updated swig generated java files list to have a working make distcheck | Frederic Peters | 2005-01-03 | 2 | -35/+82 |
| | |||||
* | don't use $< since it fails with BSD make. | Frederic Peters | 2004-12-29 | 1 | -1/+2 |
| | |||||
* | Commited Nicolas SWIG binding for WSF since he is on vacation. | Frederic Peters | 2004-12-23 | 1 | -1/+1 |
| | |||||
* | ignoring some more swig generated files | Frederic Peters | 2004-12-21 | 1 | -1/+4 |
| | |||||
* | Updated list of files generated by SWIG in C# and Java bindings; fixed PHP | Frederic Peters | 2004-12-21 | 1 | -11/+9 |
| | | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that. |