diff options
author | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:22 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-08-03 16:04:22 +1000 |
commit | c4bb91c79c0a05d2bbf2ac68b7be8421fb4957bf (patch) | |
tree | ff0269be382e2680ab4b988a1029d681ec7dcab6 /ChangeLog | |
parent | 4e8285e31248f7306e4b1d299d186b277c69d00f (diff) |
- djm@cvs.openbsd.org 2010/07/19 03:16:33
[sftp-client.c]
bz#1797: fix swapped args in upload_dir_internal(), breaking recursive
upload depth checks and causing verbose printing of transfers to always
be turned on; patch from imorgan AT nas.nasa.gov
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -11,6 +11,11 @@ | |||
11 | more timing paranoia - compare all parts of the expected decrypted | 11 | more timing paranoia - compare all parts of the expected decrypted |
12 | data before returning. AFAIK not exploitable in the SSH protocol. | 12 | data before returning. AFAIK not exploitable in the SSH protocol. |
13 | "groovy" deraadt@ | 13 | "groovy" deraadt@ |
14 | - djm@cvs.openbsd.org 2010/07/19 03:16:33 | ||
15 | [sftp-client.c] | ||
16 | bz#1797: fix swapped args in upload_dir_internal(), breaking recursive | ||
17 | upload depth checks and causing verbose printing of transfers to always | ||
18 | be turned on; patch from imorgan AT nas.nasa.gov | ||
14 | 19 | ||
15 | 20100819 | 20 | 20100819 |
16 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more | 21 | - (dtucker) [contrib/ssh-copy-ud.1] Bug #1786: update ssh-copy-id.1 with more |