summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* new LASSO_PROFILE_ERROR_NAME_IDENTIFIER_NOT_FOUND error codeFrederic Peters2004-12-155-8/+7
* coherent error handling for "identity not found" and "federation not found"Frederic Peters2004-12-158-49/+31
* replaced unknown error by 2 LASSO_PROFILE_ERROR_INVALID_HTTP_METHOD in NameFrederic Peters2004-12-141-4/+2
* new LASSO_PROFILE_ERROR_UNKNOWN_PROFILE_URL profile error and replaced a bunchFrederic Peters2004-12-148-23/+25
* fixed some missing or wrong prototype declarationsFrederic Peters2004-12-145-21/+14
* fixed function declared as returning int that didn't return anythingFrederic Peters2004-12-141-1/+1
* API change in Single Sign On profile (IdP side) to allow the developer to messFrederic Peters2004-12-148-214/+139
* more error code harmony, now with a new critical_error macroFrederic Peters2004-12-148-65/+62
* status code has been set in lasso_lib_logout_respone_new_fullFrederic Peters2004-12-141-2/+0
* properly sign samlp:ResponseFrederic Peters2004-12-141-13/+17
* properly check signature on soap samlp:Request (login/artifact)Frederic Peters2004-12-143-0/+50
* properly verify signatures and return code appriopriately (closes: #362)Frederic Peters2004-12-147-17/+31
* updated test to new apiFrederic Peters2004-12-141-2/+3
* updated test to new APIFrederic Peters2004-12-141-1/+1
* ignore generated filesFrederic Peters2004-12-145-0/+43
* ignore html renditionFrederic Peters2004-12-141-0/+2
* process files taken from lasso 0.5 (not uptodate)Frederic Peters2004-12-142-0/+136
* got uptodate documentation about single sign on (I think)Frederic Peters2004-12-144-86/+135
* [API Change] For consistency with the other profiles, remote_providerID hasFrederic Peters2004-12-145-30/+32
* error codes handling in LassoLoginFrederic Peters2004-12-131-37/+20
* use XmlSnippet for LassoLogout dump/restoreFrederic Peters2004-12-132-50/+22
* reenabled lasso_session_destroy()Frederic Peters2004-12-131-1/+1
* more error code harmonization.Frederic Peters2004-12-135-27/+24
* sign AuthnResponse and harmonous use of LASSO_PROFILE_ERROR_INVALID_MSGFrederic Peters2004-12-131-15/+14
* removed obsolete commentFrederic Peters2004-12-131-1/+0
* harmonized remote_provider tests (check and error code set toFrederic Peters2004-12-135-27/+26
* replaced error_code macro with a function since that macro didn't work withFrederic Peters2004-12-132-9/+20
* error message for LASSO_SERVER_ERROR_ADD_PROVIDER_FAILEDFrederic Peters2004-12-131-0/+2
* removed trailing ; in macroFrederic Peters2004-12-131-1/+1
* dealing with errors; now like this:Frederic Peters2004-12-138-43/+51
* properly sign soap messages in name identifier mapping profile.Frederic Peters2004-12-121-8/+4
* got top-of-file license spaced the same way as in other files (+ fixed editorFrederic Peters2004-12-124-8/+8
* removed error message when java was not foundFrederic Peters2004-12-121-1/+1
* Added LassoDiscovery classValery Febvre2004-12-103-0/+588
* Added lasso_server_add_service() methodValery Febvre2004-12-102-2/+57
* Added LassoService classValery Febvre2004-12-103-0/+210
* Fixed the attribute name of the dump versionValery Febvre2004-12-101-1/+1
* Added lasso_personal_profile_service_add_data() method : it allows to add res...Nicolas Clapies2004-12-102-17/+28
* Removed params of constructor : id and itemIDRef are not required attributes.Nicolas Clapies2004-12-102-10/+2
* Added support of MsgContact PP service.Nicolas Clapies2004-12-101-0/+2
* Initial version : support of personal profile msg contact. It is very experim...Nicolas Clapies2004-12-102-0/+187
* Removed useless LassoDiscoResourceIDGroup classValery Febvre2004-12-103-168/+0
* Added back xmlsec signature check (and disabled it in name identifier mappingFrederic Peters2004-12-106-128/+204
* Fixed type mistake in snippets of LassoDstQueryItem.Nicolas Clapies2004-12-101-1/+1
* Added support of DST modify / modify response.Nicolas Clapies2004-12-101-0/+8
* Replaced LassoDiscoResourceIDGroup with old ResourceID and EncryptedResourceID.Nicolas Clapies2004-12-103-5/+9
* Updated lasso_personal_profile_service_init_query() method : now it takes a L...Nicolas Clapies2004-12-102-61/+83
* Removed ResourceOffering and ResourceIDGroup class's attributes. Only keep da...Nicolas Clapies2004-12-102-57/+13
* Updated lasso_wsf_profile_build_*_msg() : now they only set msg_body class's ...Nicolas Clapies2004-12-102-47/+0
* Added DST Modify part level 1.Nicolas Clapies2004-12-108-0/+843