summaryrefslogtreecommitdiffstats
path: root/lasso/id-ff/defederation.h
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>
* [Core] change return type of all error returning methodsBenjamin Dauvergne2010-07-121-4/+4
| | | | | The new return type is lasso_error_t, it should allow to pinpoint easily methods returning an error code in bindings.
* All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF codeBenjamin Dauvergne2009-08-261-2/+2
| | | | | | | | | | | | | * 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.
* * Remove ending blanksBenjamin Dauvergne2008-09-121-6/+6
|
* * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and ↵Benjamin Dauvergne2008-08-051-2/+1
| | | | formatting
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* moved private_data erroneously placed in class to object; this breaks ABIFrederic Peters2005-08-251-2/+2
| | | | for classes inheriting from LassoDeferation; nobody does that, ignoring.
* Updated Copyright and authors.Emmanuel Raviart2005-01-221-3/+2
|
* Reserved space for private_data expansion, so it will be possible to maintainFrederic Peters2005-01-101-0/+2
| | | | | ABI compatibility if changes are needed. Documented some functions (and switched some destroy to use lasso_node_destroy).
* moved remaining lasso[A-Z].* enums to Lasso[A-Z].*Frederic Peters2004-12-311-1/+1
|
* documenting #LassoIdentity and #LassoFederationFrederic Peters2004-12-221-1/+1
|
* removed unnecessary private_data in LassoFederation; consequence beingFrederic Peters2004-12-091-2/+0
| | | | instance_init, class_init, dispose and finalise have also been removed.
* limit line length to 100 characters.Frederic Peters2004-11-251-19/+21
|
* renamed private struct member to private_data (gtk+ does it like that)Frederic Peters2004-11-221-2/+1
|
* renamed lasso/environs/ to lasso/id-ff/Frederic Peters2004-11-151-1/+1
|
* Done with the move to structures and the removal of protocols/ (lasso branchedFrederic Peters2004-10-271-12/+7
| | | | | | | | 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.
* Added a param to method lasso_defederation_init_notification(). Now if it is ↵Nicolas Clapies2004-08-261-1/+2
| | | | set, lasso can choose a specific defederation protocol profile depending on the http method value of this param
* Added missing private attribute, private variable and desallocation methods ↵Nicolas Clapies2004-08-251-0/+3
| | | | : LassoDefederationPrivate *private in LassoDefederation object, static GObjectClass *parent_class in C file, lasso_defederation_dispose() and lasso_defederation_finalize() in LassoFederation object
* renamed lasso/environs/federation_termination.* to lasso/environs/defederation.*Nicolas Clapies2004-08-241-0/+82