gss

Debugging symbols for GSS

Install

All systems
curl cmd.cat/gss.sh
Debian Debian
apt-get install libgss-dbg
Ubuntu
apt-get install libgss-dbg
image/svg+xml Kali Linux
apt-get install libgss-dbg
Windows (WSL2)
sudo apt-get update sudo apt-get install libgss-dbg
Raspbian
apt-get install libgss-dbg

libgss-dbg

Debugging symbols for GSS

The GNU Generic Security Service Library (GSSLib) is a free implementation of the GSS-API security framework. GSSLib uses Shishi to implement the Kerberos V5 mechanism, but is flexible enough to support other mechanisms too. This package contains detached debugging information. Most people will not need this package. It is provided primarily to provide a backtrace with names in a debugger, this makes it somewhat easier to interpret core dumps. GDB will find this debug information automatically.

libgss-dev

Development and documentation files for Generic Security Services

The GNU Generic Security Service Library (GSSLib) is a free implementation of the GSS-API security framework. GSSLib uses Shishi to implement the Kerberos V5 mechanism, but is flexible enough to support other mechanisms too. This package contain files for developing programs with GSS support, including the header file and static library, and a tool to explain GSS-API error codes.