aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Remove old fallback logic from CCID to PC/SC.gniibe/T4620NIIBE Yutaka2019-09-121-12/+5
* scd,pcsc: Support "reader-port" option for PC/SC reader.NIIBE Yutaka2019-09-121-29/+34
* scd,pcsc: Remove the restriction of no-scanning in PC/SC.NIIBE Yutaka2019-09-111-10/+1
* scd,pcsc: Fix examining the list of readers.NIIBE Yutaka2019-09-111-5/+13
* scd,pcsc: Fix for initializing PC/SC.NIIBE Yutaka2019-09-111-9/+13
* scd,pcsc: Support multiple card readers.NIIBE Yutaka2019-09-111-180/+217
* scd,pcsc: Use a single context.NIIBE Yutaka2019-09-111-26/+46
* scd: Clean up the structure for future fix of PC/SC.NIIBE Yutaka2019-09-111-9/+9
* scd: Remove fallback mechanism to PC/SC.NIIBE Yutaka2019-08-061-8/+2
* scd: Remove useless GNUPG_SCD_MAIN_HEADER macro.Werner Koch2019-07-121-4/+2
* scd: Fix for SCARD_IO_REQUEST structure.NIIBE Yutaka2019-05-211-0/+5
* scd: Remove unused cruft from GnuPG 1.xWerner Koch2019-05-161-16/+6
* scd: One new and one improved 7816 function.Werner Koch2019-01-201-10/+20
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* scd: Support "acknowledge button" feature.NIIBE Yutaka2018-10-111-0/+34
* scd: Add support for Trustica Cryptoucan.Jiří Keresteš2018-07-261-2/+4
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-03-271-18/+38
|\
| * scd: After fatal error, shutdown a reader.NIIBE Yutaka2018-03-131-0/+9
| * scd: Fix typo in previous commit.NIIBE Yutaka2018-03-121-1/+1
| * scd: More fix with PC/SC for Windows.NIIBE Yutaka2018-03-081-18/+20
| * scd: Fix status check when using PC/SC.NIIBE Yutaka2018-03-081-3/+12
* | Use the gpgrt log functions if possible.Werner Koch2017-11-271-10/+10
* | Merge branch 'STABLE-BRANCH-2-2'Werner Koch2017-11-231-2/+7
|\|
| * scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-2/+7
* | scd: Distinguish cancel by user and protocol error.NIIBE Yutaka2017-09-201-1/+2
|/
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka2017-04-071-8/+3
* Remove -I option to common.NIIBE Yutaka2017-03-071-5/+5
* scd: Clean up old code.NIIBE Yutaka2017-03-061-1145/+22
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* scd: Fix use case of PC/SC.NIIBE Yutaka2017-02-131-3/+11
* scd: Fix GetSlotStatus.NIIBE Yutaka2017-01-301-26/+18
* scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka2017-01-301-8/+19
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-271-18/+29
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-261-2/+9
* scd: Fix for --disable-ccid for scdaemon.NIIBE Yutaka2017-01-061-6/+7
* scd: Fix for --disable-ccid-driver.NIIBE Yutaka2017-01-061-1/+6
* scd: Support multiple readers by CCID driver.NIIBE Yutaka2017-01-061-56/+163
* scd: Fix a race condition for new_reader_slot.NIIBE Yutaka2016-12-291-23/+44
* scd: Simplify monitoring card removal.NIIBE Yutaka2016-12-281-97/+21
* scd: Fix receive buffer size.NIIBE Yutaka2016-11-221-2/+3
* scd: Don't limit to ST-2xxx for PC/SC.NIIBE Yutaka2016-11-171-1/+5
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix typos.Justus Winter2016-10-271-1/+1
* scd: Clean up unused shutdown method.NIIBE Yutaka2016-09-021-48/+0
* scd: Fix removal of unplugged usb readers on Windows.Daniel Hoffend2015-12-101-0/+3
* scd: Fix "Conflicting usage" bug.NIIBE Yutaka2015-12-031-2/+5
* Fix typos found using codespell.Justus Winter2015-11-171-5/+5
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-091-1/+10
* scd: Handle error correctly.NIIBE Yutaka2015-09-281-5/+5