From owner-cvs-sbin Sun Jun 9 16:46:36 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14126 for cvs-sbin-outgoing; Sun, 9 Jun 1996 16:46:36 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14053; Sun, 9 Jun 1996 16:46:25 -0700 (PDT) Date: Sun, 9 Jun 1996 16:46:25 -0700 (PDT) From: Alex Nash Message-Id: <199606092346.QAA14053@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.c Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/09 16:46:24 Modified: sbin/ipfw ipfw.c Log: Big sweep over ipfw, picking up where Poul left off: - Filter based on ICMP types. - Accept interface wildcards (e.g. ppp*). - Resolve service names with the -N option. - Accept host names in 'from' and 'to' specifications - Display chain entry time stamps with the -t option. - Added URG to tcpflags. - Print usage if an unknown tcpflag is used. - Ability to zero individual accounting entries. - Clarify usage of port ranges. - Misc code cleanup. Closes PRs: 1193, 1220, and 1266. Revision Changes Path 1.25 +197 -23 src/sbin/ipfw/ipfw.c From owner-cvs-sbin Fri Jun 14 03:51:57 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA06338 for cvs-sbin-outgoing; Fri, 14 Jun 1996 03:51:57 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA06322; Fri, 14 Jun 1996 03:51:48 -0700 (PDT) Date: Fri, 14 Jun 1996 03:51:48 -0700 (PDT) From: Satoshi Asami Message-Id: <199606141051.DAA06322@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/14 03:51:48 Modified: sbin/ccdconfig ccdconfig.8 Log: Our kernel is not called /netbsd. ;) Submitted by: "Philippe Charnier" Revision Changes Path 1.3 +4 -4 src/sbin/ccdconfig/ccdconfig.8 From owner-cvs-sbin Fri Jun 14 18:39:03 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA10733 for cvs-sbin-outgoing; Fri, 14 Jun 1996 18:39:03 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA10706; Fri, 14 Jun 1996 18:38:53 -0700 (PDT) Date: Fri, 14 Jun 1996 18:38:53 -0700 (PDT) From: Alex Nash Message-Id: <199606150138.SAA10706@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/14 18:38:53 Modified: sbin/ipfw ipfw.8 Log: Bring the man page more into line with reality. Revision Changes Path 1.14 +94 -259 src/sbin/ipfw/ipfw.8 From owner-cvs-sbin Sat Jun 15 16:01:51 1996 Return-Path: owner-cvs-sbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20917 for cvs-sbin-outgoing; Sat, 15 Jun 1996 16:01:51 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20903; Sat, 15 Jun 1996 16:01:45 -0700 (PDT) Date: Sat, 15 Jun 1996 16:01:45 -0700 (PDT) From: Alex Nash Message-Id: <199606152301.QAA20903@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sbin Subject: cvs commit: src/sbin/ipfw ipfw.8 Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/15 16:01:45 Modified: sbin/ipfw ipfw.8 Log: Fix a typo in the view accounting records example. Revision Changes Path 1.15 +1 -1 src/sbin/ipfw/ipfw.8