Date: Mon, 19 Mar 2001 18:06:41 -0800 (PST) From: Brian Feldman <green@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/crypto/openssh channels.c channels.h compat.c compat.h serverloop.c sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c Message-ID: <200103200206.f2K26fZ49793@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2001/03/19 18:06:41 PST
Modified files:
crypto/openssh channels.c channels.h compat.c compat.h
serverloop.c sshconnect.c sshconnect.h
sshconnect1.c sshconnect2.c
Log:
Make password attacks based on traffic analysis harder by requiring that
"non-echoed" characters are still echoed back in a null packet, as well
as pad passwords sent to not give hints to the length otherwise.
Obtained from: OpenBSD
Revision Changes Path
1.2 +1367 -620 src/crypto/openssh/channels.c
1.2 +262 -10 src/crypto/openssh/channels.h
1.3 +2 -0 src/crypto/openssh/compat.c
1.2 +20 -6 src/crypto/openssh/compat.h
1.2 +397 -158 src/crypto/openssh/serverloop.c
1.14 +16 -1 src/crypto/openssh/sshconnect.c
1.3 +2 -0 src/crypto/openssh/sshconnect.h
1.8 +3 -3 src/crypto/openssh/sshconnect1.c
1.2 +756 -200 src/crypto/openssh/sshconnect2.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103200206.f2K26fZ49793>
