From owner-freebsd-security Thu Apr 10 14:04:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA00358 for security-outgoing; Thu, 10 Apr 1997 14:04:34 -0700 (PDT) Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA00346 for ; Thu, 10 Apr 1997 14:04:26 -0700 (PDT) From: proff@suburbia.net Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id OAA07307 for ; Thu, 10 Apr 1997 14:06:45 -0700 (PDT) Received: (qmail 12124 invoked by uid 110); 10 Apr 1997 21:03:42 -0000 Message-ID: <19970410210342.12123.qmail@suburbia.net> Subject: ipfilter-proff-final.shar.gz To: hackers@freebsd.org Date: Fri, 11 Apr 1997 07:03:42 +1000 (EST) Cc: security@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-security@freebsd.org X-Loop: FreeBSD.org Precedence: bulk ftp://ftp.freebsd.org/pub/FreeBSD/incoming/ipfilter-proff-final.shar.gz (112k) I'm done. I've tested this release fairly heavily under both -current and 2.2.1 and am happy with it. I have heavy time contraints for the next few weeks/months, and I know avalon is facing similar difficulties. I'm handing over the torch to another bearer. This is what remains to be done (CVS maintence only -- those just wanting to use the code don't need to worry about any of this) is: 1) A new cvs module src/contrib-sys needs to be created 2) src/sys-contrib/ipfilter needs to be imported as a new vendor branch (I'm gambling that all my changes in that tree or some currupted variant thereof will make it into Darren's public release :) 3) src/sbin/ipf and src/lkm/if_ipf need to be imported. 4) src/sys/netinet/{fil.c,ip_compat.h,ip_fil.[ch],ip_frag.[ch], ip_nat.[ch],ip_state.[ch]} can be Attic'ed :) 5) src/contrib/ipfilter can be zorched -Julian # This archive contains: # # src/ipfilter-proff-README # src/etc-ipfilter-proff.diff # src/sys-ipfilter-proff-2.2.1.diff # src/sys-ipfilter-proff-current-970411.diff # src/contrib-sys # src/contrib-sys/ipfilter [...] # src/lkm/if_ipf # src/lkm/if_ipf/Makefile # src/sbin/ipf # src/sbin/ipf/ipfstat # src/sbin/ipf/ipfstat/Makefile # src/sbin/ipf/ipftest # src/sbin/ipf/ipftest/Makefile # src/sbin/ipf/Makefile # src/sbin/ipf/Makefile.inc # src/sbin/ipf/mkfilters # src/sbin/ipf/mkfilters/Makefile # src/sbin/ipf/ipf # src/sbin/ipf/ipf/Makefile # src/sbin/ipf/ipmon # src/sbin/ipf/ipmon/Makefile # src/sbin/ipf/ipnat # src/sbin/ipf/ipnat/Makefile # [...] XUnpack the three new source trees and two patch files: X X root@paranoia# cd /usr X root@paranoia# unshar