chiark / gitweb /
dirmngr: Load the hosts file into libdns.
authorJustus Winter <justus@g10code.com>
Tue, 21 Mar 2017 13:18:25 +0000 (14:18 +0100)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 18 Sep 2017 20:41:12 +0000 (21:41 +0100)
commitf130e75878d28fb9cb0a045201d634655e7e1ca8
treeff0e0370e17ab198fbda290137b75adde4165d17
parentac0fdba6400c9810df9da850cb859f04b471dffe
dirmngr: Load the hosts file into libdns.

* dirmngr/dns-stuff.c (libdns_init): Actually load the hosts file into
libdns.
--

Previously, connecting to key servers specified in /etc/hosts was not
possible because libdns' hosts structure was initialized, but not
filled with the content of the hosts file.

GnuPG-bug-id: 2977
Signed-off-by: Justus Winter <justus@g10code.com>
(cherry picked from commit 88f1505f0613894d5544290a170119eb538921e5)

Gbp-Pq: Name 0053-dirmngr-Load-the-hosts-file-into-libdns.patch
dirmngr/dns-stuff.c