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

..03-May-2022-

anonymous/H03-May-2022-2,0281,777

build-aux/H01-Jan-2021-32,22026,230

cram-md5/H03-May-2022-2,4291,964

digest-md5/H03-May-2022-5,9914,471

external/H03-May-2022-2,0341,781

gl/H03-May-2022-39,95328,069

gltests/H03-May-2022-39,38026,626

gs2/H03-May-2022-2,7002,250

gssapi/H03-May-2022-2,6372,254

kerberos_v5/H03-May-2022-2,9932,514

login/H03-May-2022-2,2111,923

m4/H01-Jan-2021-29,18727,123

ntlm/H03-May-2022-2,0851,836

openid20/H03-May-2022-2,3081,972

plain/H03-May-2022-2,1541,871

po/H03-May-2022-9,8398,222

saml20/H03-May-2022-2,2131,916

scram/H03-May-2022-4,2373,269

securid/H03-May-2022-2,2311,957

src/H03-May-2022-8,6995,107

tests/H03-May-2022-2,2152,027

win32/H01-Jan-2021-1,2421,178

ABOUT-NLSH A D03-Jan-202091.8 KiB1,3801,341

AUTHORSH A D01-Jan-202130.2 KiB485480

COPYINGH A D03-Jan-202034.3 KiB675553

COPYING.LIBH A D03-Jan-202025.9 KiB

ChangeLogH A D01-Jan-2021742.9 KiB22,45214,710

GNUmakefileH A D01-Jan-20214.5 KiB12864

INSTALLH A D01-Jan-202115.4 KiB369287

Makefile.amH A D01-Jan-20211.7 KiB9453

Makefile.inH A D03-May-202275.5 KiB2,0931,968

NEWSH A D01-Jan-202152.4 KiB1,5461,119

READMEH A D01-Jan-20212.2 KiB5644

THANKSH A D01-Jan-2021709 1713

aclocal.m4H A D01-Jan-202147.7 KiB1,3631,254

cfg.mkH A D01-Jan-20211.1 KiB3613

config.h.inH A D01-Jan-202153 KiB1,6991,284

configureH A D01-Jan-20211.3 MiB48,15838,953

configure.acH A D01-Jan-202116.2 KiB520473

libgsasl.pc.inH A D01-Jan-2021617 2017

maint.mkH A D01-Jan-202164.8 KiB1,7571,139

README

1GNU SASL LIBRARY README -- Important introductory notes.
2Copyright (C) 2002-2021 Simon Josefsson
3See the end for copying conditions.
4
5The GNU SASL Library is a library that implements the Simple
6Authentication and Security Layer (SASL) framework and some plugins.
7
8The GNU SASL Library is licensed under the GNU Lesser General Public
9License (LGPL) version 2.1 (or later).  See the file COPYING.LIB.  The
10GNU project typically uses the GNU General Public License (GPL) for
11libraries, and not the LGPL, but for this project we decided that we
12would get more help from the community if we used the LGPLv2.1+, as
13other free SASL implementations exists.  See also
14<http://www.gnu.org/licenses/why-not-lgpl.html>.
15
16Some parts, such as the gnulib self-tests (gltests/) are licensed
17under the GNU General Public License (GPL) version 3.0 (or later).
18See the file COPYING.
19
20The manual is not included in this directory, see the full GNU SASL
21archive.
22
23If you need help to use GNU SASL, or wish to help others, you are
24invited to join our mailing list help-gsasl@gnu.org, see
25<https://lists.gnu.org/mailman/listinfo/help-gsasl>.
26
27Currently there is some support for the following mechanisms:
28
29  - CRAM-MD5 (RFC 2195)
30  - EXTERNAL (RFC 2222)
31  - GSSAPI (RFC 2222, requires GSS, Heimdal or MIT Kerberos)
32  - ANONYMOUS (RFC 2245)
33  - PLAIN (RFC 2595)
34  - SECURID (RFC 2808)
35  - DIGEST-MD5 (RFC 2831)
36  - SCRAM-SHA-1 and SCRAM-SHA-1-PLUS (RFC 5802)
37  - SCRAM-SHA-256 and SCRAM-SHA-256-PLUS (RFC 7677)
38  - GS2-KRB5 (RFC 5801, no CB, requires GSS, Heimdal, or MIT Kerberos)
39  - SAML20 (RFC 6595)
40  - OPENID20 (RFC 6616)
41  - LOGIN (non-standard)
42  - NTLM (non-standard, client only, requires Libntlm)
43  - KERBEROS_V5 (experimental, requires Shishi)
44
45The library should be portable to all C89 platforms.
46
47For updates to the project, see <http://www.gnu.org/software/gsasl/>.
48
49For any copyright year range specified as YYYY-ZZZZ in this package
50note that the range specifies every single year in that closed interval.
51
52----------------------------------------------------------------------
53Copying and distribution of this file, with or without modification,
54are permitted in any medium without royalty provided the copyright
55notice and this notice are preserved.
56