summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-033-6/+6
|
* 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-033-29/+19
|
* split processMetadataAssociationAddMsg into processMetadataAssociationAddMsg ↵Damien Laniel2007-05-034-17/+92
| | | | + 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-024-5/+25
| | | | embed a text element (instead of a node with a text element as content)
* whitespace cleaningFrederic Peters2007-05-021-11/+11
|
* binding for LassoLogin->assertionFrederic Peters2007-05-021-0/+3
|
* binding for LassoMiscTextNodeFrederic Peters2007-05-022-0/+44
|
* 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-253-0/+15
|
* removed const warning from gccDamien Laniel2007-04-251-1/+1
|
* new server.addServiceFromDump method, and extended addService to work for bothFrederic Peters2007-04-254-8/+35
| | | | | | 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-259-14/+27
|
* fill profile->request in init_metadata_registerDamien Laniel2007-04-251-1/+5
|
* added getSvcMetadatas method to lasso.Identity, to bindFrederic Peters2007-04-241-0/+17
| | | | lasso_identity_get_svc_metadatas().
* coding style fixesDamien Laniel2007-04-244-7/+6
|
* coding style fixDamien Laniel2007-04-241-1/+2
|
* implemented discovery queryDamien Laniel2007-04-2420-279/+762
|
* 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
|
* md_association_add xml nodesDamien Laniel2007-04-164-0/+398
|
* identity + session in discovery + SvcMDAssociationAddDamien Laniel2007-04-166-4/+298
|
* new StringDict to map GHashTable of strings to a structure similar to a pythonFrederic Peters2007-04-141-6/+68
| | | | dictionary (necessary to support mapping of "any" attributes)
* updated liberty document urisFrederic Peters2007-04-144-4/+4
|