munge 0.5.14-6 source package in Ubuntu
Changelog
munge (0.5.14-6) unstable; urgency=medium [Chris Dunlap] * Remove GCRYPT_VERSION from gcry_check_version (Closes: #991875) -- Gennaro Oliva <email address hidden> Fri, 06 Aug 2021 09:40:42 +0200
Upload details
- Uploaded by:
- Gennaro Oliva
- Uploaded to:
- Sid
- Original maintainer:
- Gennaro Oliva
- Architectures:
- any
- Section:
- admin
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | admin | |
Jammy | release | universe | admin |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
munge_0.5.14-6.dsc | 2.0 KiB | 18d6919c6f022d03bd92ba59e30582de818c86533abb4d7253d02c6aa1a79cea |
munge_0.5.14.orig.tar.gz | 268.5 KiB | 5d97b4df164f26e0fb9b86a215e646b2311fa79a2fe9aaaeac067f4ed906220a |
munge_0.5.14-6.debian.tar.xz | 16.5 KiB | 6b301c5c3dd8fcb431d0b8881505fc1bb823f146c5268a28d8b6a2b67423ecd1 |
Available diffs
- diff from 0.5.14-5 to 0.5.14-6 (4.3 KiB)
No changes file available.
Binary packages built by this source
- libmunge-dev: No summary available for libmunge-dev in ubuntu impish.
No description available for libmunge-dev in ubuntu impish.
- libmunge2: authentication service for credential -- library package
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It allows a process
to authenticate the UID and GID of another local or remote
process within a group of hosts having common users and groups.
These hosts form a security realm that is defined by a shared
cryptographic key.
.
This package contains the shared library required to run
applications using MUNGE.
- libmunge2-dbgsym: debug symbols for libmunge2
- munge: authentication service to create and validate credentials
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service
for creating and validating credentials. It allows a process
to authenticate the UID and GID of another local or remote
process within a group of hosts having common users and groups.
These hosts form a security realm that is defined by a shared
cryptographic key.
.
A process creates a credential by requesting one from the local
MUNGE service. The encoded credential contains the UID and GID
of the originating process. This process sends the credential to
another process within the security realm as a means of proving its
identity. The receiving process validates the credential with the
use of its local MUNGE service. The decoded credential provides
the receiving process with a reliable means of ascertaining the
UID and GID of the originating process, and this information can
be used for accounting or access control decisions.
.
Clients can create and validate these credentials without the use
of root privileges, reserved ports, or platform-specific methods.
- munge-dbgsym: debug symbols for munge