Free software C library wich implements SAML 2.0 and Liberty Alliance standards
Go to file
Benjamin Dauvergne aa43398da6 python: fix logout request parsing test
adapt to new checks done on logout request nodes
2013-03-20 21:14:36 +01:00
abi [abi] update for release 2.4.0 2012-05-05 23:18:50 +02:00
bindings python: fix logout request parsing test 2013-03-20 21:14:36 +01:00
debian [debian] adapt packaging to official section overrides 2011-02-08 11:15:19 +01:00
docs Fix distcheck build problem in docs/Makefile.am 2013-01-25 18:29:34 +01:00
fedora [Fedora RPM] spec file update 2011-01-25 15:33:28 +01:00
lasso saml-2.0: fix missing signature on logout responses 2013-03-20 20:03:48 +01:00
logos Added Lasso logo. 2004-07-30 08:02:08 +00:00
m4 Docs: change the doc production and lot of other fixes 2009-08-26 15:15:07 +00:00
tests tests: comment out dump/restore checks against complex nodes 2013-03-20 20:07:49 +01:00
tools [tools] add a repository for semantic patches as reference 2010-10-11 18:46:39 +02:00
website [website] add piwik tracking code to base template 2012-02-25 14:40:42 +01:00
win32 [Core] remove now useless .cvsignore files 2010-07-21 14:12:06 +00:00
.gitignore [tests data] add idp and sp example with 1024 bits RSA keys, for performance testing purpose 2010-10-11 18:48:17 +02:00
AUTHORS Add me. 2008-11-20 10:44:02 +00:00
COPYING updated FSF address 2006-03-08 09:19:07 +00:00
ChangeLog Update files for release 2.3.1 2010-09-07 16:39:01 +02:00
HACKING limit line length to 100 characters. 2004-11-25 22:25:51 +00:00
INSTALL Install documentation is running after autoconf changes. 2004-08-03 20:18:07 +00:00
Makefile.am [dist] create Changelog directly from git 2011-01-05 11:41:22 +01:00
NEWS [NEWS] improve 2.4.0 release notes 2012-05-05 22:35:19 +02:00
README updated copyright info 2008-05-27 15:50:03 +00:00
README.JAVA [Core] complete README.JAVA about later release of gcj 2010-07-21 13:57:00 +00:00
README.WIN32 fixing minor typo 2006-12-27 14:59:40 +00:00
autogen.sh Allow building from git without gtk-doc installed 2012-04-23 09:39:55 +02:00
configure.ac Fix compilation on solaris 2012-06-21 16:07:07 +02:00
lasso-src-config.in Perl module builds and links correctly. 2005-01-02 22:37:25 +00:00
lasso.doap [release] 2.3.6 2011-11-29 10:42:16 +01:00
lasso.pc.in pkgconfig: do not leak lasso dependencies to users 2013-03-07 13:52:03 +01: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/frs/?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-2008 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.