Free software C library wich implements SAML 2.0 and Liberty Alliance standards
Go to file
Benjamin Dauvergne 3e6f9076e1
gitea/lasso/pipeline/head This commit looks good Details
misc: move declarations of signature method setters in private.h (#86867)
2024-02-14 12:43:54 +01:00
abi more work toward release 2.4.0 2013-12-19 09:00:17 +01:00
bindings perl: pass $(LDFLAGS) to Makefile.PL (#71393) 2022-11-20 12:24:51 +01:00
debian debian: add changelog entry for 2.8.2-1 (#85188) 2023-12-31 09:43:25 +01:00
docs Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2021-09-11 18:54:41 +02:00
examples/sp-cgi Improve top level commint in CGI script example 2014-10-17 23:02:12 +02:00
fedora configure.ac,fedora/lasso.spec: remove expat dependency 2013-12-19 10:14:52 +01:00
lasso misc: move declarations of signature method setters in private.h (#86867) 2024-02-14 12:43:54 +01:00
logos Added Lasso logo. 2004-07-30 08:02:08 +00:00
m4 Fix license boilerplates 2013-12-03 21:55:06 +01:00
tests Fix all warnings in tests (#71400) 2022-11-21 13:28:02 +01:00
tools Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2021-09-11 18:54:41 +02:00
website web: remove dead links (#82919) 2024-02-08 10:19:20 +01:00
.gitignore Modify .gitignore for PHP 7 binding (#28608) 2019-09-09 15:10:06 +02:00
AUTHORS tools: reimplement xmlURIEscapeStr to respect RFC3986 (#45581) 2020-08-14 10:58:06 +02:00
COPYING Fix license boilerplates 2013-12-03 21:55:06 +01:00
ChangeLog Release 2.8.2 (#74996) 2023-03-14 18:14:48 +01:00
FAQ.rst python: add a classmethod for lasso.profileGetIssuer (#24831) 2018-06-28 08:55:59 +02:00
HACKING limit line length to 100 characters. 2004-11-25 22:25:51 +00:00
INSTALL Python 3: Fix Python 2 support (use six.print_) 2015-02-12 19:21:12 +01:00
Jenkinsfile ci: build .deb package for both bullseye and bookworm (#79361) 2023-07-04 16:51:46 +02:00
Makefile.am Remove win32 directory (#56645) 2021-09-11 19:07:50 +02:00
NEWS misc: adjust to structured error callback argument change in libxml2 2.12 (#86080) 2024-01-24 15:19:10 +01:00
README Fix license boilerplates 2013-12-03 21:55:06 +01: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 Replace xmlSecSoap functions with lasso implementations 2018-04-30 18:06:55 +02:00
configure.ac configure.ac: raise errors for implicit function declarations (#86867) 2024-02-14 12:43:46 +01:00
jenkins.sh jenkins.sh: build against all available python versions (#44287) 2020-10-12 15:25:01 +02:00
lasso-src-config.in Perl module builds and links correctly. 2005-01-02 22:37:25 +00:00
lasso.doap Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2021-09-11 18:54:41 +02: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.,
  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  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.