Date: Sun, 7 Mar 1999 10:23:57 -0800 (PST) From: Brian Somers <brian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.sbin/natd HISTORY Makefile icmp.c natd.8 natd.c natd.h Message-ID: <199903071823.KAA87414@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1999/03/07 10:23:57 PST
Modified files:
usr.sbin/natd HISTORY Makefile icmp.c natd.8 natd.c
natd.h
Log:
Upgrade (almost) to natd 2.0b1
- Transparent proxy support.
- PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead.
- Drop support for early FreeBSD 2.2 versions
- If separate input & output sockets are being used
use them to find out packet direction instead of
normal mechanism. This can be handy in complex environments
with multiple interfaces.
- PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added.
- Logging enhancements from Martin Machacek <mm@i.cz> added.
Obtained from: Ari Suutari <ari@suutari.iki.fi>
Revision Changes Path
1.4 +22 -0 src/usr.sbin/natd/HISTORY
1.2 +6 -8 src/usr.sbin/natd/Makefile
1.5 +4 -2 src/usr.sbin/natd/icmp.c
1.16 +47 -29 src/usr.sbin/natd/natd.8
1.10 +185 -84 src/usr.sbin/natd/natd.c
1.2 +19 -0 src/usr.sbin/natd/natd.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903071823.KAA87414>
