summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf-2.0/data_service.c
Commit message (Expand)AuthorAgeFilesLines
* ID-WSF 2.0: make it work with --enabe-debuggingBenjamin Dauvergne2009-03-271-4/+4
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* added documentation for id-wsf 2.0 functionsDamien Laniel2009-01-261-3/+162
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-0/+1
* Use assignment macros in id-wsf 2.0 moduleBenjamin Dauvergne2008-12-011-16/+10
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-3/+4
* * Remove ending blanksBenjamin Dauvergne2008-09-121-7/+7
* * Remove warnings:Benjamin Dauvergne2008-09-121-6/+5
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-051-1/+2
* allow getting xpath attributes like /node/@attrDamien Laniel2008-05-261-2/+8
* don't test NULL value before calling gfree + proper list freeingDamien Laniel2008-05-261-12/+10
* allows querying a list of items with ID-WSF 2.0 data serviceDamien Laniel2008-05-141-4/+30
* added lasso_idwsf2_data_service_get_attribute_nodes methodFrederic Peters2008-05-141-0/+60
* const gboolean as argument is useless and it disturbs the bindingsBenjamin Dauvergne2008-03-281-1/+1
* register all known prefixes to xpath contextFrederic Peters2008-02-011-4/+23
* changed the way status code is handled to make code simplerDamien Laniel2007-10-041-21/+15
* some error checks and some coding styleDamien Laniel2007-09-211-2/+2
* adds support for text as answer to dst queries (instead of forcing answers toFrederic Peters2007-09-121-11/+19
* processModifyResponseMsgDamien Laniel2007-08-081-0/+35
* parse modify itemsDamien Laniel2007-08-061-2/+143
* added first functions for ID-WSF 2 attribute modificationDamien Laniel2007-07-301-0/+135
* DstRefAppData is just a template, don't consider it a string but a containerFrederic Peters2007-07-301-4/+6
* adds all classes from ID-WSF 2 required schemas; with appropriate changes toFrederic Peters2007-07-101-6/+7
* check enveloppe existence in case lasso functions are called in wrong orderDamien Laniel2007-07-051-2/+10
* added service.queryItems + some attributes initialisation and destructionDamien Laniel2007-07-021-2/+31
* added lasso.SOAP_FAULT_REDIRECT_REQUEST eception when WSP needs user consent ...Damien Laniel2007-06-291-1/+47
* added initRedirectUserForConsentDamien Laniel2007-06-291-0/+32
* fixed class hierarchy, with ID-WSF 2 specific stuffs going intoFrederic Peters2007-06-191-24/+25
* moved soap_envelope_request and soap_envelope_response to ProfilePrivate to a...Damien Laniel2007-06-181-1/+1
* moved epr free from finalize to disposeDamien Laniel2007-06-131-4/+5
* use nameIdentifier attribute of LassoProfile for IdWsf2 profilesDamien Laniel2007-06-131-2/+2
* removed IdWsf2Profile and use LassoProfile insteadDamien Laniel2007-06-131-8/+8
* renamed Wsf2Profile to IdWsf2ProfileDamien Laniel2007-06-131-11/+11
* changed buildQueryResponseMsg to parseQueryItems + buildResponseMsgDamien Laniel2007-06-131-3/+4
* better error handling + some refactoringDamien Laniel2007-06-131-10/+43
* get the identity token from the current eprDamien Laniel2007-06-111-2/+3
* fixed warningsDamien Laniel2007-06-111-1/+2
* various error checks, coding style and refactoringDamien Laniel2007-06-111-6/+25
* removed lasso_idwsf2_data_service_get_personal_profile_emailDamien Laniel2007-06-081-46/+0
* added lasso_idwsf2_discovery_metadata_register_self and lasso_idwsf2_data_ser...Damien Laniel2007-06-081-0/+46
* 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-071-2/+10
* added lasso_idwsf2_data_service_get_attribute_nodeDamien Laniel2007-06-071-0/+42
* DST processQueryResponseMsgDamien Laniel2007-06-061-0/+15
* changed QueryResponse items data from string to xmlNodeDamien Laniel2007-06-061-28/+1
* added service.data and lasso_idwsf2_data_service_build_query_response_msgDamien Laniel2007-06-051-4/+100
* remove a printDamien Laniel2007-06-051-1/+1