summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* added commentsDamien Laniel2007-06-121-0/+2
|
* coding style + commentsDamien Laniel2007-06-121-6/+19
|
* save provider encryption in dumps and reload it from dump + reloads the keys ↵Damien Laniel2007-06-121-3/+19
| | | | after loading a dump
* moved xmlenc.h include where it is really neededDamien Laniel2007-06-122-2/+2
|
* get the identity token from the current eprDamien Laniel2007-06-116-12/+16
|
* added a security token in all eprs (only disco eprs had one before)Damien Laniel2007-06-111-0/+35
|
* fixed warningsDamien Laniel2007-06-113-3/+3
|
* removed a duplicate lineDamien Laniel2007-06-111-2/+1
|
* various error checks, coding style and refactoringDamien Laniel2007-06-113-32/+67
|
* differentiate between id-wsf 1 & 2 since this is what is expected in otherFrederic Peters2007-06-081-2/+3
| | | | places (won't work as easily for DST)
* recognize ID-WSF 2 disco query messagesFrederic Peters2007-06-081-1/+2
|
* various error checks, coding style and refactoringDamien Laniel2007-06-0821-68/+113
|
* removed useless arguments for ↵Damien Laniel2007-06-082-2/+2
| | | | lasso_idwsf2_discovery_init_metadata_association_add
* removed lasso_idwsf2_data_service_get_personal_profile_emailDamien Laniel2007-06-082-49/+0
|
* if the user wasn't yet associated to a discovery metadata, associate it + ↵Damien Laniel2007-06-081-3/+11
| | | | added some commments
* if a user hasn't been associated to a discovery metadata, give him a default ↵Damien Laniel2007-06-082-10/+21
| | | | disco epr
* added lasso_idwsf2_discovery_metadata_register_self and ↵Damien Laniel2007-06-085-2/+97
| | | | lasso_idwsf2_data_service_get_personal_profile_email
* 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-072-2/+13
|
* added lasso_idwsf2_data_service_get_attribute_nodeDamien Laniel2007-06-073-0/+47
|
* 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
| | | | | | looked for a preexisting namespace; the function was previously called with ns == NULL, which caused namespace to be *removed* from elements (ns was NULL because xmlNewNs will return NULL when the namespace is already defined).
* first snippet member is a name; looking for an element named "any" won't workFrederic Peters2007-06-071-1/+1
| | | | that often...
* removed useless lineDamien Laniel2007-06-061-1/+0
|
* DST processQueryResponseMsgDamien Laniel2007-06-062-0/+18
|
* changed QueryResponse items data from string to xmlNodeDamien Laniel2007-06-063-50/+6
|
* added missing filesDamien Laniel2007-06-064-0/+425
|
* added service.data and lasso_idwsf2_data_service_build_query_response_msgDamien Laniel2007-06-059-22/+170
|
* 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-055-13/+65
|
* cosmeticsDamien Laniel2007-06-051-3/+6
|
* use profile namespace for dst queries + added server as parameter to basic ↵Damien Laniel2007-06-044-8/+94
| | | | IdWsf2DataService constructor
* moved identity token code from discovery to wsf2_profileDamien Laniel2007-06-042-44/+52
|
* make some queryItem attributes optionalDamien Laniel2007-06-043-8/+8
|
* removed useless codeDamien Laniel2007-06-041-6/+1
|
* swig binding for some ID WSF 2 functions + changed some typesDamien Laniel2007-06-046-19/+28
|
* added lasso_idwsf2_data_service_init_query and ↵Damien Laniel2007-06-015-23/+69
| | | | lasso_idwsf2_data_service_add_query_item
* added some node class for id-wsf-2.0 DSTDamien Laniel2007-06-0119-2/+1884
|
* updated Copyright dates in all filesDamien Laniel2007-05-30431-431/+431
|
* 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
|