aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* dirmngr: First patch to re-enable Tor support.Werner Koch2016-12-151-32/+100
* dirmngr: New configure option --disable-libdns.Werner Koch2016-12-146-7/+81
* 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: Require a c99 compilerWerner Koch2016-12-141-4/+5
* dirmngr: New libdns snapshotJustus Winter2016-12-142-63/+160
* dirmngr: Add basic libdns supportJustus Winter2016-12-144-14/+12736
* dirmngr,build: Remove support for ADNS.Justus Winter2016-12-142-490/+24
* dirmngr: Improve ntbtls support.NIIBE Yutaka2016-12-141-4/+71
* Fix 2 compiler warnings.Werner Koch2016-12-081-1/+4
* dirmngr: Add option --standard-resolver.Werner Koch2016-12-017-319/+430
* agent,dirmngr: Tiny restructuring.Werner Koch2016-11-291-4/+12
* agent,dirmngr: Handle corner case in shutdown mode.Werner Koch2016-11-291-5/+7
* dirmngr: Lazily launch ldap reaper thread.Daniel Kahn Gillmor2016-11-292-20/+3
* dirmngr: Use a longer timer tick interval.Werner Koch2016-11-181-10/+3
* dirmngr: More w32 system daemon cleanupDaniel Kahn Gillmor2016-11-181-14/+0
* dirmngr: Use a default keyserver if none is explicitly setDaniel Kahn Gillmor2016-11-171-1/+5
* dirmngr: Add system CAs if no hkp-cacert is givenDaniel Kahn Gillmor2016-11-171-5/+10
* dirmngr: Register hkp-cacert even if the file doesn't exist yetDaniel Kahn Gillmor2016-11-172-9/+8
* dirmngr: Auto-sownload the swdb.lstWerner Koch2016-11-172-10/+24
* dirmngr: Improve downloading of swdb.lst.Werner Koch2016-11-171-18/+54
* dirmngr: Add command to only load the swdb.Werner Koch2016-11-164-385/+379
* scd,dirmngr: Keep the standard fds when daemonizing.Werner Koch2016-11-161-1/+11
* dirmngr: Prepare to trigger jobs by network activity.Werner Koch2016-11-113-1/+44
* dirmngr: Improve concurrency in the non-adns case.Werner Koch2016-11-102-35/+60
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-0533-33/+33
* dirmngr: Fix signature checking.Werner Koch2016-10-271-25/+76
* Fix typos.Justus Winter2016-10-271-1/+1
* dirmngr: Do not implement --supervised in Windows.Werner Koch2016-10-271-3/+7
* dirmngr: ADNS error handling fix.NIIBE Yutaka2016-10-271-4/+4
* dirmngr: More ADNS error fix.NIIBE Yutaka2016-10-271-4/+4
* dirmngr: Fix error return for ADNS.NIIBE Yutaka2016-10-271-1/+1
* dirmngr: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor2016-10-271-0/+40
* dirmngr: report actual socket name.Daniel Kahn Gillmor2016-10-273-1/+11
* dirmngr: Fix help string and argument.NIIBE Yutaka2016-10-271-2/+2
* dirmngr: Fix hang due to deferred thread initialization.Werner Koch2016-10-261-13/+12
* dirmngr: Allow command VERSIONCHECK to handle 3 part version numbers.Werner Koch2016-10-251-35/+83
* dirmngr: Fix segfault in VERSIONCHECK.Kai Michaelis2016-10-241-2/+2
* Fix use cases of snprintf.NIIBE Yutaka2016-10-211-2/+1
* dirmngr: improve VERSIONCHECKKai Michaelis2016-10-191-99/+133
* dirmngr: use gnupg_mkdtemp instead of mkstempKai Michaelis2016-10-141-20/+44
* dirmngr: add VERSIONCHECK commandKai Michaelis2016-10-141-0/+227
* agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka2016-10-071-0/+1