aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-26Switch to the libgpg-error provided estream.Werner Koch1-5/+5
2013-08-28gpg: Make decryption with the OpenPGP card work.Werner Koch1-1/+9
2013-03-25scd: call update_card_removed only when detecting removal.NIIBE Yutaka1-4/+2
2013-02-08scd: Rename 'keypad' to 'pinpad'.NIIBE Yutaka1-5/+5
2013-02-05SCD: API cleanup for keypad handling.NIIBE Yutaka1-0/+1
2012-12-04Revert SCD changes of 2010-05-03.NIIBE Yutaka1-19/+4
2012-12-04Don't keep opening unavailable card reader.NIIBE Yutaka1-5/+0
2012-11-06Allow decryption with card keys > 3072 bitsWerner Koch1-7/+33
2012-06-05Change all quotes in strings and comments to the new GNU standard.Werner Koch1-1/+1
2012-02-07Use new status printing functions.Werner Koch1-22/+16
2012-01-25Port to npth.Marcus Brinkmann1-15/+25
2011-12-20Require Libassuan 2.0.3Werner Koch1-7/+0
2011-12-15scd: Add option --dump-atr to command APDU.Werner Koch1-4/+32
2011-12-14scd: Fix resetting and closing of the reader.Werner Koch1-24/+33
2011-12-13scd: Introduce a virtual reader table.Werner Koch1-91/+122
2011-12-12scd: Retry command SERIALNO for an inactive card.Werner Koch1-1/+8
2011-12-12Fix detection of card removal and insertion.Werner Koch1-3/+5
2011-08-10Made the KILLAGENT and KILLSCD commands working again.Werner Koch1-0/+8
2011-06-16Allow generation of card keys up to 4096 bit.Werner Koch1-2/+6
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-86/+86
2011-01-25Fixed problem with unplugging card readers.Werner Koch1-1/+11
2011-01-25Detect non operational readers.Werner Koch1-4/+19
2010-03-11Use a custom log handler for libassuan.Werner Koch1-3/+0
2009-11-25agent/Marcus Brinkmann1-3/+3
2009-11-05agent/Marcus Brinkmann1-1/+2
2009-11-04Add help strings for all commands.Werner Koch1-335/+337
2009-11-04Adjust for assuan_register_command change.Werner Koch1-1/+1
2009-11-02agent/Marcus Brinkmann1-3/+6
2009-10-28[scd] Memory leak fix.Werner Koch1-0/+1
2009-09-232009-09-23 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-32/+39
2009-07-16Add code to better handle unplugging of a reader.Werner Koch1-3/+11
2009-05-13Improved smartcard robustness.Werner Koch1-4/+20
2009-04-01Import/export of pkcs#12 now uses the gpg-agent directly.Werner Koch1-36/+1
2009-03-30Implement decryption for TCOS 3 cards.Werner Koch1-5/+6
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-1/+9
2009-03-24Better syncronization of several smartcard sessions.Werner Koch1-7/+33
2009-03-18Add server option with-ephemeral-keys.Werner Koch1-48/+56
2009-03-10Add new attribute KEY-ATTR.Werner Koch1-0/+12
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-11/+24
2009-03-03Fix segv.gnupg-2.0.11Werner Koch1-1/+3
2009-02-27Fix a gpg2 problem with removed cards.Werner Koch1-0/+32
2009-02-12New scd getinfo subcommand deny_adminWerner Koch1-0/+6
2009-02-09Change default gpgsm cipher back to 3DES.Werner Koch1-1/+1
2009-01-13Add a sample key.Werner Koch1-1/+2
2009-01-12Minor fixesWerner Koch1-1/+1
2009-01-08Add limited support for NetKey 3.0 cards.Werner Koch1-1/+1
2008-12-18Fixed some card related problems.Werner Koch1-30/+91
2008-12-05Add option --card-timeout.Werner Koch1-7/+11
2008-11-11Minor cleanups.Werner Koch1-7/+28
2008-11-03Fixed the card removed with cached app bug. (Famous last fix).Werner Koch1-18/+23