summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* Added getXmlNode() method to LassoProfileService class.Nicolas Clapies2005-08-052-0/+34
|
* Added getEmail() method in LassoPersonalProfile class.Nicolas Clapies2005-08-052-0/+68
|
* Added class LassoPersonalProfile. It allows to load a xml doc representing ↵Nicolas Clapies2005-08-045-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 Peters2005-07-3021-183/+198
|
* signedness change to lasso_query_sign (does not break API/ABI)Frederic Peters2005-07-081-2/+1
|
* Now lasso_profile_service_add_data() returns a LassoDstData object, so it is ↵Nicolas Clapies2005-07-082-5/+5
| | | | possible to set optional attributes.
* fixed signedness differences signaled by gcc 4.0 (lots of others yet to do)Frederic Peters2005-07-071-24/+24
|
* Use lasso_wsf_profile_process_soap_request_msg() to build soap response messgae.Nicolas Clapies2005-07-071-8/+2
|
* Removed unused declared method name : ↵Nicolas Clapies2005-07-071-2/+0
| | | | lasso_profile_service_build_request_msg().
* Fixed mistake about prototype of lasso_session_dump().Nicolas Clapies2005-06-271-5/+2
|
* Now lasso_identity_new_from_dump() and lasso_session_new_from_dump() return ↵Nicolas Clapies2005-06-272-6/+22
| | | | NULL if the root element name is wrong.
* checks identity exists before referencing itFrederic Peters2005-06-031-0/+4
|
* properly initialize key node to NULLFrederic Peters2005-05-251-0/+1
|
* allows overriding of infile keydescriptor with argument to add_providerFrederic Peters2005-05-251-1/+1
|
* load public key from metadata fileFrederic Peters2005-05-251-1/+58
|
* fixed docstring to use entities for < and >Frederic Peters2005-05-181-2/+2
|
* oops missing |Frederic Peters2005-05-181-1/+1
|
* fixed case when consent was first refused then given (failure status codeFrederic Peters2005-05-171-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 Clapies2005-05-161-2/+1
|
* Set response attribute when processing WSF SOAP response message.Nicolas Clapies2005-05-161-3/+4
|
* Updated discovery to SOAP binding.Nicolas Clapies2005-05-161-50/+7
|
* Mistake about last add.Nicolas Clapies2005-05-164-249/+0
|
* Added WSF SOAP binding layer.Nicolas Clapies2005-05-166-7/+349
|
* fixed memory leak in loadDescriptorFrederic Peters2005-05-161-1/+4
|
* allows fake brws-lecp profile (introduced by Nicolas) to be used inFrederic Peters2005-05-121-1/+2
| | | | lasso_login_build_authn_response_msg, so LECP works again.
* documented that previous changeFrederic Peters2005-05-121-1/+5
|
* fixed the case of idp-initiated rni with no sp defined name identifierFrederic Peters2005-05-121-1/+3
|
* fixing lasso_name_registration_init_request with regards toFrederic Peters2005-05-121-8/+7
| | | | profile->nameIdentifier (hopefully)
* fixed lasso_name_registration_process_request_msg so that it ends withFrederic Peters2005-05-121-17/+11
| | | | profile->nameIdentifier being the local name identifier.
* profile->nameIdentifier set to local name identifierFrederic Peters2005-05-121-3/+6
|
* profile->nameIdentifier should always points to *local* name identifier.Frederic Peters2005-05-123-21/+11
| | | | (not yet tested for federation termination)
* use remote name identifier if available for login->nameIdentifierFrederic Peters2005-05-121-3/+8
|
* don't check other endpoint for supported profile since *they* initiated it thatFrederic Peters2005-05-111-7/+0
| | | | way and it seems allowed for them not to have it in their metadata.
* InResponseTo must be part of the redirect answerFrederic Peters2005-05-101-0/+1
|
* 1 is a valid boolean valueFrederic Peters2005-05-101-1/+1
|
* \r may be hiding in base64Frederic Peters2005-05-101-2/+2
|
* Fixed lecp profile : added case when lecp profile is used when building ↵Nicolas Clapies2005-05-103-4/+11
| | | | assertion.
* don't lasso_node_destroy list items that may be NULLFrederic Peters2005-05-101-4/+4
|
* allows \n in base64 stringsFrederic Peters2005-05-101-2/+2
|
* NameQualifier is optionalFrederic Peters2005-05-102-4/+2
|
* don't fail if there is no signature on Logout ResponseFrederic Peters2005-05-101-0/+7
|
* reworked query string signature verification to better handle cases where theFrederic Peters2005-05-021-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 wsfFrederic Peters2005-05-022-2/+2
|
* Added process of Wsse prefix in lasso_node_new_from_xmlNode().Nicolas Clapies2005-05-021-0/+2
|
* wsse:Security class.Nicolas Clapies2005-05-022-0/+173
|
* Added a FIXME to list missing element in credential.Nicolas Clapies2005-05-021-2/+3
|
* Added wsse:Security element.Nicolas Clapies2005-05-022-3/+8
|
* For now Make only one credential for every description end points of the ↵Nicolas Clapies2005-04-261-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 staticFrederic Peters2005-04-251-1/+1
|
* lasso_login_assertion_add_discovery() adds credentials if security ↵Nicolas Clapies2005-04-251-2/+52
| | | | mechanisms want it.