aboutsummaryrefslogtreecommitdiffstats
path: root/scd/command.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-17gpgsm: Extend --learn-card by an optional s/n argument.Werner Koch1-19/+52
2024-08-05scd: New getinfo subcommand "manufacturer"Werner Koch1-0/+8
2024-08-02scd: New getinfo subcommand "dump_state".Werner Koch1-4/+7
2024-06-17scd: Fix how scdaemon pipe server finishes.NIIBE Yutaka1-6/+2
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-2/+2
2023-12-18scd: Debug output is only enabled with an option.NIIBE Yutaka1-11/+22
2023-05-17scd: Fix send_client_notifications for Windows.NIIBE Yutaka1-11/+8
2023-05-01scd: Fix cmd_apdu on error.NIIBE Yutaka1-1/+4
2023-04-18scd: On a Yubikey re-select the last app after the use of APDU.Werner Koch1-0/+1
2022-06-10scd: Support specifying keygrip for learn command.NIIBE Yutaka1-2/+8
2022-05-26scd: Return USAGE information for KEYINFO command.NIIBE Yutaka1-4/+9
2022-05-25agent,scd: Make sure to set CONFIDENTIAL flag in Assuan.NIIBE Yutaka1-0/+2
2022-05-24scd: Support automatic card selection for READCERT with keygrip.NIIBE Yutaka1-1/+5
2022-03-31scd,tpm2d: Fix for consistent use of socket FD.NIIBE Yutaka1-3/+3
2022-03-15scd: Fix DEVINFO with no --watch.NIIBE Yutaka1-1/+1
2022-03-11Fix previous commit.NIIBE Yutaka1-1/+4
2022-03-10scd: Enhance PASSWD command to accept KEYGRIP optionally.NIIBE Yutaka1-3/+8
2022-03-10scd: Use same idiom for same work.NIIBE Yutaka1-4/+4
2022-03-04scd: Fix PK_AUTH with --challenge-response option.NIIBE Yutaka1-3/+2
2022-03-03scd: Add --challenge-response option to PK_AUTH for OpenPGP card.NIIBE Yutaka1-2/+16
2022-03-02scd: Let READKEY support --format=ssh option.NIIBE Yutaka1-16/+56
2021-11-12scd: Avoid memory leak.Jakub Jelen1-0/+1
2021-10-29scd: Modify DEVINFO behavior to support looping forever.NIIBE Yutaka1-9/+3
2021-10-05agent,dirmngr,kbx,scd,tpm2d: Use gnupg_sleep.NIIBE Yutaka1-3/+3
2021-07-22scd: Small clean up for card access.NIIBE Yutaka1-2/+10
2021-07-21scd: Fix access to list of cards (3/3).NIIBE Yutaka1-133/+201
2021-07-21scd: Fix access to list of cards (2/3).NIIBE Yutaka1-3/+12
2021-05-20scd: avoid memory leaksJakub Jelen1-2/+8
2021-04-08scd: Fix duplicate output of KEYPAIRINFO by readkey command.Werner Koch1-9/+9
2021-04-01scd: New flag --reread for LEARNWerner Koch1-6/+14
2021-03-30scd:p15: Return labels for keys and certificates.Werner Koch1-1/+1
2021-03-18scd:p15: Allow to use an auth object label with cmd CHECKPIN.Werner Koch1-1/+5
2021-03-16scd:p15: Implement CHV-STATUS attributeWerner Koch1-4/+6
2021-02-22scd: Fix readkey --info in case a readkey command is available.Werner Koch1-39/+33
2020-12-03scd: Fix KEYINFO command with --data option.NIIBE Yutaka1-4/+3
2020-11-27scd: New getinfo sub-command apdu_strerror.Werner Koch1-13/+21
2020-11-25scd: Rework the handling of the displayed serial number.Werner Koch1-2/+2
2020-11-25scd: Fix an error return for READKEY.NIIBE Yutaka1-0/+3
2020-11-20Fix the previous comment changes help doc string.NIIBE Yutaka1-1/+1
2020-11-09card: Run factory-reset in locked stated.Werner Koch1-10/+10
2020-10-27scd: Handle canonical serialno and app specific serialno differently.NIIBE Yutaka1-2/+2
2020-09-21scd: Extend KEYPAIRINFO with an algorithm string.Werner Koch1-2/+8
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch1-2/+16
2020-08-19scd: Fix possible uninitialized variables.NIIBE Yutaka1-1/+1
2020-08-10agent: Add option --pss to pksign to be used by smartcards.Werner Koch1-1/+3
2020-06-30scd: Change how the removed card flag is set.Werner Koch1-13/+14
2020-05-05scd: Extend an internal function to also return the algo.Werner Koch1-1/+1
2020-04-02scd: Use Gcrypt usage constants for the do_with_keygrip capabilities.Werner Koch1-3/+3
2020-04-02scd: New command DEVINFO.NIIBE Yutaka1-62/+146
2020-03-31scd:p15: Support signing with CardOS 5 cards.Werner Koch1-1/+2