aboutsummaryrefslogtreecommitdiffstats
path: root/scd (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-12scd: Handle unexpected suspend/resume by CCID driver.NIIBE Yutaka1-4/+16
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-04-10scd: Relax a condition for p15 driver.NIIBE Yutaka1-1/+1
2017-04-10scd: Remove "special transport" support.NIIBE Yutaka1-292/+64
2017-04-07scd: Internal CCID reader cleanup.NIIBE Yutaka1-269/+41
2017-04-07scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka1-8/+3
2017-03-27scd: Change the order of applications when accessed.NIIBE Yutaka1-2/+9
2017-03-27scd: Fix timeout handling for key generation.NIIBE Yutaka1-5/+13
2017-03-07More change for common.NIIBE Yutaka1-2/+2
2017-03-07Remove -I option to common.NIIBE Yutaka12-30/+30
2017-03-07scd: Close THE_EVENT handle.NIIBE Yutaka1-0/+4
2017-03-06scd: Fix compiler warnings for app-openpgp.c.NIIBE Yutaka1-4/+2
2017-03-06scd: More cleanup of old code.NIIBE Yutaka3-8/+5
2017-03-06scd: Clean up old code.NIIBE Yutaka1-1145/+22
2017-03-06scd: Fix API of select_file/_path.NIIBE Yutaka7-48/+25
2017-03-03scd: Fix scd_kick_the_loop.NIIBE Yutaka1-31/+56
2017-02-22scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch1-7/+18
2017-02-22Revert "scd: Nitpicks on the improved card prompts"Werner Koch1-7/+7
2017-02-22scd: Nitpicks on the improved card promptsAndre Heinecke1-7/+7
2017-02-22scd: Improve the prompts for OpenPGP cards.Werner Koch1-38/+182
2017-02-21Clean up word replication.Yuri Chornoivan7-11/+11
2017-02-17scd: Fix RESET command handling (more).NIIBE Yutaka3-12/+26
2017-02-16scd: Minor fixes to silence compiler warnings.NIIBE Yutaka2-4/+6
2017-02-15scd: Fix RESET command handling.NIIBE Yutaka1-28/+24
2017-02-13scd: Fix use case of PC/SC.NIIBE Yutaka3-5/+13
2017-01-31scd: Fix regression tracking the connection count.NIIBE Yutaka3-24/+41
2017-01-31scd: Remove --debug-disable-ticker option.NIIBE Yutaka1-34/+11
2017-01-31scd: Fix SERIALNO for multiple devices.NIIBE Yutaka5-76/+71
2017-01-30scd: Fix GetSlotStatus.NIIBE Yutaka3-29/+31
2017-01-30scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka1-8/+19
2017-01-29scd: Fix cancel INTERRUPT transfer.NIIBE Yutaka1-19/+10
2017-01-27scd: More changes on watching removal of card/reader.NIIBE Yutaka5-113/+189
2017-01-27scd: Fix release of transfer object.NIIBE Yutaka1-17/+28
2017-01-27scd: Improve watching USB device removal.NIIBE Yutaka8-106/+127
2017-01-27scd: Wake up the select when new USB scan.NIIBE Yutaka1-6/+45
2017-01-26scd: Only submit apdu_get_status when needed.NIIBE Yutaka7-42/+145
2017-01-26scd: Fix APP reference counting.NIIBE Yutaka2-2/+1
2017-01-26scd: Add INTERRUPT endp support to CCID driver.NIIBE Yutaka2-4/+70
2017-01-23Fix format string errors and some missing error case initialization.Werner Koch1-2/+2
2017-01-23scd: Fix INTERRUPT transfer.NIIBE Yutaka1-5/+6
2017-01-18scd: Cleanup SERIALNO protocol.NIIBE Yutaka4-65/+38
2017-01-18scd: Add "card_list" sub command for GETINFO.NIIBE Yutaka3-4/+33
2017-01-16scd: Add --demand option for SERIALNO.NIIBE Yutaka3-39/+91
2017-01-06scd: Fix for --disable-ccid for scdaemon.NIIBE Yutaka1-6/+7
2017-01-06scd: Fix for --disable-ccid-driver.NIIBE Yutaka1-1/+6
2017-01-06scd: Support multiple readers by CCID driver.NIIBE Yutaka6-190/+589
2017-01-02Replace use of variable-length-arrays.Werner Koch1-1/+13
2016-12-30scd: Fix select_application.NIIBE Yutaka1-2/+4
2016-12-30scd: Fix card removal monitor.NIIBE Yutaka3-60/+70
2016-12-29scd: Improve internal CCID driver.NIIBE Yutaka1-152/+151