summaryrefslogtreecommitdiffstats
path: root/lasso/xml/saml_condition_abstract.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>
* 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-0/+1
| | | | | | * 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-3/+3
|
* * Remove warnings:Benjamin Dauvergne2008-09-121-6/+1
| | | | | | | | | | - remove unused parameter from private function signatures - remove unused variable - initialize variable potentially accessed uninitialized - add G_GNUC_UNUSED if function is public or adhering to an interface, and a parameter is unused. - if ID-WSF is not compiled in, define stubs with G_GNUC_UNUSED on parameters. The goal is to compile with -Werror.
* moved gtk-doc inline as is better on so many points; also added schemaFrederic Peters2008-05-151-6/+11
| | | | fragments to published doc
* 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
|
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* Removed _new functions for abstract classes; added _new functions for classesFrederic Peters2004-12-231-14/+0
| | | | | that only had _new_full functions. Documented a little bit; marked public members in structures as such.
* remove angle brackets around elements in doc strings so they can now beFrederic Peters2004-12-231-1/+1
| | | | considered as docbook (necessary to produce itemized lists in docstrings)
* last(?) iteration on XmlSnippet; now attached to classes, get_xmlNode andFrederic Peters2004-12-021-14/+5
| | | | | | 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).
* cut some long linesFrederic Peters2004-11-261-1/+2
|
* removed useless castsFrederic Peters2004-10-271-1/+1
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-38/+45
| | | | | | | | 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.
* removed extra parentheses after return statements;Frederic Peters2004-09-011-1/+1
|
* 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/+95