summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* continuing on disco example, use the service to retrieve principal name.Frederic Peters2005-08-251-4/+29
* explicit cases where item_id may be NULL.Frederic Peters2005-08-251-1/+2
* Replaced ProfileService.java by DataService.javaNicolas Clapies2005-08-251-1/+1
* add_query_item must checks the query has been created.Frederic Peters2005-08-251-3/+9
* Do not use SWIG_UnknownError but SWIG_RuntimeError so it is translated to aFrederic Peters2005-08-251-1/+6
* it is no longer possible to add providers with unknown public keysFrederic Peters2005-08-251-1/+3
* moved private_data erroneously placed in class to object; this breaks ABIFrederic Peters2005-08-251-2/+2
* last bit of LassoProfileService got renamedFrederic Peters2005-08-251-2/+2
* renamed ProfileService to DataServiceFrederic Peters2005-08-2529-196/+345
* include xmlsec errors.h header to get function declaration; a return in theFrederic Peters2005-08-251-1/+2
* documentation for discoveryFrederic Peters2005-08-241-0/+188
* don't output xmlsec errors when trying to get a working public key but failsFrederic Peters2005-08-242-6/+21
* doc for discovery and profile_serviceFrederic Peters2005-08-241-0/+48
* Updated swig binding for latest id-wsf udpates.Nicolas Clapies2005-08-241-48/+9
* Removed lasso_personal_profile_service_init_modify().Nicolas Clapies2005-08-241-16/+0
* Removed prefix and href in lasso_profile_service_init_modify, lasso_profile_s...Nicolas Clapies2005-08-241-67/+48
* don't check for remote provider id before checking for possible empty answer.Frederic Peters2005-08-241-7/+7
* Removed prefix and href in lasso_profile_service_init_modify, lasso_profile_s...Nicolas Clapies2005-08-241-26/+11
* Removed lasso_discovery_new_from_dump, lasso_discovery_dump, lasso_discovery_...Nicolas Clapies2005-08-242-73/+0
* sync arg name in header file with real arg namesFrederic Peters2005-08-241-1/+1
* documented apiFrederic Peters2005-08-241-6/+18
* documented all discovery functions used by authentic / candle / unwindFrederic Peters2005-08-241-13/+84
* fixed add_requested_service_type declaration to match codeFrederic Peters2005-08-241-3/+1
* tries various key format before giving upFrederic Peters2005-08-191-6/+18
* build_response_msg called while there was no connection will build a failureFrederic Peters2005-08-161-10/+11
* check for remote_provider_idFrederic Peters2005-08-161-0/+4
* reference correct identity headerFrederic Peters2005-08-141-1/+1
* reinitialize assertion provider id list only on reset_provider_id_indexFrederic Peters2005-08-143-6/+23
* counter providers that do not support any single logout; they are now skippedFrederic Peters2005-08-141-8/+26
* correctly reset list before rebuilding itFrederic Peters2005-08-141-1/+6
* fixed commentFrederic Peters2005-08-131-1/+1
* functions got moved from id-ff/ to id-wsf/Frederic Peters2005-08-131-0/+46
* identity/resourceoffering functions are now declared publically in id-wsf/Frederic Peters2005-08-121-9/+0
* expose identity/resourceoffering functions to developerFrederic Peters2005-08-123-2/+37
* private profile service functionsFrederic Peters2005-08-121-0/+40
* following-up on PersonalProfileService cleaning; but I can't get getService toFrederic Peters2005-08-121-62/+96
* return LassoPersonalProfileService from disco->getService if appropriateFrederic Peters2005-08-121-1/+9
* cleaned up PersonalProfileServiceFrederic Peters2005-08-122-176/+32
* cleaning and documenting profile serviceFrederic Peters2005-08-122-253/+83
* fixed lasso_profile_service_add_query_item so it accepts a item_id parameterFrederic Peters2005-08-126-72/+53
* API after the pp:query has been sent,Frederic Peters2005-08-128-27/+228
* idwsf/pp on the attribute provider side; sth likeFrederic Peters2005-08-127-53/+114
* first steps towards id-wsf/dst; something like this, in Python:Frederic Peters2005-08-126-23/+208
* added LASSO_ERROR_UNIMPLEMENTED error codeFrederic Peters2005-08-123-0/+4
* disco:queryResponse missed namespace definitionFrederic Peters2005-08-121-0/+1
* disabled c# in debian apckageFrederic Peters2005-08-102-17/+3
* return LASSO_LOGIN_ERROR_UNKNOWN_PRINCIPAL after unsuccessful logonFrederic Peters2005-08-104-1/+9
* another id-wsf step, disco:query, looking up for resource offerings in identityFrederic Peters2005-08-095-15/+109
* handle the case where logout request is done while there are no session; thatFrederic Peters2005-08-091-0/+23
* disco.processQueryMsg now sets disco.resourceIdFrederic Peters2005-08-091-0/+9