Free software C library wich implements SAML 2.0 and Liberty Alliance standards
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Frédéric Péters 6d30fc5b55
gitea/lasso/pipeline/head This commit looks good Details
web: update mod_auth_mellon to new name/home (#75802)
2 months ago
abi more work toward release 2.4.0 10 years ago
bindings perl: pass $(LDFLAGS) to Makefile.PL (#71393) 7 months ago
debian-bullseye debian: introduce autopkgtests (#74360) 4 months ago
debian-buster Keep ABI stability (#56883) 2 years ago
debian-jessie debian: disable php7 (#28608) 4 years ago
debian-squeeze Add 'debian-squeeze/' from commit '33d67ddd1352a2db97d252c7d18f7806ec91e616' 8 years ago
debian-stretch Keep ABI stability (#56883) 2 years ago
debian-wheezy Add 'debian-wheezy/' from commit '0001ab9af1e3a7e19000a65b75ebc3c42f76a739' 8 years ago
docs Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2 years ago
examples/sp-cgi Improve top level commint in CGI script example 9 years ago
fedora configure.ac,fedora/lasso.spec: remove expat dependency 10 years ago
lasso Compatibility with EVP API of openssl 1.x (#74996) 3 months ago
logos Added Lasso logo. 19 years ago
m4 Fix license boilerplates 10 years ago
tests Fix all warnings in tests (#71400) 6 months ago
tools Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2 years ago
website web: update mod_auth_mellon to new name/home (#75802) 2 months ago
.gitignore Modify .gitignore for PHP 7 binding (#28608) 4 years ago
AUTHORS tools: reimplement xmlURIEscapeStr to respect RFC3986 (#45581) 3 years ago
COPYING Fix license boilerplates 10 years ago
ChangeLog Release 2.8.2 (#74996) 3 months ago
FAQ.rst python: add a classmethod for lasso.profileGetIssuer (#24831) 5 years ago
HACKING limit line length to 100 characters. 19 years ago
INSTALL Python 3: Fix Python 2 support (use six.print_) 8 years ago
Jenkinsfile Prepare Jenkinsfile for Gitea migration (#74572) 3 months ago
Makefile.am Remove win32 directory (#56645) 2 years ago
NEWS Release 2.8.2 (#74996) 3 months ago
README Fix license boilerplates 10 years ago
README.JAVA [Core] complete README.JAVA about later release of gcj 13 years ago
README.WIN32 fixing minor typo 17 years ago
autogen.sh Replace xmlSecSoap functions with lasso implementations 5 years ago
configure.ac Release 2.8.2 (#74996) 3 months ago
jenkins.sh jenkins.sh: build against all available python versions (#44287) 3 years ago
lasso-src-config.in Perl module builds and links correctly. 19 years ago
lasso.doap Remove ID-WSF 1.0, 2.0 and WS-* support (#56644) 2 years ago
lasso.pc.in pkgconfig: do not leak lasso dependencies to users 10 years ago

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.