Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XML: remove all useless instance_init functions | Benjamin Dauvergne | 2009-08-26 | 1 | -9/+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 code | Benjamin Dauvergne | 2009-08-26 | 1 | -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 headers | Benjamin Dauvergne | 2009-03-27 | 1 | -0/+1 |
| | | | | | * lots of files: explicitely load the internal header xml/private.h where needed. | ||||
* | All: Fix missing field initializer problems | Benjamin Dauvergne | 2009-01-24 | 1 | -4/+5 |
| | | | | | | * 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 blanks | Benjamin Dauvergne | 2008-09-12 | 1 | -5/+5 |
| | |||||
* | moved gtk-doc inline as is better on so many points; also added schema | Frederic Peters | 2008-05-15 | 1 | -2/+8 |
| | | | | fragments to published doc | ||||
* | 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 |
| | |||||
* | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 1 | -3/+2 |
| | |||||
* | moved remaining unbounded elements to GList* (samlp:Response/Assertion being | Frederic Peters | 2005-01-08 | 1 | -1/+2 |
| | | | | part of that bunch) | ||||
* | documented more functions, reaching 50% symbol docs coverage (126 symbols | Frederic Peters | 2004-12-30 | 1 | -3/+2 |
| | | | | documented, 126 not documented) | ||||
* | remove angle brackets around elements in doc strings so they can now be | Frederic Peters | 2004-12-23 | 1 | -1/+1 |
| | | | | considered as docbook (necessary to produce itemized lists in docstrings) | ||||
* | last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode and | Frederic Peters | 2004-12-02 | 1 | -41/+15 |
| | | | | | | 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). | ||||
* | moved xml snippet stuffs into new internals.h; those should not be exposed; | Frederic Peters | 2004-11-26 | 1 | -5/+5 |
| | | | | changed snippet type from character to enum (defined in internals.h) | ||||
* | cut some long lines | Frederic Peters | 2004-11-26 | 1 | -1/+2 |
| | |||||
* | added attribute xml snippet support to <saml:Conditions> | Frederic Peters | 2004-11-26 | 1 | -7/+3 |
| | |||||
* | indentation work | Frederic Peters | 2004-11-25 | 1 | -12/+12 |
| | |||||
* | use same "xmlsnippets" (name will probably change) to build xml nodes | Frederic Peters | 2004-11-17 | 1 | -11/+12 |
| | |||||
* | refactored init_from_xml functions (lasso is now less than 20000 lines) | Frederic Peters | 2004-11-17 | 1 | -16/+7 |
| | |||||
* | return value on init_from_xml; and minor tweaks to code style | Frederic Peters | 2004-11-09 | 1 | -2/+5 |
| | |||||
* | Done with the move to structures and the removal of protocols/ (lasso branched | Frederic Peters | 2004-10-27 | 1 | -107/+73 |
| | | | | | | | | 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 Peters | 2004-08-13 | 1 | -4/+8 |
| | |||||
* | Added Nicolas to authors. | Emmanuel Raviart | 2004-07-22 | 1 | -1/+2 |
| | |||||
* | Used new method set_ns() instead of new_ns() (in *_instance_init() methods) | Valery Febvre | 2004-04-17 | 1 | -8/+10 |
| | |||||
* | Files moved. Initialy located in lasso/schema/ directory | Valery Febvre | 2004-04-05 | 1 | -0/+176 |