aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27scd: New getinfo sub-command apdu_strerror.Werner Koch1-2/+7
2020-11-11scd: Do not print reader status change with --debug cardio.Werner Koch1-1/+1
2020-11-05scd: Use lock_slot for apdu_send_direct.NIIBE Yutaka1-1/+1
2020-09-28scd: Internal CCID: Clear the handle after use.NIIBE Yutaka1-1/+5
2020-09-25scd: For PC/SC, send the ESC command at init for SPR532 reader.NIIBE Yutaka1-25/+32
2020-09-04scd: Increase the number of supported readers from 4 to 16.Werner Koch1-1/+2
2020-08-12scd: Log info about CCIDs with permission problems.Werner Koch1-3/+13
2020-08-12scd: Map some error codes from libusb to ccid-driver error codes.Werner Koch1-0/+7
2020-07-17scd: Fix closing reader and reeleasing context in PC/SC.NIIBE Yutaka1-0/+7
2020-07-17scd: PC/SC: Don't release the context when it's in use.NIIBE Yutaka1-1/+1
2020-06-29scd: Shorten cardio debug output for all zeroes.Werner Koch1-4/+33
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