From owner-freebsd-audit Sun Feb 10 18: 2:15 2002 Delivered-To: freebsd-audit@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id 8190237B402; Sun, 10 Feb 2002 18:02:12 -0800 (PST) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 2DB31BD55; Sun, 10 Feb 2002 18:02:12 -0800 (PST) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id SAA04831; Sun, 10 Feb 2002 18:02:11 -0800 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id g1B23EW22551; Sun, 10 Feb 2002 18:03:14 -0800 (PST) (envelope-from swear@blarg.net) To: freebsd-audit@freebsd.org Cc: FreeBSD-gnats-submit@freebsd.org, Dima Dorfman Subject: Re: docs/32662: arp(8) uses "this host" with two different meanings. References: <20020210082732.14DA83E36@bazooka.trit.org> From: swear@blarg.net (Gary W. Swearingen) Date: 10 Feb 2002 18:03:14 -0800 In-Reply-To: <20020210082732.14DA83E36@bazooka.trit.org> Message-ID: <546654wza5.654@localhost.localdomain> Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dima Dorfman writes: > swear@blarg.net (Gary W. Swearingen) wrote: > > Below is the patch on arp.c [snipped comments on the man page patch] > Please send this patch to -audit for review. I'll commit it if nobody > objects. This is my first encounter with -audit, so feel free to complain if I was supposed to say something about this patch that's already in the PR DB or anything else. The original file had this in it: "$FreeBSD: src/usr.sbin/arp/arp.c,v 1.22.2.5 2001/10/18 10:17:47 ru Exp $" --- /usr/src/usr.sbin/arp/arp..orig.c Wed Dec 26 14:33:44 2001 +++ /usr/src/usr.sbin/arp/arp.c Sun Jan 27 13:43:33 2002 @@ -210,6 +210,9 @@ args[4] = &arg[4][0]; retval = 0; while(fgets(line, 100, fp) != NULL) { + if (line[strspn(line, " \t")] == '#') + continue; + line[strcspn(line, "#")] = '\0'; i = sscanf(line, "%49s %49s %49s %49s %49s", arg[0], arg[1], arg[2], arg[3], arg[4]); if (i < 2) { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message From owner-freebsd-audit Tue Feb 12 18:17:26 2002 Delivered-To: freebsd-audit@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id E5A9137B405; Tue, 12 Feb 2002 18:17:21 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id 854325341; Wed, 13 Feb 2002 03:17:19 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: hackers@freebsd.org Subject: OpenPAM Caliopsis + integration patches From: Dag-Erling Smorgrav Date: 13 Feb 2002 03:17:18 +0100 Message-ID: Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OpenPAM Caliopsis and accompanying FreeBSD integration patches are now available from . A fully patched tree is also available from the p4 depot, under //depot/user/des/pam/. Please see the release notes and change log for information about known and resolved issues. DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message