Added a note about changing pinentry methods and saving. For example,
commit97ab9fcf9564fd095533ac61cb14343f4b9330ff
authorBen Kibbey <bjk@luxsci.net>
Tue, 14 Apr 2009 02:21:41 +0000 (13 22:21 -0400)
committerBen Kibbey <bjk@luxsci.net>
Tue, 14 Apr 2009 02:21:41 +0000 (13 22:21 -0400)
tree54b28fa7937cd2f177b27cb3296555a5914f5b8c
parent70a01167a204a3bcf81457e987cdf487c6aacbd8
Added a note about changing pinentry methods and saving. For example,
doing a pwmd_open2() will send "OPTION PINENTRY=0" to the server. Doing
a pwmd_save() after this will cause the SAVE command to be sent
without a passphrase and pwmd won't care because it's pinentry is
disabled and it assumes this is what you want (an empty passphrase).
"OPTION PINENTRY=1" must be sent before calling the save function for
pwmd to use it's own pinentry again.
doc/libpwmd.3
src/libpwmd.h.in