summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:25:24 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:25:24 +1100
commit3de49f8951d8ea4401b0a8ec053fd51d6f309cbe (patch)
tree45b7de900695d492b53bdd9d74afdcccb35a6c3f /ChangeLog
parentcb2fbb240718d7ca861f4d283711d6a54bc7a714 (diff)
- djm@cvs.openbsd.org 2008/01/19 23:02:40
[channels.c] When we added support for specified bind addresses for port forwards, we added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of this for -L port forwards that causes the client to listen on both v4 and v6 addresses when connected to a server with this quirk, despite having set 0.0.0.0 as a bind_address. report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 066349f4b..3843aeee9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -32,6 +32,14 @@
32 - djm@cvs.openbsd.org 2008/01/19 22:37:19 32 - djm@cvs.openbsd.org 2008/01/19 22:37:19
33 [ssh-keygen.c] 33 [ssh-keygen.c]
34 unbreak line numbering (broken in revision 1.164), fix error message 34 unbreak line numbering (broken in revision 1.164), fix error message
35 - djm@cvs.openbsd.org 2008/01/19 23:02:40
36 [channels.c]
37 When we added support for specified bind addresses for port forwards, we
38 added a quirk SSH_OLD_FORWARD_ADDR. There is a bug in our handling of
39 this for -L port forwards that causes the client to listen on both v4
40 and v6 addresses when connected to a server with this quirk, despite
41 having set 0.0.0.0 as a bind_address.
42 report and patch from Jan.Pechanec AT Sun.COM; ok dtucker@
35 43
3620080119 4420080119
37 - (djm) Silence noice from expr in ssh-copy-id; patch from 45 - (djm) Silence noice from expr in ssh-copy-id; patch from
@@ -3560,4 +3568,4 @@
3560 OpenServer 6 and add osr5bigcrypt support so when someone migrates 3568 OpenServer 6 and add osr5bigcrypt support so when someone migrates
3561 passwords between UnixWare and OpenServer they will still work. OK dtucker@ 3569 passwords between UnixWare and OpenServer they will still work. OK dtucker@
3562 3570
3563$Id: ChangeLog,v 1.4826 2008/02/10 11:24:55 djm Exp $ 3571$Id: ChangeLog,v 1.4827 2008/02/10 11:25:24 djm Exp $