# gss **Repository Path**: mirrors_gnu/gss ## Basic Information - **Project Name**: gss - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2026-07-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GSS README -- Important introductory notes. GNU Generic Security Service Library implements the GSS-API framework and a Kerberos V5 mechanism. 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. The [GNU GSS web page](https://www.gnu.org/software/gss/) provides current information about the project. # License The library (files in lib/) is licensed under the terms of either the GNU General Public License version 2.0 or later - see the file [COPYINGv2](COPYINGv2) - or the GNU Lesser General Public License version 3.0 or later - see the file [COPYING.LESSERv3](COPYING.LESSERv3) - or both in parallel as here. The command-line application and test suite (src/ and tests/) are licensed under the GNU General Public License (GPL) version 3.0 or later, see [COPYING](COPYING). The manual (see doc/) is under the GNU Free Documentation License version 1.3 or later, see [doc/fdl-1.3.texi](doc/fdl-1.3.texi). Other files are licensed as indicated in each file. There may be exceptions to these general rules, see each file for precise information. For any copyright year range specified as YYYY-ZZZZ in this package note that the range specifies every single year in that closed interval. # Support If you need help to use Generic Security Service, or wish to help others, you are invited to join our mailing list help-gss@gnu.org, see . ---------------------------------------------------------------------- Copyright (C) 2003-2022 Simon Josefsson Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved.