aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dns-stuff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2017-02-15libdns: Workaround for bracketed numerical addresses.Werner Koch1-3/+22
2017-02-13dirmngr: Do a DNS lookup even if it is missing from nsswitch.conf.Werner Koch1-6/+21
2017-02-01dirmngr: New option --no-use-tor and internal changes.Werner Koch1-0/+8
2017-02-01Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch1-1/+1
2017-01-24dirmngr: New option --disable-ipv4.Werner Koch1-0/+15
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch1-1/+1
2017-01-23dirmngr: Print debug message only with --debug.Werner Koch1-1/+2
2017-01-23dirmngr: Handle missing nsswitch.conf.Phil Pennock1-1/+10
2017-01-16dirmngr: Allow reverse DNS lookups in Tor-mode.Werner Koch1-31/+182
2017-01-16dirmngr: Avoid network queries for literal IP addresses.Werner Koch1-0/+4
2017-01-16dirmngr: Fix URL creation for literal IPv6 addresses in HKP.Werner Koch1-5/+7
2017-01-08dirmngr: Change internal SRV lookup API.Werner Koch1-2/+23
2017-01-08dirmngr: Strip root zone suffix from libdns SRV results.Werner Koch1-0/+4
2017-01-03dirmngr: Make sure Tor mode is also set for DNS on SIGHUP.Werner Koch1-5/+7
2017-01-03dirmngr: New debug message on correctly initialized libdns.Werner Koch1-1/+4
2017-01-02dirmngr: Strip root zone suffix from libdns cname results.Werner Koch1-0/+11
2016-12-23dirmngr: Fix for --disable-libdns usage.NIIBE Yutaka1-3/+9
2016-12-20dirmngr: New option --resolver-timeout.Werner Koch1-3/+30
2016-12-19dirmngr: Fix problems with the getsrv function.Werner Koch1-23/+66
2016-12-17dirmngr: Fix setup of libdns for W32.Werner Koch1-2/+49
2016-12-16dirmngr: Auto-switch from Tor port to Torbrowser port.Werner Koch1-7/+61
2016-12-16dirmngr: Use one context for all libdns queries.Werner Koch1-0/+51
2016-12-16dirmngr: Pass Tor credentials to libdns.Werner Koch1-9/+13
2016-12-16dirmngr: Factor common libdns code out.Werner Koch1-95/+86
2016-12-15dirmngr: First patch to re-enable Tor support.Werner Koch1-32/+100
2016-12-14dirmngr: New configure option --disable-libdns.Werner Koch1-5/+52
2016-12-14dirmngr: Implement CERT record lookup via libdns.Werner Koch1-2/+188
2016-12-14dirmngr: Implement CNAME and SRV record lookup via libdns.Werner Koch1-64/+283
2016-12-14dirmngr: Fix bugs in the standard resolver code.Werner Koch1-24/+60
2016-12-14dirmngr: Add basic libdns supportJustus Winter1-11/+219
2016-12-14dirmngr,build: Remove support for ADNS.Justus Winter1-484/+24
2016-12-01dirmngr: Add option --standard-resolver.Werner Koch1-299/+394
2016-11-10dirmngr: Improve concurrency in the non-adns case.Werner Koch1-2/+24
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27dirmngr: ADNS error handling fix.NIIBE Yutaka1-4/+4
2016-10-27dirmngr: More ADNS error fix.NIIBE Yutaka1-4/+4
2016-10-27dirmngr: Fix error return for ADNS.NIIBE Yutaka1-1/+1
2016-09-20dirmngr: Fix type.Justus Winter1-1/+1
2016-02-15dirmngr: fix for memory alignment.NIIBE Yutaka1-6/+14
2016-01-27dirmngr: Build fix for FreeBSD (EAI macros)Werner Koch1-0/+4
2015-12-22gpg: Suppress a warning.Neal H. Walfield1-0/+2
2015-12-01dirmngr: Improve error handling.Justus Winter1-3/+2
2015-11-23dirmngr: Fix http lookups when libadns is used.Justus Winter1-1/+1
2015-11-23dirmngr: Fix SRV record lookups when using the system resolver.Justus Winter1-2/+2
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-11-12dirmngr: Do not block during ADNS calls.Werner Koch1-8/+35
2015-11-12dirmngr: New option --nameserver.Werner Koch1-2/+27
2015-11-09dirmngr: Change to new ADNS Tor mode init scheme.Werner Koch1-7/+46
2015-11-09dirmngr: Improve detection of ADNS.Werner Koch1-0/+5