summaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Fix for large ECC keys.NIIBE Yutaka2017-09-111-8/+32
* scd: Convey the correct length for LeWerner Koch2017-08-271-2/+2
* w32: Also change the directory on daemon startup.Werner Koch2017-07-251-2/+2
* common: New functions gnupg_daemon_rootdir and gnupg_chdir.Werner Koch2017-07-251-2/+3
* Revert "w32: Change directory on daemon startup."Werner Koch2017-07-251-10/+3
* w32: Change directory on daemon startup.Marcus Brinkmann2017-07-241-3/+10
* scd: Use unsigned int for fields.NIIBE Yutaka2017-07-241-5/+5
* scd: Fix SEGV in CCID driver.NIIBE Yutaka2017-07-211-4/+7
* scd: Add debug message for v3 card.NIIBE Yutaka2017-07-211-8/+17
* scd: Support longer data length for special DOs for v3 card.NIIBE Yutaka2017-07-201-16/+45
* scd: Fix error code on failure at usb_init.NIIBE Yutaka2017-05-311-1/+1
* scd: Handle a failure of libusb_init.NIIBE Yutaka2017-05-311-4/+15
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-286-9/+9
* scd: Handle unexpected suspend/resume by CCID driver.NIIBE Yutaka2017-04-121-4/+16
* scd: Relax a condition for p15 driver.NIIBE Yutaka2017-04-101-1/+1
* scd: Relax a condition for p15 driver.NIIBE Yutaka2017-04-101-1/+1
* scd: Remove "special transport" support.NIIBE Yutaka2017-04-101-292/+64
* scd: Internal CCID reader cleanup.NIIBE Yutaka2017-04-071-269/+41
* scd: Don't keep CCID reader open when card is not available.NIIBE Yutaka2017-04-071-8/+3
* scd: Change the order of applications when accessed.NIIBE Yutaka2017-03-271-2/+9
* scd: Fix timeout handling for key generation.NIIBE Yutaka2017-03-271-5/+13
* More change for common.NIIBE Yutaka2017-03-071-2/+2
* Remove -I option to common.NIIBE Yutaka2017-03-0712-30/+30
* scd: Close THE_EVENT handle.NIIBE Yutaka2017-03-071-0/+4
* scd: Fix compiler warnings for app-openpgp.c.NIIBE Yutaka2017-03-061-4/+2
* scd: More cleanup of old code.NIIBE Yutaka2017-03-063-8/+5
* scd: Clean up old code.NIIBE Yutaka2017-03-061-1145/+22
* scd: Fix API of select_file/_path.NIIBE Yutaka2017-03-067-48/+25
* scd: Fix scd_kick_the_loop.NIIBE Yutaka2017-03-031-31/+56
* scd,agent: Improve the OpenPGP PIN prompt texts.Werner Koch2017-02-221-7/+18
* Revert "scd: Nitpicks on the improved card prompts"Werner Koch2017-02-221-7/+7
* scd: Nitpicks on the improved card promptsAndre Heinecke2017-02-221-7/+7
* scd: Improve the prompts for OpenPGP cards.Werner Koch2017-02-221-38/+182
* Clean up word replication.Yuri Chornoivan2017-02-217-11/+11
* scd: Fix RESET command handling (more).NIIBE Yutaka2017-02-173-12/+26
* scd: Minor fixes to silence compiler warnings.NIIBE Yutaka2017-02-162-4/+6
* scd: Fix RESET command handling.NIIBE Yutaka2017-02-151-28/+24
* scd: Fix use case of PC/SC.NIIBE Yutaka2017-02-133-5/+13
* scd: Fix regression tracking the connection count.NIIBE Yutaka2017-02-013-24/+41
* scd: Remove --debug-disable-ticker option.NIIBE Yutaka2017-01-311-34/+11
* scd: Fix SERIALNO for multiple devices.NIIBE Yutaka2017-01-315-76/+71
* scd: Fix GetSlotStatus.NIIBE Yutaka2017-01-303-29/+31
* scd: Don't send GET_STATUS packet if not needed.NIIBE Yutaka2017-01-301-8/+19
* scd: Fix cancel INTERRUPT transfer.NIIBE Yutaka2017-01-301-19/+10
* scd: More changes on watching removal of card/reader.NIIBE Yutaka2017-01-275-113/+189
* scd: Fix release of transfer object.NIIBE Yutaka2017-01-271-17/+28
* scd: Improve watching USB device removal.NIIBE Yutaka2017-01-278-106/+127
* scd: Wake up the select when new USB scan.NIIBE Yutaka2017-01-271-6/+45
* scd: Only submit apdu_get_status when needed.NIIBE Yutaka2017-01-267-42/+145
* scd: Fix APP reference counting.NIIBE Yutaka2017-01-262-2/+1