aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/server.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-3/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-3/+3
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-21dirmngr: Add special treatment for the standard hkps pool to ntbtls.Werner Koch1-2/+3
2017-02-21dirmngr: New Assuan option "http-crl".Werner Koch1-0/+5
2017-02-18dirmngr: Add per-session verify callback to http.cWerner Koch1-7/+8
2017-02-17dirmngr: Add option --no-crl to the VALIDATE cmd.Werner Koch1-11/+10
2017-02-17dirmngr: Add options --tls and --systrust to the VALIDATE cmd.Werner Koch1-20/+84
2017-02-16indent: Reformat and extend some comments in dirmngr.Werner Koch1-15/+14
2017-02-16dirmngr: Replace stpcpy chains by strconcat.Werner Koch1-7/+2
2017-02-01dirmngr: New option --no-use-tor and internal changes.Werner Koch1-3/+7
2017-01-08dirmngr: Implement experimental SRV record lookup for WKD.Werner Koch1-1/+51
2017-01-03dirmngr: Make sure Tor mode is also set for DNS on SIGHUP.Werner Koch1-7/+0
2016-12-14dirmngr: New configure option --disable-libdns.Werner Koch1-0/+6
2016-12-14dirmngr,build: Remove support for ADNS.Justus Winter1-6/+0
2016-12-01dirmngr: Add option --standard-resolver.Werner Koch1-3/+9
2016-11-17dirmngr: Use a default keyserver if none is explicitly setDaniel Kahn Gillmor1-1/+5
2016-11-16dirmngr: Add command to only load the swdb.Werner Koch1-385/+17
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27dirmngr: Fix signature checking.Werner Koch1-25/+76
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27dirmngr: report actual socket name.Daniel Kahn Gillmor1-1/+1
2016-10-27dirmngr: Fix help string and argument.NIIBE Yutaka1-2/+2
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
2016-10-19dirmngr: improve VERSIONCHECKKai Michaelis1-99/+133
2016-10-14dirmngr: use gnupg_mkdtemp instead of mkstempKai Michaelis1-20/+44
2016-10-14dirmngr: add VERSIONCHECK commandKai Michaelis1-0/+227
2016-09-15spelling: conenction should be connectionDaniel Kahn Gillmor1-1/+1
2016-09-05dirmngr: Exclude D lines from the IPC debug output.Werner Koch1-4/+72
2016-09-02dirmngr: Add --policy-flags option to WKD_GET.Werner Koch1-3/+12
2016-08-18dirmngr: Remove all system daemon features.Werner Koch1-43/+5
2016-07-14build: Require latest released librariesWerner Koch1-7/+2
2016-06-28dirmngr: add option to retrieve extra WKS info.Werner Koch1-8/+22
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-16/+7
2016-05-18dirmngr: Adjust the WKD lookup to specs version -01.Werner Koch1-2/+0
2016-04-27dirmngr: Add experimental command WKD_GET.Werner Koch1-4/+74
2016-03-02common: Consolidate Assuan server argument handling.Justus Winter1-72/+1
2015-12-04dirmngr: Add command to print the resolver version.Werner Koch1-0/+12
2015-12-02dirmngr: Switch to an onion address if Tor is running.Werner Koch1-26/+118
2015-11-27Silence compiler warnings related to not using assuan_fd_t.Werner Koch1-2/+2
2015-11-27Avoid incompatible pointer assignment warnings on Windows.Werner Koch1-4/+4
2015-11-27dirmngr: Allow testing for a running Tor via "getinfo tor".Werner Koch1-2/+19
2015-11-26dirmngr: Improve output of "getinfo tor".Werner Koch1-1/+7
2015-11-09dirmngr: Change to new ADNS Tor mode init scheme.Werner Koch1-2/+2
2015-10-30common: Add separate header for zb32.c.Werner Koch1-0/+1
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-4/+4
2015-10-21dirmngr: Rename file dns-cert.c.Werner Koch1-1/+1
2015-10-20dirmngr: Prefer ADNS over system resolver.Werner Koch1-1/+2
2015-10-06dirmngr: Addlow fetching keys using OpenPGP DANEWerner Koch1-17/+54