From owner-freebsd-hackers Fri Jul 12 00:15:38 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA09603 for hackers-outgoing; Fri, 12 Jul 1996 00:15:38 -0700 (PDT) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA09575; Fri, 12 Jul 1996 00:15:31 -0700 (PDT) Received: (from sos@localhost) by ra.dkuug.dk (8.6.12/8.6.12) id JAA23619; Fri, 12 Jul 1996 09:14:51 +0200 Message-Id: <199607120714.JAA23619@ra.dkuug.dk> Subject: Re: summary of changes my changes in current recently To: julian@freefall.freebsd.org (Julian Elischer) Date: Fri, 12 Jul 1996 09:14:51 +0200 (MET DST) Cc: hackers@FreeBSD.org, current@FreeBSD.org In-Reply-To: <199607111838.LAA24634@freefall.freebsd.org> from "Julian Elischer" at Jul 11, 96 11:38:08 am From: sos@FreeBSD.org Reply-to: sos@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In reply to Julian Elischer who wrote: > > > Just so that people have some sort of idea what The folks here at whistle > (including me) have been doing. (In -current). > Thes have been put back in FreeBSD so they are now generally available. ... > 4/ added support for an IP DIVERT capability in the ip-firewall > code. this allows arbitrary packets to be diverted to a user-land > daemon. such a daemin might impliment ip-address translation.. > or packet encryption. > Daemons for both these have been written, but it is unlikely that I can > release them, however all the hard part has been added to freebsd, > so the remaining work for someone to write the daemons again should be > within the scope of a standard C programmer, looking for a project. I have iptranslation almost done, but as a kernel level module hooked into the fw code. It's currently being testet at one of our local ISP's, infact they are the ones that kind of asked for it. The framework could be used to build an userlever daemon as well, so when its ready I'll commit it for reference :) (there are NO strings attached to that code).. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Soren Schmidt (sos@FreeBSD.org) FreeBSD Core Team So much code to hack -- so little time.