summaryrefslogtreecommitdiffstats
path: root/lasso/xml
Commit message (Expand)AuthorAgeFilesLines
...
* WS-Security: fix typo in name of string symbolsBenjamin Dauvergne2010-01-191-4/+4
* WS: complete support for wsse:UsernameTokenBenjamin Dauvergne2010-01-193-69/+343
* XML SAML-2.0: AuthnContext content is a xdf:choice so make content optionalBenjamin Dauvergne2010-01-191-4/+4
* Documentation: distribute stylesheet, fix documentation comments, compelte la...Benjamin Dauvergne2010-01-187-10/+14
* FIX ABI breakage between 2.2.1 and 2.2.2 in LassoSamlAdviceBenjamin Dauvergne2010-01-152-4/+7
* FIX ABI breakage when addning new field to struct LassoSaml2AttributeValueBenjamin Dauvergne2010-01-142-3/+0
* ID-WSF: separate ID-WSF strings into their own headerBenjamin Dauvergne2010-01-143-1225/+1273
* Commit to deleteBenjamin Dauvergne2010-01-121-0/+2
* Core: rewrite lasso_assertion_encrypt using lasso_xmlsect_load_key and add re...Benjamin Dauvergne2010-01-122-45/+6
* Core: add simple function to load key from any formatBenjamin Dauvergne2010-01-122-1/+60
* Core Node: add args to lasso_node_encrypt to set recipient of an encrypted el...Benjamin Dauvergne2010-01-123-4/+6
* SAML 2.0: overhaul for ubuquitous binding support, still need work for HTTP-A...Benjamin Dauvergne2010-01-122-4/+4
* XML Core: in xml.c, private.h, add a lasso_node_remove_signature functionBenjamin Dauvergne2010-01-122-0/+25
* XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig...Benjamin Dauvergne2010-01-127-4/+31
* Core: in xml/private.h, add new field to LassoNodeClassData for private_key a...Benjamin Dauvergne2010-01-121-0/+2
* XML: add element type annotation to all GList fieldsBenjamin Dauvergne2010-01-0484-116/+116
* XML: move SOAP API to its own sub directoryBenjamin Dauvergne2010-01-0416-44/+86
* ID-WSF 2.0 XML: in strings.h, add identifiers from ID-WSF 2.0Benjamin Dauvergne2010-01-041-30/+757
* ID-WSF 2.0 XML: in sec_token.c, remove extra SNIPPET_ANYBenjamin Dauvergne2010-01-041-1/+1
* ID-WSF 2.0 XML: in util_response.{c,h}, add helper functions to idwsf2_util_s...Benjamin Dauvergne2010-01-042-0/+59
* ID-WSF XML: in dst_modification.c, add SNIPPET_BOOLEAN to overrideAllowed att...Benjamin Dauvergne2010-01-041-1/+1
* ID-WSF XML: in dst_modify.{c,h}, remove extra argument to the constructor of ...Benjamin Dauvergne2010-01-042-10/+2
* WS XML: change signature of lasso_wsa_attributed_uri_new_with_string, add map...Benjamin Dauvergne2010-01-043-2/+8
* XML: in private.h, remove duplicate declaration of lasso_xml_parse_memoryBenjamin Dauvergne2010-01-041-2/+0
* ID-FF XML: in lib_assertion.c, add registry mapping for lib:AssertionTypeBenjamin Dauvergne2010-01-041-0/+3
* SAML 2.0 XML: map EncryptedID, EncryptedAssertion, EncryptedAttribute and New...Benjamin Dauvergne2010-01-041-0/+9
* SAML 2.0 XML: in strings.h, add the identifier for the holder of key subject ...Benjamin Dauvergne2010-01-041-0/+1
* WS XML: add forgotten include file to wsa_attributed_uri.c and wsa_endpoint_r...Benjamin Dauvergne2010-01-042-0/+2
* Core: in tools.c, complete documentation of lasso_verify_signatureBenjamin Dauvergne2010-01-041-2/+10
* Core XML: in xml.{c,h}, add new function lasso_node_get_name to get the eleme...Benjamin Dauvergne2010-01-042-0/+27
* Core XML: make first argument of lasso_misc_text_node_new_with_string constBenjamin Dauvergne2010-01-042-2/+2
* Core XML: in xml/tools.c, add conversion method from iso8601 to time_tBenjamin Dauvergne2010-01-042-0/+25
* Core XML: in xml.c, keep original node names, handle xsi:type attribute betterBenjamin Dauvergne2010-01-042-77/+203
* Core XML: in xml.c, parse attributes with namespace checkingBenjamin Dauvergne2010-01-041-1/+8
* Core XML: in xml/tools.c, improve lasso_eval_xpath_expression, do not fail wh...Benjamin Dauvergne2010-01-041-1/+1
* Add missing headers to makefile, to pass make distcheckBenjamin Dauvergne2009-12-082-2/+4
* Augment query string limit for relaystate extraction to 8192 bytesBenjamin Dauvergne2009-11-021-2/+5
* Add documentation for lasso_get_relaystate_from_queryBenjamin Dauvergne2009-11-021-0/+9
* Add C defines for SAML 2 'unspecified' authncontext classBenjamin Dauvergne2009-10-301-0/+3
* Fix reporting of error in message parsingBenjamin Dauvergne2009-10-301-2/+3
* SAML2: add an equals operator to the NameID classBenjamin Dauvergne2009-10-302-0/+34
* Do not use g_new, use g_new0Benjamin Dauvergne2009-09-291-1/+1
* Fix bugs found via coverity (thanks to Bhaskar Jain)Benjamin Dauvergne2009-09-173-32/+55
* XML ID-WSF: Fix parsing of most ID-WSF elementsBenjamin Dauvergne2009-09-114-8/+28
* XML: Fix seg-fault bug introduced in commit 4108Benjamin Dauvergne2009-09-111-6/+14
* XML: add all inclusive header files for id-wsf2, ws, id-wsf XML elementsBenjamin Dauvergne2009-09-113-1/+230
* XML SOAP: add new soap fault constructorBenjamin Dauvergne2009-09-112-2/+20
* XML ID-WSF 2.0: make non simple constructor of MiscTextNode return real typeBenjamin Dauvergne2009-09-111-3/+3
* XML SAML 1.1: fix schema figure for samlp:RequestBenjamin Dauvergne2009-09-111-2/+1
* ID-WSF: fix duplication of namespace string declaration, add fault codes for ...Benjamin Dauvergne2009-09-111-19/+73