Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -8/+8 | |
| | | | | (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 | 3 | -5/+13 | |
| | ||||||
* | 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) | |||||
* | API addition; lasso_provider_get_organization | Frederic Peters | 2005-04-20 | 2 | -0/+37 | |
| | ||||||
* | 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 | 2 | -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 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. | |||||
* | Liberty wsf SOAP binding. | Nicolas Clapies | 2005-04-11 | 1 | -32/+75 | |
| | ||||||
* | Fixed lasso_discovery_init_modify() : added missing code for liberty wsf ↵ | Nicolas Clapies | 2005-04-11 | 1 | -4/+10 | |
| | | | | soap binding. | |||||
* | Completed discovery with support of liberty wsf soap binding. | Nicolas Clapies | 2005-04-11 | 1 | -12/+43 | |
| | ||||||
* | Updated Discovery : now it binds his messages in liberty wsf SOAP envelope. | Nicolas Clapies | 2005-04-11 | 1 | -4/+10 | |
| | ||||||
* | Fixed removed code in previous commit. Fixed some rules from liberty spec : ↵ | Nicolas Clapies | 2005-04-01 | 2 | -9/+64 | |
| | | | | mutli mechanism, null mechanism. Added namespace for service authentication. | |||||
* | don't set status to constant string in samlp:Response | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | ||||||
* | properly multiply sizeof(char*) to avoid buffer overflow | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | ||||||
* | free up Status if not NULL. | Frederic Peters | 2005-03-29 | 1 | -1/+1 | |
| | ||||||
* | checks for Status before Assertion; so lasso doesn't restore an old assertion. | Frederic Peters | 2005-03-29 | 1 | -13/+9 | |
| | ||||||
* | bring back LassoSamlAssertion | Frederic Peters | 2005-03-29 | 1 | -1/+3 | |
| | ||||||
* | don't add assertion in samlp:Response if the signature check failed | Frederic Peters | 2005-03-29 | 1 | -5/+4 | |
| | ||||||
* | deals with incorrect AssertionConsumerServiceID | Frederic Peters | 2005-03-24 | 1 | -1/+15 | |
| | ||||||
* | include AssertionConsumerServiceID in query strings | Frederic Peters | 2005-03-24 | 1 | -0/+1 | |
| | ||||||
* | session may exist beforehand, store status nevertheless | Frederic Peters | 2005-03-22 | 1 | -3/+3 | |
| | ||||||
* | no success won't set Success | Frederic Peters | 2005-03-22 | 1 | -1/+1 | |
| | ||||||
* | Added REQUEST_TYPE_SASL_REQUEST returned by ↵ | Nicolas Clapies | 2005-03-21 | 2 | -1/+5 | |
| | | | | lasso_profile_get_request_type_from_soap_msg(). | |||||
* | Updated authentication service : fixed error when parsing data from client. ↵ | Nicolas Clapies | 2005-03-21 | 1 | -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 Clapies | 2005-03-21 | 2 | -0/+31 | |
| | ||||||
* | include lasso_config.h since LASSO_WSF_ENABLED is used | Frederic Peters | 2005-03-18 | 2 | -0/+3 | |
| | ||||||
* | added missing lasso_config.h include (necessary for LASSO_WSF_ENABLED | Frederic Peters | 2005-03-18 | 2 | -0/+4 | |
| | | | | definition) | |||||
* | since wsf is no longer compiled it is no longer necessary to check or isolate | Frederic Peters | 2005-03-18 | 1 | -13/+4 | |
| | | | | sasl check variable. | |||||
* | don't compile id-wsf files when wsf is disabled; this cuts down build | Frederic Peters | 2005-03-18 | 9 | -93/+151 | |
| | | | | time by a nice margin. | |||||
* | Updated lasso_discovery_add_insert_entry() prototype : now it only takes a ↵ | Nicolas Clapies | 2005-03-18 | 2 | -66/+45 | |
| | | | | LassoServiceInstance and a LassoDiscoResourceID. | |||||
* | Updated authentication service : now it has hard coded collbacks. developer ↵ | Nicolas Clapies | 2005-03-18 | 2 | -67/+269 | |
| | | | | must use LassoUserAccount to inform sasl about login and password. | |||||
* | Fixed dump of attribute. | Nicolas Clapies | 2005-03-18 | 1 | -2/+2 | |
| | ||||||
* | Fixed any attribute in snippet. | Nicolas Clapies | 2005-03-18 | 2 | -3/+3 | |
| | ||||||
* | Fixed process of dump for soap envelope message. | Nicolas Clapies | 2005-03-18 | 1 | -2/+4 | |
| | ||||||
* | detect liberty QName and add appropriate namespace (closes: #416) | Frederic Peters | 2005-03-15 | 1 | -0/+18 | |
| | ||||||
* | warning: ISO C90 forbids mixed declarations and code | Frederic Peters | 2005-03-11 | 1 | -2/+2 | |
| | ||||||
* | Complete liberty soap binding. | Nicolas Clapies | 2005-03-11 | 9 | -0/+820 | |
| | ||||||
* | Added liberty soap binding extension. | Nicolas Clapies | 2005-03-11 | 10 | -2/+860 | |
| | ||||||
* | Added missing security mechanism. | Nicolas Clapies | 2005-03-10 | 1 | -0/+6 | |
| | ||||||
* | Restore ResourceID and EncryptedResourceID attributes in discovery and ↵ | Nicolas Clapies | 2005-03-10 | 4 | -15/+27 | |
| | | | | modify. Added security mechanism id. | |||||
* | Added comments about security mech rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+10 | |
| | ||||||
* | Added comment about Options rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+5 | |
| | ||||||
* | Added comments about status rules. | Nicolas Clapies | 2005-03-10 | 1 | -0/+9 | |
| |