summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2007-01-05 16:26:45 +1100
committerDamien Miller <djm@mindrot.org>2007-01-05 16:26:45 +1100
commit1ec462658edd8bfea2b5cab461bb9d513e29a151 (patch)
treedf71243482d5164ffb8313c3cd5b97dbd96774c3 /ChangeLog
parentc0367fb0d25fe72328c9d0ad3ad4ec21c024115e (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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d6e3890f..a149b0a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,13 @@
- markus@cvs.openbsd.org 2006/12/11 21:25:46
[ssh-keygen.1 ssh.1]
add rfc 4716 (public key format); ok jmc
+ - 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@
20061205
- (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would
@@ -2630,4 +2637,4 @@
OpenServer 6 and add osr5bigcrypt support so when someone migrates
passwords between UnixWare and OpenServer they will still work. OK dtucker@
-$Id: ChangeLog,v 1.4594 2007/01/05 05:25:46 djm Exp $
+$Id: ChangeLog,v 1.4595 2007/01/05 05:26:45 djm Exp $