Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -2/+2 | |
| | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that. | |||||
* | ignore generated files | Frederic Peters | 2004-12-14 | 1 | -0/+14 | |
| | ||||||
* | merged late 0.5 changes to java/ and csharp/ Makefile.am | Frederic Peters | 2004-11-22 | 1 | -1/+5 | |
| | ||||||
* | Restructured ColdFusion code. Added single logout code. Both single sign-on | Emmanuel Raviart | 2004-09-08 | 5 | -22/+170 | |
| | | | | and single logout work. | |||||
* | Added files that I forgot to commit for 0.4.1 | Emmanuel Raviart | 2004-09-07 | 2 | -5/+5 | |
| | | | | Improved ColdFusion. | |||||
* | Login skeleton for ColdFusion is now fully working. | Emmanuel Raviart | 2004-09-07 | 3 | -3/+104 | |
| | ||||||
* | Add windows linker --add-stdcall-alias in order to permit failsafe use of DLLs. | Romain Chantereay | 2004-09-07 | 1 | -1/+2 | |
| | ||||||
* | Another way to test, ugly, but safe. | Romain Chantereay | 2004-09-07 | 1 | -4/+9 | |
| | ||||||
* | Ok, now a module undex Win32, and a lib under Linux (and other OS). | Romain Chantereay | 2004-09-07 | 1 | -0/+4 | |
| | ||||||
* | Now module is a module. | Romain Chantereay | 2004-09-07 | 1 | -5/+5 | |
| | ||||||
* | Now, we use the detected JAR program instead of an harcoded 'jar' command. | Romain Chantereay | 2004-09-06 | 1 | -1/+1 | |
| | ||||||
* | Half a day of work for this prodigious result: ColdFusion redirects the | Emmanuel Raviart | 2004-09-04 | 2 | -29/+40 | |
| | | | | AuthnRequest to the IDP. | |||||
* | Made the sample Java code work. | Emmanuel Raviart | 2004-09-04 | 1 | -8/+8 | |
| | ||||||
* | Added new object Assertion to C# & Java bindings. | Emmanuel Raviart | 2004-09-04 | 2 | -1/+3 | |
| | ||||||
* | Corrected Java. | Emmanuel Raviart | 2004-09-04 | 2 | -7/+11 | |
| | ||||||
* | ignore a bunch of things | Frederic Peters | 2004-09-02 | 1 | -2/+27 | |
| | ||||||
* | things were overcomplicated; simplify a bit (for example the DEPDIR dirty | Frederic Peters | 2004-09-02 | 1 | -32/+19 | |
| | | | | | things was necessary because variables were overused; ask me for details if you want) | |||||
* | SWIG high-level binding now uses camelCase. | Emmanuel Raviart | 2004-08-29 | 3 | -68/+31 | |
| | | | | | | | | | Updated SWIG binding to support Java high-level classes. Simplified java/Makefile.am (but now, it needs to be reworked by an autotools expert). ColdFusion simple Java test compiles ok. | |||||
* | SWIG should now generate a high-level binding with classes, so I have | Emmanuel Raviart | 2004-08-29 | 1 | -1/+1 | |
| | | | | removed the -noproxy option. | |||||
* | Removed SWIG Lasso.c file. | Emmanuel Raviart | 2004-08-27 | 1 | -2/+2 | |
| | | | | Added a Python test for defederation (currently it aborts). | |||||
* | Cleaned a little the automake files. | Romain Chantereay | 2004-08-23 | 1 | -7/+9 | |
| | | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation. | |||||
* | The local clean rule now remove the package sub directory (com). | Romain Chantereay | 2004-08-20 | 1 | -1/+2 | |
| | | | | | | The dirty rule now have a little goldy spray that test the existence of the com/entrouvert/lasso/lasso.java source file before trying to copy it from the distribution. | |||||
* | Removed an useless inclusion directory. | Romain Chantereay | 2004-08-20 | 1 | -3/+5 | |
| | | | | | Coded mechanisms in order to permit distcheck to work cleanly. It is a little dirty, but... Perphas using libtool facilities. | |||||
* | cleaned Makefile.am (I'm curious about the NULL= idiom; where did it come ↵ | Frederic Peters | 2004-08-20 | 1 | -39/+23 | |
| | | | | from ?) | |||||
* | errors propagate; fixes follow them. | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | ||||||
* | Also look for include files in top_src_dir/lasso. As for the python binding. | Frederic Peters | 2004-08-20 | 1 | -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 dir | Frederic Peters | 2004-08-20 | 1 | -1/+1 | |
| | ||||||
* | Reformated some lines in python Makefile.am | Romain Chantereay | 2004-08-19 | 1 | -0/+1 | |
| | | | | Added -I.. to java Makefile.am CFLAGS. | |||||
* | Some modifications. | Romain Chantereay | 2004-08-19 | 1 | -7/+11 | |
| | ||||||
* | Use JDK_INCLUDE if jdk is Kaffe's or Sun's. | Romain Chantereay | 2004-08-19 | 1 | -0/+1 | |
| | ||||||
* | Java now distributes itself well and compile well too. | Romain Chantereay | 2004-08-18 | 1 | -4/+3 | |
| | | | | (SWIG not needed when compiling sources distribution.) | |||||
* | Removed certificates that are no more used. | Emmanuel Raviart | 2004-08-13 | 2 | -25/+25 | |
| | ||||||
* | Corrected automake problems. | Romain Chantereay | 2004-08-10 | 1 | -2/+2 | |
| | ||||||
* | Create package directory if not exists. | Romain Chantereay | 2004-08-10 | 1 | -0/+1 | |
| | ||||||
* | - Added java binding swig generation. | Romain Chantereay | 2004-08-10 | 37 | -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 Chantereay | 2004-08-04 | 4 | -24/+27 | |
| | | | | | | First step toward a fully automaked java build. java now compile and build the DLL. | |||||
* | No more anoying warning. | Romain Chantereay | 2004-08-03 | 1 | -2/+2 | |
| | ||||||
* | - Learn back to the previous Python detection. | Romain Chantereay | 2004-08-03 | 1 | -2/+0 | |
| | | | | - Corrected invalid variable in automake java top dir Makefile. | |||||
* | New Autotools infrastructure. | Romain Chantereay | 2004-08-03 | 6 | -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 Raviart | 2004-07-31 | 18 | -258/+424 | |
| | ||||||
* | Removed last profile_context or profileContext. | Emmanuel Raviart | 2004-07-30 | 5 | -58/+58 | |
| | ||||||
* | Removed obsolete logout method load_from_dump. | Emmanuel Raviart | 2004-07-26 | 7 | -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 Chantereay | 2004-07-26 | 1 | -1/+1 | |
| | ||||||
* | Added a ColdFusion redirect to IDP single sign-on URL. | Emmanuel Raviart | 2004-07-25 | 1 | -0/+1 | |
| | ||||||
* | Added Makefile for ColdFusion "binding". | Emmanuel Raviart | 2004-07-25 | 1 | -0/+39 | |
| | ||||||
* | Added ColdFusion very preliminary "binding" using Java binding. | Emmanuel Raviart | 2004-07-25 | 3 | -0/+100 | |
| | ||||||
* | Java unit test is again similar to Python. | Emmanuel Raviart | 2004-07-25 | 13 | -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 Raviart | 2004-07-24 | 1 | -3/+7 | |
| | ||||||
* | compile java binding intree (doesn't try to link to a system liblasso) | Frederic Peters | 2004-07-24 | 1 | -1/+3 | |
| | ||||||
* | removed Question (shouldn't have been commited) | Frederic Peters | 2004-07-24 | 1 | -12/+0 | |
| |