summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* added LASSO_EXPORT for a function in a public headerDamien Laniel2007-05-031-1/+1
* don't use lasso_node_dump to create xml soap messagesDamien Laniel2007-05-032-4/+39
* SNIPPE_ALLOW_TEXT doesn't have to be handled, but Damien gcc is warning-happy.Frederic Peters2007-05-021-0/+1
* added assertion identity token into disco EPRDamien Laniel2007-05-026-2/+417
* fixed spacesDamien Laniel2007-05-021-4/+4
* don't put text nodes in list nodes unless SNIPPET_ALLOW_TEXT is setFrederic Peters2007-05-024-3/+7
* fixed xmlCleanNs on recursing namespacesFrederic Peters2007-05-021-11/+14
* SNIPPET_LIST_NODES can now host LassoMiscTextNode, also useful now to directlyFrederic Peters2007-05-023-5/+24
* added identity token into metadata_association_add messagesDamien Laniel2007-04-305-0/+182
* xml_enc.h should have been public; so much for QA.Frederic Peters2007-04-301-2/+2
* const'ified a bunch of parameter that are immutableFrederic Peters2007-04-258-12/+15
* new server.addServiceFromDump method, and extended addService to work for bothFrederic Peters2007-04-251-0/+2
* fill profile->request in init_metadata_register + added soap_endpoint parameterDamien Laniel2007-04-254-8/+20
* implemented discovery queryDamien Laniel2007-04-2411-165/+402
* a little bit of imagination to avoid new classes for each and everyFrederic Peters2007-04-195-3/+288
* Build a Disco EPR within saml 2 login assertionDamien Laniel2007-04-1910-1/+514
* completed metatada_register and metadata_association_addDamien Laniel2007-04-181-0/+43
* added saml_attribute_value.[ch] to Makefile.amDamien Laniel2007-04-171-0/+2
* fixed typo (no idea how long it had been there)Damien Laniel2007-04-1623-23/+23
* start writing an ID-WSF EPR in saml 2 assertionsDamien Laniel2007-04-164-2/+160
* md_association_add xml nodesDamien Laniel2007-04-164-0/+398
* identity + session in discovery + SvcMDAssociationAddDamien Laniel2007-04-161-0/+4
* updated with version from a newer generator (initialize anyAttribute hash tableFrederic Peters2007-04-141-2/+4
* optimize type autodetection in lasso_node_new_from_xmlNode by reorderingFrederic Peters2007-04-141-29/+31
* added reference to WsAddrFrederic Peters2007-04-141-0/+2
* implemented support for SNIPPET_ATTRIBUTE | SNIPPET_ANY (using GHashTable).Frederic Peters2007-04-141-5/+77
* removed useless glib/glist.h includeFrederic Peters2007-04-141-2/+0
* disco.processMetadataRegisterResponseMsg(soap_answer) and disco.svcMDID + ren...Damien Laniel2007-04-1315-141/+143
* disco.processMetadataRegisterMsg(soap_answer) and disco.buildResponseMsg()Damien Laniel2007-04-132-5/+8
* implemented disco.metadata.dump()Damien Laniel2007-04-122-3/+3
* changed disco classes and methods names + make lasso_idwsf2_discovery_process...Damien Laniel2007-04-1212-177/+184
* added wsu_timestamp classDamien Laniel2007-04-122-0/+163
* removed id-wsf 1 soap headers and added wsu_timestamp id-wsf 2.0 elementDamien Laniel2007-04-124-7/+13
* added WS-Addr classesFrederic Peters2007-04-1121-3/+1809
* removed useless g_object_refDamien Laniel2007-04-113-6/+4
* implementing lasso_idwsf2_discovery_process_metadata_register_msg, not workin...Damien Laniel2007-04-115-2/+408
* target namespace for disco would better be disco, not ds, to avoid confusionFrederic Peters2007-04-111-1/+1
* renamed disco_service_metadata to disco_svc_metadataFrederic Peters2007-04-114-4/+4
* renaming + removed some useless castsDamien Laniel2007-04-108-92/+92
* some more work on metadata registrationDamien Laniel2007-04-105-16/+18
* adding all ID-WSF 2.0 namespacesFrederic Peters2007-04-081-2/+35
* removed useless comments and wrap too long linesDamien Laniel2007-04-052-11/+13
* 'service metadata register' message constructionDamien Laniel2007-04-055-6/+192
* moved and renamed attributesDamien Laniel2007-04-052-5/+4
* build configuration for id-wsf 2.0Damien Laniel2007-04-032-1/+28
* new strings declarationsDamien Laniel2007-04-031-4/+8
* ID-WSF 2.0 Discovery Query : not yet working classesDamien Laniel2007-04-034-0/+438
* ID-WSF 2.0 Discovery : Some XML nodesDamien Laniel2007-04-0310-0/+924
* mitigate memory leak (?)Frederic Peters2007-01-071-5/+6
* fixed memory leak occuring near SNIPPET_SIGNATUREFrederic Peters2007-01-071-1/+5