pwmd_new() now sets a default pinentry tty, term and display from the
commit89e0fc4c441731372cbdc3c58c4a28e40195f2eb
authorBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 05:13:24 +0000 (12 01:13 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sun, 12 Apr 2009 05:13:24 +0000 (12 01:13 -0400)
treefa7c1003b7999e03e25a3c93ee36d00c861725de
parent5c67fb92b47895450a1f1426aaedc7504de96cbd
pwmd_new() now sets a default pinentry tty, term and display from the
current environment. These can be changed with pwmd_setopt(). Note that
the remote SSH pwmd connection defaults will be overwritten
(~/.pwmd/pinentry.conf) with these settings since
send_pinentry_options() is called. To prevent this, set the option
values to NULL (or what ever is needed) before doing a command that may
require a pinentry. This also affects the local pinentry.
doc/libpwmd.3
src/libpwmd.c
src/libpwmd.h.in