Commit Graph

27 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 45755ffa99 ID-WSF 1.0: remove absent header file from the Makefile.am
* lasso/id-wsf/Makefile.am:
   remove data_service_private.h from header file list.
2009-08-26 15:14:02 +00:00
Benjamin Dauvergne 8e395a0d0d Move soap_binding files from lasso/id-wsf to lasso/xml. 2008-08-07 14:54:25 +00:00
Benjamin Dauvergne 76d9fce5d5 forked lasso branch for adeline 2008-08-01 14:08:54 +00:00
Benjamin Dauvergne 61e78c8e6d add utils.c and utils.h to file list 2008-08-01 14:08:25 +00:00
Benjamin Dauvergne 933458c068 add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am 2008-05-27 15:27:30 +00:00
Benjamin Dauvergne 67db74d9d8 cleanup include listingm first builddir then srcdir and no need for $srcdir/lasso 2008-05-26 22:58:21 +00:00
Benjamin Dauvergne 0de54dd27e Add $(top_builddir) to include of id-wsf and id-wsf-2.0 Makefile.am to work with distcheck. 2008-05-26 22:58:16 +00:00
Frédéric Péters 2e76ca0a84 I'm so glad for tests; another emergency change. 2005-09-29 22:56:07 +00:00
Frédéric Péters fb75e3f45f last emergency fix: wsf_profile_private.h must be included in .tar.gz 2005-09-29 22:39:28 +00:00
Frédéric Péters 4adc5b5847 renamed ProfileService to DataService 2005-08-25 07:19:27 +00:00
Frédéric Péters 36997b0ced expose identity/resourceoffering functions to developer 2005-08-12 22:16:07 +00:00
Nicolas Clapies ebdcb2068b Added class LassoPersonalProfile. It allows to load a xml doc representing PP data and to process query requests. Need to complete WSC PP part. 2005-08-04 22:23:24 +00:00
Nicolas Clapies dbe4f0c89e Set liblasso-id-wsf.la only when WSF support set. 2005-05-16 15:14:42 +00:00
Frédéric Péters 65d422eec2 since wsf is no longer compiled it is no longer necessary to check or isolate
sasl check variable.
2005-03-18 21:36:03 +00:00
Frédéric Péters 5ef972b27e don't compile id-wsf files when wsf is disabled; this cuts down build
time by a nice margin.
2005-03-18 20:58:34 +00:00
Frédéric Péters 812c16d3c0 don't require sasl if wsf is not wanted; allow sasl2 dir to be passed to
configure; include <sasl/sasl.h> instead of <sasl.h> since mutt does it that
way.
2005-02-24 19:13:04 +00:00
Nicolas Clapies d5c84febbb Added support of cyrus libsasl in id-wsf authentication service. 2005-02-24 16:38:46 +00:00
Frédéric Péters 8de7852e54 added missing authentication.c to Makefile.am 2005-02-14 13:05:21 +00:00
Nicolas Clapies 2fe5c9f758 Removed class LassoAbstractService. 2005-01-13 15:27:28 +00:00
Nicolas Clapies 6920717ade Removed specific class LassoPersonalProfileService. Added generic web service class LassoProfileService. 2005-01-13 13:10:01 +00:00
Frédéric Péters 69e3012ea7 removed uncommited profile_service.[ch] from Makefile.am 2005-01-12 23:58:46 +00:00
Nicolas Clapies 646d933bcb Added support of interaction profile service. 2005-01-12 23:25:28 +00:00
Frédéric Péters ca7ca6c2ce Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers.  Also moved a
few things in header files; need more thinking about that.
2004-12-17 18:02:42 +00:00
Valery Febvre e7f248e720 Added LassoDiscovery class 2004-12-10 17:52:30 +00:00
Nicolas Clapies 487a50aa6e Replaced template_service.* with abstract_service.* 2004-12-07 15:23:15 +00:00
Nicolas Clapies e067ba2ae7 Added a first support of id-wsf high level. Only the base class is defined : LassoWsfProfile is intended to be inherited by future service classes. It is still very incomplete. 2004-11-30 17:07:42 +00:00