summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove swig -noproxy option for PHPChristophe Nowicki2004-09-071-1/+1
|
* RTM :)Romain Chantereay2004-09-071-1/+1
| | | | Now good and proper test on swig version.
* filled NEWS fileFrederic Peters2004-09-071-0/+23
|
* removed note about bindings in READMEFrederic Peters2004-09-071-2/+1
|
* For compatibility with SWIG < 1.3.22, test the swig version before using the newRomain Chantereay2004-09-071-1/+3
| | | | java enum handling way.
* Specificly use original approach java enums binding method.Romain Chantereay2004-09-071-0/+1
| | | | | | | | | | | | | http://www.swig.org/Release/CHANGES 05/20/2004: wsfulton [Java] Java enum support added. There are now 4 ways in which enums can be wrapped: 1) Proper Java enums - use %include "enums.swg" 2) Typesafe enums - use %include "enumtypesafe.swg" 3) Type unsafe enums (constant integers) - use %include "enumtypeunsafe.swg" 4) Simple constant integers (original approach) - use %include %"enumsimple.swg"
* Added php sample-sp to the distribution.Romain Chantereay2004-09-074-1/+14
|
* updated debian packagingFrederic Peters2004-09-0711-14/+40
|
* Better java sun jdk support on Windows plateforms.Romain Chantereay2004-09-071-3/+11
| | | | | NOTE: Use good PATH environment variable and set JAVA=java, JAVAC=javac & JAR=jar. It is very important.
* Fixed php-config help typo.Romain Chantereay2004-09-071-1/+1
|
* No need to define package and version constants, there are already defined inRomain Chantereay2004-09-071-2/+4
| | | | | the lasso_config.h file. This file is included in the generated wrap C source code.
* Windows java installer includes now lasso.jar. Usefull isn't it ?Romain Chantereay2004-09-071-2/+4
|
* Corrected Lasso minor version in SWIG binding.Emmanuel Raviart2004-09-071-1/+1
|
* added 0.4 to doap.rdfFrederic Peters2004-09-061-0/+4
|
* a bit late; fixed use of unitialized variables (-Wuninitialized needs -O)Frederic Peters2004-09-065-9/+10
|
* Updated installer file names.Romain Chantereay2004-09-064-4/+4
|
* Added NSI java script file to distribution.Romain Chantereay2004-09-061-1/+1
|
* Updated NSI file and added java NSI.Romain Chantereay2004-09-064-62/+144
|
* PHP Idp Sample :Christophe Nowicki2004-09-0612-39/+613
| | | | | | - form for creating metadata - sso support - small README with installation instruction
* No more trace of macros if the distribution.Romain Chantereay2004-09-061-1/+1
|
* pkg-config-path= becomes pkg-config=Romain Chantereay2004-09-061-1/+1
|
* Removed check.m4 from distribution.Romain Chantereay2004-09-062-4/+0
|
* Removed old methods declarationNicolas Clapies2004-09-061-4/+0
|
* removd extraneous output about gtk-docFrederic Peters2004-09-061-1/+0
|
* Really added check macros to the distribution.Romain Chantereay2004-09-062-0/+4
|
* Corrected java test.Romain Chantereay2004-09-061-6/+4
|
* Args are string.Romain Chantereay2004-09-061-1/+1
|
* Revision to 0.4.0Romain Chantereay2004-09-061-6/+8
| | | | | | Libtool: 1:0:0 Java is not activated when no jar program.
* *** empty log message ***Nicolas Clapies2004-09-061-1/+1
|
* *** empty log message ***Nicolas Clapies2004-09-061-1/+3
|
* Some typo, and variables corrections.Romain Chantereay2004-09-061-44/+44
|
* Added lasso_logout_dump() to logout.hNicolas Clapies2004-09-061-0/+2
|
* Renamed methods lasso_logint_set_assertion*() to lasso_login_set_assertion*()Nicolas Clapies2004-09-061-4/+4
|
* Oups, little mistake : now attribute version is added only in ↵Nicolas Clapies2004-09-063-10/+5
| | | | lasso_profile_dump() instead of lasso_login_dump() or lasso_logout_dump()
* Added version attribute in lasso dump messagesNicolas Clapies2004-09-065-0/+24
|
* Now, we use the detected JAR program instead of an harcoded 'jar' command.Romain Chantereay2004-09-061-1/+1
|
* Now Lasso distribution includes the check macros allowing people to generateRomain Chantereay2004-09-063-2/+135
| | | | | | Makefile and configure without check-xml installed. PS: The distribution is not checked yet.
* Changed Python exceptions generated by SWIG.Emmanuel Raviart2004-09-053-15/+85
|
* Half a day of work for this prodigious result: ColdFusion redirects theEmmanuel Raviart2004-09-042-29/+40
| | | | AuthnRequest to the IDP.
* Corrected a mistake in Java binding.Emmanuel Raviart2004-09-041-1/+1
|
* missing includes, unusued variables, usual saturday stuff.Frederic Peters2004-09-049-25/+16
|
* *** empty log message ***Nicolas Clapies2004-09-041-4/+0
|
* Fixed a lot of bugs in the logout from a SP to others SPs : now it remove ↵Nicolas Clapies2004-09-041-71/+83
| | | | each of the assertions SPs at IDPs and IDP returns the real LogoutResponse
* Pierre Cros improvementsFrederic Peters2004-09-044-20/+61
|
* Made the sample Java code work.Emmanuel Raviart2004-09-041-8/+8
|
* Added new object Assertion to C# & Java bindings.Emmanuel Raviart2004-09-044-2/+5
|
* Corrected Java.Emmanuel Raviart2004-09-043-7/+12
|
* Converted C login test to new login API.Emmanuel Raviart2004-09-031-9/+21
|
* Added defines neededfor Java binding.Emmanuel Raviart2004-09-031-13/+99
|
* *** empty log message ***Nicolas Clapies2004-09-031-1/+0
|