summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_assertion.c
Commit message (Expand)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
* [xml] complete missing namespace declarations for child nodesBenjamin Dauvergne2011-12-161-1/+1
* [Core] extract signature adding into base class method lasso_node_get_xmlNodeBenjamin Dauvergne2010-07-121-18/+2
* Improve safety by replacing all g_free use by lasso_releaseBenjamin Dauvergne2010-04-221-2/+2
* XML: fill node_data->{certificate,private_key}_file_offset for nodes with sig...Benjamin Dauvergne2010-01-121-0/+3
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-1/+1
* XML ID-FF 1.2 & SAML 2.0: Handle signature failureBenjamin Dauvergne2009-03-271-3/+14
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
* XML: Make LassoSamlAssertion keep its XML form when created by parsingBenjamin Dauvergne2009-01-241-0/+1
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-16/+17
* * Remove ending blanksBenjamin Dauvergne2008-09-121-11/+11
* * Remove warnings:Benjamin Dauvergne2008-09-121-6/+1
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-2/+8
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
* fixed typo (no idea how long it had been there)Damien Laniel2007-04-161-1/+1
* char signedness for gcc 4 (id-wsf part has not been done)Frederic Peters2005-07-301-6/+8
* only use xsi:type on elements that have a saml: ancestor (and added test to notFrederic Peters2005-03-071-5/+14
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
* only give xsi namespace to nodes with xsi: attributesFrederic Peters2005-01-081-2/+1
* documented more functions, reaching 50% symbol docs coverage (126 symbolsFrederic Peters2004-12-301-3/+2
* Corrected result type of lasso_saml_assertion_new.Emmanuel Raviart2004-12-301-1/+1
* remove angle brackets around elements in doc strings so they can now beFrederic Peters2004-12-231-1/+1
* Refactored signature code so it is now shared between requests/responses andFrederic Peters2004-12-201-57/+4
* Added differentiation between creating xmlnode for lasso use (the _dumpFrederic Peters2004-12-191-21/+78
* another round on snippets; no longer multiply types for content transformationFrederic Peters2004-12-071-6/+6
* Added AttributeStatement element support in Saml:Assertion (required for id-W...Valery Febvre2004-12-071-9/+8
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-55/+32
* moved xml snippet stuffs into new internals.h; those should not be exposed;Frederic Peters2004-11-261-9/+10
* indentation workFrederic Peters2004-11-251-36/+36
* use new xml attribute support for saml:AssertionFrederic Peters2004-11-251-8/+3
* use same "xmlsnippets" (name will probably change) to build xml nodesFrederic Peters2004-11-171-20/+13
* refactored init_from_xml functions (lasso is now less than 20000 lines)Frederic Peters2004-11-171-22/+8
* more header cleaningFrederic Peters2004-11-161-2/+0
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-4/+4
* cleaning filesFrederic Peters2004-11-011-15/+15
* cleaning upFrederic Peters2004-10-271-1/+1
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-212/+142
* removed extra parentheses after return statements;Frederic Peters2004-09-011-1/+1
* SWIG now produces high-level bindings.Emmanuel Raviart2004-08-281-1/+1
* Splited lasso_node_verify_signature() (LassoNode class) in 2 methods:Valery Febvre2004-08-191-21/+4
* declarations first (and s/lenght/length/)Frederic Peters2004-08-131-11/+22
* Fixed GError* bugsValery Febvre2004-08-111-4/+14
* Replaced a lot of wrong issueInstance words by issueInstantValery Febvre2004-08-051-7/+7
* Added a new argument 'err' (GError *) in 5 methods:Valery Febvre2004-08-011-6/+19
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2
* lasso_saml_assertion_set_signature() method returns now an integerValery Febvre2004-07-211-3/+3
* Renamed attribut to attribute.Emmanuel Raviart2004-07-131-10/+10
* lasso_saml_assertion_set_signature() method rewrittenValery Febvre2004-05-131-3/+7
* Used new method set_ns() instead of new_ns() (in *_instance_init() methods)Valery Febvre2004-04-171-5/+5
* Files moved. Initialy located in lasso/schema/ directoryValery Febvre2004-04-051-0/+309