summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
...
* cast strings to xmlChar* for correct signednessFrederic Peters2006-03-041-2/+2
* added comment about why not to use memsetFrederic Peters2006-03-041-1/+3
* documentation fixesFrederic Peters2006-02-214-4/+4
* don't g_object_ref what can be NULLFrederic Peters2006-02-061-1/+4
* fix memory management for ID-WSF ResourceIdFrederic Peters2006-01-251-2/+14
* check for remote provider id before looking it in GHashTableFrederic Peters2006-01-235-0/+46
* don't segfault when lasso_logout_build_request_msg is erroneously called with...Frederic Peters2006-01-231-0/+7
* duplicate key to fix consecutive calls to xmlsecFrederic Peters2006-01-121-3/+4
* Fixed node prefix from interaction service namespace element.Nicolas Clapies2006-01-051-1/+2
* Fixed missing declaration and settings.Nicolas Clapies2005-12-062-1/+1
* AP now verify SP signature.Nicolas Clapies2005-12-063-188/+578
* *** empty log message ***Nicolas Clapies2005-12-061-5/+2
* *** empty log message ***Nicolas Clapies2005-12-061-0/+4
* Only KeyValue in KeyInfo. Added KeyValue and RsaKeyValue element.Nicolas Clapies2005-12-066-4/+336
* dont parse files in id-wsf/ when not compiled with id-wsf support (required f...Frederic Peters2005-12-051-2/+4
* Completed first go of SAML 2.0 single logout and added some missing filesFrederic Peters2005-11-226-10/+285
* starting SAML 2 logoutFrederic Peters2005-11-2129-125/+1141
* removing xmlsec debug codeFrederic Peters2005-11-201-40/+0
* SAML 2.0 support (only web-sso for the moment)Frederic Peters2005-11-20147-206/+12025
* Little modif about SAML authentication verificationNicolas Clapies2005-11-151-5/+9
* Renamed lasso_data_service_need_user_interaction() to lasso_data_service_need...Nicolas Clapies2005-11-152-4/+4
* Only add lasso_ds_* for id-wsf.Nicolas Clapies2005-11-152-2/+2
* Added some user interaction support : lasso_data_service_need_user_interactio...Nicolas Clapies2005-11-152-4/+111
* Added soap fault code server.Nicolas Clapies2005-11-151-0/+2
* Fixed snippet type and name of Detail attribute.Nicolas Clapies2005-11-152-3/+4
* Fixed snippet type of redirectURL from content to attribute.Nicolas Clapies2005-11-151-1/+1
* Check if a soap fault is found in response message. If no fault found, then s...Nicolas Clapies2005-11-151-6/+3
* Added a first soap fault code error.Nicolas Clapies2005-11-152-0/+5
* Added soap Detail element.Nicolas Clapies2005-11-153-0/+196
* SAML 2.0 string constantsFrederic Peters2005-11-141-0/+88
* Now discovery service includes a key value in credential added to disco:Query...Nicolas Clapies2005-11-141-12/+46
* starting to commit SAML 2 changes; minor changes (and bugfix) toFrederic Peters2005-11-132-19/+119
* Fixed signature template problem : now if metadata's service provider has Aut...Nicolas Clapies2005-10-141-0/+4
* Fixed getServiceWithProviderId method.Nicolas Clapies2005-10-111-3/+0
* Removed useless discovery method lasso_discovery_get_service_with_providerId(...Nicolas Clapies2005-10-101-38/+0
* Added check by AP if it wants X509 authentication of SP. Does not work yet, n...Nicolas Clapies2005-10-063-9/+31
* 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 p...Nicolas Clapies2005-10-065-3/+139
* 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 LassoSamlSubjectConfirmati...Nicolas Clapies2005-10-057-0/+183
* 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
* 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 Assertion...Nicolas Clapies2005-09-301-1/+2
* Added private function lasso_wsf_profile_has_saml_authentication() to know if...Nicolas Clapies2005-09-301-0/+24
* 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