aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* dirmngr: Prepare certcache for forthcoming changes.Werner Koch2017-02-161-28/+40
* indent: Reformat and extend some comments in dirmngr.Werner Koch2017-02-165-92/+100
* dirmngr: Replace stpcpy chains by strconcat.Werner Koch2017-02-164-30/+13
* libdns: Workaround for bracketed numerical addresses.Werner Koch2017-02-151-3/+22
* dirmngr: Do PTR lookups only for 'keyserver --hosttable'.Werner Koch2017-02-151-46/+79
* dirmngr: Avoid PTR lookup for hosts in a poolWerner Koch2017-02-151-5/+18
* 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-0111-23/+75
* Fix explanation of commit e175152ef7515921635bf1e00383e812668d13fc.Werner Koch2017-02-011-1/+1
* dirmngr: Require --allow-version-check even if --use-tor is used.Werner Koch2017-01-311-1/+1
* gpg: Print a warning on Tor problems.Werner Koch2017-01-241-15/+45
* dirmngr: Simplify error returning inside http.c.Werner Koch2017-01-241-51/+50
* dirmngr: New option --disable-ipv4.Werner Koch2017-01-249-6/+41
* Fix format string errors and some missing error case initialization.Werner Koch2017-01-236-7/+7
* dirmngr: On SIGHUP mark all keyservers alive.Werner Koch2017-01-233-0/+25
* libdns: Hack to skip negation term.Gaetan Bisson2017-01-231-1/+9
* 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: Add setup of CA for NTBTLS.NIIBE Yutaka2017-01-191-1/+78
* dirmngr: Implement hkps lookups using literal addresses.Werner Koch2017-01-161-1/+29
* 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-162-31/+39
* libdns: Silence -Wstrict-prototypes on some function ptrs.Werner Koch2017-01-121-0/+13
* libdns: Provide replacement for EPROTO.Werner Koch2017-01-121-0/+4
* dirmngr: After a connection failure log a hint if Tor is not running.Werner Koch2017-01-111-0/+11
* dirmngr: Mark hosts dead on ENETDOWN.Werner Koch2017-01-111-0/+5
* dirmngr: Fix Tor access for v6 addresses.Werner Koch2017-01-111-1/+63
* dirmngr: Remove warnings about unused global variables.Werner Koch2017-01-112-2/+2
* dirmngr: Implement debug option "network" for http.Werner Koch2017-01-111-0/+1
* dirmngr: Add debug code to http.c.Werner Koch2017-01-112-22/+54
* dirmngr: Use "pgpkey-hkps" and "pgpkey-hkp" for SRV record lookups.Werner Koch2017-01-091-29/+34
* dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch2017-01-093-28/+40
* dirmngr: Implement experimental SRV record lookup for WKD.Werner Koch2017-01-081-1/+51
* dirmngr: Improve debug output for TLS.Werner Koch2017-01-081-0/+8
* dirmngr: Change internal SRV lookup API.Werner Koch2017-01-085-37/+31
* 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-035-37/+14
* 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-205-5/+55
* dirmngr: Fix problems with the getsrv function.Werner Koch2016-12-196-42/+103
* dirmngr,w32: Hack around a select problem.Werner Koch2016-12-191-2/+3
* Remove unused debug flags and add "dns" and "network".Werner Koch2016-12-192-0/+6
* dirmngr: Fix setup of libdns for W32.Werner Koch2016-12-172-2/+61
* 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-164-1/+56
* dirmngr: Pass Tor credentials to libdns.Werner Koch2016-12-161-9/+13
* dirmngr: Factor common libdns code out.Werner Koch2016-12-161-95/+86