| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix license boilerplates | Simo Sorce | 2013-12-03 | 1 | -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 methods | Benjamin Dauvergne | 2010-07-12 | 1 | -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 code | Benjamin Dauvergne | 2009-08-26 | 1 | -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 blanks | Benjamin Dauvergne | 2008-09-12 | 1 | -6/+6 |
| | | |||||
| * | * Fix blanks mismatch (space in *.c and *h files or tabs in *.py files) and ↵ | Benjamin Dauvergne | 2008-08-05 | 1 | -2/+1 |
| | | | | | formatting | ||||
| * | updated Copyright dates in all files | Damien Laniel | 2007-05-30 | 1 | -1/+1 |
| | | |||||
| * | moved private_data erroneously placed in class to object; this breaks ABI | Frederic Peters | 2005-08-25 | 1 | -2/+2 |
| | | | | | for classes inheriting from LassoDeferation; nobody does that, ignoring. | ||||
| * | Updated Copyright and authors. | Emmanuel Raviart | 2005-01-22 | 1 | -3/+2 |
| | | |||||
| * | Reserved space for private_data expansion, so it will be possible to maintain | Frederic Peters | 2005-01-10 | 1 | -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 Peters | 2004-12-31 | 1 | -1/+1 |
| | | |||||
| * | documenting #LassoIdentity and #LassoFederation | Frederic Peters | 2004-12-22 | 1 | -1/+1 |
| | | |||||
| * | removed unnecessary private_data in LassoFederation; consequence being | Frederic Peters | 2004-12-09 | 1 | -2/+0 |
| | | | | | instance_init, class_init, dispose and finalise have also been removed. | ||||
| * | limit line length to 100 characters. | Frederic Peters | 2004-11-25 | 1 | -19/+21 |
| | | |||||
| * | renamed private struct member to private_data (gtk+ does it like that) | Frederic Peters | 2004-11-22 | 1 | -2/+1 |
| | | |||||
| * | renamed lasso/environs/ to lasso/id-ff/ | Frederic Peters | 2004-11-15 | 1 | -1/+1 |
| | | |||||
| * | Done with the move to structures and the removal of protocols/ (lasso branched | Frederic Peters | 2004-10-27 | 1 | -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 Clapies | 2004-08-26 | 1 | -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 Clapies | 2004-08-25 | 1 | -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 Clapies | 2004-08-24 | 1 | -0/+82 |
