| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove obsolete swig binding csharp, php5, python. | Benjamin Dauvergne | 2008-05-27 | 1 | -130/+0 |
| | | | | | | java stays as long as alain coetmeur needs it php(4) will be superseded by the new bindings/php4 later. | ||||
| * | add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am | Benjamin Dauvergne | 2008-05-27 | 1 | -1/+1 |
| | | |||||
| * | fix INCLUDES | Benjamin Dauvergne | 2008-05-26 | 1 | -2/+2 |
| | | |||||
| * | bring wsf files on make dist | Frederic Peters | 2005-05-25 | 1 | -4/+64 |
| | | |||||
| * | MessageType.cs was removed | Frederic Peters | 2005-02-22 | 1 | -1/+1 |
| | | |||||
| * | missing csharp swig generated file | Frederic Peters | 2005-02-19 | 1 | -1/+1 |
| | | |||||
| * | corrected enum CheckVersionMode binding (didn't work for c# and java) | Frederic Peters | 2005-02-18 | 1 | -1/+1 |
| | | |||||
| * | 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 | 1 | -1/+1 |
| | | | | | Corrected use of constant LASSO_WSF_ENABLED in binding. | ||||
| * | every morning I distcheck and fix java and csharp classes; oh yeah. | Frederic Peters | 2005-01-26 | 1 | -4/+5 |
| | | |||||
| * | updated swig generated files list for C# | Frederic Peters | 2005-01-25 | 1 | -25/+26 |
| | | |||||
| * | Improved C# binding. | Emmanuel Raviart | 2005-01-19 | 1 | -3/+3 |
| | | |||||
| * | 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. | ||||
| * | install and uninstall correctly files (distcheck once again ok) | Frederic Peters | 2005-01-12 | 1 | -1/+3 |
| | | |||||
| * | replaced malloc by strdup; that was stupid. | Frederic Peters | 2005-01-12 | 1 | -1/+1 |
| | | |||||
| * | Renamed NodeArray (resp. StringArray) to NodeList (resp. StringList). | Emmanuel Raviart | 2005-01-08 | 1 | -2/+2 |
| | | |||||
| * | put c# binding in a lasso namespace | Frederic Peters | 2005-01-07 | 1 | -1/+2 |
| | | |||||
| * | updated swig output files list for make distcheck | Frederic Peters | 2005-01-03 | 1 | -10/+25 |
| | | |||||
| * | don't use $< since it fails with BSD make. | Frederic Peters | 2004-12-29 | 1 | -1/+1 |
| | | |||||
| * | Commited Nicolas SWIG binding for WSF since he is on vacation. | Frederic Peters | 2004-12-23 | 1 | -1/+1 |
| | | |||||
| * | Updated list of files generated by SWIG in C# and Java bindings; fixed PHP | Frederic Peters | 2004-12-21 | 1 | -20/+10 |
| | | | | | | Makefile.am; use $(srcdir) to get correct directory in code generation python scrips. make distcheck works after that. | ||||
| * | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -1/+1 |
| | | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that. | ||||
| * | merged late 0.5 changes to java/ and csharp/ Makefile.am | Frederic Peters | 2004-11-22 | 1 | -2/+17 |
| | | |||||
| * | Added new object Assertion to C# & Java bindings. | Emmanuel Raviart | 2004-09-04 | 1 | -1/+1 |
| | | |||||
| * | new classes -> new files | Frederic Peters | 2004-09-02 | 1 | -1/+2 |
| | | |||||
| * | swig generate new objects/filenames | Frederic Peters | 2004-08-30 | 1 | -5/+5 |
| | | |||||
| * | updated c# binding for new class names | Frederic Peters | 2004-08-29 | 1 | -11/+5 |
| | | |||||
| * | Removed SWIG Lasso.c file. | Emmanuel Raviart | 2004-08-27 | 1 | -2/+1 |
| | | | | | Added a Python test for defederation (currently it aborts). | ||||
| * | added Defederation profile; workaround lasso-sharp.snk | Frederic Peters | 2004-08-25 | 1 | -1/+4 |
| | | |||||
| * | more C# fun. dll is now registered with gacutil. But it needed a StrongName; | Frederic Peters | 2004-08-21 | 1 | -3/+5 |
| | | | | | | this is sort of a cryptographic signature for DLL; not clear about this. The key is in csharp/lasso-sharp.snk | ||||
| * | forgot to distribute lasso.dll.config | Frederic Peters | 2004-08-21 | 1 | -1/+1 |
| | | |||||
| * | working lasso c# binding. next step is to figure how mono manages the | Frederic Peters | 2004-08-21 | 1 | -2/+5 |
| | | | | | | directories (currently it looks like CLASSPATH mess but gacutil may be useful). | ||||
| * | getting there; it builds and installs correctly but I'm still trying to | Frederic Peters | 2004-08-21 | 1 | -6/+8 |
| | | | | | | separate assembly name and file name. (no, I don't know what is an assembly name) | ||||
| * | usable lasso c# bindings; liblassosharpglue.so is installed in libdir and | Frederic Peters | 2004-08-21 | 1 | -13/+38 |
| | | | | | | | lasso.dll in /usr/share/dotnet/lasso/ compile with mcs -g -nologo -r:lasso.dll -out:runme.exe runme.cs | ||||
| * | added c# binding; I'm not sure how all of this works and a little program | Frederic Peters | 2004-08-21 | 1 | -0/+23 |
| compiles and run: using System; public class runme { static void Main() { Console.WriteLine("lasso_init"); int rc = lassomod.lasso_init(); Console.WriteLine(String.Format("sortie de lasso_init: {0}", rc)); LassoServer server = new LassoServer( "../tests/data/idp1-la/metadata.xml", "", "../tests/data/idp1-la/private-key-raw.pem", "../tests/data/idp1-la/certificate.pem", lassomod.lassoSignatureMethodRsaSha1); Console.WriteLine("lasso_shutdown"); lassomod.lasso_shutdown(); } } | |||||
