diff options
author | Damien Miller <djm@mindrot.org> | 2006-01-01 19:47:05 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2006-01-01 19:47:05 +1100 |
commit | 2dcddbfaf6b68bd58b5b1422ebeef7767c0c2633 (patch) | |
tree | 8c044d00a3185cea6a500c32508df1161b048c29 /ChangeLog | |
parent | c4bcc917519e55f449044e558228a2e11b80740c (diff) |
- (djm) [Makefile.in configure.ac includes.h misc.c]
[openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support
for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is
limited to IPv4 tunnels only, and most versions don't support the
tap(4) device at all.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ | |||
1 | 20060101 | ||
2 | - (djm) [Makefile.in configure.ac includes.h misc.c] | ||
3 | [openbsd-compat/port-tun.c openbsd-compat/port-tun.h] Add support | ||
4 | for tunnel forwarding for FreeBSD and NetBSD. NetBSD's support is | ||
5 | limited to IPv4 tunnels only, and most versions don't support the | ||
6 | tap(4) device at all. | ||
7 | |||
1 | 20051229 | 8 | 20051229 |
2 | - (djm) OpenBSD CVS Sync | 9 | - (djm) OpenBSD CVS Sync |
3 | - stevesk@cvs.openbsd.org 2005/12/28 22:46:06 | 10 | - stevesk@cvs.openbsd.org 2005/12/28 22:46:06 |
@@ -3578,4 +3585,4 @@ | |||
3578 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3585 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3579 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3586 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3580 | 3587 | ||
3581 | $Id: ChangeLog,v 1.4059 2005/12/31 06:05:58 djm Exp $ | 3588 | $Id: ChangeLog,v 1.4060 2006/01/01 08:47:05 djm Exp $ |