| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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. | |||||
| * | Fixed header included. | Nicolas Clapies | 2005-05-11 | 1 | -0/+1 | |
| | | ||||||
| * | 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 | 5 | -35/+105 | |
| | | | | | 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 | 4 | -3/+86 | |
| | | ||||||
| * | Added access to saml:Assertion in saml:Advice element. | Nicolas Clapies | 2005-05-02 | 1 | -1/+10 | |
| | | ||||||
| * | fixed Darwin case so it compiles on Mac OS X | Frederic Peters | 2005-04-26 | 1 | -1/+1 | |
| | | ||||||
| * | 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. | |||||
| * | Added copy constructor to duplicate LassoDiscoDescription and ↵ | Nicolas Clapies | 2005-04-25 | 4 | -0/+71 | |
| | | | | | LassoDiscoServiceInstance objects. | |||||
| * | use proper confirmation method saml identifiers | Frederic Peters | 2005-04-25 | 2 | -2/+23 | |
| | | ||||||
| * | added saml artifact confirmation method identification (from SAML 1.1 spec) | Frederic Peters | 2005-04-25 | 1 | -3/+3 | |
| | | ||||||
| * | loads public key into xmlSecKey on LassoProvider instanciation; this merges | Frederic Peters | 2005-04-25 | 5 | -63/+82 | |
| | | | | | signature verification in XML messages and in query strings. | |||||
| * | conscientiously overwrite memory used by the private key password | Frederic Peters | 2005-04-25 | 1 | -0/+5 | |
| | | ||||||
| * | renamed secret_key to private_key_password since it was badly named and unused | Frederic Peters | 2005-04-25 | 3 | -12/+12 | |
| | | | | | (so no API breakage) | |||||
| * | return error message if name registration profile is used on an empty identity | Frederic Peters | 2005-04-23 | 1 | -0/+4 | |
| | | | | | (was segfaulting) | |||||
| * | Added missing optional attributes AttributeName and AttributeNameSpace in ↵ | Nicolas Clapies | 2005-04-22 | 3 | -0/+17 | |
| | | | | | Attribute element. When adding a ResourceOffering element in Assertion, they are set. | |||||
| * | DiscoResourceOffering is required in DiscoInsertEntry. | Nicolas Clapies | 2005-04-22 | 4 | -6/+14 | |
| | | ||||||
| * | SNIPPET_LIST_NODES | Frederic Peters | 2005-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | <Parent> <Value-1/> <Value-2/> <Value-n/> </Parent> [note: if there are no other nodes; it is possible to leave snippet name as the empty string; nodes will then be constructed looking at their names and namespaces (this is useful for xs:any)] (from docs/reference/snippet-types.rst) | |||||
| * | Added binding of lasso_new_from_message() for DiscoModify. | Nicolas Clapies | 2005-04-22 | 1 | -0/+9 | |
| | | ||||||
| * | binding to lasso_provider_get_organization; converts xmlNode into string | Frederic Peters | 2005-04-20 | 1 | -0/+29 | |
| | | ||||||
| * | API addition; lasso_provider_get_organization | Frederic Peters | 2005-04-20 | 3 | -0/+38 | |
| | | ||||||
| * | set pointer to NULL as a protective measure | Frederic Peters | 2005-04-20 | 1 | -0/+1 | |
| | | ||||||
| * | Added support of choice between WsdlRef and BriefSoapHttpDescription in ↵ | Nicolas Clapies | 2005-04-19 | 3 | -19/+72 | |
| | | | | | LassoDiscoDescription object : 2 new constructors, lasso_disco_description_new_with_WsdlRef() and lasso_disco_description_new_with_BriefSoapHttpDescription(). lasso_disco_description_new only returns a simple empty object. | |||||
| * | bails out with an error if lasso_login_must_authenticate is called while login | Frederic Peters | 2005-04-18 | 1 | -0/+3 | |
| | | | | | | has no request; this probably means it was called before lasso_login_process_authn_request_msg. | |||||
| * | Added discovery directives in inheritance.h | Nicolas Clapies | 2005-04-18 | 1 | -0/+6 | |
| | | ||||||
| * | Added ref count in addDescription() method. | Nicolas Clapies | 2005-04-15 | 1 | -1/+4 | |
| | | ||||||
| * | Added addDescription method. | Nicolas Clapies | 2005-04-15 | 1 | -0/+6 | |
| | | ||||||
