diff options
author | jwise <jwise> | 2003-07-24 21:00:40 +0000 |
---|---|---|
committer | jwise <jwise> | 2003-07-24 21:00:40 +0000 |
commit | 688b668f30da1a52721bd749b002cf0cc635de82 (patch) | |
tree | 99c27d95f7b7a33c6e74bbe96672cc9209b0f3b8 /doc | |
parent | f26b55309f03af946980dfe2a4e54533fd582ddb (diff) | |
download | pkgsrc-688b668f30da1a52721bd749b002cf0cc635de82.tar.gz |
Note addition of openssh+gssapi:
Import package for openssh+gssapi, which is openssh-3.6.1p2 with version
20030430 of the GSSAPI patches from
http://www.sxw.org.uk/computing/patches/openssh.html
. From the site:
The patches on this page are concerned with adding support for
authenticating users via their Kerberos credentials, and allowing
authenticated users to forward their credentials to a remote
machine over ssh.
These patches are against various versions of the OpenSSH portable
code. SSH has both a legacy protocol version 1, and a newer,
protocol version 2 (which is being standardised in the IETF).
Techniques exist for performing Kerberos authentication over both
protocols, and GSSAPI authentication over protocol version 2.
In this package standard ssh support for kerberos versions 4 and 5 is kept
for version 1 of the ssh protocol (openssh does not support kerberos 4 in
ssh protocol version 2).
These patches, which provide a much more thorough implementation of kerberos
5 support than that shipped with openssh, are pkg'ed here with an eye toward
evaluation of their usefullness for inclusion in the base os.
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 be4f263fa12..380c83048fa 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.2880 2003/07/24 20:18:24 wiz Exp $ +$NetBSD: CHANGES,v 1.2881 2003/07/24 21:00:40 jwise Exp $ Changes to the packages collection and infrastructure in 2003: @@ -2929,3 +2929,4 @@ Changes to the packages collection and infrastructure in 2003: Added spider-1.1 [jschauma 2003-07-24] Updated oo2c to 2.0.10 [jtb 2003-07-24] Added bkedit-0.6.21 [wiz 2003-07-24] + Added openssh+gssapi-3.6.1.2.20030430 [jwise 2003-07-24] |