summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with ↵Nicolas Clapies2004-12-085-29/+17
| | | | this new class.
* Removed process of ResourceOffering param. Need to be reactivated when ↵Nicolas Clapies2004-12-081-7/+7
| | | | ResourceID process in level 1 will be completed.
* For Swig, corrected server providerIds.Emmanuel Raviart2004-12-083-13/+30
| | | | Added providerIds to identities and sessions.
* Fixed bad XML schema interpretation of ResourceIDGroup element in:Valery Febvre2004-12-088-114/+47
| | | | LassoDiscoModify, LassoDiscoQuerya and LassoDiscoResourceOffering
* Updated with support of disco_resource_id_group.Nicolas Clapies2004-12-081-0/+2
|
* Initial version : complex class to manage ResourceID and EncryptedResourceID ↵Nicolas Clapies2004-12-082-0/+171
| | | | choice.
* new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types.Frederic Peters2004-12-083-5/+75
|
* Added LassoDiscoResourceID and LassoDiscoEncryptedResourceID classesValery Febvre2004-12-085-0/+368
|
* reviewed code marked with XXXFrederic Peters2004-12-087-19/+7
|
* In SWIG:Emmanuel Raviart2004-12-081-99/+80
| | | | | | | - Improved ProviderIds. - Removed LassoProviders structure (too complex to handle with SWIG). - Added attribute providerIds and method getProvider to LassoServer. - Replaced xmlChar with gchar.
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-0715-15/+15
| | | | see http://en.wiktionary.org/wiki/Overridden
* another round on snippets; no longer multiply types for content transformationFrederic Peters2004-12-079-118/+126
| | | | | | (CONTENT_BOOLEAN, ATTRIBUTE_BOOLEAN, CONTENT_INTEGER, ATTRIBUTE_INTEGER...), instead does something like this: SNIPPET_ATTRIBUTE | SNIPPET_INTEGER (other combinations allowed)
* Fixed #ifndef __LASSO_LIB_DISCO_QUERY_H__ to #ifndef __LASSO_DISCO_QUERY_H__Nicolas Clapies2004-12-071-1/+1
|
* Replaced template_service.* with abstract_service.*Nicolas Clapies2004-12-071-1/+5
|
* Added AttributeStatement element support in Saml:Assertion (required for ↵Valery Febvre2004-12-0733-653/+511
| | | | | | | | id-WSF). Fixed constructor's required params of Disco classes. Updated Disco classes with new snippet. Updated some schema fragments.
* Initial version : class to manage Personal profile service. Currently, only ↵Nicolas Clapies2004-12-072-0/+312
| | | | support initiating, processing and building of Query and QueryResponse messages.
* Initial version : abstract class to store ResourceID, ResourceOfferings, ↵Nicolas Clapies2004-12-072-0/+212
| | | | QueryItem.
* Removed unused old code.Nicolas Clapies2004-12-071-40/+2
|
* Added support of specific service : now QueryResponse element can be used by ↵Nicolas Clapies2004-12-072-0/+43
| | | | services and inherits their name space.
* Fixed required params of constructor lasso_dst_query_item_new() : ↵Nicolas Clapies2004-12-072-5/+3
| | | | QueryItem's attribute itemID is optional.
* Added support of specific service : now Query element can be used by ↵Nicolas Clapies2004-12-072-0/+39
| | | | services and inherits their name space.
* updated informative files with data about Lasso 0.5.0.Frederic Peters2004-12-072-2/+19
|
* Updated LassoUtilityStatus with new snippetValery Febvre2004-12-071-42/+16
|
* Fixed namespace of Status element : Status is included by schemas so no ↵Nicolas Clapies2004-12-071-1/+0
| | | | default name space.
* removed obsolete doc argsFrederic Peters2004-12-062-4/+2
|
* Fixed a stupid copy/pasteValery Febvre2004-12-061-2/+2
|
* Fixed SNIPPET_LIST_NODES and SNIPPET_LIST_CONTENT snippet type supportValery Febvre2004-12-061-17/+8
| | | | in lasso_node_init_from_xml()
* removed debugging fprintfFrederic Peters2004-12-061-1/+0
|
* fixed xpath expressions for id-ff 1.1 compatibilityFrederic Peters2004-12-061-4/+4
|
* fixed metadataFrederic Peters2004-12-061-2/+2
|
* added (untested) compatibility with ID-FF 1.1 metadata filesFrederic Peters2004-12-061-9/+45
|
* Renamed LASSO_LIB_SERVICE_TYPE_ID_SIS_* to LASSO_*_HREF.Nicolas Clapies2004-12-061-2/+2
|
* Oups ... bad, bad copy / paste.Nicolas Clapies2004-12-061-4/+4
|
* Removed service types defines. Added prefix and href for personal profile ↵Nicolas Clapies2004-12-061-5/+6
| | | | and employee profile.
* added dst supportFrederic Peters2004-12-061-0/+8
|
* dealt with namespaces in a manner compatibler with libxml2 2.6.11 and 2.6.16Frederic Peters2004-12-061-5/+12
|
* more on documentation compilation; ok now.Frederic Peters2004-12-041-42/+0
|
* removed obsolete classes so the doc compiles againFrederic Peters2004-12-041-20/+2
|
* Won anther automake battle. Thanks to Matthias Andree and Be Plouvier.Frederic Peters2004-12-041-1/+5
|
* added types.c generation to Makefile and to .cvsignoreFrederic Peters2004-12-042-1/+8
|
* added types (classes) extraction on build and registration in lasso_initFrederic Peters2004-12-042-0/+39
|
* removed gmodule from libs; I failed to get class registration dynamicFrederic Peters2004-12-041-1/+1
|
* formatted for easier processingFrederic Peters2004-12-041-1/+1
|
* link to gmodule (part of glib)Frederic Peters2004-12-041-1/+1
|
* consistency: comment stars are aligned; parent_class is no longer necessary;Frederic Peters2004-12-031-24/+21
| | | | struct indentation only use one tab; trailing \ are not necessary.
* Removed old FIXME.Nicolas Clapies2004-12-031-1/+0
|
* Updated LassoDstQueryItem with new snippet feature in class instance. Moved ↵Nicolas Clapies2004-12-032-62/+32
| | | | schema comment from .h to .c
* added xml boolean attribute snippet supportFrederic Peters2004-12-032-1/+15
|
* Updated LassoDstQueryResponse with new snippet feature in class instance. ↵Nicolas Clapies2004-12-032-64/+30
| | | | Moved schema comment from .h to .c
* Updated LassoDstQuery with new snippet feature in class instance. Moved ↵Nicolas Clapies2004-12-032-63/+32
| | | | schema comment from .h to .c