diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | ||
112 | 20091226 | 123 | 20091226 |
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 |