aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-14scd: Handle error of SCardStatus.gniibe/pcsc-get-statusNIIBE Yutaka1-0/+2
2021-05-14scd: Fix possible race for watching thread doesn't exit.NIIBE Yutaka1-3/+12
2021-05-14scd: Change the exit condition of pcsc_thread.NIIBE Yutaka1-1/+1
2021-05-14scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka1-1/+2
2021-05-14scd: Release the context for pcsc_thred.NIIBE Yutaka1-0/+1
2021-05-13scd: Use the thread to monitor PC/SC card status change.NIIBE Yutaka1-7/+49
2021-05-13scd: Use SCardStatus for pcsc_get_status.NIIBE Yutaka1-53/+9
2021-05-13scd: Handle the error code of PCSC_E_READER_UNAVAILABLE.NIIBE Yutaka1-0/+1
2021-05-13scd: Add a thread for PS/SC which blocks at SCardGetStatusChange.NIIBE Yutaka1-0/+72
2021-05-13scd: Protect PCSC.CONTEXT in apdu_dev_list_start.NIIBE Yutaka1-0/+6
2021-05-11scd: Serialize READER_TABLE access for PC/SC.NIIBE Yutaka1-15/+19
2021-05-10scd: Fix close_pcsc_reader.NIIBE Yutaka1-9/+9
2021-05-10scd: Make sure releasing PC/SC context.NIIBE Yutaka1-6/+16
2021-05-07scd: Increment PCSC.COUNT correctly.NIIBE Yutaka1-2/+2
2021-05-07scd: Fix memory leak for RDRNAME and serialize access.NIIBE Yutaka1-2/+6
2021-05-06scd: Fix declarations for PC/SC access.NIIBE Yutaka1-2/+2
2021-05-06scd: Recover the partial match for PORTSTR for PC/SC.NIIBE Yutaka1-1/+2
2021-05-06scd: When reader is specified, make sure only open once.NIIBE Yutaka1-0/+5
2021-04-29scd: Fix PC/SC removed card problemWerner Koch1-0/+11
2021-04-28scd: Fix problem with reader list becoming empty.Werner Koch1-21/+23
2021-04-13scd: Fix memory leaks.Jakub Jelen1-0/+4
2021-03-31scd: Replace all assert macros by the log_assert macro.Werner Koch1-9/+8
2021-03-26scd: Fix PC/SC error handling at apdu_dev_list_start.NIIBE Yutaka1-1/+3
2021-03-12scd: New option --pcsc-shared.Werner Koch1-2/+3
2021-02-23scd:p15: Make it code work again for D-Trust cards.Werner Koch1-0/+1
2021-01-27scd: Define new status wordWerner Koch1-0/+1
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