aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpg-card.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* card: Add command "ll"Werner Koch2025-03-101-10/+20
* Use gpgrt_process_spawn API from libgpg-error.NIIBE Yutaka2024-07-091-7/+6
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-1/+1
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-311-1/+1
* scd:piv: Support listing of retired keys with KEYINFO.Werner Koch2024-05-061-3/+25
* card: Use xstrdup for module names.Werner Koch2024-03-121-2/+2
* Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-121-4/+10
|\
| * Allow tilde expansion for the foo-program options.Werner Koch2024-02-271-3/+9
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-291-1/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-261-3/+139
|\|
| * card: Tweak the checkcmds sub-command.Werner Koch2024-01-251-5/+8
| * card: flush stdout to get checkcmd's info messages in order.Werner Koch2024-01-241-0/+1
| * card: New subcommand "checkkeys".Werner Koch2024-01-221-3/+135
| * tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka2023-11-081-1/+1
| * delete redundant characterszhangguangzhi2023-06-201-1/+1
* | tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka2023-11-081-1/+1
* | Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-261-5/+7
* | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int.NIIBE Yutaka2023-06-271-2/+2
* | gpg,sm,tools: Use string for option --*-fd.NIIBE Yutaka2023-06-231-2/+2
* | delete redundant characterszhangguangzhi2023-06-201-1/+1
* | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function.NIIBE Yutaka2023-05-111-8/+8
|/
* doc: Typo fixesWerner Koch2022-12-161-3/+3
* card: New commands "gpg" and "gpgsm".Werner Koch2022-10-251-2/+63
* card: Also show fingerprints of known X.509 certificatesWerner Koch2022-10-251-1/+4
* tools: Need to set the dir for common.confWerner Koch2022-09-211-0/+2
* common: New common option no-autostart.Werner Koch2022-08-221-1/+13
* card: Fix typo in help messageJiri Kerestes2021-06-121-1/+1
* card: Intialize pointer to avoid double freeJakub Jelen2021-05-201-0/+1
* card: New option --shadow for command list.Werner Koch2021-04-211-25/+41
* build: Fix build problems on macOS for gpgsm tests and gpg-card.Werner Koch2021-04-191-0/+1
* card: New flag --reread for LIST.Werner Koch2021-04-011-7/+10
* card: Print the key's label if available.Werner Koch2021-03-301-8/+22
* card: Add option --use-default-pin to command "login".Werner Koch2021-03-241-3/+18
* card: Support OpenPGP.1 and OpenPGP.2 for readcert and writecert.Werner Koch2021-03-191-6/+20
* card: Print PIN descriptions and fix number of printed retry counters.Werner Koch2021-03-181-1/+3
* card: Generalize the CHV counter printing.Werner Koch2021-03-161-55/+38
* kbx: Log debug fixesWerner Koch2021-02-251-1/+1
* doc: Improve the gpg-card man page.Werner Koch2021-02-111-4/+5
* card: List keys of pkcs#15 cards.Werner Koch2021-02-021-0/+19
* card: Let the APDU command prints a description of the status word.Werner Koch2020-11-271-1/+10
* card: Netkey improvement for passwd.Werner Koch2020-11-271-13/+22
* card: Run factory-reset in locked stated also in gpg-card.Werner Koch2020-11-091-5/+17
* gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka2020-10-261-3/+1
* common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka2020-09-181-4/+4
* scd: New option to APDU command to return the ATR as data.Werner Koch2020-08-271-3/+6
* Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2020-08-141-0/+9
* gpg-card: Fix type of historyname.NIIBE Yutaka2020-07-171-1/+1
* Support a history file in gpg-card and gpg-connect-agent.Werner Koch2020-07-021-2/+54
* card: Better detect removed cards. Add TCOS PIN menu.Werner Koch2020-06-301-41/+193
* card: Add password change menu for NKS cards.Werner Koch2020-06-251-4/+52