index
:
lasso.git
master
wip
Unnamed repository; edit this file 'description' to name the repository.
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lasso
/
xml
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Core: rename lasso_release_xmlchar to lasso_release_xml_string
Benjamin Dauvergne
2009-03-27
1
-1
/
+1
*
Core: replace direct use of xmlSecSoap function by wrapper
Benjamin Dauvergne
2009-03-27
1
-16
/
+4
*
Core: remove use of XPath
Benjamin Dauvergne
2009-03-27
1
-15
/
+7
*
Core: fix comment for lasso_node_init_from_message
Benjamin Dauvergne
2009-03-27
1
-1
/
+1
*
Core: remove lasso_node_decrypt implementation
Benjamin Dauvergne
2009-03-27
1
-148
/
+0
*
Core: make comment agree with the code
Benjamin Dauvergne
2009-03-27
1
-1
/
+1
*
Core: remove commented code
Benjamin Dauvergne
2009-03-27
1
-4
/
+0
*
Core: use lasso_xml_parse_memory instead of xmlParseDoc
Benjamin Dauvergne
2009-03-27
2
-2
/
+2
*
Core: move parse xml wrapper from xml.c to tools.c
Benjamin Dauvergne
2009-03-27
3
-77
/
+81
*
XML SAML 2.0: add a decrypt function to Saml2EncryptedElement
Benjamin Dauvergne
2009-03-27
1
-13
/
+2
*
SAML 2.0: replace lasso_node_decrypt by lasso_node_decrypt_xmlnode
Benjamin Dauvergne
2009-03-27
2
-2
/
+169
*
Core: add new internal API lasso_provider_verify_query_signature
Benjamin Dauvergne
2009-03-27
2
-9
/
+14
*
Core: new init method with format limit and xmlDoc output argument
Benjamin Dauvergne
2009-03-27
3
-54
/
+205
*
Core: add function to extract SOAP message content
Benjamin Dauvergne
2009-03-27
2
-0
/
+37
*
SAML 2.0: API for Saml2EncryptedElement decrypt
Benjamin Dauvergne
2009-03-27
4
-10
/
+43
*
Docs: fix doc on Attribute related classes
Benjamin Dauvergne
2009-03-27
3
-4
/
+40
*
Fix bug #94: permit any content for AttributeValue
Benjamin Dauvergne
2009-03-27
6
-15
/
+92
*
XML Core: add new snippet type SNIPPET_KEEP_XMLNODE
Benjamin Dauvergne
2009-03-27
2
-14
/
+25
*
Core: Fix argument checking in init_from_xml
Benjamin Dauvergne
2009-03-27
1
-1
/
+9
*
Core: handle g_io_channel creation failure
Benjamin Dauvergne
2009-03-27
1
-2
/
+9
*
Core: do not mix public and private headers
Benjamin Dauvergne
2009-03-27
319
-4
/
+320
*
XML SAML 1.0: fix bug 85
Benjamin Dauvergne
2009-03-09
1
-4
/
+10
*
Core: fix handling of xsi:type
Benjamin Dauvergne
2009-03-03
1
-55
/
+69
*
Core: enforce flag verify-signature in function lasso_verify_signature
Benjamin Dauvergne
2009-03-03
2
-2
/
+5
*
removed trailing whitespace
Damien Laniel
2009-02-06
1
-1
/
+1
*
reorganised string constants definitions
Damien Laniel
2009-01-26
1
-38
/
+40
*
documentation-related fixes
Damien Laniel
2009-01-26
2
-5
/
+5
*
Core: replace manual reference handling with macros
Benjamin Dauvergne
2009-01-24
1
-2
/
+2
*
Core: replace manual handling of references with macros
Benjamin Dauvergne
2009-01-24
1
-4
/
+2
*
Core: synchronize lasso_verify_signature with new macros
Benjamin Dauvergne
2009-01-24
1
-3
/
+4
*
Core: add new error code to lasso_node_init_from_message
Benjamin Dauvergne
2009-01-24
1
-11
/
+14
*
Core: review of lasso_node_encrypt
Benjamin Dauvergne
2009-01-24
1
-7
/
+5
*
Core: add a new messsage format error for XSchema constraint failure
Benjamin Dauvergne
2009-01-24
1
-0
/
+1
*
ID-FF 1.2: validate signatures on responses during the BRWS/Artifact profile
Benjamin Dauvergne
2009-01-24
1
-0
/
+1
*
XML: Make LassoSamlAssertion keep its XML form when created by parsing
Benjamin Dauvergne
2009-01-24
1
-0
/
+1
*
XML: Add internal API to validate XMLDsig signatures
Benjamin Dauvergne
2009-01-24
2
-0
/
+145
*
All: Fix missing field initializer problems
Benjamin Dauvergne
2009-01-24
316
-1207
/
+1521
*
correctly check for successful return of DSA_verify
Frederic Peters
2008-12-18
1
-1
/
+1
*
fixed fault code and use a more precise fault string
Damien Laniel
2008-12-12
1
-1
/
+2
*
Fix refcounting error in SoapEnvelope class
Benjamin Dauvergne
2008-11-19
1
-1
/
+2
*
Add support to in memory private key to lasso_query_sign
Benjamin Dauvergne
2008-11-10
1
-1
/
+6
*
Fix overwriting of attributes ht by node lists
Benjamin Dauvergne
2008-11-04
1
-1
/
+1
*
Move xmlDoc release after xmlFreeXPath*
Benjamin Dauvergne
2008-11-04
1
-1
/
+1
*
Remove use of xmlFreeDoc for lasso_release_doc
Benjamin Dauvergne
2008-11-04
2
-7
/
+8
*
Restore ABI compatibility wrt original_xmlNode
Benjamin Dauvergne
2008-11-03
2
-10
/
+34
*
API to cleanup LassoNode tree of keeped xmlNode
Benjamin Dauvergne
2008-11-03
2
-0
/
+63
*
Add support for keep_xmlnode flag
Benjamin Dauvergne
2008-11-03
1
-0
/
+11
*
Add original_xmlNode pointer to LassoNode
Benjamin Dauvergne
2008-11-03
1
-0
/
+1
*
Add keep_xmlnode field to LassoNodeClassData
Benjamin Dauvergne
2008-11-03
1
-0
/
+1
*
First try accessing the file before calling key loading functions
Benjamin Dauvergne
2008-11-02
1
-9
/
+11
[prev]
[next]