summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/personal_profile_service.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-4/+4
* [ID-WSFv1] fix other misuses of the macro lasso_foreachBenjamin Dauvergne2010-09-271-3/+3
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-091-0/+1
* ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID...Benjamin Dauvergne2010-01-281-1/+1
* Docs: change the doc production and lot of other fixesBenjamin Dauvergne2009-08-261-0/+6
* ID-WSF: Lots of modificationsBenjamin Dauvergne2009-08-261-29/+40
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-0/+1
* fixed various bugs with new compilation flagsDamien Laniel2008-09-161-14/+2
* * Remove ending blanksBenjamin Dauvergne2008-09-121-7/+7
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-051-1/+2
* import discovery.h, fix name of registered constructor functionBenjamin Dauvergne2008-08-011-1/+2
* add registering of the constructorBenjamin Dauvergne2008-08-011-0/+1
* fixed missing rename of LASSO_TYPE_PROFILE_SERVICE to LASSO_TYPE_DATA_SERVICEFrederic Peters2008-03-211-1/+1
* fixed setting of resource offering datas into a data serviceDamien Laniel2007-09-181-2/+18
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* coding style improvementsFrederic Peters2006-12-281-2/+1
* Set server attribute in LassoPersonalProfileServiceNicolas Clapies2005-10-061-0/+1
* renamed ProfileService to DataServiceFrederic Peters2005-08-251-3/+3
* Removed lasso_personal_profile_service_init_modify().Nicolas Clapies2005-08-241-16/+0
* cleaned up PersonalProfileServiceFrederic Peters2005-08-121-139/+30
* API after the pp:query has been sent,Frederic Peters2005-08-121-3/+1
* idwsf/pp on the attribute provider side; sth likeFrederic Peters2005-08-121-6/+2
* first steps towards id-wsf/dst; something like this, in Python:Frederic Peters2005-08-121-0/+3
* Added getEmail() method in LassoPersonalProfile class.Nicolas Clapies2005-08-051-0/+66
* Added class LassoPersonalProfile. It allows to load a xml doc representing PP...Nicolas Clapies2005-08-041-0/+191
* Removed specific class LassoPersonalProfileService. Added generic web service...Nicolas Clapies2005-01-131-356/+0
* Added set of request in lasso_personal_profile_process_query_msg() and lasso_...Nicolas Clapies2004-12-221-1/+7
* Reordered function declarations. Added check of server param.Nicolas Clapies2004-12-151-1/+1
* Added support of modify request from a SP to AP : updated element's class in ...Nicolas Clapies2004-12-151-9/+117
* fixed function declared as returning int that didn't return anythingFrederic Peters2004-12-141-1/+1
* got top-of-file license spaced the same way as in other files (+ fixed editorFrederic Peters2004-12-121-2/+2
* Added lasso_personal_profile_service_add_data() method : it allows to add res...Nicolas Clapies2004-12-101-17/+25
* Updated lasso_personal_profile_service_init_query() method : now it takes a L...Nicolas Clapies2004-12-101-56/+73
* overridden spelling fix caused alignment wreckageFrederic Peters2004-12-101-1/+1
* Removed code with ResourceIDGroup in lasso_personal_profile_service_init_quer...Nicolas Clapies2004-12-091-2/+2
* Fixed support of ResourceIDGroup : updated class of level 1 and id-wsf with t...Nicolas Clapies2004-12-081-18/+8
* Removed process of ResourceOffering param. Need to be reactivated when Resour...Nicolas Clapies2004-12-081-7/+7
* The past participle of "to override" is overridden.Emmanuel Raviart2004-12-071-1/+1
* Initial version : class to manage Personal profile service. Currently, only s...Nicolas Clapies2004-12-071-0/+227