summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* Fixed type error.Romain Chantereay2005-02-081-1/+1
* allocate query fields memory with glib g_malloc (and free it with g_free)Frederic Peters2005-02-082-5/+6
* replaced free() by xmlFree() when freeing strings created by libxml2Frederic Peters2005-02-081-1/+1
* replaced free() with correct libraries function (glib and libxml2)Frederic Peters2005-02-081-2/+2
* that inline should be ok everywhereFrederic Peters2005-02-081-5/+1
* If vsnprintf is not available, the function is declared in the private.h headerRomain Chantereay2005-02-081-0/+5
* __inline under MSVC.Romain Chantereay2005-02-081-0/+4
* obviously staticFrederic Peters2005-02-081-2/+2
* fixed variable nameFrederic Peters2005-02-081-1/+1
* detect when it is possible to use variadic macros and fall back to inlineFrederic Peters2005-02-081-4/+21
* Added missing snippet for element "any" in dst:NewData.Emmanuel Raviart2005-02-081-1/+1
* removed all %s escaping sequences from lasso error strings; as a side effectFrederic Peters2005-02-052-14/+8
* correctly use id-ff 1.1 xml namespace in backward compatibility modeFrederic Peters2005-02-051-1/+31
* added tests to fix bug #407 and avoir similar onesFrederic Peters2005-02-041-0/+6
* restore a <lib:Extension> from unknown query string elements; all of themFrederic Peters2005-02-041-1/+31
* use c99 construct for variadic macros when not using gcc (still missing a thirdFrederic Peters2005-02-041-5/+18
* correctly deals with RequestAuthnContext when rebuilding AuthnRequest fromFrederic Peters2005-02-022-3/+11
* Corrected typo in constant.Emmanuel Raviart2005-02-011-1/+1
* Corrected SIS namespaces.Emmanuel Raviart2005-01-301-2/+2
* Merged wsf-api-change-not-for-0-6 branch with trunk.Emmanuel Raviart2005-01-2712-14/+182
* correctly deals with multiple elements for the same query partFrederic Peters2005-01-271-0/+24
* Corrected name of element AuthnContextComparison.Emmanuel Raviart2005-01-273-4/+34
* Empty node name is allowed for LIST_NODES; this allows nodes to beFrederic Peters2005-01-251-1/+1
* Completed ID-WSF SWIG binding.Emmanuel Raviart2005-01-236-6/+11
* Updated Copyright and authors.Emmanuel Raviart2005-01-22163-489/+326
* removed lib:Scoping, optionalFrederic Peters2005-01-211-1/+1
* reordered lib:authnRequest elementsFrederic Peters2005-01-211-4/+4
* new SNIPPET_OPTIONAL_NEG which allow to skip integer elements when set to -1Frederic Peters2005-01-214-4/+9
* moved samlp qname conversion to lib_status_responseFrederic Peters2005-01-212-18/+11
* adds samlp: prefix to statuscode qname if necessaryFrederic Peters2005-01-211-0/+18
* removed out of place int caused by dubious docstring copy/pasteFrederic Peters2005-01-211-1/+0
* documented remaining functions in xml/; looks like all the functions are done.Frederic Peters2005-01-211-0/+41
* Fixed saml attribute tag define.Nicolas Clapies2005-01-201-2/+2
* added SNIPPET_LIST_XMLNODES support (mostly the same thing as SNIPPET_EXTENSIONFrederic Peters2005-01-192-1/+7
* handle non-soap messages in new_from_soapFrederic Peters2005-01-141-3/+3
* Fixed error in xmlNewNs() call : first param must be xmlnode instead of NULL.Nicolas Clapies2005-01-131-1/+1
* Removed pp_msg_contact.c pp_msg_contact.h.Nicolas Clapies2005-01-131-2/+0
* Removed LassoPPMsgContact class. Updated binding too.lasso/xml/Makefile.amNicolas Clapies2005-01-132-187/+0
* Added lasso_*_new_from_message() method to rebuild objects from xml dump.Nicolas Clapies2005-01-124-0/+28
* forgotten commit of new is* classes to Makefile.am.Frederic Peters2005-01-121-0/+24
* moved errors.[ch] up; as requested.Frederic Peters2005-01-124-238/+1
* Added low level classes for interaction service specification.Nicolas Clapies2005-01-1224-0/+2197
* Added name space constant for interaction service. Added interaction rule con...Nicolas Clapies2005-01-121-0/+8
* remove duplicate declaration of namespace (bug#398)Frederic Peters2005-01-122-4/+5
* added support for SNIPPET_OPTIONAL (for use with SNIPPET_INTEGER orFrederic Peters2005-01-122-2/+5
* documented lasso_node_get_xmlNodeFrederic Peters2005-01-101-1/+11
* replaced strncpy calls by g_strlcpyFrederic Peters2005-01-091-4/+2
* ends lines with \ so they get caught by extract_symbols.pyFrederic Peters2005-01-091-4/+4
* reserve abi-space for unsupported elements in saml:AssertionFrederic Peters2005-01-081-6/+3
* moved remaining unbounded elements to GList* (samlp:Response/Assertion beingFrederic Peters2005-01-087-10/+13