diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ | |||
6 | [ssh-add.c] | 6 | [ssh-add.c] |
7 | skip requesting smartcard PIN when removing keys from agent; bz#2187 | 7 | skip requesting smartcard PIN when removing keys from agent; bz#2187 |
8 | patch from jay AT slushpupie.com; ok dtucker | 8 | patch from jay AT slushpupie.com; ok dtucker |
9 | - dtucker@cvs.openbsd.org 2013/12/19 00:19:12 | ||
10 | [serverloop.c] | ||
11 | Cast client_alive_interval to u_int64_t before assinging to | ||
12 | max_time_milliseconds to avoid potential integer overflow in the timeout. | ||
13 | bz#2170, patch from Loganaden Velvindron, ok djm@ | ||
9 | 14 | ||
10 | 20131221 | 15 | 20131221 |
11 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. | 16 | - (dtucker) [regress/keytype.sh] Actually test ecdsa key types. |