| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | updated process of logout response msg at SP. Now if the initial requester ↵ | Nicolas Clapies | 2004-08-24 | 1 | -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 Clapies | 2004-08-24 | 1 | -9/+9 | |
| | | ||||||
| * | fixed bug in lasso_federation_termination_build_notification_msg() : now it ↵ | Nicolas Clapies | 2004-08-24 | 1 | -22/+48 | |
| | | | | | gets the remote provider real service url | |||||
| * | updates | Nicolas Clapies | 2004-08-24 | 1 | -1/+0 | |
| | | ||||||
| * | minor updates | Nicolas Clapies | 2004-08-24 | 1 | -1/+4 | |
| | | ||||||
| * | fixed bug in lasso_logout_get_next_providerID() when looking for a remote ↵ | Nicolas Clapies | 2004-08-24 | 1 | -6/+9 | |
| | | | | | provider id when session attribute is NULL | |||||
| * | Corrected configure option help. | Romain Chantereay | 2004-08-24 | 1 | -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 Clapies | 2004-08-24 | 1 | -29/+31 | |
| | | ||||||
| * | added error messages if invalid attributes in logout object while setting ↵ | Nicolas Clapies | 2004-08-24 | 1 | -44/+66 | |
| | | | | | building request and message | |||||
| * | Serious rewrite of the automake file. | Romain Chantereay | 2004-08-23 | 1 | -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 Chantereay | 2004-08-23 | 1 | -0/+2 | |
| | | ||||||
| * | Rewritent the lasso win32 resource file dependency on the top_srcdir and not | Romain Chantereay | 2004-08-23 | 1 | -2/+1 | |
| | | | | | relative parent directory. | |||||
| * | Cleaned a little the automake files. | Romain Chantereay | 2004-08-23 | 2 | -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 Chantereay | 2004-08-23 | 2 | -38/+1 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-23 | 4 | -57/+58 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-23 | 1 | -21/+23 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-23 | 1 | -2/+4 | |
| | | ||||||
| * | verify if session and identity are set in logout object | Nicolas Clapies | 2004-08-23 | 1 | -0/+11 | |
| | | ||||||
| * | Removed php subdirectories Makefile generations. | Romain Chantereay | 2004-08-23 | 1 | -4/+0 | |
| | | ||||||
| * | *** empty log message *** | Nicolas Clapies | 2004-08-23 | 1 | -5/+24 | |
| | | ||||||
| * | REmoved now useless binding files. | Romain Chantereay | 2004-08-23 | 28 | -4067/+0 | |
| | | | | | See attic for more information. | |||||
| * | Now PHP Binding is handled by SWIG. | Romain Chantereay | 2004-08-23 | 1 | -21/+23 | |
| | | ||||||
| * | updpated process of protocol profile | Nicolas Clapies | 2004-08-23 | 5 | -28/+89 | |
| | | ||||||
| * | added support of URI identifier in signature | Nicolas Clapies | 2004-08-23 | 12 | -79/+188 | |
| | | ||||||
| * | Added a new param "use_xsitype" (gboolean) in constructors of classes: | Valery Febvre | 2004-08-22 | 8 | -42/+208 | |
| | | | | | | | LassoLibSubject, LassoLibAssertion, LassoLibAuthenticationStatement | |||||
| * | Added lasso_node_new_ns_prop() method in LassoNode class | Valery Febvre | 2004-08-22 | 2 | -3/+38 | |
| | | ||||||
| * | updated debian package description; added packaging of the C# assembly. | Frederic Peters | 2004-08-21 | 5 | -16/+46 | |
| | | ||||||
| * | updated example with correct path to certificates | Frederic Peters | 2004-08-21 | 1 | -3/+3 | |
| | | ||||||
| * | more C# fun. dll is now registered with gacutil. But it needed a StrongName; | Frederic Peters | 2004-08-21 | 4 | -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 Raviart | 2004-08-21 | 1 | -4/+3 | |
| | | ||||||
| * | forgot to distribute lasso.dll.config | Frederic Peters | 2004-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | C# example | Frederic Peters | 2004-08-21 | 1 | -0/+27 | |
| | | ||||||
| * | some files were renamed | Frederic Peters | 2004-08-21 | 1 | -4/+6 | |
| | | ||||||
| * | I don't know the purpose of this file. | Frederic Peters | 2004-08-21 | 1 | -0/+3 | |
| | | ||||||
| * | 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). | |||||
| * | Updated "Writing a SP" doc & PHP binding to Lasso API change. | Emmanuel Raviart | 2004-08-21 | 6 | -20/+20 | |
| | | ||||||
| * | Moved param 'http_method' of lasso_login_build_authn_request_msg() method | Valery Febvre | 2004-08-21 | 7 | -31/+42 | |
| | | | | | | in lasso_login_init_authn_request() BEWARE : this change breaks the API | |||||
| * | Added checks not to do copies of NULL objects. | Valery Febvre | 2004-08-21 | 1 | -4/+14 | |
| | | ||||||
| * | Changed LASSO_PARAM_ERROR_INVALID_VALUE error message | Valery Febvre | 2004-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed a mistake: the signature template should be added before the ProviderID | Valery Febvre | 2004-08-21 | 1 | -5/+4 | |
| | | ||||||
| * | getting there; it builds and installs correctly but I'm still trying to | Frederic Peters | 2004-08-21 | 3 | -6/+17 | |
| | | | | | | separate assembly name and file name. (no, I don't know what is an assembly name) | |||||
| * | a few files to ignore | Frederic Peters | 2004-08-21 | 1 | -0/+35 | |
| | | ||||||
| * | 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 | |||||
| * | Removed lassoLibProtocolProfileSSOGet, lassoLibProtocolProfileSSOPost | Valery Febvre | 2004-08-21 | 1 | -2/+6 | |
| | | | | | Added lassoXsiHRef, lassoXsiPrefix | |||||
| * | added c# binding; I'm not sure how all of this works and a little program | Frederic Peters | 2004-08-21 | 3 | -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 Peters | 2004-08-21 | 2 | -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 compatibility | Frederic Peters | 2004-08-21 | 3 | -237/+75 | |
| | | | | | with lots of #define wasting nothing at all. | |||||
| * | doesn't fail on second run | Frederic Peters | 2004-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | I prefer it that way | Frederic Peters | 2004-08-21 | 1 | -1/+1 | |
| | | ||||||
| * | reenabled tests since the swig binding is ok now | Frederic Peters | 2004-08-21 | 1 | -2/+2 | |
| | | ||||||
