From owner-freebsd-commit Thu Jul 20 05:32:56 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA06631 for commit-outgoing; Thu, 20 Jul 1995 05:32:56 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA06618 for cvs-user-outgoing; Thu, 20 Jul 1995 05:32:53 -0700 Received: (from pst@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id FAA06603 ; Thu, 20 Jul 1995 05:32:43 -0700 Date: Thu, 20 Jul 1995 05:32:43 -0700 From: Paul Traina Message-Id: <199507201232.FAA06603@freefall.cdrom.com> To: CVS-commiters, cvs-user Subject: cvs commit: src/secure/libexec/telnetd termstat.c Sender: commit-owner@FreeBSD.org Precedence: bulk pst 95/07/20 05:32:42 Modified: secure/libexec/telnetd termstat.c Log: The final negotiation of DO_BINARY in the LINEMODE portion of the telnetd code causes some clients that do not support linemode to mis-interpret the return key (i.e. double returns). The fix is to only do the state check for binary options if linemode will be used. Closes PR#505. Submitted by: Charles Henrich Obtained from: FreeBSD insecure telnetd