| Commit message (Expand) | Author | Age | Files | Lines |
* | scd: New option --debug-allow-pin-logging. | Werner Koch | 2023-11-21 | 1 | -4/+4 |
* | scd: Minor debug output tweak | Werner Koch | 2023-11-16 | 1 | -1/+3 |
* | scd: Fix cmd_apdu on error. | NIIBE Yutaka | 2023-05-01 | 1 | -1/+1 |
* | scd: Redact --debug cardio output of a VERIFY APDU. | Werner Koch | 2022-11-17 | 1 | -2/+16 |
* | scd: Fix use of SCardListReaders for PC/SC. | NIIBE Yutaka | 2022-05-17 | 1 | -1/+1 |
* | scd,pcsc: Fix error handling for a reader with reader-port. | NIIBE Yutaka | 2022-01-04 | 1 | -5/+1 |
* | scd: Don't release the context until list_finish for PC/SC. | NIIBE Yutaka | 2021-08-20 | 1 | -1/+8 |
* | scd: Improve reading of binary records. | Werner Koch | 2021-06-18 | 1 | -8/+3 |
* | scd: Fix READER-PORT option handling for PC/SC. | NIIBE Yutaka | 2021-06-07 | 1 | -17/+27 |
* | scd: Remove wrong assertion and add protection to PCSC.COUNT. | NIIBE Yutaka | 2021-05-14 | 1 | -1/+2 |
* | scd: Serialize READER_TABLE access for PC/SC. | NIIBE Yutaka | 2021-05-11 | 1 | -15/+19 |
* | scd: Fix close_pcsc_reader. | NIIBE Yutaka | 2021-05-10 | 1 | -9/+9 |
* | scd: Make sure releasing PC/SC context. | NIIBE Yutaka | 2021-05-10 | 1 | -6/+16 |
* | scd: Increment PCSC.COUNT correctly. | NIIBE Yutaka | 2021-05-07 | 1 | -2/+2 |
* | scd: Fix memory leak for RDRNAME and serialize access. | NIIBE Yutaka | 2021-05-07 | 1 | -2/+6 |
* | scd: Fix declarations for PC/SC access. | NIIBE Yutaka | 2021-05-07 | 1 | -2/+2 |
* | scd: Recover the partial match for PORTSTR for PC/SC. | NIIBE Yutaka | 2021-05-06 | 1 | -1/+2 |
* | scd: When reader is specified, make sure only open once. | NIIBE Yutaka | 2021-05-06 | 1 | -0/+5 |
* | scd: Fix PC/SC removed card problem | Werner Koch | 2021-04-29 | 1 | -0/+11 |
* | scd: Fix problem with reader list becoming empty. | Werner Koch | 2021-04-28 | 1 | -21/+23 |
* | scd: Fix memory leaks. | Jakub Jelen | 2021-04-13 | 1 | -0/+4 |
* | scd: Replace all assert macros by the log_assert macro. | Werner Koch | 2021-03-31 | 1 | -9/+8 |
* | scd: Fix PC/SC error handling at apdu_dev_list_start. | NIIBE Yutaka | 2021-03-26 | 1 | -1/+3 |
* | scd: New option --pcsc-shared. | Werner Koch | 2021-03-12 | 1 | -2/+3 |
* | scd:p15: Make it code work again for D-Trust cards. | Werner Koch | 2021-02-23 | 1 | -0/+1 |
* | scd: Define new status word | Werner Koch | 2021-01-27 | 1 | -0/+1 |
* | scd: New getinfo sub-command apdu_strerror. | Werner Koch | 2020-11-27 | 1 | -2/+7 |
* | scd: Do not print reader status change with --debug cardio. | Werner Koch | 2020-11-11 | 1 | -1/+1 |
* | scd: Use lock_slot for apdu_send_direct. | NIIBE Yutaka | 2020-11-05 | 1 | -1/+1 |
* | scd: Internal CCID: Clear the handle after use. | NIIBE Yutaka | 2020-09-28 | 1 | -1/+5 |
* | scd: For PC/SC, send the ESC command at init for SPR532 reader. | NIIBE Yutaka | 2020-09-25 | 1 | -25/+32 |
* | scd: Increase the number of supported readers from 4 to 16. | Werner Koch | 2020-09-04 | 1 | -1/+2 |
* | scd: Log info about CCIDs with permission problems. | Werner Koch | 2020-08-12 | 1 | -3/+13 |
* | scd: Map some error codes from libusb to ccid-driver error codes. | Werner Koch | 2020-08-12 | 1 | -0/+7 |
* | scd: Fix closing reader and reeleasing context in PC/SC. | NIIBE Yutaka | 2020-07-17 | 1 | -0/+7 |
* | scd: PC/SC: Don't release the context when it's in use. | NIIBE Yutaka | 2020-07-17 | 1 | -1/+1 |
* | scd: Shorten cardio debug output for all zeroes. | Werner Koch | 2020-06-29 | 1 | -4/+33 |
* | scd,pcsc: Use HANDLE for context and card. | NIIBE Yutaka | 2019-09-17 | 1 | -28/+34 |
* | scd: Remove old fallback logic from CCID to PC/SC. | NIIBE Yutaka | 2019-09-12 | 1 | -12/+5 |
* | scd,pcsc: Support "reader-port" option for PC/SC reader. | NIIBE Yutaka | 2019-09-12 | 1 | -29/+34 |
* | scd,pcsc: Remove the restriction of no-scanning in PC/SC. | NIIBE Yutaka | 2019-09-12 | 1 | -10/+1 |
* | scd,pcsc: Fix examining the list of readers. | NIIBE Yutaka | 2019-09-11 | 1 | -5/+13 |
* | scd,pcsc: Fix for initializing PC/SC. | NIIBE Yutaka | 2019-09-11 | 1 | -9/+13 |
* | scd,pcsc: Support multiple card readers. | NIIBE Yutaka | 2019-09-11 | 1 | -180/+217 |
* | scd,pcsc: Use a single context. | NIIBE Yutaka | 2019-09-11 | 1 | -26/+46 |
* | scd: Clean up the structure for future fix of PC/SC. | NIIBE Yutaka | 2019-09-11 | 1 | -9/+9 |
* | scd: Remove fallback mechanism to PC/SC. | NIIBE Yutaka | 2019-08-07 | 1 | -8/+2 |
* | scd: Remove useless GNUPG_SCD_MAIN_HEADER macro. | Werner Koch | 2019-07-12 | 1 | -4/+2 |
* | scd: Fix for SCARD_IO_REQUEST structure. | NIIBE Yutaka | 2019-05-21 | 1 | -0/+5 |
* | scd: Remove unused cruft from GnuPG 1.x | Werner Koch | 2019-05-16 | 1 | -16/+6 |