Free software C library wich implements SAML 2.0 and Liberty Alliance standards
Go to file
Romain Chantereay d232d11034 Now Lasso MSVC Project is dynamicaly generated. 2005-02-16 19:24:26 +00:00
csharp doesn't mention wsf files for now; a better solution will be devised in time 2005-01-30 14:02:26 +00:00
debian updated debian packaging to what has just been uploaded to sid 2005-02-08 13:13:20 +00:00
docs reworked a bit documentation build system and added detection of inkscape and 2005-02-10 09:48:58 +00:00
java Fix a syntax error only reported by MSVC. 2005-02-16 19:16:41 +00:00
lasso Included xml.h for better lasso_strerror export declaration. 2005-02-14 13:55:48 +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
perl Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
php ultra magic swig search&replace; compiles with new debian php packages (and 2005-02-08 11:35:14 +00:00
python result have to be freed with g_free. 2005-02-16 19:17:56 +00:00
swig No more Lasso.i in the repository, it is generated from Lasso.i.in. 2005-02-16 19:22:14 +00:00
tests added testcase for bug #407 2005-02-04 15:11:50 +00:00
win32 Now Lasso MSVC Project is dynamicaly generated. 2005-02-16 19:24:26 +00:00
.cvsignore lasso-src-config is generated 2005-01-26 16:32:50 +00:00
AUTHORS Updated authors. 2005-01-15 13:11:25 +00:00
COPYING Initial revision 2004-03-23 17:00:23 +00:00
ChangeLog updated ChangeLog for 0.6 with gazillion things. 2005-01-27 12:54:09 +00: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 Put swig sub directory before bindings directories. 2005-02-16 17:59:34 +00:00
NEWS prepare for 0.6.0 2005-01-26 22:20:42 +00:00
README Updated Copyright and authors. 2005-01-22 15:57:56 +00:00
README.JAVA Updated documentation files nobody cared about. 2005-02-05 14:49:30 +00:00
README.WIN32 Updated documentation files nobody cared about. 2005-02-05 14:49:30 +00:00
autogen.sh check for libtool and pkg-config m4 files (thanks again to gnome-autogen.sh) 2004-12-29 20:53:02 +00:00
configure.ac Now some version information are propagated in order to perform substitions. 2005-02-16 19:15:54 +00:00
doap.rdf prepare for 0.6.0 2005-01-26 22:20:42 +00:00
lasso-src-config.in Perl module builds and links correctly. 2005-01-02 22:37:25 +00:00
lasso.pc.in Started organizing Lasso Reference Manual; documenting LassoProvider. 2004-12-22 10:48:31 +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, 2005 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.