diff options
author | Damien Miller <djm@mindrot.org> | 2007-01-05 16:26:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2007-01-05 16:26:45 +1100 |
commit | 1ec462658edd8bfea2b5cab461bb9d513e29a151 (patch) | |
tree | df71243482d5164ffb8313c3cd5b97dbd96774c3 /compat.h | |
parent | c0367fb0d25fe72328c9d0ad3ad4ec21c024115e (diff) |
- djm@cvs.openbsd.org 2006/12/12 03:58:42
[channels.c compat.c compat.h]
bz #1019: some ssh.com versions apparently can't cope with the
remote port forwarding bind_address being a hostname, so send
them an address for cases where they are not explicitly
specified (wildcard or localhost bind). reported by daveroth AT
acm.org; ok dtucker@ deraadt@
Diffstat (limited to 'compat.h')
-rw-r--r-- | compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: compat.h,v 1.40 2006/03/25 22:22:43 djm Exp $ */ | 1 | /* $OpenBSD: compat.h,v 1.41 2006/12/12 03:58:42 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 1999, 2000, 2001 Markus Friedl. All rights reserved. |
@@ -56,6 +56,7 @@ | |||
56 | #define SSH_BUG_PROBE 0x00400000 | 56 | #define SSH_BUG_PROBE 0x00400000 |
57 | #define SSH_BUG_FIRSTKEX 0x00800000 | 57 | #define SSH_BUG_FIRSTKEX 0x00800000 |
58 | #define SSH_OLD_FORWARD_ADDR 0x01000000 | 58 | #define SSH_OLD_FORWARD_ADDR 0x01000000 |
59 | #define SSH_BUG_RFWD_ADDR 0x02000000 | ||
59 | 60 | ||
60 | void enable_compat13(void); | 61 | void enable_compat13(void); |
61 | void enable_compat20(void); | 62 | void enable_compat20(void); |