summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* moved soap_envelope_request and soap_envelope_response to ProfilePrivate to a...Damien Laniel2007-06-187-23/+26
* moved epr free from finalize to disposeDamien Laniel2007-06-131-4/+5
* fixed EncryptedID usage ; last commit was a mistakeDamien Laniel2007-06-131-2/+2
* use nameIdentifier attribute of LassoProfile for IdWsf2 profilesDamien Laniel2007-06-131-1/+2
* uncomment a useful lineDamien Laniel2007-06-131-1/+1
* use nameIdentifier attribute of LassoProfile for IdWsf2 profilesDamien Laniel2007-06-133-16/+18
* initialise and destroy new attributesDamien Laniel2007-06-131-0/+11
* removed IdWsf2Profile and use LassoProfile insteadDamien Laniel2007-06-133-356/+34
* removed IdWsf2Profile and use LassoProfile insteadDamien Laniel2007-06-136-33/+36
* renamed Wsf2Profile to IdWsf2ProfileDamien Laniel2007-06-135-47/+47
* changed buildQueryResponseMsg to parseQueryItems + buildResponseMsgDamien Laniel2007-06-132-5/+5
* coding styleDamien Laniel2007-06-131-4/+4
* changed buildQueryResponseMsg to buildQueryResponseEprs + buildResponseMsgDamien Laniel2007-06-132-6/+4
* replaced two strings with a constantDamien Laniel2007-06-131-2/+2
* better error handling + some refactoringDamien Laniel2007-06-135-60/+106
* split lasso_idwsf2_discovery_process_query_msg for the SP to get the name_id ...Damien Laniel2007-06-122-11/+27
* decrypt nameId in identity tokenDamien Laniel2007-06-121-15/+35
* encrypt nameId in profile identity tokenDamien Laniel2007-06-121-4/+23
* coding styleDamien Laniel2007-06-121-3/+4
* 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
* 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
* 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 lasso_idwsf2_discovery_init_metadata_associatio...Damien Laniel2007-06-082-2/+2
* 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 + add...Damien Laniel2007-06-081-3/+11
* if a user hasn't been associated to a discovery metadata, give him a default ...Damien Laniel2007-06-082-10/+21
* added lasso_idwsf2_discovery_metadata_register_self and lasso_idwsf2_data_ser...Damien Laniel2007-06-085-2/+97
* 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
* first snippet member is a name; looking for an element named "any" won't workFrederic Peters2007-06-071-1/+1