aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dns-stuff.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-05-25dirmngr: This towel should better detect a changed resolv.conf.Werner Koch1-4/+6
2017-05-25dirmngr: Re-init libdns resolver on towel change of resolv.confWerner Koch1-1/+46
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-13dirmngr: Fix alignment of ADDR.NIIBE Yutaka1-14/+17
2017-04-12dirmngr: Fix dns-stuff.c in another way.NIIBE Yutaka1-3/+2
2017-04-12Revert "dirmngr: Fix dns-stuff.c."NIIBE Yutaka1-0/+1
2017-04-12dirmngr: Fix dns-stuff.c.NIIBE Yutaka1-1/+0
2017-04-03dirmngr: New option --disable-ipv6Werner Koch1-0/+15
2017-04-03dirmngr: Always print a warning for a missing /etc/hosts.Werner Koch1-10/+1
2017-04-03dirmngr: Do not assume that /etc/hosts exists.Werner Koch1-4/+12
2017-03-21dirmngr: Fix error handling.Justus Winter1-1/+1
2017-03-21dirmngr: Load the hosts file into libdns.Justus Winter1-1/+25
2017-03-07Remove -I option to common.NIIBE Yutaka1-2/+2
2017-03-07doc: Replace README.maint content.Werner Koch1-1/+1
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