From owner-freebsd-security Thu Sep 21 12:53:39 1995 Return-Path: owner-security Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA25989 for security-outgoing; Thu, 21 Sep 1995 12:53:39 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA25983 for ; Thu, 21 Sep 1995 12:53:36 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id NAA02796; Thu, 21 Sep 1995 13:55:21 -0600 Date: Thu, 21 Sep 1995 13:55:21 -0600 From: Nate Williams Message-Id: <199509211955.NAA02796@rocky.sri.MT.net> To: Paul Traina Cc: avalon@cheops.anu.edu.au, security@freebsd.org Subject: Re: IP Filter version 2.8 In-Reply-To: <199509211813.LAA12006@puli.cisco.com> References: <199509211813.LAA12006@puli.cisco.com> Sender: owner-security@freebsd.org Precedence: bulk Paul Traina writes: > Should we be incorporating Darren's new code into FreeBSD? Hmm, I'm looking at it now since I'm in the process of setting up a FreeBSD fire-wall at work. > However, I know that Darren has license issues that need to be resolved. > Is there some way we can get this good code into the base distribution of > FreeBSD in a fashion that will be acceptable to both him and us? Remind me again what the licensing problems are. Here is the license in the new code. /* * (C)opyright 1993, 1994, 1995 by Darren Reed. * * The author accepts no responsibility for the use of this software and * provides it on an ``as is'' basis without express or implied warranty. * * Redistribution and use in source and binary forms are permitted * provided that this notice is preserved and due credit is given * to the original author and the contributors. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * * I hate legaleese, don't you ? */ Nate