diff options
author | Darren Tucker <dtucker@zip.com.au> | 2013-04-05 11:13:30 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2013-04-05 11:13:30 +1100 |
commit | 2b3a03ea3f92dce71134b9c2aa90d975dc59bb57 (patch) | |
tree | a234e7fd8cb6dde9f7cece91c437f79d6d42fa6e /ChangeLog | |
parent | 2fefe034731c1a08b9a6b4106df200ad0f0d1ba7 (diff) |
- dtucker@cvs.openbsd.org 2013/02/17 23:16:57
[readconf.c ssh.c readconf.h sshconnect2.c]
Keep track of which IndentityFile options were manually supplied and which
were default options, and don't warn if the latter are missing.
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ | |||
1 | 20130404 | ||
2 | - (dtucker) OpenBSD CVS Sync | ||
3 | - dtucker@cvs.openbsd.org 2013/02/17 23:16:57 | ||
4 | [readconf.c ssh.c readconf.h sshconnect2.c] | ||
5 | Keep track of which IndentityFile options were manually supplied and which | ||
6 | were default options, and don't warn if the latter are missing. | ||
7 | ok markus@ | ||
8 | |||
1 | 20130401 | 9 | 20130401 |
2 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h | 10 | - (dtucker) [openbsd-compat/bsd-cygwin_util.{c,h}] Don't include windows.h |
3 | to avoid conflicting definitions of __int64, adding the required bits. | 11 | to avoid conflicting definitions of __int64, adding the required bits. |