aboutsummaryrefslogtreecommitdiffstats
path: root/security/munge
Commit message (Collapse)AuthorAgeFilesLines
* - Add upstream patch to fix CPU consumption and termination bugjhale2012-10-202-6/+14
| | | | | | | | | | | | | | | http://code.google.com/p/munge/issues/detail?id=18 - Bump PORTREVISION since runtime behavior will change While here: - Trim Makefile header - Remove indefinite article from COMMENT PR: ports/172856 Submitted by: Loic Pefferkorn <loic-freebsd@loicp.eu> Approved by: maintainer makc, avilla (mentors, implicit) Feature safe: yes
* MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating andmiwi2012-06-107-0/+153
validating credentials. It is designed to be highly scalable for use in an HPC cluster environment. 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. Clients within this security realm can create and validate credentials without the use of root privileges, reserved ports, or platform-specific methods. WWW: http://code.google.com/p/munge/ PR: ports/166386 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>