summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e05b8698c..48d49dea1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,6 +16,22 @@
16 [ssh-ed25519.c] 16 [ssh-ed25519.c]
17 check for unsigned overflow; not reachable in OpenSSH but others might 17 check for unsigned overflow; not reachable in OpenSSH but others might
18 copy our code... 18 copy our code...
19 - djm@cvs.openbsd.org 2014/02/23 20:11:36
20 [readconf.c readconf.h ssh.c ssh_config.5]
21 reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
22 the hostname. This allows users to write configurations that always
23 refer to canonical hostnames, e.g.
24
25 CanonicalizeHostname yes
26 CanonicalDomains int.example.org example.org
27 CanonicalizeFallbackLocal no
28
29 Host *.int.example.org
30 Compression off
31 Host *.example.org
32 User djm
33
34 ok markus@
19 35
2020140213 3620140213
21 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat 37 - (dtucker) [configure.ac openbsd-compat/openssl-compat.{c,h}] Add compat