Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed old comment. | Nicolas Clapies | 2005-01-29 | 1 | -4/+0 |
| | |||||
* | Removed optional option parameter in lasso_discovery_add_insert_entry(). | Nicolas Clapies | 2005-01-29 | 2 | -13/+4 |
| | |||||
* | Merged wsf-api-change-not-for-0-6 branch with trunk. | Emmanuel Raviart | 2005-01-27 | 3 | -55/+31 |
| | |||||
* | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 8 | -24/+16 |
| | |||||
* | Removed class LassoAbstractService. | Nicolas Clapies | 2005-01-13 | 3 | -173/+0 |
| | |||||
* | Removed specific class LassoPersonalProfileService. Added generic web ↵ | Nicolas Clapies | 2005-01-13 | 4 | -222/+209 |
| | | | | service class LassoProfileService. | ||||
* | removed uncommited profile_service.[ch] from Makefile.am | Frederic Peters | 2005-01-12 | 1 | -2/+0 |
| | |||||
* | Added support of interaction profile service. | Nicolas Clapies | 2005-01-12 | 1 | -0/+4 |
| | |||||
* | Started to implement interaction service profile. | Nicolas Clapies | 2005-01-12 | 2 | -0/+221 |
| | |||||
* | removed individual debug() statements in dispose() and finalize(); replaced by | Frederic Peters | 2005-01-04 | 1 | -9/+3 |
| | | | | | a single statement in xml/xml.c; surrouded that one by LASSO_DEBUG so --enable-debugging prints those memory-management debugging data. | ||||
* | Removed second and third parameters of lasso_node_dump since @encoding is | Frederic Peters | 2005-01-01 | 1 | -1/+1 |
| | | | | always UTF-8 and @format is always to indent XML in lasso dumps. | ||||
* | generate xmlsec signatures in get_xmlNode; this should allow envelopes (in | Frederic Peters | 2004-12-28 | 1 | -8/+4 |
| | | | | LECP) to work properly. | ||||
* | Added missing header. | Nicolas Clapies | 2004-12-22 | 1 | -1/+1 |
| | |||||
* | Added missing headers. | Nicolas Clapies | 2004-12-22 | 1 | -0/+3 |
| | |||||
* | Added set of request in lasso_personal_profile_process_query_msg() and ↵ | Nicolas Clapies | 2004-12-22 | 1 | -1/+7 |
| | | | | lasso_personal_profile_process_modify_msg(). | ||||
* | Removed use of GList for Options. Use only a Options pointer. | Nicolas Clapies | 2004-12-22 | 2 | -9/+12 |
| | |||||
* | Fixed call to constructor of LassoDiscoQueryResponse and ↵ | Nicolas Clapies | 2004-12-21 | 1 | -2/+2 |
| | | | | LassoDiscoModifyResponse. | ||||
* | Fixed method declarations : ↵ | Nicolas Clapies | 2004-12-20 | 1 | -5/+6 |
| | | | | lasso_personal_profile_service_process_query_msg() and lasso_personal_profile_service_process_query_msg_response(). | ||||
* | Removed GList type in lasso_discovery_add_insert_entry() params. Instead use ↵ | Nicolas Clapies | 2004-12-20 | 2 | -14/+42 |
| | | | | simple type pointer until list support is implemented in swig binding. Added missing method lasso_discovery_process_query_response_msg(). | ||||
* | Added differentiation between creating xmlnode for lasso use (the _dump | Frederic Peters | 2004-12-19 | 1 | -2/+2 |
| | | | | | | | | | | | | functions) and creating xmlnode for the wire (export_to_soap...). This was necessary to keep track of private_key_file to use on an Assertion while it was kept in a lasso session dump and restored later. This means the get_xmlNode functions have now a second parameter, gboolean lasso_dump, TRUE when dumping for lasso internal use. On the bright side assertions are now signed (that signature is not yet checked). | ||||
* | Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use | Frederic Peters | 2004-12-17 | 1 | -4/+2 |
| | | | | | those when compiling tests in order to catch errors in headers. Also moved a few things in header files; need more thinking about that. | ||||
* | pointers are %p in format strings, not %x | Frederic Peters | 2004-12-15 | 1 | -2/+2 |
| | |||||
* | Reordered function declarations. Added check of server param. | Nicolas Clapies | 2004-12-15 | 2 | -6/+6 |
| | |||||
* | Added support of modify request from a SP to AP : updated element's class in ↵ | Nicolas Clapies | 2004-12-15 | 3 | -13/+149 |
| | | | | level 1 (Modify and ModifyResponse) and implemented modify request in level 2 id wsf. | ||||
* | fixed some missing or wrong prototype declarations | Frederic Peters | 2004-12-14 | 3 | -10/+13 |
| | |||||
* | fixed function declared as returning int that didn't return anything | Frederic Peters | 2004-12-14 | 1 | -1/+1 |
| | |||||
* | got top-of-file license spaced the same way as in other files (+ fixed editor | Frederic Peters | 2004-12-12 | 2 | -4/+4 |
| | | | | typo) | ||||
* | Added LassoDiscovery class | Valery Febvre | 2004-12-10 | 3 | -0/+588 |
| | |||||
* | Added lasso_personal_profile_service_add_data() method : it allows to add ↵ | Nicolas Clapies | 2004-12-10 | 2 | -17/+28 |
| | | | | response elements corresponding to the requested attribute values. | ||||
* | Updated lasso_personal_profile_service_init_query() method : now it takes a ↵ | Nicolas Clapies | 2004-12-10 | 2 | -61/+83 |
| | | | | LassoDiscoResourceOffering* resourceOfferring, a LassoDiscoDescription* description and a char* select, init a Query object, set the soap url from ResourceOffering, and return a QueryItem* to optionaly set attributes. Now it is possible to add extra QueryItems with lasso_personal_profile_service_add_query_item(). It returns the new QueryItem'pointer to set optional attributes; | ||||
* | Removed ResourceOffering and ResourceIDGroup class's attributes. Only keep ↵ | Nicolas Clapies | 2004-12-10 | 2 | -57/+13 |
| | | | | data and queryItem attributes. Removed old unused private methods (dispose() and finalize() ) | ||||
* | Updated lasso_wsf_profile_build_*_msg() : now they only set msg_body class's ↵ | Nicolas Clapies | 2004-12-10 | 2 | -47/+0 |
| | | | | attribute with a soap message (request / response). | ||||
* | overridden spelling fix caused alignment wreckage | Frederic Peters | 2004-12-10 | 3 | -3/+3 |
| | |||||
* | Removed code with ResourceIDGroup in ↵ | Nicolas Clapies | 2004-12-09 | 1 | -2/+2 |
| | | | | lasso_personal_profile_service_init_query() : will be updated soon. | ||||
* | Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with ↵ | Nicolas Clapies | 2004-12-08 | 2 | -21/+11 |
| | | | | 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. | ||||
* | The past participle of "to override" is overridden. | Emmanuel Raviart | 2004-12-07 | 3 | -3/+3 |
| | | | | see http://en.wiktionary.org/wiki/Overridden | ||||
* | Replaced template_service.* with abstract_service.* | Nicolas Clapies | 2004-12-07 | 1 | -1/+5 |
| | |||||
* | 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 |
| | |||||
* | cvs ignore for id-wsf/ files | Frederic Peters | 2004-12-03 | 1 | -0/+7 |
| | |||||
* | Added a first support of id-wsf high level. Only the base class is defined : ↵ | Nicolas Clapies | 2004-11-30 | 3 | -0/+295 |
LassoWsfProfile is intended to be inherited by future service classes. It is still very incomplete. |