Difference between revisions of "Gss"

From Free Software Directory
Jump to: navigation, search
(added standard links)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Generic Security Service
 
|Name=GNU Generic Security Service
|Short description=Implementation of Generic Security Service API
+
|Short description=Implementation of Generic Security Service API.
 
|Full description='''GSS''' is an implementation of the Generic Security Service Application Program Interface (GSS-API or Libgss). GSS-API is used by network servers to provide security services, e.g., to authenticate SMTP/IMAP clients against SMTP/IMAP servers. GSS consists of a library and a manual.
 
|Full description='''GSS''' is an implementation of the Generic Security Service Application Program Interface (GSS-API or Libgss). GSS-API is used by network servers to provide security services, e.g., to authenticate SMTP/IMAP clients against SMTP/IMAP servers. GSS consists of a library and a manual.
  
Line 9: Line 9:
 
|VCS checkout command=git clone git://git.savannah.gnu.org/gss.git
 
|VCS checkout command=git clone git://git.savannah.gnu.org/gss.git
 
|Documentation note=https://www.gnu.org/software/gss/manual/
 
|Documentation note=https://www.gnu.org/software/gss/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
 
|Decommissioned or Obsolete=No
 
|Donate=https://www.paypal.com/webapps/shoppingcart?flowlogging_id=4b27a3c9b4eb&mfid=1542293769689_4b27a3c9b4eb#/checkout/openButton
 
|Donate=https://www.paypal.com/webapps/shoppingcart?flowlogging_id=4b27a3c9b4eb&mfid=1542293769689_4b27a3c9b4eb#/checkout/openButton
 +
|Related projects=gnustandards
 
|Keywords=security,server,network,library,SMTP,IMAP,Generic Security Service Application Program Interface,GSS-API
 
|Keywords=security,server,network,library,SMTP,IMAP,Generic Security Service Application Program Interface,GSS-API
 
|Version identifier=1.0.3
 
|Version identifier=1.0.3
Line 17: Line 33:
 
|Version download=https://ftp.gnu.org/gnu/gss/gss-1.0.3.tar.gz
 
|Version download=https://ftp.gnu.org/gnu/gss/gss-1.0.3.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/11/15
+
|Last review date=2019/01/04
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=intermediate
 
|User level=intermediate
 
|Paid support=https://josefsson.org/support.html
 
|Paid support=https://josefsson.org/support.html
Line 38: Line 54:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=simon@josefsson.org
 
|Email=simon@josefsson.org
}}
 
{{Resource
 
|Resource audience=R (Ref)
 
|Resource URL=https://cran.r-project.org/web/packages/gss
 
}}
 
{{Resource
 
|Resource audience=Python (Ref)
 
|Resource URL=https://pypi.org/project/gss
 
}}
 
{{Resource
 
|Resource audience=Ruby (Ref)
 
|Resource URL=https://rubygems.org/gems/gss
 
}}
 
{{Resource
 
|Resource audience=Ruby (Ref) (R)
 
|Resource URL=https://rubygems.org/gems/libgss
 
}}
 
{{Resource
 
|Resource audience=Debian (Ref) (R)
 
|Resource URL=https://tracker.debian.org/pkg/r-cran-gss
 
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 65: Line 61:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/gss
+
|Resource URL=https://savannah.gnu.org/projects/gss/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/gss.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/gss.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gss
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-gss/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gss-commit
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gss-commit/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 85: Line 81:
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/gss
+
|Resource URL=https://ftp.gnu.org/gnu/gss/
 +
}}
 +
{{Resource
 +
|Resource kind=General
 +
|Resource URL=https://translationproject.org/domain/gss.html/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://translationproject.org/domain/gss.html
+
|Resource URL=https://savannah.gnu.org/people/
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 96: Line 96:
 
|Library=C
 
|Library=C
 
|Programming-language=C
 
|Programming-language=C
 +
|Runs-on=GNU/Linux
 
|Use=library, security
 
|Use=library, security
 
}}
 
}}

Revision as of 04:07, 4 January 2019


[edit]

GNU Generic Security Service

https://www.gnu.org/software/gss/
Implementation of Generic Security Service API.

GNU Generic Security Service Library implements the GSS-API framework and a Kerberos V5 mechanism (through Shishi). GSS-API and Kerberos V5 is used by network clients and servers to perform authentication, often using the SSH protocol for remote access or SMTP/IMAP/POP3 for email.

This package contains also a command line tool for GSS.

Related Projects





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

7 September 2022

Notes

https://git.savannah.gnu.org/cgit/gss.git/tree/COPYINGv2

  • Applies to part: library (LGPL 3+ or GPL 2+)

Verified by

Genium

Verified on

7 September 2022

Notes

https://git.savannah.gnu.org/cgit/gss.git/tree/COPYING.LESSERv3

  • Applies to part: library (LGPL 3+ or GPL 2+)

Verified by

Genium

Verified on

7 September 2022

Notes

https://git.savannah.gnu.org/cgit/gss.git/tree/COPYINGv3

  • Applies to part: command line tool for GSS




Leaders and contributors

Contact(s)Role
Simon Josefsson Maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093286
FTPDownloadhttps://alpha.gnu.org/gnu/gss/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/gss.git/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-gss/
SavannahDeveloperhttps://savannah.gnu.org/projects/gss/
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/gitweb/?p=gss.git
Generalhttps://translationproject.org/domain/gss.html
FTPDownloadhttps://ftp.gnu.org/gnu/gss/
FTPGeneralhttps://ftpmirror.gnu.org/gss/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gss-commit/
DebianDeveloperhttps://tracker.debian.org/pkg/gss


Software prerequisites

KindDescription
Required to useshishi

This entry (in part or in whole) was last reviewed on 7 September 2022.




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.