mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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.
This commit is contained in:
parent
0ec678b2af
commit
041c764672
43 changed files with 6804 additions and 6553 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue