summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed class hierarchy, with ID-WSF 2 specific stuffs going intoFrederic Peters2007-06-199-162/+248
| | | | LassoIdWsf2Profile (which now inherits from LassoProfile).
* moved soap_envelope_request and soap_envelope_response to ProfilePrivate to ↵Damien Laniel2007-06-188-41/+26
| | | | avoid ABI breackage
* rephrase a meaningless sentenceDamien Laniel2007-06-142-4/+5
|
* fixed spelling mistakeDamien Laniel2007-06-142-2/+2
|
* changed responseMsg to answer for consistencyDamien Laniel2007-06-141-1/+1
|
* added 2 lines to get the Damien Laniel2007-06-141-4/+3
|
* added keys and metadata creationDamien Laniel2007-06-143-9/+174
|
* added a line to tell to restart Apache 2Damien Laniel2007-06-141-0/+1
|
* 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-134-26/+32
|
* 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-137-106/+110
|
* fixed gcj warnings + added 2 checksDamien Laniel2007-06-131-1/+3
|
* fixed tabs and spaces mixDamien Laniel2007-06-131-54/+54
|
* fix documentation for getting nameIdentifier contentDamien Laniel2007-06-131-1/+1
|
* fix for getting nameIdentifier contentDamien Laniel2007-06-131-3/+3
|
* renamed Wsf2Profile to IdWsf2ProfileDamien Laniel2007-06-136-109/+109
|
* changed buildQueryResponseMsg to parseQueryItems + buildResponseMsgDamien Laniel2007-06-133-7/+7
|
* coding styleDamien Laniel2007-06-131-4/+4
|
* changed buildQueryResponseMsg to buildQueryResponseEprs + buildResponseMsgDamien Laniel2007-06-133-8/+6
|
* replaced two strings with a constantDamien Laniel2007-06-131-2/+2
|
* better error handling + some refactoringDamien Laniel2007-06-136-62/+146
|
* removed a duplicateDamien Laniel2007-06-131-2/+1
|
* split lasso_idwsf2_discovery_process_query_msg for the SP to get the name_id ↵Damien Laniel2007-06-123-11/+32
| | | | and load the identity dump in between
* 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
| | | | 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
|
* removed a useless lineDamien Laniel2007-06-111-1/+0
|
* fixed LassoIdWsf2DiscoSvcMetadata binding constructorFrederic Peters2007-06-091-1/+1
|
* 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-083-3/+3
| | | | lasso_idwsf2_discovery_init_metadata_association_add
* removed lasso_idwsf2_data_service_get_personal_profile_emailDamien Laniel2007-06-083-53/+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-086-4/+108
| | | | lasso_idwsf2_data_service_get_personal_profile_email