summaryrefslogtreecommitdiff
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 d6e3890f1..a149b0a54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,13 @@
10 - markus@cvs.openbsd.org 2006/12/11 21:25:46 10 - markus@cvs.openbsd.org 2006/12/11 21:25:46
11 [ssh-keygen.1 ssh.1] 11 [ssh-keygen.1 ssh.1]
12 add rfc 4716 (public key format); ok jmc 12 add rfc 4716 (public key format); ok jmc
13 - djm@cvs.openbsd.org 2006/12/12 03:58:42
14 [channels.c compat.c compat.h]
15 bz #1019: some ssh.com versions apparently can't cope with the
16 remote port forwarding bind_address being a hostname, so send
17 them an address for cases where they are not explicitly
18 specified (wildcard or localhost bind). reported by daveroth AT
19 acm.org; ok dtucker@ deraadt@
13 20
1420061205 2120061205
15 - (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would 22 - (djm) [auth.c] Fix NULL pointer dereference in fakepw(). Crash would
@@ -2630,4 +2637,4 @@
2630 OpenServer 6 and add osr5bigcrypt support so when someone migrates 2637 OpenServer 6 and add osr5bigcrypt support so when someone migrates
2631 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 2638 passwords between UnixWare and OpenServer they will still work. OK dtucker@
2632 2639
2633$Id: ChangeLog,v 1.4594 2007/01/05 05:25:46 djm Exp $ 2640$Id: ChangeLog,v 1.4595 2007/01/05 05:26:45 djm Exp $