Commit Graph

9 Commits

Author SHA1 Message Date
Benjamin Dauvergne 7231771856 All: Rework include files handling, separated ID-WSF code from SAML2/ID-FF code
* 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.
2009-08-26 15:14:32 +00:00
Benjamin Dauvergne 9ed0670e48 * Remove ending blanks 2008-09-12 15:06:58 +00:00
Damien Laniel 4fc6657e0c updated Copyright dates in all files 2007-05-30 17:17:45 +00:00
Frédéric Péters 8d8f3288a8 fixing a bunch of undeclared functions and possible segfaults; also removed
some debugging printf.  (ID-WSF is now warning-free (but char signedness))
2006-12-27 15:57:07 +00:00
Nicolas Clapies ffb2307e4a Fixed removed code in previous commit. Fixed some rules from liberty spec : mutli mechanism, null mechanism. Added namespace for service authentication. 2005-04-01 07:57:25 +00:00
Nicolas Clapies 4b861c0cf7 Updated authentication service : now it has hard coded collbacks. developer must use LassoUserAccount to inform sasl about login and password. 2005-03-18 09:14:27 +00:00
Nicolas Clapies 16d1224122 Added soap envelope object to embed specific data from id-wsf.lasso/id-wsf/authentication.c 2005-03-02 08:24:59 +00:00
Nicolas Clapies d5c84febbb Added support of cyrus libsasl in id-wsf authentication service. 2005-02-24 16:38:46 +00:00
Nicolas Clapies e2f3780729 Added high level of authentication service : standard methods of a lasso service. Must be improved depending on the needs from souk implementation. 2005-02-14 10:46:24 +00:00