Free software C library wich implements SAML 2.0 and Liberty Alliance standards
Go to file
Frédéric Péters fdd646ede2 had detection of a patched (with XML support) check; only use srunner_set_xml
if it is available.
2004-07-29 08:23:55 +00:00
debian debian/ updated for official 0.3 release 2004-07-27 15:31:37 +00:00
docs added docs/tutorial/ to directories handled by automake 2004-07-23 09:20:11 +00:00
java Removed obsolete logout method load_from_dump. 2004-07-26 22:02:03 +00:00
lasso Removed memory leaks 2004-07-29 00:53:41 +00:00
python *** empty log message *** 2004-07-27 15:58:22 +00:00
tests had detection of a patched (with XML support) check; only use srunner_set_xml 2004-07-29 08:23:55 +00:00
win32 Removed from the dist the two removed files. 2004-07-26 17:44:34 +00:00
.cvsignore config.h.in added 2004-04-20 00:21:18 +00:00
AUTHORS Moved copyright statements to the README file (no sense to have them in the 2004-07-24 10:09:21 +00:00
COPYING Initial revision 2004-03-23 17:00:23 +00:00
ChangeLog Initial revision 2004-03-23 17:00:23 +00:00
INSTALL Initial revision 2004-03-23 17:00:23 +00:00
Makefile.am remove generated lasso.pc on make clean 2004-07-28 15:08:22 +00:00
NEWS Initial revision 2004-03-23 17:00:23 +00:00
README Moved copyright statements to the README file (no sense to have them in the 2004-07-24 10:09:21 +00:00
TODO emptyed outdated TODO 2004-07-23 10:06:25 +00:00
autogen.sh running autoheader 2004-07-23 18:54:30 +00:00
configure.ac had detection of a patched (with XML support) check; only use srunner_set_xml 2004-07-29 08:23:55 +00:00
doap.rdf Added myself as project master. 2004-07-24 07:37:19 +00:00
lasso.pc.in *** empty log message *** 2004-04-19 15:29:26 +00:00

README

=====
Lasso
=====
                                  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 (Python and Java for
now).

  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 Clapies and Valery 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.,
675 Mass Ave, Cambridge, MA 02139, 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.