summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45f758529..605e0dca7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -108,6 +108,17 @@
108 [key.c] 108 [key.c]
109 switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537 109 switch from 35 to the more common value of RSA_F4 == (2**16)+1 == 65537
110 for the RSA public exponent; discussed with provos; ok djm@ 110 for the RSA public exponent; discussed with provos; ok djm@
111 - guenther@cvs.openbsd.org 2009/12/20 07:28:36
112 [ssh.c sftp.c scp.c]
113 When passing user-controlled options with arguments to other programs,
114 pass the option and option argument as separate argv entries and
115 not smashed into one (e.g., as -l foo and not -lfoo). Also, always
116 pass a "--" argument to stop option parsing, so that a positional
117 argument that starts with a '-' isn't treated as an option. This
118 fixes some error cases as well as the handling of hostnames and
119 filenames that start with a '-'.
120 Based on a diff by halex@
121 ok halex@ djm@ deraadt@
111 122
11220091226 12320091226
113 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 124 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1