summaryrefslogtreecommitdiffstats
path: root/lasso/xml/xml.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* fix compilation errors on 64bits architecturesBenjamin Dauvergne2013-09-081-1/+1
* fix warnings about unused but set variablesBenjamin Dauvergne2013-09-081-3/+2
* xml: really enforce elements cardinality when parsing messagesBenjamin Dauvergne2013-01-251-35/+77
* fix memory leak in lasso_node_impl_init_from_xml: release the class_listBenjamin Dauvergne2013-01-251-6/+12
* fix potential segfault in lasso_node_impl_init_from_xmlBenjamin Dauvergne2013-01-251-8/+10
* [xml] add missing includeBenjamin Dauvergne2012-05-051-0/+2
* [xml] fix typosBenjamin Dauvergne2012-05-051-1/+1
* [lasso] add missing GObjectIntrospection annotations to lasso_node_get_origin...Benjamin Dauvergne2012-05-051-1/+1
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-051-62/+81
|\
| * [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-171-62/+81
* | fix compilation error with xmlsec 1.2.18 / freebsd (#1365)Thomas NOEL2012-04-261-0/+1
|/
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-161-5/+5
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-161-361/+446
* [core] move XMLDsig related nodes in their own sub-library, add X509Data node...Benjamin Dauvergne2011-12-161-2/+2
* [core] add the HMAC-SHA1 shared secret signature methodBenjamin Dauvergne2011-12-051-0/+10
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-051-154/+155
* [xml] use lasso_node_export_to_query_with_password to implement lasso_node_ex...Benjamin Dauvergne2011-12-051-18/+3
* Merge branch 'multi-certificates'Benjamin Dauvergne2011-11-291-0/+1
|\
| * [leakcheck] fix leaks seen by the unit testsBenjamin Dauvergne2011-11-221-0/+1
* | Merge branch 'excl-c14n-fix'Benjamin Dauvergne2011-11-291-0/+26
|\ \ | |/ |/|
| * [core] fix wrong XML canonicalization when assertion is extracted without its...Benjamin Dauvergne2011-11-221-0/+26
* | [xml] allow to store XSchema data into a private stuctureBenjamin Dauvergne2011-11-181-65/+93
* | [xml] allow node classes to not defined their nodename, useful for simple TypeBenjamin Dauvergne2011-10-131-2/+7
* | [xml] if a SNIPPET_LIST_NODES as the SNIPPET_ANY flag, allows really any kind...Benjamin Dauvergne2011-10-101-6/+3
* | [xml] only try to map an xmlNode to a class ame if the node has a namespaceBenjamin Dauvergne2011-10-101-1/+1
* | [xml] create a static version of lasso_node_new_from_xmlNode_with_type withou...Benjamin Dauvergne2011-10-071-9/+21
* | [xml] use g_strndup instead of strndup, as it is more portableBenjamin Dauvergne2011-05-181-3/+1
* | [xml] fix lasso_node_get_xmlnode_for_any_typeBenjamin Dauvergne2011-03-071-1/+10
|/
* [wsf] fix wsf preprocessor conditionalsBenjamin Dauvergne2011-01-041-2/+4
* [xml] fix null pointer access in lasso_node_get_encryptionBenjamin Dauvergne2010-12-221-1/+1
* [xml] remove duplicate EncryptedKey around EncryptedData elementsBenjamin Dauvergne2010-12-141-1/+0
* [xml] add exportation of the encrypting public key in EncryptedData elementsBenjamin Dauvergne2010-12-141-0/+19
* [xml] add field to contains encryption parameters inside CustomElement structureBenjamin Dauvergne2010-12-141-0/+64
* [xml] fix waring on use of strndup on pardusBenjamin Dauvergne2010-10-081-0/+3
* Add missing include <errno.h>Jérôme Schneider2010-10-081-1/+1
* [Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequalBenjamin Dauvergne2010-10-011-7/+10
* [Core] add missing annotation to lasso_*_dump functionsBenjamin Dauvergne2010-09-271-2/+2
* [XML] fix memleak in lasso_node_export_to_soapBenjamin Dauvergne2010-09-171-0/+1
* [XML] fix unused variable warningsBenjamin Dauvergne2010-09-171-2/+4
* [XML] fix mem leak whene releasing CustomElement structuresBenjamin Dauvergne2010-09-171-0/+3
* [ID-WSFv1&ID-WSFv2] separate better strings for ID-WSF from other stringsBenjamin Dauvergne2010-09-091-0/+5
* Merge branch 'develop' into hotfixes-2.3.1Benjamin Dauvergne2010-09-031-5/+70
|\
| * [Core] load signature parametersBenjamin Dauvergne2010-09-031-5/+49
| * [Core] add private function to read an integer attributeBenjamin Dauvergne2010-09-031-0/+21
* | [XML] use strtol instead of atoi to parse XSchema integersBenjamin Dauvergne2010-08-251-2/+18
|/
* [Code] add a lasso_node_export_to_query_with_password methodBenjamin Dauvergne2010-07-161-0/+37
* [Core] add a password parameter to lasso_query_signBenjamin Dauvergne2010-07-161-1/+4
* [Core] dump custom signature parameters in lasso dumpsBenjamin Dauvergne2010-07-161-0/+32
* [Core] add lasso_node_set_signature and lasso_node_get_signatureBenjamin Dauvergne2010-07-161-0/+82