summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-024-3/+86
* Added access to saml:Assertion in saml:Advice element.Nicolas Clapies2005-05-021-1/+10
* fixed Darwin case so it compiles on Mac OS XFrederic Peters2005-04-261-1/+1
* For now Make only one credential for every description end points of the Disc...Nicolas Clapies2005-04-261-11/+31
* allocate memory for string; don't use it staticFrederic Peters2005-04-251-1/+1
* lasso_login_assertion_add_discovery() adds credentials if security mechanisms...Nicolas Clapies2005-04-251-2/+52
* Added copy constructor to duplicate LassoDiscoDescription and LassoDiscoServi...Nicolas Clapies2005-04-254-0/+71
* use proper confirmation method saml identifiersFrederic Peters2005-04-252-2/+23
* added saml artifact confirmation method identification (from SAML 1.1 spec)Frederic Peters2005-04-251-3/+3
* loads public key into xmlSecKey on LassoProvider instanciation; this mergesFrederic Peters2005-04-255-63/+82
* conscientiously overwrite memory used by the private key passwordFrederic Peters2005-04-251-0/+5
* renamed secret_key to private_key_password since it was badly named and unusedFrederic Peters2005-04-253-12/+12
* return error message if name registration profile is used on an empty identityFrederic Peters2005-04-231-0/+4
* Added missing optional attributes AttributeName and AttributeNameSpace in Att...Nicolas Clapies2005-04-223-0/+17
* DiscoResourceOffering is required in DiscoInsertEntry.Nicolas Clapies2005-04-224-6/+14
* SNIPPET_LIST_NODESFrederic Peters2005-04-221-1/+1
* Added binding of lasso_new_from_message() for DiscoModify.Nicolas Clapies2005-04-221-0/+9
* binding to lasso_provider_get_organization; converts xmlNode into stringFrederic Peters2005-04-201-0/+29
* API addition; lasso_provider_get_organizationFrederic Peters2005-04-203-0/+38
* set pointer to NULL as a protective measureFrederic Peters2005-04-201-0/+1
* Added support of choice between WsdlRef and BriefSoapHttpDescription in Lasso...Nicolas Clapies2005-04-193-19/+72
* bails out with an error if lasso_login_must_authenticate is called while loginFrederic Peters2005-04-181-0/+3
* Added discovery directives in inheritance.hNicolas Clapies2005-04-181-0/+6
* Added ref count in addDescription() method.Nicolas Clapies2005-04-151-1/+4
* Added addDescription method.Nicolas Clapies2005-04-151-0/+6
* Liberty wsf SOAP binding.Nicolas Clapies2005-04-111-32/+75
* Fixed lasso_discovery_init_modify() : added missing code for liberty wsf soap...Nicolas Clapies2005-04-111-4/+10
* Completed discovery with support of liberty wsf soap binding.Nicolas Clapies2005-04-111-12/+43
* Updated Discovery : now it binds his messages in liberty wsf SOAP envelope.Nicolas Clapies2005-04-111-4/+10
* Fixed removed code in previous commit. Fixed some rules from liberty spec : m...Nicolas Clapies2005-04-013-9/+69
* don't set status to constant string in samlp:ResponseFrederic Peters2005-03-291-1/+1
* properly multiply sizeof(char*) to avoid buffer overflowFrederic Peters2005-03-291-1/+1
* free up Status if not NULL.Frederic Peters2005-03-291-1/+1
* checks for Status before Assertion; so lasso doesn't restore an old assertion.Frederic Peters2005-03-291-13/+9
* bring back LassoSamlAssertionFrederic Peters2005-03-291-1/+3
* don't add assertion in samlp:Response if the signature check failedFrederic Peters2005-03-291-5/+4
* deals with incorrect AssertionConsumerServiceIDFrederic Peters2005-03-241-1/+15
* include AssertionConsumerServiceID in query stringsFrederic Peters2005-03-241-0/+1
* session may exist beforehand, store status neverthelessFrederic Peters2005-03-221-3/+3
* no success won't set SuccessFrederic Peters2005-03-221-1/+1
* Added REQUEST_TYPE_SASL_REQUEST returned by lasso_profile_get_request_type_fr...Nicolas Clapies2005-03-213-1/+7
* Renamed properly attribute acces in DiscoServiceInstance object.Nicolas Clapies2005-03-211-1/+1