summaryrefslogtreecommitdiffstats
path: root/lasso/xml/samlp_status.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix license boilerplatesSimo Sorce2013-12-031-2/+1
| | | | | | | Instad of referring to an old FSF address, point the reader to the FSF website where the latest licenses and addresses are published. Signed-off-by: Simo Sorce <simo@redhat.com>
* Improve safety by replacing all g_string_free use by lasso_release_gstringBenjamin Dauvergne2010-04-221-1/+2
|
* XML: remove all useless instance_init functionsBenjamin Dauvergne2009-08-261-7/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use Coccinelle semantic patch tool (http://coccinelle.lip6.fr/) to remove useless instance_init functions, the first patch applied was: @@ type T,V; identifier I, J; parameter list P; expression E1; @@ V instance_init(T node) { <... ( - E1 = 0; | - E1 = NULL; | - E1 = FALSE; ) ...> } It removes useless initialization to 0 (GObject already zeroes allocated objects). The second one is: @ rule1 @ type T; identifier node,fn; @@ - static void fn(T *node) { } @ rule2 extends rule1 @ typedef GType, GInstanceInitFunc; identifier type_constructor; @@ GType type_constructor() { <... - (GInstanceInitFunc)fn + NULL ...> } It removes empty instance_init functions.
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-1/+1
| | | | | | | | | | | | | * nearly all C files: change includes for relative paths. * lasso/id-wsf/id_wsf.h, lasso/id-wsf-2.0/id_wsf_2.h: add top level public include files for ID-WSF 1.0 and ID-WSF 2.0. * lasso/id-ff/server.*, lasso/id-ff/session.*, lasso/id-ff/identity.*: remove most of the code related to ID-WSF and push into lasso/id-wsf/id_ff_extensions.* and lasso/id-wsf-2.0/identity.c, lasso/id-wsf-2.0/server.c, lasso/id-wsf-2.0/session.c. * lasso/id-wsf-2.0/saml2_login.c, lasso/id-wsf-2.0/saml2_login_private.h: same change but for ID-WSF 2.0 support in SAML2 SSO profile.
* Core: do not mix public and private headersBenjamin Dauvergne2009-03-271-0/+1
| | | | | * lots of files: explicitely load the internal header xml/private.h where needed.
* All: Fix missing field initializer problemsBenjamin Dauvergne2009-01-241-3/+4
| | | | | | * lots of files: Explicitely set all field of initialized structures, in order to remove -Wno-missing-field-initilizers from needed compiler options when using -Wall -Wextra.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-5/+5
|
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-2/+8
| | | | fragments to published doc
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* documented a bunch of LassoSaml* classes _new functionsFrederic Peters2004-12-311-1/+7
|
* Done with the new query snippets system (everything but the IDPEntries inFrederic Peters2004-12-171-1/+44
| | | | | <lib:AuthnRequest>). It has nested <samlp:StatusCode> support but ID-FF layer must still be updated to produce them.
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-36/+11
| | | | | | init_from_xml are no longer necessary in many cases. Previous XmlSnippet renamed to XmlSnippetObsolete to keep compatibility (id-wsf classes have not yet been converted).
* harmonize schema fragment comments (indentation, in .c, no space betweenFrederic Peters2004-11-291-1/+2
| | | | namespace and element name)
* moved xml snippet stuffs into new internals.h; those should not be exposed;Frederic Peters2004-11-261-4/+4
| | | | changed snippet type from character to enum (defined in internals.h)
* indentation workFrederic Peters2004-11-251-13/+13
|
* use same "xmlsnippets" (name will probably change) to build xml nodesFrederic Peters2004-11-171-12/+11
|
* refactored init_from_xml functions (lasso is now less than 20000 lines)Frederic Peters2004-11-171-16/+6
|
* support for samlp:StatusCode in samlp:StatusCode in ... ad vitam.Frederic Peters2004-11-161-4/+2
|
* return value on init_from_xml; and minor tweaks to code styleFrederic Peters2004-11-091-2/+5
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-57/+72
| | | | | | | | on October 2nd; occasional merges since then). - Compatible with current souk test suites. - Missing memory management for everything in xml/ - Missing xmlsec support for SOAP messages.
* declarations first (and s/lenght/length/)Frederic Peters2004-08-131-3/+6
|
* Added Nicolas to authors.Emmanuel Raviart2004-07-221-1/+2
|
* 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/+120