summaryrefslogtreecommitdiffstats
path: root/lasso/xml/dst_query_item.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed type mistake in snippets of LassoDstQueryItem.Nicolas Clapies2004-12-101-1/+1
|
* another round on snippets; no longer multiply types for content transformationFrederic Peters2004-12-071-1/+1
| | | | | | (CONTENT_BOOLEAN, ATTRIBUTE_BOOLEAN, CONTENT_INTEGER, ATTRIBUTE_INTEGER...), instead does something like this: SNIPPET_ATTRIBUTE | SNIPPET_INTEGER (other combinations allowed)
* Added AttributeStatement element support in Saml:Assertion (required for ↵Valery Febvre2004-12-071-14/+27
| | | | | | | | id-WSF). Fixed constructor's required params of Disco classes. Updated Disco classes with new snippet. Updated some schema fragments.
* Fixed required params of constructor lasso_dst_query_item_new() : ↵Nicolas Clapies2004-12-071-3/+2
| | | | QueryItem's attribute itemID is optional.
* Removed old FIXME.Nicolas Clapies2004-12-031-1/+0
|
* Updated LassoDstQueryItem with new snippet feature in class instance. Moved ↵Nicolas Clapies2004-12-031-43/+29
| | | | schema comment from .h to .c
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-5/+5
| | | | | | 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).
* Fixed wrong param in lasso_dst_query_item_new() : LibDstSelect doesnt exist, ↵Nicolas Clapies2004-11-301-3/+1
| | | | it is a specific element of attributes services.
* Initial version : added DST part of WSF for sis specific attribute services.Nicolas Clapies2004-11-301-0/+140