• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

abi/H17-Dec-2020-13,58813,575

bindings/H01-Jun-2021-21,23817,850

docs/H01-Jun-2021-8,8287,736

lasso/H01-Jun-2021-132,26873,924

logos/H03-May-2022-

m4/H01-Jun-2021-10,2609,336

tests/H01-Jun-2021-43,77634,214

tools/H17-May-2021-2,6602,194

win32/H01-Jun-2021-8,1766,759

.tarball-versionH A D01-Jun-20216 21

.versionH A D22-Apr-20206 21

AUTHORSH A D17-May-20211.7 KiB7748

COPYINGH A D17-Dec-202017.6 KiB341281

ChangeLogH A D01-Jun-20212.8 MiB74,80256,249

HACKINGH A D17-Dec-20201.9 KiB8564

INSTALLH A D17-Dec-20209.4 KiB256189

Makefile.amH A D17-Dec-20201.1 KiB4737

Makefile.inH A D01-Jun-202132.8 KiB1,049941

NEWSH A D01-Jun-202138.1 KiB819685

READMEH A D17-Dec-20202.9 KiB7449

README.JAVAH A D17-Dec-2020294 118

README.WIN32H A D17-Dec-2020654 4628

aclocal.m4H A D01-Jun-202154.2 KiB1,4931,351

autogen.shH A D29-Apr-20213.3 KiB11993

compileH A D04-Jan-20217.2 KiB349259

config.guessH A D28-May-202043.2 KiB1,4811,288

config.h.inH A D01-Jun-20212.3 KiB9563

config.subH A D28-May-202035.3 KiB1,8021,661

configureH A D03-May-2022558.3 KiB19,12016,033

configure.acH A D17-May-202130 KiB943818

depcompH A D04-Jan-202123 KiB792502

gtk-doc.makeH A D19-Jan-202110.6 KiB323276

install-shH A D28-May-202015 KiB519337

lasso-src-config.inH A D17-Dec-20201.9 KiB9463

lasso.doapH A D17-Dec-20206.2 KiB216215

lasso.pc.inH A D17-Dec-2020333 1210

ltmain.shH A D01-Jun-2021319.6 KiB11,2528,044

missingH A D04-Jan-20216.7 KiB216143

test-driverH A D28-May-20204.5 KiB14987

README

1==============
2Lasso Overview
3==============
4
5  Current homepage: <http://lasso.entrouvert.org>
6
7Lasso (Liberty Alliance Single Sign-On) is a free (GNU GPL) implementation
8of the Liberty Alliance specifications.  Those define processes for
9federated identities, single sign-on and related protocols.  Lasso provides
10both a C library and bindings for different languages.
11
12  Liberty Alliance Project homepage: <http://www.project-liberty.org>
13
14
15The latest version of Lasso can be found on the labs.libre-entreprise.org
16website, <http://labs.libre-entreprise.org/frs/?group_id=31>
17
18
19Lasso has several mailing lists:
20
21- lasso-devel@lists.labs.libre-entreprise.org
22
23  The mailing list for Lasso users and developers; discussions about both
24  development and deployment of Lasso have their place on this list.
25
26  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-devel>
27
28- lasso-cvs-commits@lists.labs.libre-entreprise.org
29
30  This list just distributes notices about commits to the Lasso CVS tree.
31  It has no discussions, and it is not interesting unless you wish to
32  take part in development.
33
34  <http://lists.labs.libre-entreprise.org/mailman/listinfo/lasso-cvs-commits>
35
36There is also a bug tracking system on the labs.libre-entreprise.org website,
37  <http://labs.libre-entreprise.org/tracker/?atid=206&group_id=31>
38
39
40Lasso was originally written by Nicolas Clapiès and Valéry Febvre.  Please
41see the file AUTHORS_ for a list of major contributors, and the ChangeLog
42for a detailed listing of all contributions.
43
44::
45
46  Copyright (c) 2004-2008 Entr'ouvert
47  Excepted the Lasso logo, copyright (c) 2004, Entr'ouvert & Florent Monnier
48
49
50  This program is free software; you can redistribute it and/or modify it
51  under the terms of the GNU General Public License as published by the Free
52  Software Foundation; either version 2 of the License, or (at your option)
53  any later version.
54
55  This program is distributed in the hope that it will be useful, but
56  WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
57  or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
58  for more details.
59
60  You should have received a copy of the GNU General Public License along
61  with this program; if not, write to the Free Software Foundation, Inc.,
62  51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.
63
64  In addition, as a special exception, Entr'ouvert gives permission to link
65  the code of its release of Lasso with the OpenSSL project's "OpenSSL"
66  library (or with modified versions of it that use the same license as the
67  "OpenSSL" library), and distribute the linked executables.  You must obey
68  the GNU General Public License in all respects for all of the code used
69  other than "OpenSSL".  If you modify this file, you may extend this
70  exception to your version of the file, but you are not obligated to do so.
71  If you do not wish to do so, delete this exception statement from your
72  version.
73
74

README.JAVA

1 In order to use gcj to compile the java binding, you must also have development
2 files of libgcj.  On Debian systems that translates to:
3 
4  - gcj 3.3 -> libgcj4-dev
5  - gcj 3.4 -> libgcj5-dev
6  - gcj 4.0 -> libgcj6-dev
7  - gcj 4.1 -> libgcj7-dev
8  - gcj 4.2 -> libgcj8-dev
9  - gcj 4.3 -> libgcj9-dev
10 
11 

README.WIN32

1======================
2Using Lasso Win32 Port
3======================
4
5Compile
6=======
7
8Execute::
9
10  ./autogen.sh --host=i686-pc-mingw32 --with-pkg-config-path=/usr/local/lib/pkgconfig
11
12and next ``make``.
13
14
15Know bugs
16=========
17
18Windows 9x/ME
19~~~~~~~~~~~~~
20
21Description
22-----------
23
24Some problem with link definition.
25
26Fix
27---
28
29After the build error, edit the lasso/*/.libs/*.la files and remove any link
30calls to user32 and kernel32.
31
32Installation
33~~~~~~~~~~~~
34
35Description
36-----------
37
38The ``.dll`` file is not copied to his destination directory.
39
40Fix
41---
42
43Manually copy the ``.dll`` file (``lasso/.libs/liblasso-3.dll``) to its
44destination directory.
45
46