From owner-cvs-sbin Mon Feb 10 07:37:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07898 for cvs-sbin-outgoing; Mon, 10 Feb 1997 07:37:02 -0800 (PST) Received: (from danny@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA07887; Mon, 10 Feb 1997 07:36:58 -0800 (PST) Date: Mon, 10 Feb 1997 07:36:58 -0800 (PST) From: "Daniel O'Callaghan" Message-Id: <199702101536.HAA07887@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk danny 97/02/10 07:36:57 Modified: sbin/ipfw ipfw.8 ipfw.c Log: Add '-q' quiet flag for flush/add/zero commands; add 'show' command as synonym for '-a list'; stop SEGV when specifying 'via' with no interface; change 2 instances of strcpy() to strncpy(). This is a candidate for 2.2 Revision Changes Path 1.27 +29 -1 src/sbin/ipfw/ipfw.8 1.39 +21 -7 src/sbin/ipfw/ipfw.c