summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2010-08-03 16:04:22 +1000
committerDamien Miller <djm@mindrot.org>2010-08-03 16:04:22 +1000
commitc4bb91c79c0a05d2bbf2ac68b7be8421fb4957bf (patch)
treeff0269be382e2680ab4b988a1029d681ec7dcab6 /ChangeLog
parent4e8285e31248f7306e4b1d299d186b277c69d00f (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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d51580fd..f4fb5f05f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1520100819 2020100819
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