diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-30 18:08:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-30 18:08:55 +0000 |
commit | 3b1bc9f757db8e594b12fb9ba95e127561a18e17 (patch) | |
tree | 01aca5d4c407df39bd64391cf9b0a0c25aebb177 /doc | |
parent | b5ed032fe85091035995e895e52c60a8698bf5c4 (diff) | |
download | pkgsrc-3b1bc9f757db8e594b12fb9ba95e127561a18e17.tar.gz |
Import MIT Kerberos 5 as security/mit-krb5. This package is partly based
on the wip/mit-krb5 package by Jeremy Reed, but heavily modified by me to
libtoolize the build.
Kerberos V5 is an authentication system developed at MIT. It is a network
authentication protocol designed to provide strong authentication for
client/server applications by using secret-key cryptography. (Kerberos
5 is discussed in RFC 1510.)
This package provides Kerberos and GSSAPI (Generic Security Services
Application Programming Interface) development headers and libraries.
It also includes Kerberos ticket and principal tools, and Kerberized
r-services, telnet and ftp services.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 25e0b4df7dc..da3367c525e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5373 2004/03/30 16:10:48 minskim Exp $ +$NetBSD: CHANGES,v 1.5374 2004/03/30 18:08:55 jlam Exp $ Changes to the packages collection and infrastructure in 2004: @@ -1611,3 +1611,4 @@ Changes to the packages collection and infrastructure in 2004: Added py-twisted-docs-1.2.0 [recht 2004-03-30] Updated dvd+rw-tools to 5.17.4.8.6 [martin 2004-03-30] Updated zsh to 4.2.0nb1 [minskim 2004-03-30] + Added mit-krb5-1.3.1 [jlam 2004-03-30] |