don't attempt to force hostnames that are addresses to lowercase, but
authordjm <djm@openbsd.org>
Tue, 23 Jan 2018 05:06:25 +0000 (05:06 +0000)
committerdjm <djm@openbsd.org>
Tue, 23 Jan 2018 05:06:25 +0000 (05:06 +0000)
commitaed3a8d5113d031feb7929243a101d76538afa5f
tree9c5c99bb1bd878a7c3735217b251ee984e3b1ec1
parentabd66f67c54cc28e65199d9bd26d63292ee038e8
don't attempt to force hostnames that are addresses to lowercase, but
instead canonicalise them through getnameinfo/getaddrinfo to remove
ambiguities (e.g. ::0001 => ::1) before they are matched against
known_hosts; bz#2763, ok dtucker@
usr.bin/ssh/ssh.c