From owner-freebsd-security Thu Sep 21 20:24:20 1995 Return-Path: owner-security Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA12724 for security-outgoing; Thu, 21 Sep 1995 20:24:20 -0700 Received: from cheops.anu.edu.au (avalon@cheops.anu.edu.au [150.203.76.24]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id UAA12715 for ; Thu, 21 Sep 1995 20:24:12 -0700 Message-Id: <199509220324.UAA12715@freefall.freebsd.org> Received: by cheops.anu.edu.au (1.37.109.16/16.2) id AA171830073; Fri, 22 Sep 1995 13:21:13 +1000 From: Darren Reed Subject: Re: IP Filter version 2.8 To: davidg@Root.COM Date: Fri, 22 Sep 1995 13:21:12 +1000 (EST) Cc: jc@irbs.com, pst@cisco.com, security@freebsd.org In-Reply-To: <199509220012.RAA00191@corbin.Root.COM> from "David Greenman" at Sep 21, 95 05:12:11 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 1627 Sender: owner-security@freebsd.org Precedence: bulk In some mail from David Greenman, sie said: > > >Paul Traina writes: > >> > >> Should we be incorporating Darren's new code into FreeBSD? It makes > >> more sense to do that than to continue with Ugen's work on top of > >> the old code. > > > >I hacked it into the kernel last night. Its pretty nice. Good > >logging, test suite, no console printf's. I vote yes. > > > >> > >> 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? > >> > > > >I don't see that in his license. > > It used to be restricted so that people couldn't use it commercially. I > spent several rounds of email with him trying to convince him to change it. > It looks as though I was successful (although I didn't know it until now). > Cool! :-) Just looking at the top of .c and .h files, it should read: * 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. and not * 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. The author accepts no * responsibility and is not changed in any way. (the later makes no sense). Anyway, I'd appreciate any bug fixes or patches that you can feed back to me so that it can be fitted to FreeBSD systems which don't include it as part of the distribution. cheers, darren