aboutsummaryrefslogtreecommitdiffstats
path: root/scd (follow)
Commit message (Expand)AuthorAgeFilesLines
* scd: Fix for GNU/Linux suspend/resume.NIIBE Yutaka2018-03-131-4/+2
* 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-082-3/+14
* common: Use new function to print status strings.Werner Koch2018-02-141-1/+3
* scd: Improve KDF-DO supportArnaud Fontaine2018-02-131-1/+2
* scd: Fix handling for Data Object with no data.NIIBE Yutaka2018-02-121-2/+6
* scd: Use pipe to kick the loop on NetBSD.NIIBE Yutaka2018-02-071-1/+38
* scd: Support KDF Data Object of OpenPGPcard V3.3.NIIBE Yutaka2018-01-221-25/+94
* scd: Fix for inactive card at start by internal CCID driver.NIIBE Yutaka2017-12-271-2/+15
* Change backlog from 5 to 64 and provide option --listen-backlog.Werner Koch2017-12-121-3/+13
* scd: Enable card removal check after select_application.NIIBE Yutaka2017-11-214-12/+18
* 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