aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-09-17scd,pcsc: Use HANDLE for context and card.NIIBE Yutaka1-28/+34
2019-09-12scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620NIIBE Yutaka1-12/+5
2019-09-12scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka1-29/+34
2019-09-11scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka1-10/+1
2019-09-11scd,pcsc: Fix examining the list of readers.NIIBE Yutaka1-5/+13
2019-09-11scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka1-9/+13
2019-09-11scd,pcsc: Support multiple card readers.NIIBE Yutaka1-180/+217
2019-09-11scd,pcsc: Use a single context.NIIBE Yutaka1-26/+46
2019-09-11scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka1-9/+9
2019-08-06scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka1-8/+2
2019-07-12scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch1-4/+2
2019-05-21scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka1-0/+5
2019-05-16scd: Remove unused cruft from GnuPG 1.xWerner Koch1-16/+6
2019-01-20scd: One new and one improved 7816 function.Werner Koch1-10/+20
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor1-1/+1
2018-10-11scd: Support "acknowledge button" feature.NIIBE Yutaka1-0/+34
2018-07-26scd: Add support for Trustica Cryptoucan.Jiří Keresteš1-2/+4
2018-03-13scd: After fatal error, shutdown a reader.NIIBE Yutaka1-0/+9
2018-03-12scd: Fix typo in previous commit.NIIBE Yutaka1-1/+1
2018-03-08scd: More fix with PC/SC for Windows.NIIBE Yutaka1-18/+20
2018-03-08scd: Fix status check when using PC/SC.NIIBE Yutaka1-3/+12
2017-11-27Use the gpgrt log functions if possible.Werner Koch1-10/+10
2017-11-21scd: Enable card removal check after select_application.NIIBE Yutaka1-2/+7
2017-09-20scd: Distinguish cancel by user and protocol error.NIIBE Yutaka1-1/+2
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-07scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka1-8/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-03-06scd: Clean up old code.NIIBE Yutaka1-1145/+22
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-13scd: Fix use case of PC/SC.NIIBE Yutaka1-3/+11
2017-01-30scd: Fix GetSlotStatus.NIIBE Yutaka1-26/+18
2017-01-30scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka1-8/+19
2017-01-27scd: Improve watching USB device removal.NIIBE Yutaka1-18/+29
2017-01-26scd: Only submit apdu_get_status when needed.NIIBE Yutaka1-2/+9
2017-01-06scd: Fix for --disable-ccid for scdaemon.NIIBE Yutaka1-6/+7
2017-01-06scd: Fix for --disable-ccid-driver.NIIBE Yutaka1-1/+6
2017-01-06scd: Support multiple readers by CCID driver.NIIBE Yutaka1-56/+163
2016-12-29scd: Fix a race condition for new_reader_slot.NIIBE Yutaka1-23/+44
2016-12-28scd: Simplify monitoring card removal.NIIBE Yutaka1-97/+21
2016-11-22scd: Fix receive buffer size.NIIBE Yutaka1-2/+3
2016-11-17scd: Don't limit to ST-2xxx for PC/SC.NIIBE Yutaka1-1/+5
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27Fix typos.Justus Winter1-1/+1
2016-09-02scd: Clean up unused shutdown method.NIIBE Yutaka1-48/+0
2015-12-10scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend1-0/+3
2015-12-03scd: Fix "Conflicting usage" bug.NIIBE Yutaka1-2/+5
2015-11-17Fix typos found using codespell.Justus Winter1-5/+5
2015-11-09scd: Add reder information to --card-status.NIIBE Yutaka1-1/+10
2015-09-28scd: Handle error correctly.NIIBE Yutaka1-5/+5
2015-06-23scd: pinpad workaround for PC/SC implementations.NIIBE Yutaka1-4/+12