summaryrefslogtreecommitdiffstats
path: root/lasso
Commit message (Collapse)AuthorAgeFilesLines
...
* in lasso_idwsf2_discovery_register_metadata, create idenity if it doesn't existDamien Laniel2007-05-091-2/+7
|
* filled msgUrl in initMetadataAssociationAddDamien Laniel2007-05-091-2/+5
|
* fixed memory managementDamien Laniel2007-05-091-1/+6
|
* don't use misc_text_nodeDamien Laniel2007-05-091-8/+2
|
* don't use g_return_if_fail hereDamien Laniel2007-05-091-1/+2
|
* moved session check to where it's really neededDamien Laniel2007-05-092-1/+2
|
* added a forgotten fileDamien Laniel2007-05-091-0/+50
|
* replaced svcMDs with svcMDIDs in identity and moved EPRs from identity to ↵Damien Laniel2007-05-0811-250/+234
| | | | session
* fixed attribute name and name formatDamien Laniel2007-05-032-3/+7
|
* added LASSO_EXPORT for a function in a public headerDamien Laniel2007-05-031-1/+1
|
* changed function names to match binding function namesDamien Laniel2007-05-032-4/+4
|
* don't use lasso_node_dump to create xml soap messagesDamien Laniel2007-05-033-6/+41
|
* fixed SecMechIDDamien Laniel2007-05-031-1/+1
|
* changed registerMetadata prototype + small fixesDamien Laniel2007-05-032-28/+18
|
* split processMetadataAssociationAddMsg into processMetadataAssociationAddMsg ↵Damien Laniel2007-05-033-17/+79
| | | | + registerMetadata - new API
* get assertion from disco epr and put this assertion into soap header for ↵Damien Laniel2007-05-023-30/+28
| | | | metadata_association_add
* SNIPPE_ALLOW_TEXT doesn't have to be handled, but Damien gcc is warning-happy.Frederic Peters2007-05-021-0/+1
|
* replaced status codes with constantsDamien Laniel2007-05-022-11/+9
|
* don't segfault when receiving bad soap request or responseDamien Laniel2007-05-021-1/+25
|
* replaced LASSO_WSF2_PROFILE(discovery) with profile everywhereDamien Laniel2007-05-021-21/+20
|
* wrap too long lineDamien Laniel2007-05-021-1/+2
|
* fixed function nameDamien Laniel2007-05-022-2/+2
|
* added assertion identity token into disco EPRDamien Laniel2007-05-027-3/+439
|
* added method to get an assertion security token from an EPRDamien Laniel2007-05-022-1/+37
|
* 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
|
* hardened id-wsf1 disco detection against misc nodesFrederic Peters2007-05-021-1/+8
|
* SNIPPET_LIST_NODES can now host LassoMiscTextNode, also useful now to directlyFrederic Peters2007-05-023-5/+24
| | | | embed a text element (instead of a node with a text element as content)
* added identity token into metadata_association_add messagesDamien Laniel2007-04-307-4/+219
|
* 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-2512-16/+21
|
* fixed gcc warningDamien Laniel2007-04-251-1/+2
|
* added id-wsf 2.0 request types + added a missing includeDamien Laniel2007-04-252-0/+7
|
* new server.addServiceFromDump method, and extended addService to work for bothFrederic Peters2007-04-253-8/+30
| | | | | | id-wsf 1 and 2; also necessary to add quick hack in new_from_xmlnode to map SvcMD to SvcMetadata.
* fill profile->request in init_metadata_register + added soap_endpoint parameterDamien Laniel2007-04-258-13/+25
|
* fill profile->request in init_metadata_registerDamien Laniel2007-04-251-1/+5
|
* coding style fixesDamien Laniel2007-04-243-6/+6
|
* coding style fixDamien Laniel2007-04-241-1/+2
|
* implemented discovery queryDamien Laniel2007-04-2418-196/+737
|
* a little bit of imagination to avoid new classes for each and everyFrederic Peters2007-04-195-3/+288
| | | | simple element with a different name.
* Build a Disco EPR within saml 2 login assertionDamien Laniel2007-04-1914-28/+585
|
* cleaning warnings signaled by gccFrederic Peters2007-04-191-28/+35
|
* fixed gcc warningsDamien Laniel2007-04-194-4/+3
|
* minor fixesDamien Laniel2007-04-192-7/+5
|
* completed metatada_register and metadata_association_addDamien Laniel2007-04-189-12/+337
|
* added saml_attribute_value.[ch] to Makefile.amDamien Laniel2007-04-171-0/+2
|
* typoDamien Laniel2007-04-161-4/+4
|
* 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-165-2/+209
|