diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 | ||
18 | 20131221 | 27 | 20131221 |
19 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 28 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |