aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-211-2/+7
* 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
* scd: pinpad workaround for PC/SC implementations.NIIBE Yutaka2015-06-231-4/+12
* scd: Fix Cherry ST-2000 support for pinpad input.NIIBE Yutaka2015-06-221-4/+12
* scd: PC/SC reader selection by partial string match.NIIBE Yutaka2015-04-301-4/+8
* scd: better handling of extended APDU.NIIBE Yutaka2015-04-141-2/+4
* scd: Fix possible NULL deref in apdu.cWerner Koch2015-03-151-3/+7
* scd: Fix regression in 2.1.2 (due to commit 2183683)Werner Koch2015-02-121-2/+2
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-23/+17
* scd: fix merge failure.NIIBE Yutaka2015-01-061-2/+0
* scd: Add a new status word code.Werner Koch2014-07-251-0/+1
* scd: Do not use the pcsc-wrapper.Werner Koch2014-07-221-2/+3
* scd: acquire lock in new_reader_slot.Werner Koch2014-03-101-48/+70
* w32: Silence warnings about unused vars.Werner Koch2014-03-071-4/+5
* Make use of the *_NAME etc macros.Werner Koch2013-11-181-1/+1
* scd: more pinpad input fix for PC/SC.NIIBE Yutaka2013-11-131-10/+5
* scd: more pinpad fix.NIIBE Yutaka2013-11-111-8/+5
* scd: pinpad fix for PC/SC on Windows.NIIBE Yutaka2013-10-291-1/+8
* scd: fix pinpad input on Windows.NIIBE Yutaka2013-10-251-1/+2
* scd: add pinpad readers information for PC/SC service.NIIBE Yutaka2013-10-161-11/+26
* scd: remove pin length check.NIIBE Yutaka2013-10-151-6/+0
* scd: Use vendor and product id macros also in apdu.cWerner Koch2013-08-301-2/+3
* scd: PC/SC pinpad input improvement.NIIBE Yutaka2013-08-301-62/+168
* scd: Make SPRx32 pinpad work with PC/SC on Windows.Werner Koch2013-08-211-7/+27
* scd: Improve --enable-pinpad-varlen.Werner Koch2013-08-211-1/+7
* scd: Fix a syntax error for Apple and Windows.Werner Koch2013-08-011-1/+1