From owner-cvs-libexec Sat Nov 8 15:14:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA29541 for cvs-libexec-outgoing; Sat, 8 Nov 1997 15:14:51 -0800 (PST) (envelope-from owner-cvs-libexec) Received: from rvc1.informatik.ba-stuttgart.de (rvc1.informatik.ba-stuttgart.de [141.31.112.22]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA29531; Sat, 8 Nov 1997 15:14:42 -0800 (PST) (envelope-from helbig@Informatik.BA-Stuttgart.DE) Received: (from helbig@localhost) by rvc1.informatik.ba-stuttgart.de (8.8.7/8.8.5) id AAA01483; Sun, 9 Nov 1997 00:14:42 +0100 (MET) From: Wolfgang Helbig Message-Id: <199711082314.AAA01483@rvc1.informatik.ba-stuttgart.de> Subject: Re: cvs commit: src/libexec/telnetd telnetd.c In-Reply-To: <199710080310.UAA03017@freefall.freebsd.org> from Frank Durda IV at "Oct 7, 97 08:10:33 pm" To: uhclem@FreeBSD.ORG (Frank Durda IV) Date: Sun, 9 Nov 1997 00:14:41 +0100 (MET) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL30 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > uhclem 1997/10/07 20:10:33 PDT > > Modified files: > libexec/telnetd telnetd.c > Log: > PR: bin/771 and bin/1037 are resolved by this change > This change changes the default handling of linemode so that older and/or > stupider telnet clients can still get wakeup characters like and > D to work correctly multiple times on the same line, as in csh > "set filec" operations. It also causes CR and LF characters to be read by > apps in certain terminal modes consistently, as opposed to returning > CR sometimes and LF sometimes, which broke existing apps. The change > was shown to fix the problem demonstrated in the FreeBSD telnet client, > along with the telnet client in Solaris, SCO, Windows '95 & NT, DEC OSF, > NCSA, and others. > > A similar change will be incorporated in the crypto version of telnetd. > > This resolves bin/771 and bin/1037. > > Revision Changes Path > 1.12 +17 -1 src/libexec/telnetd/telnetd.c This ``fix''broke BINARY mode, i. e. telnetd does not send "DO BINARY" to a FreeBSD 2.2.5 telnet client. It did so in revision 1.11. I think this should be fixed, since some people want to use 8 bit characters during telnet sessions. Wolfgang From owner-cvs-libexec Sat Nov 8 15:52:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA01409 for cvs-libexec-outgoing; Sat, 8 Nov 1997 15:52:49 -0800 (PST) (envelope-from owner-cvs-libexec) Received: from lsd.relcom.eu.net (lsd.relcom.eu.net [193.124.23.23]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA01217; Sat, 8 Nov 1997 15:48:25 -0800 (PST) (envelope-from ache@lsd.relcom.eu.net) Received: (from ache@localhost) by lsd.relcom.eu.net (8.8.7/8.8.7) id CAA00380; Sun, 9 Nov 1997 02:48:13 +0300 (MSK) (envelope-from ache) Date: Sun, 9 Nov 1997 02:48:11 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= X-Sender: ache@lsd.relcom.eu.net To: Wolfgang Helbig cc: Frank Durda IV , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG Subject: Re: cvs commit: src/libexec/telnetd telnetd.c In-Reply-To: <199711082314.AAA01483@rvc1.informatik.ba-stuttgart.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 9 Nov 1997, Wolfgang Helbig wrote: > This ``fix''broke BINARY mode, i. e. telnetd does not send "DO BINARY" > to a FreeBSD 2.2.5 telnet client. It did so in revision 1.11. > > I think this should be fixed, since some people want to use 8 bit > characters during telnet sessions. I can confirm that 8bit characters are needed ugly (some people = all Russians), so if it is broken now, it must be fixed. -- Andrey A. Chernov http://www.nagual.pp.ru/~ache/