summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Removed useless discovery method ↵Nicolas Clapies2005-10-101-38/+0
| | | | lasso_discovery_get_service_with_providerId(). Removed useless Swig binding of LassoWsfProfile class.
* Removed useless discovery method ↵Nicolas Clapies2005-10-102-94/+1
| | | | lasso_discovery_get_service_with_providerId(). Removed useless Swig binding of LassoWsfProfile class.lasso/id-wsf/discovery.c
* updating ignored files with new packagesFrederic Peters2005-10-061-3/+4
|
* remove old and never necessary debhelper generated filesFrederic Peters2005-10-062-10/+0
|
* new liblasso-java packageFrederic Peters2005-10-064-1/+20
|
* removed mono packages from build-dependsFrederic Peters2005-10-061-2/+2
|
* updated debian changelog with uploaded packages.Frederic Peters2005-10-061-1/+26
|
* don't build wsf; touch swig files so they are not rebuilt even if swig isFrederic Peters2005-10-061-1/+5
| | | | detected.
* updated FSF addressFrederic Peters2005-10-061-2/+2
|
* Added binding to set more than one security mecanism authentication in ↵Nicolas Clapies2005-10-061-0/+8
| | | | DiscoDescription.
* Added check by AP if it wants X509 authentication of SP. Does not work yet, ↵Nicolas Clapies2005-10-063-9/+31
| | | | need to fix retrieving public key from credential before.
* Set server attribute in LassoPersonalProfileServiceNicolas Clapies2005-10-061-0/+1
|
* Added support of principal state : now it is possible a SP informs an AP if ↵Nicolas Clapies2005-10-066-7/+161
| | | | principal is considered to be online or not. To tell principal is online, just add a call to lasso_wsf_profile_set_principal_online() after lasso_data_service_init_query(), and offline a call to lasso_wsf_profile_set_principal_offline(). At AP, to known if principal is to be considered online just test if lasso_wsf_profile_principal_is_online() returns TRUE or FALSE.
* A first attempt to include a KeyInfo in credential.Nicolas Clapies2005-10-051-1/+27
|
* Verify if a saml security authentication is available.Nicolas Clapies2005-10-051-1/+1
|
* Added LassoDsKeyInfo oject. It allows to add it to ↵Nicolas Clapies2005-10-057-0/+183
| | | | LassoSamlSubjectConfirmation object.
* don't patch a lasso_wrap.c that was not just generated by swig.Frederic Peters2005-10-051-1/+2
|
* no session on idp -> requestdenied -> removing no longer valid session on sp.Frederic Peters2005-10-051-0/+3
|
* added error string for LASSO_LOGOUT_ERROR_REQUEST_DENIED (...)Frederic Peters2005-10-051-0/+2
|
* handle new error codeFrederic Peters2005-10-041-0/+1
|
* returns LASSO_LOGOUT_ERROR_REQUEST_DENIED if appropriate.Frederic Peters2005-10-042-0/+4
|
* Fixed the way getting description in lasso_data_service_init_query().Nicolas Clapies2005-10-031-6/+5
|
* A little comment to note that some code is needed to add KeyInfo in ↵Nicolas Clapies2005-09-301-1/+2
| | | | Assertion when returning it to SP from IDP / Disco service.
* Added private function lasso_wsf_profile_has_saml_authentication() to know ↵Nicolas Clapies2005-09-301-0/+24
| | | | if a saml authentication mecanism exists in current description.
* lasso_discovery_build_credential() adds ConfirmationMethod element.Nicolas Clapies2005-09-301-9/+26
|
* Updated comments.Nicolas Clapies2005-09-301-5/+4
|
* Added reference binding when signing soap messages.Nicolas Clapies2005-09-301-19/+91
|
* Updated data service with service_type parameter.Nicolas Clapies2005-09-301-2/+30
|
* Added a g_object_ref on private attribute description in ↵Nicolas Clapies2005-09-301-1/+1
| | | | lasso_wsf_profile_set_description().
* If a service found in server object, retrieve needed description depending ↵Nicolas Clapies2005-09-306-91/+121
| | | | on an optional security mechanism id.lasso/id-wsf/data_service.c
* the "how could I not curse those adding files without checking them inFrederic Peters2005-09-291-1/+3
| | | | Makefile.am?" commit.
* I'm so glad for tests; another emergency change.Frederic Peters2005-09-291-4/+4
|
* last emergency fix: wsf_profile_private.h must be included in .tar.gzFrederic Peters2005-09-291-1/+2
|
* updated ChangeLog for 0.6.3Frederic Peters2005-09-291-0/+839
|
* new upstream releaseFrederic Peters2005-09-291-0/+11
|
* updated news and doap.rdf with 0.6.3 release dataFrederic Peters2005-09-292-1/+15
|
* fixed typo in docstringFrederic Peters2005-09-291-1/+1
|
* minor automated changesFrederic Peters2005-09-294-4/+26
|
* removed c# dir from distributionFrederic Peters2005-09-291-1/+1
|
* security mech id is optionalFrederic Peters2005-09-281-1/+1
|
* Fixed local variable declaration.Nicolas Clapies2005-09-281-1/+2
|
* Uncomment lasso_wsf_profile_build_soap_response_msg() in ↵Nicolas Clapies2005-09-281-1/+1
| | | | lasso_discovery_build_response_msg().
* 80 cols for docstringsFrederic Peters2005-09-281-5/+6
|
* Added x509 certificate file tests.Nicolas Clapies2005-09-281-6/+7
|
* Added private function lasso_wsf_profile_get_fault().Nicolas Clapies2005-09-281-0/+3
|
* Added a first support of soap binding Fault wsf response.Nicolas Clapies2005-09-272-17/+52
|
* Added soap Fault element.Nicolas Clapies2005-09-273-0/+206
|
* disabled mcs test and updated version to 0.6.3Frederic Peters2005-09-271-3/+3
|
* swig files were split, dependencies needed to be updatedFrederic Peters2005-09-274-9/+8
|
* fixed spellingFrederic Peters2005-09-271-1/+1
|