summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-12-29 17:45:26 +1100
committerDamien Miller <djm@mindrot.org>2013-12-29 17:45:26 +1100
commit4def184e9b6c36be6d965a9705632fc4c0c2a8af (patch)
treedc0c1956cd689225f50b5f6b3aac6eac859d61c5 /ChangeLog
parentbf25d114e23a803f8feca8926281b1aaedb6191b (diff)
- djm@cvs.openbsd.org 2013/12/19 01:04:36
[channels.c] bz#2147: fix multiple remote forwardings with dynamically assigned listen ports. In the s->c message to open the channel we were sending zero (the magic number to request a dynamic port) instead of the actual listen port. The client therefore had no way of discriminating between them. Diagnosis and fix by ronf AT timeheart.net
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3689a4af..c22c8b4de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,15 @@
14 - djm@cvs.openbsd.org 2013/12/19 00:27:57 14 - djm@cvs.openbsd.org 2013/12/19 00:27:57
15 [auth-options.c] 15 [auth-options.c]
16 simplify freeing of source-address certificate restriction 16 simplify freeing of source-address certificate restriction
17 - djm@cvs.openbsd.org 2013/12/19 01:04:36
18 [channels.c]
19 bz#2147: fix multiple remote forwardings with dynamically assigned
20 listen ports. In the s->c message to open the channel we were sending
21 zero (the magic number to request a dynamic port) instead of the actual
22 listen port. The client therefore had no way of discriminating between
23 them.
24
25 Diagnosis and fix by ronf AT timeheart.net
17 26
1820131221 2720131221
19 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. 28 - (dtucker) [regress/keytype.sh] Actually test ecdsa key types.