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