aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-09Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka1-1/+0
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-05-28scd: Avoid buffer overrun with more than 16 PC/SC readers.Jakub Jelen1-1/+1
2023-11-21scd: New option --debug-allow-pin-logging.Werner Koch1-4/+4
2023-11-16scd: Minor debug output tweakWerner Koch1-1/+3
2023-05-01scd: Fix cmd_apdu on error.NIIBE Yutaka1-1/+1
2022-11-17scd: Redact --debug cardio output of a VERIFY APDU.Werner Koch1-2/+16
2022-05-17scd: Fix use of SCardListReaders for PC/SC.NIIBE Yutaka1-1/+1
2022-01-04scd,pcsc: Fix error handling for a reader with reader-port.NIIBE Yutaka1-5/+1
2021-08-20scd: Don't release the context until list_finish for PC/SC.NIIBE Yutaka1-1/+8
2021-06-18scd: Improve reading of binary records.Werner Koch1-8/+3
2021-06-07scd: Fix READER-PORT option handling for PC/SC.NIIBE Yutaka1-17/+27
2021-05-14scd: Remove wrong assertion and add protection to PCSC.COUNT.NIIBE Yutaka1-1/+2
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