aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch33-33/+33
2016-10-27dirmngr: Fix signature checking.Werner Koch1-25/+76
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27dirmngr: Do not implement --supervised in Windows.Werner Koch1-3/+7
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-10-27dirmngr: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor1-0/+40
2016-10-27dirmngr: report actual socket name.Daniel Kahn Gillmor3-1/+11
2016-10-27dirmngr: Fix help string and argument.NIIBE Yutaka1-2/+2
2016-10-26dirmngr: Fix hang due to deferred thread initialization.Werner Koch1-13/+12
2016-10-25dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers.Werner Koch1-35/+83
2016-10-24dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis1-2/+2