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
/
saml_assertion.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix license boilerplates
Simo Sorce
2013-12-03
1
-2
/
+1
*
[xml] complete missing namespace declarations for child nodes
Benjamin Dauvergne
2011-12-16
1
-1
/
+1
*
[Core] extract signature adding into base class method lasso_node_get_xmlNode
Benjamin Dauvergne
2010-07-12
1
-18
/
+2
*
Improve safety by replacing all g_free use by lasso_release
Benjamin Dauvergne
2010-04-22
1
-2
/
+2
*
XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig...
Benjamin Dauvergne
2010-01-12
1
-0
/
+3
*
All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
Benjamin Dauvergne
2009-08-26
1
-1
/
+1
*
XML ID-FF 1.2 & SAML 2.0: Handle signature failure
Benjamin Dauvergne
2009-03-27
1
-3
/
+14
*
Core: do not mix public and private headers
Benjamin Dauvergne
2009-03-27
1
-0
/
+1
*
XML: Make LassoSamlAssertion keep its XML form when created by parsing
Benjamin Dauvergne
2009-01-24
1
-0
/
+1
*
All: Fix missing field initializer problems
Benjamin Dauvergne
2009-01-24
1
-16
/
+17
*
* Remove ending blanks
Benjamin Dauvergne
2008-09-12
1
-11
/
+11
*
* Remove warnings:
Benjamin Dauvergne
2008-09-12
1
-6
/
+1
*
moved gtk-doc inline as is better on so many points; also added schema
Frederic Peters
2008-05-15
1
-2
/
+8
*
updated Copyright dates in all files
Damien Laniel
2007-05-30
1
-1
/
+1
*
fixed typo (no idea how long it had been there)
Damien Laniel
2007-04-16
1
-1
/
+1
*
char signedness for gcc 4 (id-wsf part has not been done)
Frederic Peters
2005-07-30
1
-6
/
+8
*
only use xsi:type on elements that have a saml: ancestor (and added test to not
Frederic Peters
2005-03-07
1
-5
/
+14
*
Updated Copyright and authors.
Emmanuel Raviart
2005-01-22
1
-3
/
+2
*
only give xsi namespace to nodes with xsi: attributes
Frederic Peters
2005-01-08
1
-2
/
+1
*
documented more functions, reaching 50% symbol docs coverage (126 symbols
Frederic Peters
2004-12-30
1
-3
/
+2
*
Corrected result type of lasso_saml_assertion_new.
Emmanuel Raviart
2004-12-30
1
-1
/
+1
*
remove angle brackets around elements in doc strings so they can now be
Frederic Peters
2004-12-23
1
-1
/
+1
*
Refactored signature code so it is now shared between requests/responses and
Frederic Peters
2004-12-20
1
-57
/
+4
*
Added differentiation between creating xmlnode for lasso use (the _dump
Frederic Peters
2004-12-19
1
-21
/
+78
*
another round on snippets; no longer multiply types for content transformation
Frederic Peters
2004-12-07
1
-6
/
+6
*
Added AttributeStatement element support in Saml:Assertion (required for id-W...
Valery Febvre
2004-12-07
1
-9
/
+8
*
last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode and
Frederic Peters
2004-12-02
1
-55
/
+32
*
moved xml snippet stuffs into new internals.h; those should not be exposed;
Frederic Peters
2004-11-26
1
-9
/
+10
*
indentation work
Frederic Peters
2004-11-25
1
-36
/
+36
*
use new xml attribute support for saml:Assertion
Frederic Peters
2004-11-25
1
-8
/
+3
*
use same "xmlsnippets" (name will probably change) to build xml nodes
Frederic Peters
2004-11-17
1
-20
/
+13
*
refactored init_from_xml functions (lasso is now less than 20000 lines)
Frederic Peters
2004-11-17
1
-22
/
+8
*
more header cleaning
Frederic Peters
2004-11-16
1
-2
/
+0
*
return value on init_from_xml; and minor tweaks to code style
Frederic Peters
2004-11-09
1
-4
/
+4
*
cleaning files
Frederic Peters
2004-11-01
1
-15
/
+15
*
cleaning up
Frederic Peters
2004-10-27
1
-1
/
+1
*
Done with the move to structures and the removal of protocols/ (lasso branched
Frederic Peters
2004-10-27
1
-212
/
+142
*
removed extra parentheses after return statements;
Frederic Peters
2004-09-01
1
-1
/
+1
*
SWIG now produces high-level bindings.
Emmanuel Raviart
2004-08-28
1
-1
/
+1
*
Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:
Valery Febvre
2004-08-19
1
-21
/
+4
*
declarations first (and s/lenght/length/)
Frederic Peters
2004-08-13
1
-11
/
+22
*
Fixed GError* bugs
Valery Febvre
2004-08-11
1
-4
/
+14
*
Replaced a lot of wrong issueInstance words by issueInstant
Valery Febvre
2004-08-05
1
-7
/
+7
*
Added a new argument 'err' (GError *) in 5 methods:
Valery Febvre
2004-08-01
1
-6
/
+19
*
Added Nicolas to authors.
Emmanuel Raviart
2004-07-22
1
-1
/
+2
*
lasso_saml_assertion_set_signature() method returns now an integer
Valery Febvre
2004-07-21
1
-3
/
+3
*
Renamed attribut to attribute.
Emmanuel Raviart
2004-07-13
1
-10
/
+10
*
lasso_saml_assertion_set_signature() method rewritten
Valery Febvre
2004-05-13
1
-3
/
+7
*
Used new method set_ns() instead of new_ns() (in *_instance_init() methods)
Valery Febvre
2004-04-17
1
-5
/
+5
*
Files moved. Initialy located in lasso/schema/ directory
Valery Febvre
2004-04-05
1
-0
/
+309