summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* SAML 2.0 string constantsFrederic Peters2005-11-141-0/+88
* starting to commit SAML 2 changes; minor changes (and bugfix) toFrederic Peters2005-11-132-19/+119
* Added support of principal state : now it is possible a SP informs an AP if p...Nicolas Clapies2005-10-063-1/+11
* Added LassoDsKeyInfo oject. It allows to add it to LassoSamlSubjectConfirmati...Nicolas Clapies2005-10-057-0/+183
* Added soap Fault element.Nicolas Clapies2005-09-273-0/+206
* Added id attribute in Body element.Nicolas Clapies2005-09-192-0/+3
* Fixed snippet definition of Credentials object.Nicolas Clapies2005-09-191-1/+1
* Added compilation of resource access statement.Nicolas Clapies2005-09-191-0/+2
* Added security namespace for resource access statement.Nicolas Clapies2005-09-191-0/+3
* Added ResourceAccessStatement element from wsf Security.Nicolas Clapies2005-09-192-0/+185
* possibility to register new dst services.Frederic Peters2005-09-116-38/+74
* data_service_init_query may be called without parameters.Frederic Peters2005-09-102-4/+13
* restore prefix and href for dst:Modify and dst:ModifyResponseFrederic Peters2005-08-256-10/+60
* fixed lasso_profile_service_add_query_item so it accepts a item_id parameterFrederic Peters2005-08-122-2/+3
* API after the pp:query has been sent,Frederic Peters2005-08-123-12/+58
* disco:queryResponse missed namespace definitionFrederic Peters2005-08-121-0/+1
* Fixed setting of attribute, int not NULL pointer.Nicolas Clapies2005-08-051-1/+1
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-3011-85/+93
* signedness change to lasso_query_sign (does not break API/ABI)Frederic Peters2005-07-081-2/+1
* fixed signedness differences signaled by gcc 4.0 (lots of others yet to do)Frederic Peters2005-07-071-24/+24
* oops missing |Frederic Peters2005-05-181-1/+1
* InResponseTo must be part of the redirect answerFrederic Peters2005-05-101-0/+1
* \r may be hiding in base64Frederic Peters2005-05-101-2/+2
* Fixed lecp profile : added case when lecp profile is used when building asser...Nicolas Clapies2005-05-101-3/+5
* 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
* reworked query string signature verification to better handle cases where theFrederic Peters2005-05-021-27/+38
* 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 wsse:Security element.Nicolas Clapies2005-05-022-3/+8
* Added copy constructor to duplicate LassoDiscoDescription and LassoDiscoServi...Nicolas Clapies2005-04-254-0/+71
* use proper confirmation method saml identifiersFrederic Peters2005-04-251-2/+1
* 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-252-43/+34
* Added missing optional attributes AttributeName and AttributeNameSpace in Att...Nicolas Clapies2005-04-222-0/+15
* DiscoResourceOffering is required in DiscoInsertEntry.Nicolas Clapies2005-04-222-3/+12
* SNIPPET_LIST_NODESFrederic Peters2005-04-221-1/+1
* 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-192-15/+49
* 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
* include AssertionConsumerServiceID in query stringsFrederic Peters2005-03-241-0/+1
* don't compile id-wsf files when wsf is disabled; this cuts down buildFrederic Peters2005-03-181-70/+78
* 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