| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Removed useless discovery method ↵ | Nicolas Clapies | 2005-10-10 | 1 | -38/+0 | |
| | | | | | lasso_discovery_get_service_with_providerId(). Removed useless Swig binding of LassoWsfProfile class. | |||||
| * | Removed useless discovery method ↵ | Nicolas Clapies | 2005-10-10 | 2 | -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 packages | Frederic Peters | 2005-10-06 | 1 | -3/+4 | |
| | | ||||||
| * | remove old and never necessary debhelper generated files | Frederic Peters | 2005-10-06 | 2 | -10/+0 | |
| | | ||||||
| * | new liblasso-java package | Frederic Peters | 2005-10-06 | 4 | -1/+20 | |
| | | ||||||
| * | removed mono packages from build-depends | Frederic Peters | 2005-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | updated debian changelog with uploaded packages. | Frederic Peters | 2005-10-06 | 1 | -1/+26 | |
| | | ||||||
| * | don't build wsf; touch swig files so they are not rebuilt even if swig is | Frederic Peters | 2005-10-06 | 1 | -1/+5 | |
| | | | | | detected. | |||||
| * | updated FSF address | Frederic Peters | 2005-10-06 | 1 | -2/+2 | |
| | | ||||||
| * | Added binding to set more than one security mecanism authentication in ↵ | Nicolas Clapies | 2005-10-06 | 1 | -0/+8 | |
| | | | | | DiscoDescription. | |||||
| * | Added check by AP if it wants X509 authentication of SP. Does not work yet, ↵ | Nicolas Clapies | 2005-10-06 | 3 | -9/+31 | |
| | | | | | need to fix retrieving public key from credential before. | |||||
| * | Set server attribute in LassoPersonalProfileService | Nicolas Clapies | 2005-10-06 | 1 | -0/+1 | |
| | | ||||||
| * | Added support of principal state : now it is possible a SP informs an AP if ↵ | Nicolas Clapies | 2005-10-06 | 6 | -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 Clapies | 2005-10-05 | 1 | -1/+27 | |
| | | ||||||
| * | Verify if a saml security authentication is available. | Nicolas Clapies | 2005-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Added LassoDsKeyInfo oject. It allows to add it to ↵ | Nicolas Clapies | 2005-10-05 | 7 | -0/+183 | |
| | | | | | LassoSamlSubjectConfirmation object. | |||||
| * | don't patch a lasso_wrap.c that was not just generated by swig. | Frederic Peters | 2005-10-05 | 1 | -1/+2 | |
| | | ||||||
| * | no session on idp -> requestdenied -> removing no longer valid session on sp. | Frederic Peters | 2005-10-05 | 1 | -0/+3 | |
| | | ||||||
| * | added error string for LASSO_LOGOUT_ERROR_REQUEST_DENIED (...) | Frederic Peters | 2005-10-05 | 1 | -0/+2 | |
| | | ||||||
| * | handle new error code | Frederic Peters | 2005-10-04 | 1 | -0/+1 | |
| | | ||||||
| * | returns LASSO_LOGOUT_ERROR_REQUEST_DENIED if appropriate. | Frederic Peters | 2005-10-04 | 2 | -0/+4 | |
| | | ||||||
| * | Fixed the way getting description in lasso_data_service_init_query(). | Nicolas Clapies | 2005-10-03 | 1 | -6/+5 | |
| | | ||||||
| * | A little comment to note that some code is needed to add KeyInfo in ↵ | Nicolas Clapies | 2005-09-30 | 1 | -1/+2 | |
| | | | | | Assertion when returning it to SP from IDP / Disco service. | |||||
| * | Added private function lasso_wsf_profile_has_saml_authentication() to know ↵ | Nicolas Clapies | 2005-09-30 | 1 | -0/+24 | |
| | | | | | if a saml authentication mecanism exists in current description. | |||||
| * | lasso_discovery_build_credential() adds ConfirmationMethod element. | Nicolas Clapies | 2005-09-30 | 1 | -9/+26 | |
| | | ||||||
| * | Updated comments. | Nicolas Clapies | 2005-09-30 | 1 | -5/+4 | |
| | | ||||||
| * | Added reference binding when signing soap messages. | Nicolas Clapies | 2005-09-30 | 1 | -19/+91 | |
| | | ||||||
| * | Updated data service with service_type parameter. | Nicolas Clapies | 2005-09-30 | 1 | -2/+30 | |
| | | ||||||
| * | Added a g_object_ref on private attribute description in ↵ | Nicolas Clapies | 2005-09-30 | 1 | -1/+1 | |
| | | | | | lasso_wsf_profile_set_description(). | |||||
| * | If a service found in server object, retrieve needed description depending ↵ | Nicolas Clapies | 2005-09-30 | 6 | -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 in | Frederic Peters | 2005-09-29 | 1 | -1/+3 | |
| | | | | | Makefile.am?" commit. | |||||
| * | I'm so glad for tests; another emergency change. | Frederic Peters | 2005-09-29 | 1 | -4/+4 | |
| | | ||||||
| * | last emergency fix: wsf_profile_private.h must be included in .tar.gz | Frederic Peters | 2005-09-29 | 1 | -1/+2 | |
| | | ||||||
| * | updated ChangeLog for 0.6.3 | Frederic Peters | 2005-09-29 | 1 | -0/+839 | |
| | | ||||||
| * | new upstream release | Frederic Peters | 2005-09-29 | 1 | -0/+11 | |
| | | ||||||
| * | updated news and doap.rdf with 0.6.3 release data | Frederic Peters | 2005-09-29 | 2 | -1/+15 | |
| | | ||||||
| * | fixed typo in docstring | Frederic Peters | 2005-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | minor automated changes | Frederic Peters | 2005-09-29 | 4 | -4/+26 | |
| | | ||||||
| * | removed c# dir from distribution | Frederic Peters | 2005-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | security mech id is optional | Frederic Peters | 2005-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed local variable declaration. | Nicolas Clapies | 2005-09-28 | 1 | -1/+2 | |
| | | ||||||
| * | Uncomment lasso_wsf_profile_build_soap_response_msg() in ↵ | Nicolas Clapies | 2005-09-28 | 1 | -1/+1 | |
| | | | | | lasso_discovery_build_response_msg(). | |||||
| * | 80 cols for docstrings | Frederic Peters | 2005-09-28 | 1 | -5/+6 | |
| | | ||||||
| * | Added x509 certificate file tests. | Nicolas Clapies | 2005-09-28 | 1 | -6/+7 | |
| | | ||||||
| * | Added private function lasso_wsf_profile_get_fault(). | Nicolas Clapies | 2005-09-28 | 1 | -0/+3 | |
| | | ||||||
| * | Added a first support of soap binding Fault wsf response. | Nicolas Clapies | 2005-09-27 | 2 | -17/+52 | |
| | | ||||||
| * | Added soap Fault element. | Nicolas Clapies | 2005-09-27 | 3 | -0/+206 | |
| | | ||||||
| * | disabled mcs test and updated version to 0.6.3 | Frederic Peters | 2005-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | swig files were split, dependencies needed to be updated | Frederic Peters | 2005-09-27 | 4 | -9/+8 | |
| | | ||||||
| * | fixed spelling | Frederic Peters | 2005-09-27 | 1 | -1/+1 | |
| | | ||||||
