Free software C library wich implements SAML 2.0 and Liberty Alliance standards
Go to file
nobody 611f7eb2e5 This commit was manufactured by cvs2svn to create tag
'post-0-4-1-before-api-change'.
2004-09-20 16:20:16 +00:00
csharp Added new object Assertion to C# & Java bindings. 2004-09-04 08:01:50 +00:00
debian updated debian packaging 2004-09-07 11:16:45 +00:00
docs I wanted to login 2004-09-20 14:29:56 +00:00
java Restructured ColdFusion code. Added single logout code. Both single sign-on 2004-09-08 00:44:52 +00:00
lasso *** empty log message *** 2004-09-20 15:54:09 +00:00
logos Added Lasso logo. 2004-07-30 08:02:08 +00:00
macros Removed check.m4 from distribution. 2004-09-06 16:15:40 +00:00
php PHP session are stored in the database 2004-09-20 16:01:45 +00:00
python please use spaces between variable names and values 2004-09-08 15:50:02 +00:00
swig Made argument remote_providerID optional for Defederation.initNotification, 2004-09-20 16:20:16 +00:00
tests Converted C login test to new login API. 2004-09-03 23:14:15 +00:00
win32 Uptaded NSI scripts: 2004-09-17 12:18:30 +00:00
.cvsignore config.h.in added 2004-04-20 00:21:18 +00:00
AUTHORS Improved AUTHORS restructuration. 2004-07-30 13:20:26 +00:00
COPYING Initial revision 2004-03-23 17:00:23 +00:00
ChangeLog Created ChangeLog using cvs2cl -f ChangeLog --FSF 2004-09-07 17:45:02 +00:00
HACKING removed extra parentheses after return statements; 2004-09-01 09:59:53 +00:00
INSTALL Install documentation is running after autoconf changes. 2004-08-03 20:18:07 +00:00
Makefile.am No more trace of macros if the distribution. 2004-09-06 16:24:23 +00:00
NEWS Added files that I forgot to commit for 0.4.1 2004-09-07 21:04:21 +00:00
README Replaced Sign On with Sign-On. 2004-09-07 17:13:05 +00:00
README.JAVA - Added java binding swig generation. 2004-08-10 11:18:17 +00:00
README.WIN32 Updated Python test04. 2004-08-03 12:30:28 +00:00
autogen.sh Args are string. 2004-09-06 15:40:59 +00:00
configure.ac I've forget to add lasso/php/examples/sample-idp/Makefile in 2004-09-09 14:37:05 +00:00
doap.rdf Added files that I forgot to commit for 0.4.1 2004-09-07 21:04:21 +00:00
lasso.pc.in never thought about application developers; not a target ? added missing 2004-07-29 21:35:26 +00:00

README

==============
Lasso Overview
==============

  Current homepage: <http://lasso.entrouvert.org>

Lasso (Liberty Alliance Single Sign-On) is a free (GNU GPL) implementation
of the Liberty Alliance specifications.  Those define processes for
federated identities, single sign-on and related protocols.  Lasso provides
both a C library and bindings for different languages.

  Liberty Alliance Project homepage: <http://www.project-liberty.org>


The latest version of Lasso can be found on the labs.libre-entreprise.org
website, <http://labs.libre-entreprise.org/project/showfiles.php?group_id=31>


Lasso has several mailing lists:

- lasso-devel@lists.labs.libre-entreprise.org

  The mailing list for Lasso users and developers; discussions about both
  development and deployment of Lasso have their place on this list.

  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-devel>

- lasso-cvs-commits@lists.labs.libre-entreprise.org

  This list just distributes notices about commits to the Lasso CVS tree.
  It has no discussions, and it is not interesting unless you wish to
  take part in development.

  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-cvs-commits>

There is also a bug tracking system on the labs.libre-entreprise.org website,
  <http://labs.libre-entreprise.org/tracker/?atid=206&group_id=31>


Lasso was originally written by Nicolas Clapiès and Valéry Febvre.  Please
see the file AUTHORS_ for a list of major contributors, and the ChangeLog
for a detailed listing of all contributions.

::

  Copyright (c) 2004 Entr'ouvert
  Excepted the Lasso logo, copyright (c) 2004, Entr'ouvert & Florent Monnier


  This program is free software; you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by the Free
  Software Foundation; either version 2 of the License, or (at your option)
  any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  for more details.

  You should have received a copy of the GNU General Public License along
  with this program; if not, write to the Free Software Foundation, Inc.,
  59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

  In addition, as a special exception, Entr'ouvert gives permission to link
  the code of its release of Lasso with the OpenSSL project's "OpenSSL"
  library (or with modified versions of it that use the same license as the
  "OpenSSL" library), and distribute the linked executables.  You must obey
  the GNU General Public License in all respects for all of the code used
  other than "OpenSSL".  If you modify this file, you may extend this
  exception to your version of the file, but you are not obligated to do so.
  If you do not wish to do so, delete this exception statement from your
  version.