summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
* Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0Benjamin Dauvergne2012-09-281-19/+20
* [xml] fix wrong forward declarationBenjamin Dauvergne2012-05-051-2/+2
* [xml] add missing includeBenjamin Dauvergne2012-05-051-0/+2
* [xml] fix typosBenjamin Dauvergne2012-05-052-5/+5
* [lasso] add missing GObjectIntrospection annotations to lasso_node_get_origin...Benjamin Dauvergne2012-05-051-1/+1
* [lasso] add missing GObjectIntrospection annotations to lasso_misc_text_node_...Benjamin Dauvergne2012-05-051-1/+1
* Merge branch 'release-2.4.0'Benjamin Dauvergne2012-05-054-69/+207
|\
| * [key] add methods to send message using SAML 2.0 redirect and post bindingsBenjamin Dauvergne2012-03-174-69/+207
* | fix wrong EXTRA_DIST in lasso/xml/dsig/Makefile.amBenjamin Dauvergne2012-04-272-2/+36
* | fix compilation error with xmlsec 1.2.18 / freebsd (#1365)Thomas NOEL2012-04-261-0/+1
* | build: do not include multiple glib headersFrédéric Péters2012-04-021-1/+0
|/
* Incompatibility with clang: local functions with closure does not workBenjamin Dauvergne2011-12-291-4/+6
* [doc] do some documentation fixingBenjamin Dauvergne2011-12-221-3/+3
* [id-ff 1.1] add support for multiple SessionIndex to lib:LogoutRequestBenjamin Dauvergne2011-12-222-0/+71
* [id-ff 1.2] add lasso_saml_name_identifier_equals() to compare NameIDsBenjamin Dauvergne2011-12-192-0/+17
* [Makefile] add strings.h to the dsig module includesBenjamin Dauvergne2011-12-161-1/+2
* [xml/saml2] replace magic string by a defineBenjamin Dauvergne2011-12-161-4/+4
* Simplify useless complexity in include pathsBenjamin Dauvergne2011-12-16220-548/+548
* [xml] in is_interaction_request.h move new field to the end of the structure ...Benjamin Dauvergne2011-12-161-2/+1
* [xml] rewrite schema directed serialization/deserialization methodsBenjamin Dauvergne2011-12-1611-468/+614
* [xml] add LASSO_XMLENC_PREFIX and LASSO_XMLENC_HREF definesBenjamin Dauvergne2011-12-161-0/+14
* [xml] add missing nodes to LassoIsInteractionRequestBenjamin Dauvergne2011-12-162-3/+6
* [xml] change saml_advice.h to declarer the real node typeBenjamin Dauvergne2011-12-161-2/+1
* [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-1663-114/+168
* [core] fix uninitialized pointer to a GError structureBenjamin Dauvergne2011-12-161-1/+1
* [core] move XMLDsig related nodes in their own sub-library, add X509Data node...Benjamin Dauvergne2011-12-1617-42/+430
* [core] add the HMAC-SHA1 shared secret signature methodBenjamin Dauvergne2011-12-054-0/+101
* [core] refactor lasso_query_verify_signature and lasso_saml2_query_verify_sig...Benjamin Dauvergne2011-12-051-149/+108
* [core] set the xmlSec log handler globallyBenjamin Dauvergne2011-12-051-14/+0
* [saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...Benjamin Dauvergne2011-12-051-1/+1
* [core] introduce the LassoSignatureContext context, to pass around signature ...Benjamin Dauvergne2011-12-053-347/+368
* [core] add a lasso_base64_decode functionBenjamin Dauvergne2011-12-052-0/+34
* [xml] use lasso_node_export_to_query_with_password to implement lasso_node_ex...Benjamin Dauvergne2011-12-051-18/+3
* [tools] fix lasso_sha1 to return a glib allocated stringBenjamin Dauvergne2011-12-051-1/+1
* [tools] add a LassoSignatureContext structure to pass signature parameters ar...Benjamin Dauvergne2011-12-051-0/+35
* [xml] add an inline function to validate LassoSignatureMethod valuesBenjamin Dauvergne2011-12-052-1/+10
* Merge branch 'multi-certificates'Benjamin Dauvergne2011-11-292-2/+6
|\
| * [core] do not emit a warning for expected decryption errorsBenjamin Dauvergne2011-11-221-2/+5
| * [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
* | [saml2] add missing extension point for LassoSaml2SubjectConfirmationDataBenjamin Dauvergne2011-11-181-0/+10
* | [xml] allow to store XSchema data into a private stuctureBenjamin Dauvergne2011-11-182-65/+117
* | [xml saml-2.0] add missing annotation for binding generation to header for La...Benjamin Dauvergne2011-10-181-1/+1
* | [xml saml-2.0] add a class to handle the KeyInfoConfirmationData typeBenjamin Dauvergne2011-10-134-0/+254
* | [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] allows LassoMiscText.init_from_xml to parse any xmlNodeBenjamin Dauvergne2011-10-101-7/+13
* | [xml] only try to map an xmlNode to a class ame if the node has a namespaceBenjamin Dauvergne2011-10-101-1/+1
* | [xml saml-2.0] change AttributeValue snippets to accept any childrenBenjamin Dauvergne2011-10-101-1/+1