summaryrefslogtreecommitdiffstats
path: root/lasso/id-wsf/authentication.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-7/+7
| | | | | 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
|
* updated Copyright dates in all filesDamien Laniel2007-05-301-1/+1
|
* fixing a bunch of undeclared functions and possible segfaults; also removedFrederic Peters2006-12-271-0/+2
| | | | some debugging printf. (ID-WSF is now warning-free (but char signedness))
* Fixed removed code in previous commit. Fixed some rules from liberty spec : ↵Nicolas Clapies2005-04-011-1/+1
| | | | mutli mechanism, null mechanism. Added namespace for service authentication.
* Updated authentication service : now it has hard coded collbacks. developer ↵Nicolas Clapies2005-03-181-5/+12
| | | | must use LassoUserAccount to inform sasl about login and password.
* Added soap envelope object to embed specific data from ↵Nicolas Clapies2005-03-021-3/+3
| | | | id-wsf.lasso/id-wsf/authentication.c
* Added support of cyrus libsasl in id-wsf authentication service.Nicolas Clapies2005-02-241-1/+24
|
* Added high level of authentication service : standard methods of a lasso ↵Nicolas Clapies2005-02-141-0/+80
service. Must be improved depending on the needs from souk implementation.