Difference between revisions of "Gsasl"

From Free Software Directory
Jump to: navigation, search
m (gsasl-1.8.1)
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU SASL
 
|Name=GNU SASL
|Short description=SASL network authentication library
+
|Short description=SASL network authentication library.
|Full description=GNU SASL is a library that implements the IETF Simple Authentication and Security Layer (SASL) framework and some SASL mechanisms. SASL is used in network servers (e.g. IMAP, SMTP, etc.) to authentication peers, and can also integrity and privacy. This project was formerly know as 'libgsasl.'
+
|Full description=GNU SASL an implementation of the Simple Authentication and Security Layer (SASL) framework, consisting of
 +
a library with several plugins, command-line application, test-suite, documentation and source code usage examples.
 +
 
 +
GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, LOGIN, and NTLM mechanisms.
 +
|Homepage URL=https://www.gnu.org/software/gsasl/
 +
|Is High Priority Project=No
 +
|VCS checkout command=git clone https://git.savannah.gnu.org/git/gsasl.git
 +
|Documentation note=https://www.gnu.org/software/gsasl/manual/
 +
 
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://www.paypal.com/webapps/shoppingcart?flowlogging_id=3809e07bca512&mfid=1542281768693_3809e07bca512#/checkout/openButton
 +
|Related projects=gnustandards
 +
|Keywords=security,libraries,authentication,kerberos,SASL,cram-md5,digest-md5,gssapi,libgsasl,ntlm
 +
|Version identifier=1.8.1.
 +
|Version date=2020/01/01
 +
|Version status=stable
 +
|Version download=https://ftpmirror.gnu.org/gsasl/gsasl-1.8.1.tar.gz
 +
|Last review by=Genium
 +
|Last review date=2020/01/16
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
|Submitted by=Database conversion
+
|Component programs=libgsasl
|Submitted date=2011-04-01
+
|Paid support=https://josefsson.org/support.html
|Version identifier=1.4.1
+
|Accepts cryptocurrency donations=No
|Version date=2010-02-16
+
|OpenPGP signature=https://ftpmirror.gnu.org/gsasl/gsasl-1.8.1.tar.gz.sig
|Version status=stable
+
|Test entry=No
|Version download=http://ftp.gnu.org/gnu/gsasl/gsasl-1.4.1.tar.gz
+
|Is GNU=Yes
|License verified date=2010-02-17
+
|GNU package identifier=gsasl
|Version comment=
 
}}
 
{{Software category
 
|Interface=library
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2010-02-17
+
|License verified date=2010-03-30
 +
}}
 +
{{Project license
 +
|License=LGPLv2.1orlater
 +
|License verified by=Bendikker
 +
|License verified date=2018/05/04
 +
}}
 +
{{Person
 +
|Real name=Simon Josefsson
 +
|Role=Maintainer
 +
|Email=simon@josefsson.org
 +
}}
 +
{{Resource
 +
|Resource audience=Debian (Ref)
 +
|Resource URL=https://tracker.debian.org/pkg/gsasl
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah (Ref)
 +
|Resource URL=https://savannah.gnu.org/projects/gsasl/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/gsasl.git/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gsasl/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gsasl-commit/
 +
}}
 +
{{Resource
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://alpha.gnu.org/gnu/gsasl/
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/gsasl/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/gsasl.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/libgsasl.html
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://blog.josefsson.org/?s=gsasl
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://josefsson.org
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://savannah.gnu.org/people/
 +
}}
 +
{{Software category
 +
|Interface=library
 +
|Internet-application=security
 +
|Programming-language=C
 +
|Runs-on=GNU/Linux
 +
|Security=authentication
 +
|Use=internet-application, library, security
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=libgcrypt
+
|Prerequisite description=[[libgcrypt]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=libidn
+
|Prerequisite description=[[libidn]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=kerberos
+
|Prerequisite description=[[kerberos]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Weak prerequisite
 
|Prerequisite kind=Weak prerequisite
|Prerequisite description=libntlm
+
|Prerequisite description=[[libntlm]]
 
}}
 
}}
 +
{{Featured}}

Revision as of 15:50, 16 January 2020


[edit]

GNU SASL

https://www.gnu.org/software/gsasl/
SASL network authentication library.

GNU SASL an implementation of the Simple Authentication and Security Layer (SASL) framework, consisting of a library with several plugins, command-line application, test-suite, documentation and source code usage examples.

GNU SASL consists of a library (`libgsasl'), a command line utility (`gsasl') to access the library from the shell, and a manual. The library includes support for the framework (with authentication functions and application data privacy and integrity functions) and at least partial support for the CRAM-MD5, EXTERNAL, GSSAPI, ANONYMOUS, PLAIN, SECURID, DIGEST-MD5, SCRAM-SHA-1, SCRAM-SHA-1-PLUS, LOGIN, and NTLM mechanisms.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

8 February 2021

Notes

https://git.savannah.gnu.org/cgit/gsasl.git/tree/COPYING.LIB

  • applies to part: software library (libgsasl)

Verified by

Genium

Verified on

8 February 2021

Notes

https://git.savannah.gnu.org/cgit/gsasl.git/tree/COPYING

  • applies to part: command-line application (gsasl)




Leaders and contributors

Contact(s)Role
Simon Josefsson Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://translationproject.org/domain/libgsasl.html
DebianDeveloperhttps://tracker.debian.org/pkg/gsasl
Generalhttps://translationproject.org/domain/gsasl.html
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gsasl.git
FTPDownloadhttps://alpha.gnu.org/gnu/gsasl/
FTPDownloadhttps://ftpmirror.gnu.org/gsasl/
FTPDownloadhttps://ftp.gnu.org/gnu/gsasl/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093296
Generalhttps://blog.josefsson.org/?s=gsasl
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gsasl/
Generalhttps://josefsson.org
SavannahDeveloperhttps://savannah.gnu.org/projects/gsasl/


Software prerequisites

KindDescription
Weak prerequisitelibgcrypt
Weak prerequisitekerberos
Weak prerequisitelibidn
Weak prerequisitelibntlm




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.






































Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.