summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* Added copy constructor to duplicate LassoDiscoDescription and ↵Nicolas Clapies2005-04-254-0/+71
| | | | LassoDiscoServiceInstance objects.
* 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
| | | | signature verification in XML messages and in query strings.
* 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-252-8/+8
| | | | (so no API breakage)
* return error message if name registration profile is used on an empty identityFrederic Peters2005-04-231-0/+4
| | | | (was segfaulting)
* Added missing optional attributes AttributeName and AttributeNameSpace in ↵Nicolas Clapies2005-04-223-0/+17
| | | | Attribute element. When adding a ResourceOffering element in Assertion, they are set.
* DiscoResourceOffering is required in DiscoInsertEntry.Nicolas Clapies2005-04-223-5/+13
|
* SNIPPET_LIST_NODESFrederic Peters2005-04-221-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)
* API addition; lasso_provider_get_organizationFrederic Peters2005-04-202-0/+37
|
* set pointer to NULL as a protective measureFrederic Peters2005-04-201-0/+1
|
* Added support of choice between WsdlRef and BriefSoapHttpDescription in ↵Nicolas Clapies2005-04-192-15/+49
| | | | 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 loginFrederic Peters2005-04-181-0/+3
| | | | | has no request; this probably means it was called before lasso_login_process_authn_request_msg.
* Liberty wsf SOAP binding.Nicolas Clapies2005-04-111-32/+75
|
* Fixed lasso_discovery_init_modify() : added missing code for liberty wsf ↵Nicolas Clapies2005-04-111-4/+10
| | | | soap binding.
* 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 : ↵Nicolas Clapies2005-04-012-9/+64
| | | | mutli mechanism, null mechanism. Added namespace for service authentication.
* 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 ↵Nicolas Clapies2005-03-212-1/+5
| | | | lasso_profile_get_request_type_from_soap_msg().
* Updated authentication service : fixed error when parsing data from client. ↵Nicolas Clapies2005-03-211-133/+51
| | | | Removed hard code to build soap envelope by call to common function from wsf_profile.h.
* Added function to build generic liberty wsf soap envelope.Nicolas Clapies2005-03-212-0/+31
|
* include lasso_config.h since LASSO_WSF_ENABLED is usedFrederic Peters2005-03-182-0/+3
|
* added missing lasso_config.h include (necessary for LASSO_WSF_ENABLEDFrederic Peters2005-03-182-0/+4
| | | | definition)
* since wsf is no longer compiled it is no longer necessary to check or isolateFrederic Peters2005-03-181-13/+4
| | | | sasl check variable.
* don't compile id-wsf files when wsf is disabled; this cuts down buildFrederic Peters2005-03-189-93/+151
| | | | time by a nice margin.
* Updated lasso_discovery_add_insert_entry() prototype : now it only takes a ↵Nicolas Clapies2005-03-182-66/+45
| | | | LassoServiceInstance and a LassoDiscoResourceID.
* Updated authentication service : now it has hard coded collbacks. developer ↵Nicolas Clapies2005-03-182-67/+269
| | | | must use LassoUserAccount to inform sasl about login and password.
* Fixed dump of attribute.Nicolas Clapies2005-03-181-2/+2
|
* Fixed any attribute in snippet.Nicolas Clapies2005-03-182-3/+3
|
* Fixed process of dump for soap envelope message.Nicolas Clapies2005-03-181-2/+4
|
* detect liberty QName and add appropriate namespace (closes: #416)Frederic Peters2005-03-151-0/+18
|
* warning: ISO C90 forbids mixed declarations and codeFrederic Peters2005-03-111-2/+2
|
* Complete liberty soap binding.Nicolas Clapies2005-03-119-0/+820
|
* Added liberty soap binding extension.Nicolas Clapies2005-03-1110-2/+860
|
* Added missing security mechanism.Nicolas Clapies2005-03-101-0/+6
|
* Restore ResourceID and EncryptedResourceID attributes in discovery and ↵Nicolas Clapies2005-03-104-15/+27
| | | | modify. Added security mechanism id.
* Added comments about security mech rules.Nicolas Clapies2005-03-101-0/+10
|
* Added comment about Options rules.Nicolas Clapies2005-03-101-0/+5
|
* Added comments about status rules.Nicolas Clapies2005-03-101-0/+9
|