Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | added comments | Damien Laniel | 2007-06-12 | 1 | -0/+2 | |
| | ||||||
* | coding style + comments | Damien Laniel | 2007-06-12 | 1 | -6/+19 | |
| | ||||||
* | save provider encryption in dumps and reload it from dump + reloads the keys ↵ | Damien Laniel | 2007-06-12 | 1 | -3/+19 | |
| | | | | after loading a dump | |||||
* | moved xmlenc.h include where it is really needed | Damien Laniel | 2007-06-12 | 2 | -2/+2 | |
| | ||||||
* | get the identity token from the current epr | Damien Laniel | 2007-06-11 | 6 | -12/+16 | |
| | ||||||
* | added a security token in all eprs (only disco eprs had one before) | Damien Laniel | 2007-06-11 | 1 | -0/+35 | |
| | ||||||
* | fixed warnings | Damien Laniel | 2007-06-11 | 3 | -3/+3 | |
| | ||||||
* | removed a duplicate line | Damien Laniel | 2007-06-11 | 1 | -2/+1 | |
| | ||||||
* | various error checks, coding style and refactoring | Damien Laniel | 2007-06-11 | 3 | -32/+67 | |
| | ||||||
* | differentiate between id-wsf 1 & 2 since this is what is expected in other | Frederic Peters | 2007-06-08 | 1 | -2/+3 | |
| | | | | places (won't work as easily for DST) | |||||
* | recognize ID-WSF 2 disco query messages | Frederic Peters | 2007-06-08 | 1 | -1/+2 | |
| | ||||||
* | various error checks, coding style and refactoring | Damien Laniel | 2007-06-08 | 21 | -68/+113 | |
| | ||||||
* | removed useless arguments for ↵ | Damien Laniel | 2007-06-08 | 2 | -2/+2 | |
| | | | | lasso_idwsf2_discovery_init_metadata_association_add | |||||
* | removed lasso_idwsf2_data_service_get_personal_profile_email | Damien Laniel | 2007-06-08 | 2 | -49/+0 | |
| | ||||||
* | if the user wasn't yet associated to a discovery metadata, associate it + ↵ | Damien Laniel | 2007-06-08 | 1 | -3/+11 | |
| | | | | added some commments | |||||
* | if a user hasn't been associated to a discovery metadata, give him a default ↵ | Damien Laniel | 2007-06-08 | 2 | -10/+21 | |
| | | | | disco epr | |||||
* | added lasso_idwsf2_discovery_metadata_register_self and ↵ | Damien Laniel | 2007-06-08 | 5 | -2/+97 | |
| | | | | lasso_idwsf2_data_service_get_personal_profile_email | |||||
* | noted about memleak to be fixed later | Frederic Peters | 2007-06-07 | 1 | -0/+1 | |
| | ||||||
* | properly allocate memory for svcMDID | Frederic Peters | 2007-06-07 | 1 | -2/+2 | |
| | ||||||
* | check all function arguments in session and identity | Damien Laniel | 2007-06-07 | 2 | -13/+44 | |
| | ||||||
* | check session existence | Damien Laniel | 2007-06-07 | 1 | -2/+5 | |
| | ||||||
* | be robust, check for possible NULL variables. | Frederic Peters | 2007-06-07 | 1 | -3/+5 | |
| | ||||||
* | memory management in lasso_idwsf2_data_service_get_attribute_string | Damien Laniel | 2007-06-07 | 1 | -1/+4 | |
| | ||||||
* | small fixes in lasso_idwsf2_data_service_get_attribute_string | Damien Laniel | 2007-06-07 | 1 | -2/+2 | |
| | ||||||
* | one more argument check + free node memory | Damien Laniel | 2007-06-07 | 1 | -4/+11 | |
| | ||||||
* | added some checks on arguments | Damien Laniel | 2007-06-07 | 1 | -0/+10 | |
| | ||||||
* | added lasso_idwsf2_data_service_get_attribute_string | Damien Laniel | 2007-06-07 | 2 | -2/+13 | |
| | ||||||
* | added lasso_idwsf2_data_service_get_attribute_node | Damien Laniel | 2007-06-07 | 3 | -0/+47 | |
| | ||||||
* | fixed gcc warnings | Damien Laniel | 2007-06-07 | 3 | -6/+4 | |
| | ||||||
* | extended xml_insure_namespace so it creates the namespace itself, after having | Frederic Peters | 2007-06-07 | 4 | -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 work | Frederic Peters | 2007-06-07 | 1 | -1/+1 | |
| | | | | that often... | |||||
* | removed useless line | Damien Laniel | 2007-06-06 | 1 | -1/+0 | |
| | ||||||
* | DST processQueryResponseMsg | Damien Laniel | 2007-06-06 | 2 | -0/+18 | |
| | ||||||
* | changed QueryResponse items data from string to xmlNode | Damien Laniel | 2007-06-06 | 3 | -50/+6 | |
| | ||||||
* | added missing files | Damien Laniel | 2007-06-06 | 4 | -0/+425 | |
| | ||||||
* | added service.data and lasso_idwsf2_data_service_build_query_response_msg | Damien Laniel | 2007-06-05 | 9 | -22/+170 | |
| | ||||||
* | remove a print | Damien Laniel | 2007-06-05 | 1 | -1/+1 | |
| | ||||||
* | Copy session form discovery to data service object | Damien Laniel | 2007-06-05 | 1 | -1/+2 | |
| | ||||||
* | added dst profile registration | Damien Laniel | 2007-06-05 | 5 | -13/+65 | |
| | ||||||
* | cosmetics | Damien Laniel | 2007-06-05 | 1 | -3/+6 | |
| | ||||||
* | use profile namespace for dst queries + added server as parameter to basic ↵ | Damien Laniel | 2007-06-04 | 4 | -8/+94 | |
| | | | | IdWsf2DataService constructor | |||||
* | moved identity token code from discovery to wsf2_profile | Damien Laniel | 2007-06-04 | 2 | -44/+52 | |
| | ||||||
* | make some queryItem attributes optional | Damien Laniel | 2007-06-04 | 3 | -8/+8 | |
| | ||||||
* | removed useless code | Damien Laniel | 2007-06-04 | 1 | -6/+1 | |
| | ||||||
* | swig binding for some ID WSF 2 functions + changed some types | Damien Laniel | 2007-06-04 | 6 | -19/+28 | |
| | ||||||
* | added lasso_idwsf2_data_service_init_query and ↵ | Damien Laniel | 2007-06-01 | 5 | -23/+69 | |
| | | | | lasso_idwsf2_data_service_add_query_item | |||||
* | added some node class for id-wsf-2.0 DST | Damien Laniel | 2007-06-01 | 19 | -2/+1884 | |
| | ||||||
* | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 431 | -431/+431 | |
| | ||||||
* | added data service class and lasso_idwsf2_discovery_get_service function | Damien Laniel | 2007-05-30 | 5 | -4/+306 | |
| | ||||||
* | fixed usage of an identity without federation | Damien Laniel | 2007-05-09 | 2 | -4/+1 | |
| |