summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-12-13 20:44:13 +1100
committerDamien Miller <djm@mindrot.org>2005-12-13 20:44:13 +1100
commit62a31c9fd06506ab976a4dc2050882f29ab24693 (patch)
tree95d0a397c4aa0d69aea733f80216e787ad14a816 /ChangeLog
parentd47c62a714c2c3e6a564aa498e3ef0445c9f9ea3 (diff)
- (djm) [misc.c] Disable tunnel code for non-OpenBSD (for now), enable
again by providing a sys_tun_open() function for your platform and setting the CUSTOM_SYS_TUN_OPEN define. More work is required to match OpenBSD's tunnel protocol, which prepends the address family to the packet
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 00791e326..e1418db82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,11 @@
55 [channels.c channels.h session.c] 55 [channels.c channels.h session.c]
56 make sure protocol messages for internal channels are ignored. 56 make sure protocol messages for internal channels are ignored.
57 allow adjust messages for non-open channels; with and ok djm@ 57 allow adjust messages for non-open channels; with and ok djm@
58 - (djm) [misc.c] Disable tunnel code for non-OpenBSD (for now), enable
59 again by providing a sys_tun_open() function for your platform and
60 setting the CUSTOM_SYS_TUN_OPEN define. More work is required to match
61 OpenBSD's tunnel protocol, which prepends the address family to the
62 packet
58 63
5920051201 6420051201
60 - (djm) [envpass.sh] Remove regress script that was accidentally committed 65 - (djm) [envpass.sh] Remove regress script that was accidentally committed
@@ -3447,4 +3452,4 @@
3447 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3452 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3448 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3453 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3449 3454
3450$Id: ChangeLog,v 1.4026 2005/12/13 08:33:57 djm Exp $ 3455$Id: ChangeLog,v 1.4027 2005/12/13 09:44:13 djm Exp $