From owner-cvs-all Sun Mar 25 9:49:10 2001 Delivered-To: cvs-all@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [65.0.135.147]) by hub.freebsd.org (Postfix) with ESMTP id C348A37B718; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from mobile.wemm.org (mobile.wemm.org [10.0.0.5]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f2PHn5p15267; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by mobile.wemm.org (8.11.1/8.11.1) with ESMTP id f2PHn5h12900; Sun, 25 Mar 2001 09:49:05 -0800 (PST) (envelope-from peter@netplex.com.au) Message-Id: <200103251749.f2PHn5h12900@mobile.wemm.org> X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 To: Brian Feldman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/crypto/openssh channels.c channels.h compat.c compat.h serverloop.c sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c In-Reply-To: <200103200206.f2K26fZ49793@freefall.freebsd.org> Date: Sun, 25 Mar 2001 09:49:05 -0800 From: Peter Wemm Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Brian Feldman wrote: > 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 BTW; are these changes going to be in the next import? If so, they should have been committed to the vendor branch. It is not too late to correct this... or there will be even more merge conflicts from hell at the next import. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message