summaryrefslogtreecommitdiffstats
path: root/lasso/xml/disco_modify.c
Commit message (Collapse)AuthorAgeFilesLines
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* Restore ResourceID and EncryptedResourceID attributes in discovery and ↵Nicolas Clapies2005-03-101-2/+5
| | | | modify. Added security mechanism id.
* resourceId is for LassoResourceID and LassoEncryptedResourceID.Nicolas Clapies2005-03-101-5/+2
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* Yet another modification about ResourceID and EncrytpedResourceID elementsValery Febvre2004-12-091-6/+15
|
* Fixed bad XML schema interpretation of ResourceIDGroup element in:Valery Febvre2004-12-081-34/+14
| | | | LassoDiscoModify, LassoDiscoQuerya and LassoDiscoResourceOffering
* Added AttributeStatement element support in Saml:Assertion (required for ↵Valery Febvre2004-12-071-54/+37
| | | | | | | | id-WSF). Fixed constructor's required params of Disco classes. Updated Disco classes with new snippet. Updated some schema fragments.
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-1/+1
| | | | | | init_from_xml are no longer necessary in many cases. Previous XmlSnippet renamed to XmlSnippetObsolete to keep compatibility (id-wsf classes have not yet been converted).
* harmony in snippets declarationFrederic Peters2004-11-291-2/+3
|
* harmony in schema fragment commentsFrederic Peters2004-11-291-0/+23
|
* Minor fixes after the snippets changesValery Febvre2004-11-291-7/+7
|
* Added 8 classes for discovering identity services (ID-WSF)Valery Febvre2004-11-291-0/+139
They provide methods to build Modify & ModifyResponse messages.