Add configuration parameter "gpg_agent_socket".
commit3eafec3ed8672b86520a6775b4f576ee60177f9c
authorBen Kibbey <bjk@luxsci.net>
Fri, 3 Oct 2014 22:09:39 +0000 (3 18:09 -0400)
committerBen Kibbey <bjk@luxsci.net>
Fri, 3 Oct 2014 23:09:19 +0000 (3 19:09 -0400)
tree777458c2e2e61221d899e96c78c7de0f27d01446
parent08293e6bde1741b1d5bd1fe632c689d95af2ab82
Add configuration parameter "gpg_agent_socket".

Since GnuPG 2.1 there is no longer a GPG_AGENT_INFO environment variable
set specifying the location of the gpg-agent socket. A default of
~/.gnupg/S.gpg-agent is now used and can be set to another location
with the "gpg_agent_socket" configuration parameter.

This removes the "agent_env_file" configuration parameter.
doc/config.example
doc/pwmd.html
doc/pwmd.texi
src/agent.c
src/rcfile.c
tests/common.sh
tests/convert-v2x.test