aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-11dirmngr: Mark hosts dead on ENETDOWN.Werner Koch1-0/+5
2017-01-11dirmngr: Fix Tor access for v6 addresses.Werner Koch1-1/+63
2017-01-11dirmngr: Remove warnings about unused global variables.Werner Koch2-2/+2
2017-01-11dirmngr: Implement debug option "network" for http.Werner Koch1-0/+1
2017-01-11dirmngr: Add debug code to http.c.Werner Koch2-22/+54
2017-01-09dirmngr: Use "pgpkey-hkps" and "pgpkey-hkp" for SRV record lookups.Werner Koch1-29/+34
2017-01-09dirmngr: Do not use a SRV record for HKP if a port was specified.Werner Koch3-28/+40
2017-01-08dirmngr: Implement experimental SRV record lookup for WKD.Werner Koch1-1/+51
2017-01-08dirmngr: Improve debug output for TLS.Werner Koch1-0/+8
2017-01-08dirmngr: Change internal SRV lookup API.Werner Koch5-37/+31
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 Koch5-37/+14
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 Koch5-5/+55
2016-12-19dirmngr: Fix problems with the getsrv function.Werner Koch6-42/+103
2016-12-19dirmngr,w32: Hack around a select problem.Werner Koch1-2/+3
2016-12-19Remove unused debug flags and add "dns" and "network".Werner Koch2-0/+6
2016-12-17dirmngr: Fix setup of libdns for W32.Werner Koch2-2/+61
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 Koch4-1/+56
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 Koch6-7/+81
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: Require a c99 compilerWerner Koch1-4/+5
2016-12-14dirmngr: New libdns snapshotJustus Winter2-63/+160
2016-12-14dirmngr: Add basic libdns supportJustus Winter4-14/+12736
2016-12-14dirmngr,build: Remove support for ADNS.Justus Winter2-490/+24
2016-12-14dirmngr: Improve ntbtls support.NIIBE Yutaka1-4/+71
2016-12-08Fix 2 compiler warnings.Werner Koch1-1/+4
2016-12-01dirmngr: Add option --standard-resolver.Werner Koch7-319/+430
2016-11-29agent,dirmngr: Tiny restructuring.Werner Koch1-4/+12
2016-11-29agent,dirmngr: Handle corner case in shutdown mode.Werner Koch1-5/+7
2016-11-29dirmngr: Lazily launch ldap reaper thread.Daniel Kahn Gillmor2-20/+3
2016-11-18dirmngr: Use a longer timer tick interval.Werner Koch1-10/+3
2016-11-18dirmngr: More w32 system daemon cleanupDaniel Kahn Gillmor1-14/+0
2016-11-17dirmngr: Use a default keyserver if none is explicitly setDaniel Kahn Gillmor1-1/+5
2016-11-17dirmngr: Add system CAs if no hkp-cacert is givenDaniel Kahn Gillmor1-5/+10
2016-11-17dirmngr: Register hkp-cacert even if the file doesn't exist yetDaniel Kahn Gillmor2-9/+8
2016-11-17dirmngr: Auto-sownload the swdb.lstWerner Koch2-10/+24
2016-11-17dirmngr: Improve downloading of swdb.lst.Werner Koch1-18/+54
2016-11-16dirmngr: Add command to only load the swdb.Werner Koch4-385/+379
2016-11-16scd,dirmngr: Keep the standard fds when daemonizing.Werner Koch1-1/+11
2016-11-11dirmngr: Prepare to trigger jobs by network activity.Werner Koch3-1/+44
2016-11-10dirmngr: Improve concurrency in the non-adns case.Werner Koch2-35/+60