From owner-cvs-src@FreeBSD.ORG Mon Jun 21 22:53:04 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B232316A4CE; Mon, 21 Jun 2004 22:53:04 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAE4343D4C; Mon, 21 Jun 2004 22:53:04 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i5LMr4da055464; Mon, 21 Jun 2004 22:53:04 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i5LMr4Fb055463; Mon, 21 Jun 2004 22:53:04 GMT (envelope-from darrenr) Message-Id: <200406212253.i5LMr4Fb055463@repoman.freebsd.org> From: Darren Reed Date: Mon, 21 Jun 2004 22:53:04 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/ipfilter Makefile ipmon.c src/contrib/ipfilter/ipsend ipsend.5 ipsend.c src/contrib/ipfilter/man ipf.5 ipf.8 ipfstat.8 ipmon.8 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jun 2004 22:53:04 -0000 darrenr 2004-06-21 22:53:04 UTC FreeBSD src repository Modified files: contrib/ipfilter Makefile ipmon.c contrib/ipfilter/ipsend ipsend.5 ipsend.c contrib/ipfilter/man ipf.5 ipf.8 ipfstat.8 ipmon.8 Log: Committ changes from 3.4.31 -> 3.4.35 * fix bug parsing port comparisons in proxy rules * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make parsing errors in ipf/ipnat return an error rather than return indicating success. * make ipfstat work as a set{g,u}id thing - gave up privs before opening /dev/ipl * fix ipfstat -A * make "ipfstat -f" output more informative * various changes to ipsend for sending packets with ipv4 options * ipmon was not correctly calculating the length of the IPv6 packet (excluded ipv6 header length) MFC: 1 week Revision Changes Path 1.3 +27 -3 src/contrib/ipfilter/Makefile 1.18 +10 -8 src/contrib/ipfilter/ipmon.c 1.3 +6 -5 src/contrib/ipfilter/ipsend/ipsend.5 1.11 +67 -16 src/contrib/ipfilter/ipsend/ipsend.c 1.8 +7 -7 src/contrib/ipfilter/man/ipf.5 1.6 +1 -1 src/contrib/ipfilter/man/ipf.8 1.8 +2 -2 src/contrib/ipfilter/man/ipfstat.8 1.14 +4 -2 src/contrib/ipfilter/man/ipmon.8