summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* updated process of logout response msg at SP. Now if the initial requester ↵Nicolas Clapies2004-08-241-2/+22
| | | | is a SP and the HTTP method is SOAP and if the logout request fails, then lasso builds a new logout request for HTTP Redirect method and set only msg_url
* *** empty log message ***Nicolas Clapies2004-08-241-9/+9
|
* fixed bug in lasso_federation_termination_build_notification_msg() : now it ↵Nicolas Clapies2004-08-241-22/+48
| | | | gets the remote provider real service url
* updatesNicolas Clapies2004-08-241-1/+0
|
* minor updatesNicolas Clapies2004-08-241-1/+4
|
* fixed bug in lasso_logout_get_next_providerID() when looking for a remote ↵Nicolas Clapies2004-08-241-6/+9
| | | | provider id when session attribute is NULL
* Corrected configure option help.Romain Chantereay2004-08-241-1/+1
| | | | | Told to use with-pkg-config= and no with-pkg-config-path wich it the good option name.
* fixed problem of finding the remote provider type in build_request_msg()Nicolas Clapies2004-08-241-29/+31
|
* added error messages if invalid attributes in logout object while setting ↵Nicolas Clapies2004-08-241-44/+66
| | | | building request and message
* Serious rewrite of the automake file.Romain Chantereay2004-08-231-12/+16
| | | | | | | | The php extension is now named lasso. The LTLIBRARIES if for 'php_extension' and no more 'lib'. The swig command invokation is updated to use the new php extension name.
* Completed autoconf files output directive with win32 directories Makefile.Romain Chantereay2004-08-231-0/+2
|
* Rewritent the lasso win32 resource file dependency on the top_srcdir and notRomain Chantereay2004-08-231-2/+1
| | | | relative parent directory.
* Cleaned a little the automake files.Romain Chantereay2004-08-232-10/+12
| | | | | | | | Proper use of $(top_srcdir). Proper use of $DEPDIR. Added $(top_srcdir)/swig/Lasso.c to java shared object compilation.
* Re added win32 directory in the distribution.Romain Chantereay2004-08-232-38/+1
|
* *** empty log message ***Nicolas Clapies2004-08-234-57/+58
|
* *** empty log message ***Nicolas Clapies2004-08-231-21/+23
|
* *** empty log message ***Nicolas Clapies2004-08-231-2/+4
|
* verify if session and identity are set in logout objectNicolas Clapies2004-08-231-0/+11
|
* Removed php subdirectories Makefile generations.Romain Chantereay2004-08-231-4/+0
|
* *** empty log message ***Nicolas Clapies2004-08-231-5/+24
|
* REmoved now useless binding files.Romain Chantereay2004-08-2328-4067/+0
| | | | See attic for more information.
* Now PHP Binding is handled by SWIG.Romain Chantereay2004-08-231-21/+23
|
* updpated process of protocol profileNicolas Clapies2004-08-235-28/+89
|
* added support of URI identifier in signatureNicolas Clapies2004-08-2312-79/+188
|
* Added a new param "use_xsitype" (gboolean) in constructors of classes:Valery Febvre2004-08-228-42/+208
| | | | | | LassoLibSubject, LassoLibAssertion, LassoLibAuthenticationStatement
* Added lasso_node_new_ns_prop() method in LassoNode classValery Febvre2004-08-222-3/+38
|
* updated debian package description; added packaging of the C# assembly.Frederic Peters2004-08-215-16/+46
|
* updated example with correct path to certificatesFrederic Peters2004-08-211-3/+3
|
* more C# fun. dll is now registered with gacutil. But it needed a StrongName;Frederic Peters2004-08-214-3/+17
| | | | | this is sort of a cryptographic signature for DLL; not clear about this. The key is in csharp/lasso-sharp.snk
* Bug correction in last PHP changes.Emmanuel Raviart2004-08-211-4/+3
|
* forgot to distribute lasso.dll.configFrederic Peters2004-08-211-1/+1
|
* C# exampleFrederic Peters2004-08-211-0/+27
|
* some files were renamedFrederic Peters2004-08-211-4/+6
|
* I don't know the purpose of this file.Frederic Peters2004-08-211-0/+3
|
* working lasso c# binding. next step is to figure how mono manages theFrederic Peters2004-08-211-2/+5
| | | | | directories (currently it looks like CLASSPATH mess but gacutil may be useful).
* Updated "Writing a SP" doc & PHP binding to Lasso API change.Emmanuel Raviart2004-08-216-20/+20
|
* Moved param 'http_method' of lasso_login_build_authn_request_msg() methodValery Febvre2004-08-217-31/+42
| | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API
* Added checks not to do copies of NULL objects.Valery Febvre2004-08-211-4/+14
|
* Changed LASSO_PARAM_ERROR_INVALID_VALUE error messageValery Febvre2004-08-211-1/+1
|
* Fixed a mistake: the signature template should be added before the ProviderIDValery Febvre2004-08-211-5/+4
|
* getting there; it builds and installs correctly but I'm still trying toFrederic Peters2004-08-213-6/+17
| | | | | separate assembly name and file name. (no, I don't know what is an assembly name)
* a few files to ignoreFrederic Peters2004-08-211-0/+35
|
* usable lasso c# bindings; liblassosharpglue.so is installed in libdir andFrederic Peters2004-08-211-13/+38
| | | | | | lasso.dll in /usr/share/dotnet/lasso/ compile with mcs -g -nologo -r:lasso.dll -out:runme.exe runme.cs
* Removed lassoLibProtocolProfileSSOGet, lassoLibProtocolProfileSSOPostValery Febvre2004-08-211-2/+6
| | | | Added lassoXsiHRef, lassoXsiPrefix
* added c# binding; I'm not sure how all of this works and a little programFrederic Peters2004-08-213-36/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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(); } }
* Fixed lasso_server_new parameter type.Frederic Peters2004-08-212-4/+4
| | | | | | | When you make change in header files (such as [1]) think about the bindings and adapt them; thanks. [1] http://cvs.labs.libre-entreprise.org/cgi-bin/cvsweb.cgi/lasso/lasso/environs/server.c.diff?r1=1.54;r2=1.55;cvsroot=lasso
* replaced lots of const char* wasting memory and a treat to binary compatibilityFrederic Peters2004-08-213-237/+75
| | | | with lots of #define wasting nothing at all.
* doesn't fail on second runFrederic Peters2004-08-211-1/+1
|
* I prefer it that wayFrederic Peters2004-08-211-1/+1
|
* reenabled tests since the swig binding is ok nowFrederic Peters2004-08-211-2/+2
|