summaryrefslogtreecommitdiffstats
path: root/sys/netinet/libalias/HISTORY
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-06-20 11:41:48 +0000
committerru <ru@FreeBSD.org>2000-06-20 11:41:48 +0000
commitee3c5d1c8dc4929f4d288d49eb0c5287d0b708a8 (patch)
tree5525c52e21d276f4675eafeacd5e7052d15107a6 /sys/netinet/libalias/HISTORY
parentd1a81625c5e5750b451ef7f8915b95f74f98dabf (diff)
downloadFreeBSD-src-ee3c5d1c8dc4929f4d288d49eb0c5287d0b708a8.zip
FreeBSD-src-ee3c5d1c8dc4929f4d288d49eb0c5287d0b708a8.tar.gz
Added true support for PPTP aliasing. Some nice features include:
- Multiple PPTP clients behind NAT to the same or different servers. - Single PPTP server behind NAT -- you just need to redirect TCP port 1723 to a local machine. Multiple servers behind NAT is possible but would require a simple API change. - No API changes! For more information on how this works see comments at the start of the alias_pptp.c. PacketAliasPptp() is no longer necessary and will be removed soon. Submitted by: Erik Salander <erik@whistle.com> Reviewed by: ru Rewritten by: ru Reviewed by: Erik Salander <erik@whistle.com>
Diffstat (limited to 'sys/netinet/libalias/HISTORY')
-rw-r--r--sys/netinet/libalias/HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/libalias/HISTORY b/sys/netinet/libalias/HISTORY
index f26299c..8760d92 100644
--- a/sys/netinet/libalias/HISTORY
+++ b/sys/netinet/libalias/HISTORY
@@ -134,3 +134,8 @@ Version 3.0: January 1, 1999
- Transparent proxying support added.
- PPTP redirecting support added based on patches
contributed by Dru Nelson <dnelson@redwoodsoft.com>.
+
+Version 3.1: May, 2000 (Erik Salander, erik@whistle.com)
+ - Added support to alias 227 replies, allows aliasing for
+ FTP servers in passive mode.
+ - Added support for PPTP aliasing.
OpenPOWER on IntegriCloud