diff options
author | Werner Koch <wk@gnupg.org> | 2008-12-05 13:01:01 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-12-05 13:01:01 +0100 |
commit | 041c764672705c842b43f4978b4a4dfd32a5977b (patch) | |
tree | 915666ed83407455549136af3b404b2238a8b79e /doc | |
parent | Translate the oktext (yes/no). (diff) | |
download | gnupg2-041c764672705c842b43f4978b4a4dfd32a5977b.tar.xz gnupg2-041c764672705c842b43f4978b4a4dfd32a5977b.zip |
Add option --card-timeout.
Add a new attribyte to app-openpgp.c
Fix two portability bugs.
Have gpg-connect-agent autostart gpg-agent on W32.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/scdaemon.texi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/scdaemon.texi b/doc/scdaemon.texi index df9d01a77..d8724ced8 100644 --- a/doc/scdaemon.texi +++ b/doc/scdaemon.texi @@ -252,6 +252,20 @@ echo scd getinfo reader_list | gpg-connect-agent --decode | awk '/^D/ @{print $2 @end smallexample +@item --card-timeout @var{n} +@opindex card-timeout +If @var{n} is not 0 and no client is actively using the card, the card +will be powered down after @var{n} seconds. Powering down the card +avoids a potential risk of damaging a card when used with certain +cheap readers. This also allows non Scdaemon aware applications to +access the card. The disadvantage of using a card timeout is that +accessing the card takes longer and that the user needs to enter the +PIN again after the next power up. + +Note that with the current version of Scdaemon the card is powered +down immediatley at the next timer tick for any value of @var{n} other +than 0. + @item --disable-keypad @opindex disable-keypad |