summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* noted about memleak to be fixed laterFrederic Peters2007-06-071-0/+1
* properly allocate memory for svcMDIDFrederic Peters2007-06-071-2/+2
* check all function arguments in session and identityDamien Laniel2007-06-072-13/+44
* check session existenceDamien Laniel2007-06-071-2/+5
* be robust, check for possible NULL variables.Frederic Peters2007-06-071-3/+5
* memory management in lasso_idwsf2_data_service_get_attribute_stringDamien Laniel2007-06-071-1/+4
* small fixes in lasso_idwsf2_data_service_get_attribute_stringDamien Laniel2007-06-071-2/+2
* one more argument check + free node memoryDamien Laniel2007-06-071-4/+11
* added some checks on argumentsDamien Laniel2007-06-071-0/+10
* added lasso_idwsf2_data_service_get_attribute_stringDamien Laniel2007-06-073-2/+17
* added lasso_idwsf2_data_service_get_attribute_nodeDamien Laniel2007-06-074-0/+52
* fixed gcc warningsDamien Laniel2007-06-073-6/+4
* extended xml_insure_namespace so it creates the namespace itself, after havingFrederic Peters2007-06-074-10/+22
* first snippet member is a name; looking for an element named "any" won't workFrederic Peters2007-06-071-1/+1
* copied note from LIST_NODES to LIST_XMLNODES since the same behaviour isFrederic Peters2007-06-071-0/+6
* removed useless lineDamien Laniel2007-06-061-1/+0
* DST processQueryResponseMsgDamien Laniel2007-06-063-1/+24
* changed QueryResponse items data from string to xmlNodeDamien Laniel2007-06-063-50/+6
* added missing filesDamien Laniel2007-06-064-0/+425
* fixed Python scripts Damien broke when he updated copyright without checking.Frederic Peters2007-06-056-6/+6
* added service.data and lasso_idwsf2_data_service_build_query_response_msgDamien Laniel2007-06-0510-22/+190
* remove a printDamien Laniel2007-06-051-1/+1
* Copy session form discovery to data service objectDamien Laniel2007-06-051-1/+2
* added dst profile registrationDamien Laniel2007-06-057-15/+85
* cosmeticsDamien Laniel2007-06-051-3/+6
* use profile namespace for dst queries + added server as parameter to basic Id...Damien Laniel2007-06-044-8/+94
* moved identity token code from discovery to wsf2_profileDamien Laniel2007-06-042-44/+52
* make some queryItem attributes optionalDamien Laniel2007-06-043-8/+8
* returned objects must go through the binding; fix ID-WSF2 disco.getServiceFrederic Peters2007-06-041-1/+3
* removed useless codeDamien Laniel2007-06-041-6/+1
* swig binding for some ID WSF 2 functions + changed some typesDamien Laniel2007-06-047-28/+150
* added lasso_idwsf2_data_service_init_query and lasso_idwsf2_data_service_add_...Damien Laniel2007-06-015-23/+69
* added some node class for id-wsf-2.0 DSTDamien Laniel2007-06-0119-2/+1884
* updated Copyright dates in some more remaining filesDamien Laniel2007-05-3010-10/+10
* revert copyright changed by mistakeDamien Laniel2007-05-301-1/+1
* updated Copyright dates in remaining filesDamien Laniel2007-05-3015-15/+15
* updated Copyright dates in all filesDamien Laniel2007-05-30446-446/+446
* added data service class and lasso_idwsf2_discovery_get_service functionDamien Laniel2007-05-305-4/+306
* fixed usage of an identity without federationDamien Laniel2007-05-092-4/+1
* in lasso_idwsf2_discovery_register_metadata, create idenity if it doesn't existDamien Laniel2007-05-091-2/+7
* filled msgUrl in initMetadataAssociationAddDamien Laniel2007-05-091-2/+5
* fixed memory managementDamien Laniel2007-05-091-1/+6
* don't use misc_text_nodeDamien Laniel2007-05-091-8/+2
* don't use g_return_if_fail hereDamien Laniel2007-05-091-1/+2
* moved session check to where it's really neededDamien Laniel2007-05-092-1/+2
* added LassoIdentity_getSvcMDIDs method to swigDamien Laniel2007-05-091-14/+13
* added a forgotten fileDamien Laniel2007-05-091-0/+50
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ses...Damien Laniel2007-05-0812-264/+248
* also keep lasso prefix in PHP5 bindingFrederic Peters2007-05-0858-723/+731
* fixed attribute name and name formatDamien Laniel2007-05-032-3/+7