summaryrefslogtreecommitdiffstats
path: root/dirmngr/dns-stuff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Require Libgcrypt 1.9Werner Koch2021-01-191-6/+18
* Silence compiler warnings.NIIBE Yutaka2020-08-191-1/+1
* dirmngr: Fixed typo in recently added diagnostic.Werner Koch2019-11-181-1/+1
* dirmngr: Use IPv4 or IPv6 interface only if available.Werner Koch2019-11-121-0/+104
* libdns: Avoid using compound literals (7).NIIBE Yutaka2019-02-261-4/+6
* libdns: Avoid using compound literals (6).NIIBE Yutaka2019-02-261-3/+3
* dirmngr: Support the new WKD draft with the openpgpkey subdomain.Werner Koch2018-11-131-10/+11
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* dirmngr: Print a WARNING status for DNS config problems.Werner Koch2018-07-251-32/+46
* dirmngr: Fix recursive resolver mode.NIIBE Yutaka2018-06-141-0/+2
* dirmngr: This towel should better detect a changed resolv.conf.Werner Koch2017-05-251-4/+6
* dirmngr: Re-init libdns resolver on towel change of resolv.confWerner Koch2017-05-251-1/+46
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* dirmngr: Fix alignment of ADDR.NIIBE Yutaka2017-04-131-14/+17
* dirmngr: Fix dns-stuff.c in another way.NIIBE Yutaka2017-04-121-3/+2
* Revert "dirmngr: Fix dns-stuff.c."NIIBE Yutaka2017-04-121-0/+1
* dirmngr: Fix dns-stuff.c.NIIBE Yutaka2017-04-121-1/+0
* dirmngr: New option --disable-ipv6Werner Koch2017-04-031-0/+15
* dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch2017-04-031-10/+1
* dirmngr: Do not assume that /etc/hosts exists.Werner Koch2017-04-031-4/+12
* dirmngr: Fix error handling.Justus Winter2017-03-211-1/+1
* dirmngr: Load the hosts file into libdns.Justus Winter2017-03-211-1/+25
* Remove -I option to common.NIIBE Yutaka2017-03-071-2/+2
* doc: Replace README.maint content.Werner Koch2017-03-071-1/+1
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* libdns: Workaround for bracketed numerical addresses.Werner Koch2017-02-151-3/+22
* dirmngr: Do a DNS lookup even if it is missing from nsswitch.conf.Werner Koch2017-02-131-6/+21
* dirmngr: New option --no-use-tor and internal changes.Werner Koch2017-02-011-0/+8
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-011-1/+1
* dirmngr: New option --disable-ipv4.Werner Koch2017-01-241-0/+15
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-231-1/+1
* dirmngr: Print debug message only with --debug.Werner Koch2017-01-231-1/+2
* dirmngr: Handle missing nsswitch.conf.Phil Pennock2017-01-231-1/+10
* dirmngr: Allow reverse DNS lookups in Tor-mode.Werner Koch2017-01-161-31/+182
* dirmngr: Avoid network queries for literal IP addresses.Werner Koch2017-01-161-0/+4
* dirmngr: Fix URL creation for literal IPv6 addresses in HKP.Werner Koch2017-01-161-5/+7
* dirmngr: Change internal SRV lookup API.Werner Koch2017-01-081-2/+23
* dirmngr: Strip root zone suffix from libdns SRV results.Werner Koch2017-01-081-0/+4
* dirmngr: Make sure Tor mode is also set for DNS on SIGHUP.Werner Koch2017-01-031-5/+7
* dirmngr: New debug message on correctly initialized libdns.Werner Koch2017-01-031-1/+4
* dirmngr: Strip root zone suffix from libdns cname results.Werner Koch2017-01-021-0/+11
* dirmngr: Fix for --disable-libdns usage.NIIBE Yutaka2016-12-231-3/+9
* dirmngr: New option --resolver-timeout.Werner Koch2016-12-201-3/+30
* dirmngr: Fix problems with the getsrv function.Werner Koch2016-12-191-23/+66
* dirmngr: Fix setup of libdns for W32.Werner Koch2016-12-171-2/+49
* dirmngr: Auto-switch from Tor port to Torbrowser port.Werner Koch2016-12-161-7/+61
* dirmngr: Use one context for all libdns queries.Werner Koch2016-12-161-0/+51
* dirmngr: Pass Tor credentials to libdns.Werner Koch2016-12-161-9/+13
* dirmngr: Factor common libdns code out.Werner Koch2016-12-161-95/+86
* dirmngr: First patch to re-enable Tor support.Werner Koch2016-12-151-32/+100