summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2013-11-09 00:19:22 +1100
committerDarren Tucker <dtucker@zip.com.au>2013-11-09 00:19:22 +1100
commitaff7ef1bb8b7c1eeb1f4812129091c5adbf51848 (patch)
tree96ba9aafa62cd81bf18c108179b8619b6989c98e /ChangeLog
parent882abfd3fb3c98cfe70b4fc79224770468b570a5 (diff)
- (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
rather than testing and generating each key, call ssh-keygen -A. Patch from vinschen at redhat.com.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 72c53f706..7372ad237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,8 +27,11 @@
27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile 27 - (dtucker) [openbsd-compat/bsd-poll.c] Add headers to prevent compile
28 warnings. 28 warnings.
29 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform 29 - (dtucker) [Makefile.in configure.ac] Set MALLOC_OPTIONS per platform
30 and pass in TEST_ENV. Unknown options cause stderr to get polluted 30 and pass in TEST_ENV. use stderr to get polluted
31 and the stderr-data test to fail. 31 and the stderr-data test to fail.
32 - (dtucker) [contrib/cygwin/ssh-host-config] Simplify host key generation:
33 rather than testing and generating each key, call ssh-keygen -A.
34 Patch from vinschen at redhat.com.
32 35
3320131107 3620131107
34 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5) 37 - (djm) [ssh-pkcs11.c] Bring back "non-constant initialiser" fix (rev 1.5)