| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with ↵ | Nicolas Clapies | 2004-12-08 | 5 | -29/+17 | |
| | | | | | this new class. | |||||
| * | Removed process of ResourceOffering param. Need to be reactivated when ↵ | Nicolas Clapies | 2004-12-08 | 1 | -7/+7 | |
| | | | | | ResourceID process in level 1 will be completed. | |||||
| * | For Swig, corrected server providerIds. | Emmanuel Raviart | 2004-12-08 | 3 | -13/+30 | |
| | | | | | Added providerIds to identities and sessions. | |||||
| * | Fixed bad XML schema interpretation of ResourceIDGroup element in: | Valery Febvre | 2004-12-08 | 8 | -114/+47 | |
| | | | | | LassoDiscoModify, LassoDiscoQuerya and LassoDiscoResourceOffering | |||||
| * | Updated with support of disco_resource_id_group. | Nicolas Clapies | 2004-12-08 | 1 | -0/+2 | |
| | | ||||||
| * | Initial version : complex class to manage ResourceID and EncryptedResourceID ↵ | Nicolas Clapies | 2004-12-08 | 2 | -0/+171 | |
| | | | | | choice. | |||||
| * | new snippet type, SNIPPET_NODE_IN_CHILD, and documented all of the types. | Frederic Peters | 2004-12-08 | 3 | -5/+75 | |
| | | ||||||
| * | Added LassoDiscoResourceID and LassoDiscoEncryptedResourceID classes | Valery Febvre | 2004-12-08 | 5 | -0/+368 | |
| | | ||||||
| * | reviewed code marked with XXX | Frederic Peters | 2004-12-08 | 7 | -19/+7 | |
| | | ||||||
| * | In SWIG: | Emmanuel Raviart | 2004-12-08 | 1 | -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 Raviart | 2004-12-07 | 15 | -15/+15 | |
| | | | | | see http://en.wiktionary.org/wiki/Overridden | |||||
| * | another round on snippets; no longer multiply types for content transformation | Frederic Peters | 2004-12-07 | 9 | -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 Clapies | 2004-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Replaced template_service.* with abstract_service.* | Nicolas Clapies | 2004-12-07 | 1 | -1/+5 | |
| | | ||||||
| * | Added AttributeStatement element support in Saml:Assertion (required for ↵ | Valery Febvre | 2004-12-07 | 33 | -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 Clapies | 2004-12-07 | 2 | -0/+312 | |
| | | | | | support initiating, processing and building of Query and QueryResponse messages. | |||||
| * | Initial version : abstract class to store ResourceID, ResourceOfferings, ↵ | Nicolas Clapies | 2004-12-07 | 2 | -0/+212 | |
| | | | | | QueryItem. | |||||
| * | Removed unused old code. | Nicolas Clapies | 2004-12-07 | 1 | -40/+2 | |
| | | ||||||
| * | Added support of specific service : now QueryResponse element can be used by ↵ | Nicolas Clapies | 2004-12-07 | 2 | -0/+43 | |
| | | | | | services and inherits their name space. | |||||
| * | Fixed required params of constructor lasso_dst_query_item_new() : ↵ | Nicolas Clapies | 2004-12-07 | 2 | -5/+3 | |
| | | | | | QueryItem's attribute itemID is optional. | |||||
| * | Added support of specific service : now Query element can be used by ↵ | Nicolas Clapies | 2004-12-07 | 2 | -0/+39 | |
| | | | | | services and inherits their name space. | |||||
| * | updated informative files with data about Lasso 0.5.0. | Frederic Peters | 2004-12-07 | 2 | -2/+19 | |
| | | ||||||
| * | Updated LassoUtilityStatus with new snippet | Valery Febvre | 2004-12-07 | 1 | -42/+16 | |
| | | ||||||
| * | Fixed namespace of Status element : Status is included by schemas so no ↵ | Nicolas Clapies | 2004-12-07 | 1 | -1/+0 | |
| | | | | | default name space. | |||||
| * | removed obsolete doc args | Frederic Peters | 2004-12-06 | 2 | -4/+2 | |
| | | ||||||
| * | Fixed a stupid copy/paste | Valery Febvre | 2004-12-06 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed SNIPPET_LIST_NODES and SNIPPET_LIST_CONTENT snippet type support | Valery Febvre | 2004-12-06 | 1 | -17/+8 | |
| | | | | | in lasso_node_init_from_xml() | |||||
| * | removed debugging fprintf | Frederic Peters | 2004-12-06 | 1 | -1/+0 | |
| | | ||||||
| * | fixed xpath expressions for id-ff 1.1 compatibility | Frederic Peters | 2004-12-06 | 1 | -4/+4 | |
| | | ||||||
| * | fixed metadata | Frederic Peters | 2004-12-06 | 1 | -2/+2 | |
| | | ||||||
| * | added (untested) compatibility with ID-FF 1.1 metadata files | Frederic Peters | 2004-12-06 | 1 | -9/+45 | |
| | | ||||||
| * | Renamed LASSO_LIB_SERVICE_TYPE_ID_SIS_* to LASSO_*_HREF. | Nicolas Clapies | 2004-12-06 | 1 | -2/+2 | |
| | | ||||||
| * | Oups ... bad, bad copy / paste. | Nicolas Clapies | 2004-12-06 | 1 | -4/+4 | |
| | | ||||||
| * | Removed service types defines. Added prefix and href for personal profile ↵ | Nicolas Clapies | 2004-12-06 | 1 | -5/+6 | |
| | | | | | and employee profile. | |||||
| * | added dst support | Frederic Peters | 2004-12-06 | 1 | -0/+8 | |
| | | ||||||
| * | dealt with namespaces in a manner compatibler with libxml2 2.6.11 and 2.6.16 | Frederic Peters | 2004-12-06 | 1 | -5/+12 | |
| | | ||||||
| * | more on documentation compilation; ok now. | Frederic Peters | 2004-12-04 | 1 | -42/+0 | |
| | | ||||||
| * | removed obsolete classes so the doc compiles again | Frederic Peters | 2004-12-04 | 1 | -20/+2 | |
| | | ||||||
| * | Won anther automake battle. Thanks to Matthias Andree and Be Plouvier. | Frederic Peters | 2004-12-04 | 1 | -1/+5 | |
| | | ||||||
| * | added types.c generation to Makefile and to .cvsignore | Frederic Peters | 2004-12-04 | 2 | -1/+8 | |
| | | ||||||
| * | added types (classes) extraction on build and registration in lasso_init | Frederic Peters | 2004-12-04 | 2 | -0/+39 | |
| | | ||||||
| * | removed gmodule from libs; I failed to get class registration dynamic | Frederic Peters | 2004-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | formatted for easier processing | Frederic Peters | 2004-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | link to gmodule (part of glib) | Frederic Peters | 2004-12-04 | 1 | -1/+1 | |
| | | ||||||
| * | consistency: comment stars are aligned; parent_class is no longer necessary; | Frederic Peters | 2004-12-03 | 1 | -24/+21 | |
| | | | | | struct indentation only use one tab; trailing \ are not necessary. | |||||
| * | Removed old FIXME. | Nicolas Clapies | 2004-12-03 | 1 | -1/+0 | |
| | | ||||||
| * | Updated LassoDstQueryItem with new snippet feature in class instance. Moved ↵ | Nicolas Clapies | 2004-12-03 | 2 | -62/+32 | |
| | | | | | schema comment from .h to .c | |||||
| * | added xml boolean attribute snippet support | Frederic Peters | 2004-12-03 | 2 | -1/+15 | |
| | | ||||||
| * | Updated LassoDstQueryResponse with new snippet feature in class instance. ↵ | Nicolas Clapies | 2004-12-03 | 2 | -64/+30 | |
| | | | | | Moved schema comment from .h to .c | |||||
| * | Updated LassoDstQuery with new snippet feature in class instance. Moved ↵ | Nicolas Clapies | 2004-12-03 | 2 | -63/+32 | |
| | | | | | schema comment from .h to .c | |||||
