introduce hostkeys_foreach() to allow iteration over a
authordjm <djm@openbsd.org>
Sun, 18 Jan 2015 21:40:23 +0000 (21:40 +0000)
committerdjm <djm@openbsd.org>
Sun, 18 Jan 2015 21:40:23 +0000 (21:40 +0000)
commit59f0f6ea9e8342853a796d1ea5ffd95987c2da0e
tree5f54301e75b49540fdc86f525e95a82228b603d1
parente05e501118167f7a5083db6330c745d8335c9396
introduce hostkeys_foreach() to allow iteration over a
known_hosts file or controlled subset thereof. This will
allow us to pull out some ugly and duplicated code, and
will be used to implement hostkey rotation later.

feedback and ok markus
usr.bin/ssh/hostfile.c
usr.bin/ssh/hostfile.h