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