summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
* XML: fix memory leaksBenjamin Dauvergne2009-03-271-0/+2
* XML: Remove useless parsing of RelayState in lasso_node_init_from_saml2_query...Benjamin Dauvergne2009-03-271-5/+1
* XML: Use memory macros inside lasso_node_export_to_queryBenjamin Dauvergne2009-03-271-3/+3
* ID-FF 1.2: review HTTP-Redirect binding parsing/buildingBenjamin Dauvergne2009-03-271-4/+9
* XML: Remove static modifier on lasso_node_build_queryBenjamin Dauvergne2009-03-271-7/+11
* Core: rename lasso_release_xmlchar to lasso_release_xml_stringBenjamin Dauvergne2009-03-271-1/+1
* Core: replace direct use of xmlSecSoap function by wrapperBenjamin Dauvergne2009-03-271-16/+4
* Core: remove use of XPathBenjamin Dauvergne2009-03-271-15/+7
* Core: fix comment for lasso_node_init_from_messageBenjamin Dauvergne2009-03-271-1/+1
* Core: remove lasso_node_decrypt implementationBenjamin Dauvergne2009-03-271-148/+0
* Core: make comment agree with the codeBenjamin Dauvergne2009-03-271-1/+1
* Core: remove commented codeBenjamin Dauvergne2009-03-271-4/+0
* Core: use lasso_xml_parse_memory instead of xmlParseDocBenjamin Dauvergne2009-03-271-1/+1
* Core: move parse xml wrapper from xml.c to tools.cBenjamin Dauvergne2009-03-271-77/+0
* Core: new init method with format limit and xmlDoc output argumentBenjamin Dauvergne2009-03-271-54/+109
* Fix bug #94: permit any content for AttributeValueBenjamin Dauvergne2009-03-271-6/+38
* XML Core: add new snippet type SNIPPET_KEEP_XMLNODEBenjamin Dauvergne2009-03-271-13/+23
* Core: Fix argument checking in init_from_xmlBenjamin Dauvergne2009-03-271-1/+9
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* Core: fix handling of xsi:typeBenjamin Dauvergne2009-03-031-55/+69
* Core: add new error code to lasso_node_init_from_messageBenjamin Dauvergne2009-01-241-11/+14
* Core: review of lasso_node_encryptBenjamin Dauvergne2009-01-241-7/+5
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-0/+1
* Fix overwriting of attributes ht by node listsBenjamin Dauvergne2008-11-041-1/+1
* Move xmlDoc release after xmlFreeXPath*Benjamin Dauvergne2008-11-041-1/+1
* Remove use of xmlFreeDoc for lasso_release_docBenjamin Dauvergne2008-11-041-5/+5
* Restore ABI compatibility wrt original_xmlNodeBenjamin Dauvergne2008-11-031-9/+33
* API to cleanup LassoNode tree of keeped xmlNodeBenjamin Dauvergne2008-11-031-0/+62
* Add support for keep_xmlnode flagBenjamin Dauvergne2008-11-031-0/+11
* add functionality to enable debugging flags at runtimeBenjamin Dauvergne2008-10-011-8/+11
* Many fix to compile with --enable-wsf and --enable-debugging and also toBenjamin Dauvergne2008-09-231-18/+15
* * Remove ending blanksBenjamin Dauvergne2008-09-121-31/+31
* * Remove warnings:Benjamin Dauvergne2008-09-121-7/+2
* * Add support of lasso_registry to lasso_node_new_from_xmlNode.Benjamin Dauvergne2008-09-121-55/+68
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and f...Benjamin Dauvergne2008-08-051-58/+59
* * add include of utils.hBenjamin Dauvergne2008-08-051-0/+1
* * Fix potential memory leaksBenjamin Dauvergne2008-08-051-31/+28
* * add detail node to node with specialised detection in lass_node_new_from_xm...Benjamin Dauvergne2008-08-011-1/+3
* * specialise lasso_node_new_from_xmlNode for soap:detail nodeBenjamin Dauvergne2008-08-011-0/+2
* * lasso/xml/xml.c: add support for dgme:Status node.Benjamin Dauvergne2008-08-011-0/+2
* * lasso/xml/xml.c: in samlNs, compare prefix *AND* href fields of the namespa...Benjamin Dauvergne2008-08-011-1/+2
* * lasso/xml/xml.c: make xmlClean change namespace of properties not just of n...Benjamin Dauvergne2008-08-011-0/+13
* * lasso/xml/xml.c: adapt to new prefix of Dgme libraryBenjamin Dauvergne2008-08-011-1/+1
* forked lasso branch for adelineBenjamin Dauvergne2008-08-011-0/+3
* fixed memory management during node decryptionDamien Laniel2008-05-211-17/+29
* removed warning when calling lasso_node_destroy with NULL argumentDamien Laniel2008-05-211-1/+0
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-0/+9
* re-added function; but fixed docstringsFrederic Peters2008-04-281-1/+12
* removed duplicated functionFrederic Peters2008-04-281-11/+0
* * add a finalizer to LassoNode class objectBenjamin Dauvergne2008-04-181-1/+17