aboutsummaryrefslogtreecommitdiffstats
path: root/dirmngr/dirmngr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27dirmngr: Do not implement --supervised in Windows.Werner Koch1-3/+7
2016-10-27dirmngr: Implement --supervised command (for systemd, etc).Daniel Kahn Gillmor1-0/+40
2016-10-27dirmngr: report actual socket name.Daniel Kahn Gillmor1-0/+9
2016-10-26dirmngr: Fix hang due to deferred thread initialization.Werner Koch1-13/+12
2016-10-21Fix use cases of snprintf.NIIBE Yutaka1-2/+1
2016-10-07agent, dirmngr, scd: Fix init_common_subsystems.NIIBE Yutaka1-0/+1
2016-10-04agent, dirmngr, scd: npth_init must be after fork.NIIBE Yutaka1-11/+20
2016-09-19dirmngr: Silence diagnostics about starting housekeeping.Werner Koch1-2/+2
2016-09-07dirmngr: Terminate on deletion of the socket file (Linux only).Werner Koch1-4/+99
2016-09-05dirmngr: Exclude D lines from the IPC debug output.Werner Koch1-1/+1
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-08-18dirmngr: Remove all system daemon features.Werner Koch1-176/+4
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor1-2/+2
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey1-4/+0
2016-06-08Explicitly restrict socket permissions.Werner Koch1-0/+4
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-13/+12
2015-12-02build: Require at least Libassuan 2.4.1.Werner Koch1-13/+0
2015-12-02dirmngr: Switch to an onion address if Tor is running.Werner Koch1-4/+3
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-12dirmngr: New option --nameserver.Werner Koch1-0/+7
2015-10-21Change capitalization of TOR to Tor.Werner Koch1-3/+3
2015-10-19dirmngr: Allow building with libassuan < 2.3.Werner Koch1-0/+2
2015-10-19dirmngr: Make --use-tor work - still leaks DNS.Werner Koch1-2/+17
2015-10-06dirmngr: Do tilde expansion for --hkp-cacert.Werner Koch1-1/+14
2015-10-05dirmngr: Add option --keyserver.Werner Koch1-1/+12
2015-10-05dirmngr: Make clear that --use-tor is not yet ready for use.Werner Koch1-0/+8
2015-09-18dirmngr: Add option --use-tor as a stub.Werner Koch1-0/+6
2015-06-23Allow use of debug flag names for all tools.Werner Koch1-5/+21
2015-06-16dirmngr: Avoid accessing uninitialized memory in log callback.Werner Koch1-2/+6
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-6/+6
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-2/+1
2015-04-21dirmngr: Add http proxy support for keyservers.Werner Koch1-2/+13
2015-04-06Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch1-3/+3
2015-03-23Improve spelling and grammar of some comments.Neal H. Walfield1-3/+3
2015-02-12dirmngr: Initialize cache from sysconfig dirAndre Heinecke1-3/+0
2015-02-11dirmngr: Avoid warning about unused function.Werner Koch1-1/+2
2015-01-28Add a hook to be called right after main.Werner Koch1-0/+2
2014-12-01dirmngr: Implement socket redirection.Werner Koch1-12/+48
2014-10-17dirmngr: Allow building without LDAP support.Werner Koch1-4/+35
2014-10-17dirmngr: Minor usage output fix.Werner Koch1-2/+2
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-2/+2
2014-10-02First changes for future use of NTBTLS.Werner Koch1-5/+20
2014-06-27Fix typos in messagesYuri Chornoivan1-1/+1
2014-05-05dirmngr: Add support for hkps keyservers.Werner Koch1-0/+47
2014-04-08dirmngr: Fix compiler warning.Werner Koch1-11/+25
2014-03-18dirmngr: Resurrect hosts in the HKP hosttable.Werner Koch1-15/+74
2014-03-14dirmngr: Default to a user socket name and enable autostart.Werner Koch1-1/+5
2014-03-12gpg: Add option --dirmngr-program.Werner Koch1-19/+3
2014-03-07Silence more warnings about unused vars and args.Werner Koch1-4/+19