diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 | ||
59 | 20051201 | 64 | 20051201 |
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 $ |