From owner-freebsd-current Wed Mar 13 03:12:15 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22557 for current-outgoing; Wed, 13 Mar 1996 03:12:15 -0800 (PST) Received: from utrhcs.cs.utwente.nl (utrhcs.cs.utwente.nl [130.89.10.247]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA22550 for ; Wed, 13 Mar 1996 03:12:12 -0800 (PST) Received: from myrtilos.cs.utwente.nl by utrhcs.cs.utwente.nl (SMI-8.6/csrelay-SVR4_1.3/RBCS) id MAA02878; Wed, 13 Mar 1996 12:12:10 +0100 Received: from curie.cs.utwente.nl by myrtilos.cs.utwente.nl (SMI-8.6/csrelay-Sol1.4/RB) id MAA02507; Wed, 13 Mar 1996 12:12:04 +0100 Received: from localhost by curie.cs.utwente.nl (SMI-8.6/SMI-SVR4) id MAA28988; Wed, 13 Mar 1996 12:12:03 +0100 To: current@freebsd.org Subject: Re: finger and 2.2-960303-SNAP In-reply-to: Your message of "Sat, 13 Mar 1996 07:25:00 +0200." <199603130525.HAA16198@zibbi.mikom.csir.co.za> Date: Wed, 13 Mar 1996 12:12:01 +0100 Message-ID: <28987.826715521@curie.cs.utwente.nl> From: Andras Olah Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 13 Mar 1996 07:25:00 +0200, John Hay wrote: > > > > >And an option added that disables the use of T/TCP so that a user can > > >finger a broken TCP system. > ^^^^ > > > > You're right! Why don't we call it net.inet.tcp.rfc1644? > > > > Root may be able to set it, but (I hope) users can't. So the normal user > can't finger a broken TCP until he can get hold of the admin of the machine > and convince him to switch net.inet.tcp.rfc1644 off. OK, I got the hint! ;-) There's a patch for finger on freefall (~olah/finger-mod.diff), to disable T/TCP with the -T option. I tested it here, if there are no complaints I'll commit it in a few days. Andras