Commit Graph

21 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 a57dc25f85 added item types for GHashTable 2007-11-13 16:12:25 +00:00
Damien Laniel 4fc6657e0c updated Copyright dates in all files 2007-05-30 17:17:45 +00:00
Frédéric Péters 5369ba4c3c moved lasso_identity_{add,remove}_federation to private 2005-01-26 07:55:52 +00:00
Emmanuel Raviart 7a03e99b09 Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
Frédéric Péters 493236dc22 documenting #LassoIdentity and #LassoFederation 2004-12-22 21:38:06 +00:00
Emmanuel Raviart bbe903090b For Swig, corrected server providerIds.
Added providerIds to identities and sessions.
2004-12-08 12:47:56 +00:00
Frédéric Péters c556e1fdcc limit line length to 100 characters. 2004-11-25 22:25:51 +00:00
Frédéric Péters ae5ffe0468 renamed private struct member to private_data (gtk+ does it like that) 2004-11-22 16:10:41 +00:00
Frédéric Péters a31a08d228 renamed lasso/environs/ to lasso/id-ff/ 2004-11-15 10:40:37 +00:00
Frédéric Péters f13772d62d Done with the move to structures and the removal of protocols/ (lasso branched
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.
2004-10-27 09:49:13 +00:00
Nicolas Clapies 9d61520396 Added lasso_identity_get_federation_ref : it returns the reference of the asked federation object 2004-09-22 14:30:14 +00:00
Nicolas Clapies c3ea4a5088 Added lasso_identity_get_first_providerID(). Now it replaces lasso_identity_get_next_federation_remote_providerID() wich still exists to keep API / ABI compatibility 2004-09-20 12:23:51 +00:00
Valery Febvre 699a7d92b5 Fixed a typing mistake
all durty -> dirty
2004-07-30 14:22:57 +00:00
Valery Febvre 2f28f2508d Added new attribute is_durty in LassoIdentity & LassoSession classes 2004-07-30 13:31:39 +00:00
Valery Febvre d774ddaccd Renamed LassoIdentity class into LassoFederation and
LassoUser class into LassoIdentity
lasso/protocols/federation.c replace lasso/protocols/identity.c
lasso/environs/identity.c replace lasso/environs/user.c
2004-07-29 21:58:18 +00:00
Valery Febvre c4bea7b9a7 *** empty log message *** 2004-06-30 13:07:03 +00:00
Nicolas Clapies a6e0caa928 update for session environ in process of authentication, user environ for identity list 2004-06-23 00:18:25 +00:00
Nicolas Clapies a95b0c694a a lot of update 2004-06-22 16:24:49 +00:00
Nicolas Clapies 76c3968b4d initial version 2004-06-15 16:23:51 +00:00