aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dns-stuff.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dirmngr: New configure option --disable-libdns.Werner Koch2016-12-141-5/+52
* dirmngr: Implement CERT record lookup via libdns.Werner Koch2016-12-141-2/+188
* dirmngr: Implement CNAME and SRV record lookup via libdns.Werner Koch2016-12-141-64/+283
* dirmngr: Fix bugs in the standard resolver code.Werner Koch2016-12-141-24/+60
* dirmngr: Add basic libdns supportJustus Winter2016-12-141-11/+219
* dirmngr,build: Remove support for ADNS.Justus Winter2016-12-141-484/+24
* dirmngr: Add option --standard-resolver.Werner Koch2016-12-011-299/+394
* dirmngr: Improve concurrency in the non-adns case.Werner Koch2016-11-101-2/+24
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* dirmngr: ADNS error handling fix.NIIBE Yutaka2016-10-271-4/+4