From owner-freebsd-hackers Tue May 2 03:01:47 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id DAA28744 for hackers-outgoing; Tue, 2 May 1995 03:01:47 -0700 Received: from UUCP-GW.CC.UH.EDU (root@UUCP-GW.CC.UH.EDU [129.7.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id DAA28732 for ; Tue, 2 May 1995 03:01:37 -0700 Received: from Taronga.COM by UUCP-GW.CC.UH.EDU with UUCP id AA29749 (5.67a/IDA-1.5); Tue, 2 May 1995 04:33:10 -0500 Received: by bonkers.taronga.com (smail2.5p) id AA01674; 2 May 95 04:26:40 CDT (Tue) Received: (from peter@localhost) by bonkers.taronga.com (8.6.11/8.6.6) id EAA01671; Tue, 2 May 1995 04:26:40 -0500 From: Peter da Silva Message-Id: <199505020926.EAA01671@bonkers.taronga.com> Subject: Re: Screen print capability To: ache@astral.msk.su (Andrey A. Chernov Black Mage) Date: Tue, 2 May 1995 04:26:39 -0500 (CDT) Cc: julian@ref.tfs.com, terry@cs.weber.edu, hackers@FreeBSD.org, pritc003@maroon.tc.umn.edu, sos@login.dknet.dk In-Reply-To: from "Andrey A. Chernov, Black Mage" at May 1, 95 01:18:15 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 441 Sender: hackers-owner@FreeBSD.org Precedence: bulk > It is well known backdoor and it is MUA itself problem (MUA need > to be fixed). > All other stuff (wall,write,talk) already care about it using isprint(). Every program anyone might write? That includes the example I gave, with "cat"? How about "telnet"? No, the escape sequence interface for this is terribly IBM mainframe anyway... an ioctl or (even better) a separate /dev file that you can read the screen from is much much cleaner.