summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Expand)AuthorAgeFilesLines
* changed the way status code is handled to make code simplerDamien Laniel2007-10-041-21/+15
* added lasso_data_service_get_resource_offering method to getFrederic Peters2007-10-042-0/+17
* returns SOAP fault with approriate value when need_redirect_user is calledFrederic Peters2007-10-031-0/+7
* indentation fixesFrederic Peters2007-09-216-94/+94
* fixed tabsDamien Laniel2007-09-211-4/+4
* fixed id-wsf 1 data service modifyDamien Laniel2007-09-211-2/+18
* fixed service_type in lasso_data_service_process_modify_msgDamien Laniel2007-09-211-5/+4
* fixed service_type in lasso_data_service_process_modify_msgDamien Laniel2007-09-211-1/+18
* some error checks and some coding styleDamien Laniel2007-09-214-28/+45
* reordered methods so it's easier to readDamien Laniel2007-09-201-158/+155
* fixed data_service_init_modify methodDamien Laniel2007-09-201-10/+18
* check if (Encrypted)ResourceID is nullDamien Laniel2007-09-181-2/+6
* fixed setting of resource offering datas into a data serviceDamien Laniel2007-09-184-22/+41
* check soap enveloppe to prevent segfaultsDamien Laniel2007-09-181-7/+9
* adds support for text as answer to dst queries (instead of forcing answers toFrederic Peters2007-09-122-15/+34
* added a wrapper around xmlParseMemory to avoid network and DTDFrederic Peters2007-08-128-12/+91
* processModifyResponseMsgDamien Laniel2007-08-084-1/+42
* parse modify itemsDamien Laniel2007-08-066-4/+199
* added first functions for ID-WSF 2 attribute modificationDamien Laniel2007-07-306-5/+164
* DstRefAppData is just a template, don't consider it a string but a containerFrederic Peters2007-07-3015-42/+67
* fixed prefix changes for soap binding and ws securityDamien Laniel2007-07-101-6/+8
* don't call lasso_node_destroy on a NULL variableFrederic Peters2007-07-101-1/+3
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-10313-1059/+23718
* _new function have no parameters and added some _new_full function insteadDamien Laniel2007-07-097-14/+41
* changed metadata_list attribute to SvcMDDamien Laniel2007-07-093-8/+7
* added namespaces used by other parts of id-wsf 2Frederic Peters2007-07-061-0/+14
* check enveloppe existence in case lasso functions are called in wrong orderDamien Laniel2007-07-053-5/+16
* added service.queryItems + some attributes initialisation and destructionDamien Laniel2007-07-022-2/+32
* added lasso.SOAP_FAULT_REDIRECT_REQUEST eception when WSP needs user consent ...Damien Laniel2007-06-292-1/+48
* added one soap error and text for other soap errorsDamien Laniel2007-06-292-0/+7
* added SoapBinding2 prefix to handle RedirectRequestDamien Laniel2007-06-291-0/+2
* added initRedirectUserForConsentDamien Laniel2007-06-296-1/+245
* fixed class hierarchy, with ID-WSF 2 specific stuffs going intoFrederic Peters2007-06-198-158/+244
* 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