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
/
tools.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix license boilerplates
Simo Sorce
2013-12-03
1
-2
/
+1
*
lasso/xml/tools.c: fix misuse of xmlURIUnescapeString
Benjamin Dauvergne
2013-09-27
1
-2
/
+10
*
fix compilation errors on 64bits architectures
Benjamin Dauvergne
2013-09-08
1
-1
/
+1
*
fix warnings about unused but set variables
Benjamin Dauvergne
2013-09-08
1
-3
/
+2
*
Rewrite all xmlNode serialization code to be compatible with libxml 2.9.0
Benjamin Dauvergne
2012-09-28
1
-19
/
+20
*
[xml] fix typos
Benjamin Dauvergne
2012-05-05
1
-4
/
+4
*
[key] add methods to send message using SAML 2.0 redirect and post bindings
Benjamin Dauvergne
2012-03-17
1
-6
/
+114
*
Incompatibility with clang: local functions with closure does not work
Benjamin Dauvergne
2011-12-29
1
-4
/
+6
*
[xml] rewrite schema directed serialization/deserialization methods
Benjamin Dauvergne
2011-12-16
1
-0
/
+59
*
[core] fix uninitialized pointer to a GError structure
Benjamin Dauvergne
2011-12-16
1
-1
/
+1
*
[core] add the HMAC-SHA1 shared secret signature method
Benjamin Dauvergne
2011-12-05
1
-0
/
+83
*
[core] refactor lasso_query_verify_signature and lasso_saml2_query_verify_sig...
Benjamin Dauvergne
2011-12-05
1
-149
/
+108
*
[core] set the xmlSec log handler globally
Benjamin Dauvergne
2011-12-05
1
-14
/
+0
*
[saml2] introduce a lasso_saml2_assertion_get_audirence_restrictions to facto...
Benjamin Dauvergne
2011-12-05
1
-1
/
+1
*
[core] introduce the LassoSignatureContext context, to pass around signature ...
Benjamin Dauvergne
2011-12-05
1
-177
/
+197
*
[core] add a lasso_base64_decode function
Benjamin Dauvergne
2011-12-05
1
-0
/
+33
*
[tools] fix lasso_sha1 to return a glib allocated string
Benjamin Dauvergne
2011-12-05
1
-1
/
+1
*
[xml] add an inline function to validate LassoSignatureMethod values
Benjamin Dauvergne
2011-12-05
1
-0
/
+2
*
[core] do not emit a warning for expected decryption errors
Benjamin Dauvergne
2011-11-22
1
-2
/
+5
*
[tools] redirect xmlsec errors to lasso error handler
Benjamin Dauvergne
2011-04-14
1
-0
/
+12
*
[tools] use LASSO_LOG_DOMAIN instead of magic constant
Benjamin Dauvergne
2011-04-14
1
-3
/
+4
*
[xml] if signature reference is empty check that signed node is the document ...
Benjamin Dauvergne
2011-04-04
1
-2
/
+3
*
[xml] allow empty reference in XML signature (document signature)
Benjamin Dauvergne
2011-03-29
1
-6
/
+18
*
[xml] make id_attr_name parameter optional for lasso_verify_signature
Benjamin Dauvergne
2011-03-29
1
-4
/
+6
*
[tools] fix xml decryption
Benjamin Dauvergne
2010-12-14
1
-9
/
+6
*
[saml2] use new encryption structure instead for internal field in LassoSaml2...
Benjamin Dauvergne
2010-12-14
1
-4
/
+5
*
[Core] replace all use of g_strcmp0 by lasso_strisequal and lasso_strisnotequal
Benjamin Dauvergne
2010-10-01
1
-2
/
+2
*
[XML] fix memleak of xmlSecKeyMngr when loading a key from a KeyInfo node
Benjamin Dauvergne
2010-09-17
1
-0
/
+1
*
[Core] add LAST enum values to LassoSignatureMethod and LassoSignatureType en...
Benjamin Dauvergne
2010-09-03
1
-0
/
+4
*
[Core] Change lasso_apply_signature to use quark stored annotated signature p...
Benjamin Dauvergne
2010-07-16
1
-2
/
+17
*
[Core] add password parameter to lasso_sign_node
Benjamin Dauvergne
2010-07-16
1
-4
/
+13
*
[Core] add a password parameter to lasso_query_sign
Benjamin Dauvergne
2010-07-16
1
-3
/
+17
*
[Core] extract signature adding into base class method lasso_node_get_xmlNode
Benjamin Dauvergne
2010-07-12
1
-0
/
+29
*
Core: move logging function and macros to their own module, adapt perl binding
Benjamin Dauvergne
2010-06-12
1
-41
/
+0
*
Core: update lasso_iso_8601_gmt_to_time_t to support milliseconds
Benjamin Dauvergne
2010-06-10
1
-4
/
+41
*
Change all logging to use message()
Benjamin Dauvergne
2010-06-09
1
-7
/
+7
*
Core: in xml error message handler, escape messages to fit on one line
Benjamin Dauvergne
2010-06-09
1
-2
/
+11
*
Core: remove arrow in log messages
Benjamin Dauvergne
2010-06-09
1
-1
/
+1
*
Add new lasso_log_set_handler and lasso_log_remove_handler functions
Frederic Peters
2010-06-09
1
-0
/
+38
*
Core: fix extraction of relaystate when URLs contains only one kind of separa...
Benjamin Dauvergne
2010-05-31
1
-1
/
+1
*
Initialize all uninitialized rc variables
Benjamin Dauvergne
2010-04-30
1
-1
/
+1
*
Improve safety by replacing all g_string_free use by lasso_release_gstring
Benjamin Dauvergne
2010-04-22
1
-2
/
+2
*
Improve safety by replacing all g_free use by lasso_release
Benjamin Dauvergne
2010-04-22
1
-7
/
+7
*
Core: add lasso_set_string_from_prop(char**,xmlNode*,..) function
Benjamin Dauvergne
2010-03-27
1
-0
/
+14
*
Core: export lasso_build_unique_id into public API
Benjamin Dauvergne
2010-03-02
1
-2
/
+2
*
Core: add a level argument to lasso_xmlnode_to_string and _lasso_node_export_...
Benjamin Dauvergne
2010-03-02
1
-2
/
+2
*
Add lasso_string_to_xsd_integer, to parse xsd:integer values
Benjamin Dauvergne
2010-02-22
1
-0
/
+32
*
Core: add a lasso_xmlnode_to_string function
Benjamin Dauvergne
2010-02-17
1
-0
/
+32
*
in tools.c, add defines to permit import of timegm
Benjamin Dauvergne
2010-02-17
1
-0
/
+3
*
Core: fix lasso_iso_8601_gmt_to_time_t, use timegm instead of mktime
Benjamin Dauvergne
2010-02-17
1
-1
/
+1
[next]