From owner-source-changes@NetBSD.ORG Sat Feb 25 14:30:11 1995 Return-Path: owner-source-changes@NetBSD.ORG Received: from pain.lcs.mit.edu (pain.lcs.mit.edu [128.52.46.239]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id OAA05749; Sat, 25 Feb 1995 14:30:04 -0800 Received: (from daemon@localhost) by pain.lcs.mit.edu (8.6.9/8.6.9) id QAA13007 for source-changes-outgoing; Sat, 25 Feb 1995 16:43:48 -0500 Received: from water.emich.edu by pain.lcs.mit.edu (8.6.9/8.6.9) with ESMTP id QAA12982 for ; Sat, 25 Feb 1995 16:43:11 -0500 Received: (from chopps@localhost) by water.emich.edu (8.6.9/8.6.9) id QAA10699; Sat, 25 Feb 1995 16:42:47 -0500 From: "Christian E. Hopps" Message-Id: <199502252142.QAA10699@water.emich.edu> Subject: Re: sun-lamp CVS commits To: tsarna@endicor.com (Ty Sarna) Date: Sat, 25 Feb 1995 16:42:46 -0500 (EST) Cc: source-changes@NetBSD.ORG In-Reply-To: from "Ty Sarna" at Feb 25, 95 08:28:44 pm X-Mailer: ELM [version 2.4 PL24alpha5] Content-Type: text Content-Length: 528 Sender: owner-source-changes@NetBSD.ORG Precedence: list X-Loop: source-changes@NetBSD.ORG > > Modified Files: > > arp.c > > Log Message: > > enable -f form. > > Whoa! Wasn't this disabled due to security reasons or some other severe > problem? I don't remember what the issue was now, but this caught my > attention and alarm bells started going off... please check the log > files and make sure this is really OK. No this is not the case. There were some setregid()'s removed in the past though. All -f does is read the given file line by line and process it as if the arp -s form were given. RTFS. :) Chris.