summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* renamed lassoFederationTermination to lassoDefederation in lassoRequestType enumNicolas Clapies2004-08-242-2/+2
|
* update, now use GError object for each lasso_server_get_provider_ref()Nicolas Clapies2004-08-241-19/+27
|
* renamed lasso_federation_termination_get_type to lasso_defederation_typeNicolas Clapies2004-08-241-1/+1
|
* *** empty log message ***Nicolas Clapies2004-08-242-675/+0
|
* renamed lasso/environs/federation_termination.* to lasso/environs/defederation.*Nicolas Clapies2004-08-244-3/+678
|
* Created SWIG bindings for Defederation (new name of FederationTermination).Emmanuel Raviart2004-08-242-0/+52
|
* use lassoProviderType instead of gint for provider_type paramsNicolas Clapies2004-08-242-4/+4
|
* *** empty log message ***Nicolas Clapies2004-08-241-2/+8
|
* Set the nameIdentifier attribute after a call to init_notification()Nicolas Clapies2004-08-241-1/+3
|
* 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)