From owner-cvs-all Sat Mar 3 18:22: 9 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 636D037B71A; Sat, 3 Mar 2001 18:22:05 -0800 (PST) (envelope-from assar@FreeBSD.org) Received: (from assar@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f242M5q20915; Sat, 3 Mar 2001 18:22:05 -0800 (PST) (envelope-from assar) Message-Id: <200103040222.f242M5q20915@freefall.freebsd.org> From: Assar Westerlund Date: Sat, 3 Mar 2001 18:22:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh auth-krb4.c auth-krb5.c auth-passwd.c auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h ssh.h sshconnect.c sshconnect1.c sshd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG assar 2001/03/03 18:22:05 PST Modified files: crypto/openssh auth-krb4.c auth-krb5.c auth-passwd.c auth1.c auth2.c readconf.c readconf.h servconf.c servconf.h ssh.h sshconnect.c sshconnect1.c sshd.c Log: Add code for being compatible with ssh.com's krb5 authentication. It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall PR: misc/20504 Revision Changes Path 1.8 +2 -2 src/crypto/openssh/auth-krb4.c 1.7 +2 -2 src/crypto/openssh/auth-krb5.c 1.7 +3 -3 src/crypto/openssh/auth-passwd.c 1.11 +57 -62 src/crypto/openssh/auth1.c 1.9 +3 -3 src/crypto/openssh/auth2.c 1.11 +17 -25 src/crypto/openssh/readconf.c 1.7 +3 -5 src/crypto/openssh/readconf.h 1.20 +29 -19 src/crypto/openssh/servconf.c 1.8 +4 -4 src/crypto/openssh/servconf.h 1.15 +8 -12 src/crypto/openssh/ssh.h 1.12 +6 -6 src/crypto/openssh/sshconnect.c 1.7 +36 -35 src/crypto/openssh/sshconnect1.c 1.23 +8 -13 src/crypto/openssh/sshd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message