Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added getXmlNode() method to LassoProfileService class. | Nicolas Clapies | 2005-08-05 | 2 | -0/+34 | |
| | ||||||
* | Added getEmail() method in LassoPersonalProfile class. | Nicolas Clapies | 2005-08-05 | 2 | -0/+68 | |
| | ||||||
* | Added class LassoPersonalProfile. It allows to load a xml doc representing ↵ | Nicolas Clapies | 2005-08-04 | 5 | -23/+436 | |
| | | | | PP data and to process query requests. Need to complete WSC PP part. | |||||
* | char signedness for gcc 4 (id-wsf part has not been done) | Frederic Peters | 2005-07-30 | 21 | -183/+198 | |
| | ||||||
* | signedness change to lasso_query_sign (does not break API/ABI) | Frederic Peters | 2005-07-08 | 1 | -2/+1 | |
| | ||||||
* | Now lasso_profile_service_add_data() returns a LassoDstData object, so it is ↵ | Nicolas Clapies | 2005-07-08 | 2 | -5/+5 | |
| | | | | possible to set optional attributes. | |||||
* | fixed signedness differences signaled by gcc 4.0 (lots of others yet to do) | Frederic Peters | 2005-07-07 | 1 | -24/+24 | |
| | ||||||
* | Use lasso_wsf_profile_process_soap_request_msg() to build soap response messgae. | Nicolas Clapies | 2005-07-07 | 1 | -8/+2 | |
| | ||||||
* | Removed unused declared method name : ↵ | Nicolas Clapies | 2005-07-07 | 1 | -2/+0 | |
| | | | | lasso_profile_service_build_request_msg(). | |||||
* | Fixed mistake about prototype of lasso_session_dump(). | Nicolas Clapies | 2005-06-27 | 1 | -5/+2 | |
| | ||||||
* | Now lasso_identity_new_from_dump() and lasso_session_new_from_dump() return ↵ | Nicolas Clapies | 2005-06-27 | 2 | -6/+22 | |
| | | | | NULL if the root element name is wrong. | |||||
* | checks identity exists before referencing it | Frederic Peters | 2005-06-03 | 1 | -0/+4 | |
| | ||||||
* | properly initialize key node to NULL | Frederic Peters | 2005-05-25 | 1 | -0/+1 | |
| | ||||||
* | allows overriding of infile keydescriptor with argument to add_provider | Frederic Peters | 2005-05-25 | 1 | -1/+1 | |
| | ||||||
* | load public key from metadata file | Frederic Peters | 2005-05-25 | 1 | -1/+58 | |
| | ||||||
* | fixed docstring to use entities for < and > | Frederic Peters | 2005-05-18 | 1 | -2/+2 | |
| | ||||||
* | oops missing | | Frederic Peters | 2005-05-18 | 1 | -1/+1 | |
| | ||||||
* | fixed case when consent was first refused then given (failure status code | Frederic Peters | 2005-05-17 | 1 | -0/+2 | |
| | | | | | | remained in the user session). (debugged thanks to Authentic Debug Pane (tm) (r) (patent pending)) | |||||
* | Set liblasso-id-wsf.la only when WSF support set. | Nicolas Clapies | 2005-05-16 | 1 | -2/+1 | |
| | ||||||
* | Set response attribute when processing WSF SOAP response message. | Nicolas Clapies | 2005-05-16 | 1 | -3/+4 | |
| | ||||||
* | Updated discovery to SOAP binding. | Nicolas Clapies | 2005-05-16 | 1 | -50/+7 | |
| | ||||||
* | Mistake about last add. | Nicolas Clapies | 2005-05-16 | 4 | -249/+0 | |
| | ||||||
* | Added WSF SOAP binding layer. | Nicolas Clapies | 2005-05-16 | 6 | -7/+349 | |
| | ||||||
* | fixed memory leak in loadDescriptor | Frederic Peters | 2005-05-16 | 1 | -1/+4 | |
| | ||||||
* | allows fake brws-lecp profile (introduced by Nicolas) to be used in | Frederic Peters | 2005-05-12 | 1 | -1/+2 | |
| | | | | lasso_login_build_authn_response_msg, so LECP works again. | |||||
* | documented that previous change | Frederic Peters | 2005-05-12 | 1 | -1/+5 | |
| | ||||||
* | fixed the case of idp-initiated rni with no sp defined name identifier | Frederic Peters | 2005-05-12 | 1 | -1/+3 | |
| | ||||||
* | fixing lasso_name_registration_init_request with regards to | Frederic Peters | 2005-05-12 | 1 | -8/+7 | |
| | | | | profile->nameIdentifier (hopefully) | |||||
* | fixed lasso_name_registration_process_request_msg so that it ends with | Frederic Peters | 2005-05-12 | 1 | -17/+11 | |
| | | | | profile->nameIdentifier being the local name identifier. | |||||
* | profile->nameIdentifier set to local name identifier | Frederic Peters | 2005-05-12 | 1 | -3/+6 | |
| | ||||||
* | profile->nameIdentifier should always points to *local* name identifier. | Frederic Peters | 2005-05-12 | 3 | -21/+11 | |
| | | | | (not yet tested for federation termination) | |||||
* | use remote name identifier if available for login->nameIdentifier | Frederic Peters | 2005-05-12 | 1 | -3/+8 | |
| | ||||||
* | don't check other endpoint for supported profile since *they* initiated it that | Frederic Peters | 2005-05-11 | 1 | -7/+0 | |
| | | | | way and it seems allowed for them not to have it in their metadata. | |||||
* | InResponseTo must be part of the redirect answer | Frederic Peters | 2005-05-10 | 1 | -0/+1 | |
| | ||||||
* | 1 is a valid boolean value | Frederic Peters | 2005-05-10 | 1 | -1/+1 | |
| | ||||||
* | \r may be hiding in base64 | Frederic Peters | 2005-05-10 | 1 | -2/+2 | |
| | ||||||
* | Fixed lecp profile : added case when lecp profile is used when building ↵ | Nicolas Clapies | 2005-05-10 | 3 | -4/+11 | |
| | | | | assertion. | |||||
* | don't lasso_node_destroy list items that may be NULL | Frederic Peters | 2005-05-10 | 1 | -4/+4 | |
| | ||||||
* | allows \n in base64 strings | Frederic Peters | 2005-05-10 | 1 | -2/+2 | |
| | ||||||
* | NameQualifier is optional | Frederic Peters | 2005-05-10 | 2 | -4/+2 | |
| | ||||||
* | don't fail if there is no signature on Logout Response | Frederic Peters | 2005-05-10 | 1 | -0/+7 | |
| | ||||||
* | reworked query string signature verification to better handle cases where the | Frederic Peters | 2005-05-02 | 1 | -27/+38 | |
| | | | | | signature algorithm is not fully url-encoded; also deals with the corner case where there are query params past the signature. | |||||
* | wsse is only for wsf | Frederic Peters | 2005-05-02 | 2 | -2/+2 | |
| | ||||||
* | Added process of Wsse prefix in lasso_node_new_from_xmlNode(). | Nicolas Clapies | 2005-05-02 | 1 | -0/+2 | |
| | ||||||
* | wsse:Security class. | Nicolas Clapies | 2005-05-02 | 2 | -0/+173 | |
| | ||||||
* | Added a FIXME to list missing element in credential. | Nicolas Clapies | 2005-05-02 | 1 | -2/+3 | |
| | ||||||
* | Added wsse:Security element. | Nicolas Clapies | 2005-05-02 | 2 | -3/+8 | |
| | ||||||
* | For now Make only one credential for every description end points of the ↵ | Nicolas Clapies | 2005-04-26 | 1 | -11/+31 | |
| | | | | Discovery IDP. Fixed Minor Version of credential included in Advice element to Saml Minor Version. Added Audience restriction to Discovery IDP ProviderID. | |||||
* | allocate memory for string; don't use it static | Frederic Peters | 2005-04-25 | 1 | -1/+1 | |
| | ||||||
* | lasso_login_assertion_add_discovery() adds credentials if security ↵ | Nicolas Clapies | 2005-04-25 | 1 | -2/+52 | |
| | | | | mechanisms want it. |