aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-10card: Add command "ll"Werner Koch1-10/+20
2024-07-09Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka1-7/+6
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
2024-05-31spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka1-1/+1
2024-05-06scd:piv: Support listing of retired keys with KEYINFO.Werner Koch1-3/+25
2024-03-12card: Use xstrdup for module names.Werner Koch1-2/+2
2024-02-27Allow tilde expansion for the foo-program options.Werner Koch1-3/+9
2024-01-29doc: Fix spelling errors found by lintian.Werner Koch1-1/+1
2024-01-25card: Tweak the checkcmds sub-command.Werner Koch1-5/+8
2024-01-24card: flush stdout to get checkcmd's info messages in order.Werner Koch1-0/+1
2024-01-22card: New subcommand "checkkeys".Werner Koch1-3/+135
2023-11-08tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka1-1/+1
2023-11-08tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka1-1/+1
2023-09-26Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka1-5/+7
2023-06-27common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka1-2/+2
2023-06-23gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka1-2/+2
2023-06-20delete redundant characterszhangguangzhi1-1/+1
2023-06-20delete redundant characterszhangguangzhi1-1/+1
2023-05-11common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka1-8/+8
2022-12-16doc: Typo fixesWerner Koch1-3/+3
2022-10-25card: New commands "gpg" and "gpgsm".Werner Koch1-2/+63
2022-10-25card: Also show fingerprints of known X.509 certificatesWerner Koch1-1/+4
2022-09-21tools: Need to set the dir for common.confWerner Koch1-0/+2
2022-08-22common: New common option no-autostart.Werner Koch1-1/+13
2021-06-12card: Fix typo in help messageJiri Kerestes1-1/+1
2021-05-20card: Intialize pointer to avoid double freeJakub Jelen1-0/+1
2021-04-21card: New option --shadow for command list.Werner Koch1-25/+41
2021-04-19build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch1-0/+1
2021-04-01card: New flag --reread for LIST.Werner Koch1-7/+10
2021-03-30card: Print the key's label if available.Werner Koch1-8/+22
2021-03-24card: Add option --use-default-pin to command "login".Werner Koch1-3/+18
2021-03-19card: Support OpenPGP.1 and OpenPGP.2 for readcert and writecert.Werner Koch1-6/+20
2021-03-18card: Print PIN descriptions and fix number of printed retry counters.Werner Koch1-1/+3
2021-03-16card: Generalize the CHV counter printing.Werner Koch1-55/+38
2021-02-25kbx: Log debug fixesWerner Koch1-1/+1
2021-02-11doc: Improve the gpg-card man page.Werner Koch1-4/+5
2021-02-02card: List keys of pkcs#15 cards.Werner Koch1-0/+19
2020-11-27card: Let the APDU command prints a description of the status word.Werner Koch1-1/+10
2020-11-27card: Netkey improvement for passwd.Werner Koch1-13/+22
2020-11-09card: Run factory-reset in locked stated also in gpg-card.Werner Koch1-5/+17
2020-10-26gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka1-3/+1
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-4/+4
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch1-3/+6
2020-08-14Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch1-0/+9
2020-07-17gpg-card: Fix type of historyname.NIIBE Yutaka1-1/+1
2020-07-02Support a history file in gpg-card and gpg-connect-agent.Werner Koch1-2/+54
2020-06-30card: Better detect removed cards. Add TCOS PIN menu.Werner Koch1-41/+193
2020-06-25card: Add password change menu for NKS cards.Werner Koch1-4/+52
2020-06-03card: Improve openpgp key writing in "writecert".Werner Koch1-4/+20
2020-05-28card: Allow to store and retrieve keyblocks in OpenPGP cards.Werner Koch1-6/+90