| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix potential SEGFAULT in _lasso_node_free_custom_element | Benjamin Dauvergne | 2010-04-22 | 1 | -4/+6 |
* | Fix documentation problems | Benjamin Dauvergne | 2010-04-19 | 1 | -1/+1 |
* | XML: add custom namespace definition handling | Benjamin Dauvergne | 2010-04-06 | 1 | -0/+41 |
* | XML: do not register any DST namespace by default | Benjamin Dauvergne | 2010-04-06 | 1 | -7/+0 |
* | XML: add a SNIPPET_COLLECT_NAMESPACES snippet to DstRefResultQuery | Benjamin Dauvergne | 2010-04-06 | 1 | -5/+5 |
* | Core: add a SNIPPET_COLLECT_NAMESPACE snippet type | Benjamin Dauvergne | 2010-04-06 | 1 | -0/+51 |
* | Revert "Make lasso_node_get_xmlNode return original_xmlnode if there is one" | Benjamin Dauvergne | 2010-04-06 | 1 | -5/+0 |
* | fix documentation of lasso_node_debug | Benjamin Dauvergne | 2010-04-06 | 1 | -1/+1 |
* | Make lasso_node_get_xmlNode return original_xmlnode if there is one | Benjamin Dauvergne | 2010-04-06 | 1 | -0/+5 |
* | XML: in lasso_node_build_xmlNode_from_snippets only set child name if SNIPPET... | Benjamin Dauvergne | 2010-03-27 | 1 | -2/+1 |
* | XML: add support for setting attribute in any namespace using element tree sy... | Benjamin Dauvergne | 2010-03-27 | 1 | -2/+37 |
* | Core: change GObjectAnnotation of lasso_node_export_to_query to state that pr... | Benjamin Dauvergne | 2010-03-27 | 1 | -2/+2 |
* | Core: add a level argument to lasso_node_debug | Benjamin Dauvergne | 2010-03-02 | 1 | -2/+3 |
* | Core: in xml_insure_namespace do not segfault if ns is NULL | Benjamin Dauvergne | 2010-03-02 | 1 | -1/+1 |
* | Core: add a level argument to lasso_xmlnode_to_string and _lasso_node_export_... | Benjamin Dauvergne | 2010-03-02 | 1 | -6/+22 |
* | Core: use lasso_xmlnode_to_string in LassoNode export functions | Benjamin Dauvergne | 2010-02-17 | 1 | -95/+33 |
* | Core: add error exit to lasso_node_new_from_xmlNode | Benjamin Dauvergne | 2010-02-17 | 1 | -0/+4 |
* | ID-WSF 2.0: add strings for Discovery service Actions | Benjamin Dauvergne | 2010-02-17 | 1 | -1/+1 |
* | Use defined symbols instead of magic constants | Benjamin Dauvergne | 2010-02-12 | 1 | -2/+2 |
* | Core: add more memory tracing, add a tracing macro | Benjamin Dauvergne | 2010-02-04 | 1 | -20/+34 |
* | Fix leaks | Benjamin Dauvergne | 2010-02-04 | 1 | -7/+1 |
* | Fix leaks, change signature of lasso_provider_get_sp_name_qualifier, make it ... | Benjamin Dauvergne | 2010-02-04 | 1 | -1/+4 |
* | in lasso_xmlsec_load_private_key, do not leak the file buffer, in lasso_node_... | Benjamin Dauvergne | 2010-02-04 | 1 | -2/+1 |
* | ID-WSF: change name of Personal Profile namespace symbols, add symbols for ID... | Benjamin Dauvergne | 2010-01-28 | 1 | -2/+4 |
* | Core XML: make lasso_node_set_custom_namespace/nodename take const string | Benjamin Dauvergne | 2010-01-26 | 1 | -2/+2 |
* | Core XML: add function to get the namespace of a LassoNode | Benjamin Dauvergne | 2010-01-26 | 1 | -0/+26 |
* | Add new macro lasso_list_add_new_xml_node | Benjamin Dauvergne | 2010-01-25 | 1 | -2/+2 |
* | Documentation: distribute stylesheet, fix documentation comments, compelte la... | Benjamin Dauvergne | 2010-01-18 | 1 | -2/+2 |
* | Commit to delete | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+2 |
* | Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el... | Benjamin Dauvergne | 2010-01-12 | 1 | -2/+5 |
* | XML Core: in xml.c, private.h, add a lasso_node_remove_signature function | Benjamin Dauvergne | 2010-01-12 | 1 | -0/+23 |
* | Core XML: in xml.{c,h}, add new function lasso_node_get_name to get the eleme... | Benjamin Dauvergne | 2010-01-04 | 1 | -0/+24 |
* | Core XML: in xml.c, keep original node names, handle xsi:type attribute better | Benjamin Dauvergne | 2010-01-04 | 1 | -76/+200 |
* | Core XML: in xml.c, parse attributes with namespace checking | Benjamin Dauvergne | 2010-01-04 | 1 | -1/+8 |
* | Fix reporting of error in message parsing | Benjamin Dauvergne | 2009-10-30 | 1 | -2/+3 |
* | Do not use g_new, use g_new0 | Benjamin Dauvergne | 2009-09-29 | 1 | -1/+1 |
* | Fix bugs found via coverity (thanks to Bhaskar Jain) | Benjamin Dauvergne | 2009-09-17 | 1 | -1/+4 |
* | XML ID-WSF: Fix parsing of most ID-WSF elements | Benjamin Dauvergne | 2009-09-11 | 1 | -8/+21 |
* | XML: Fix seg-fault bug introduced in commit 4108 | Benjamin Dauvergne | 2009-09-11 | 1 | -6/+14 |
* | ID-WSF: remove LassoWsseSecurity in favor of LasoWsSec1SecurityHeader | Benjamin Dauvergne | 2009-09-11 | 1 | -1/+1 |
* | XML: add an API to set namespace on a single instance of a LassoNode | Benjamin Dauvergne | 2009-09-11 | 1 | -1/+72 |
* | All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code | Benjamin Dauvergne | 2009-08-26 | 1 | -3/+3 |
* | LassoNode: Fix leaks | Benjamin Dauvergne | 2009-04-30 | 1 | -11/+22 |
* | Add debugging code to lasso_node_impl_init_from_xml | Benjamin Dauvergne | 2009-04-30 | 1 | -0/+13 |
* | Add debugging code to lasso_set_orginal_xmlnode | Benjamin Dauvergne | 2009-04-30 | 1 | -2/+27 |
* | Rework cleanup handling | Benjamin Dauvergne | 2009-04-22 | 1 | -14/+14 |
* | XML: Fix prefix clobbering by xsi:type handling | Benjamin Dauvergne | 2009-04-22 | 1 | -4/+7 |
* | If no typename could be determined, stop parsing. | Benjamin Dauvergne | 2009-04-21 | 1 | -2/+3 |
* | Core: Add cast to first argument of isalnum | Benjamin Dauvergne | 2009-04-14 | 1 | -1/+1 |
* | XML: use macro for assignment | Benjamin Dauvergne | 2009-03-27 | 1 | -1/+1 |