aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use gpgrt_process_spawn functions from libgpg-error.NIIBE Yutaka2024-07-029-127/+116
* gpgconf: Allow listing of some new optionsWerner Koch2024-07-011-0/+3
* gpg-mail-tube: New utility.Werner Koch2024-06-282-1/+832
* tools: New support functions for the mail parser.Werner Koch2024-06-286-6/+58
* tools: Make gpg-authcode-sign.sh more robust on network errors.Werner Koch2024-06-111-3/+18
* indent: Fix spellingDaniel Kahn Gillmor2024-05-319-18/+18
* spawn: Remove spawn callback, introduce gnupg_spawn_actions.NIIBE Yutaka2024-05-316-25/+60
* gpg-auth: Fix use after free.Jakub Jelen2024-05-281-1/+1
* wks: Make sure that ERR is always initialized.Werner Koch2024-05-281-0/+1
* tools: Fix help output for gpg-authcode-sign.shWerner Koch2024-05-221-2/+2
* Merge branch 'STABLE-BRANCH-2-4' into masterWerner Koch2024-05-163-64/+104
|\
| * card: Fix compiler warning.Werner Koch2024-05-161-3/+3
| * gpgconf: Change layout of the gpgconf -X output.Werner Koch2024-04-041-52/+71
| * gpgconf: Check readability of some files with -XWerner Koch2024-03-181-8/+29
| * gpg-check-pattern: Consider an empty pattern file as validWerner Koch2024-03-131-1/+1
* | scd:piv: Support listing of retired keys with KEYINFO.Werner Koch2024-05-061-3/+25
* | speedo: Use gpg-authcode-sign.sh and change archive label to v2.5.Werner Koch2024-04-251-1/+1
* | Install the new gpg-authcode-sign.sh script.Werner Koch2024-04-252-0/+258
* | Remove the deprecated gcry_set_log_handler.Werner Koch2024-04-231-8/+0
* | Allow installation with a gpgconf.ctl changed homedir.Werner Koch2024-03-211-10/+18
* | card: Use xstrdup for module names.Werner Koch2024-03-121-2/+2
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-03-128-37/+67
|\|
| * doc: Typo fix in commentWerner Koch2024-03-061-1/+1
| * wks: Make gpg-wks-client --mirror work w/o args.Werner Koch2024-03-061-1/+1
| * wks: Add option --realclean to gpg-wks-client.Werner Koch2024-03-044-4/+12
| * Allow tilde expansion for the foo-program options.Werner Koch2024-02-275-18/+32
| * wks: Allow command style args for gpg-wks-client.Werner Koch2024-02-211-11/+19
| * doc: Fix spelling errors found by lintian.Werner Koch2024-01-292-2/+2
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2024-01-264-55/+309
|\|
| * 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-223-6/+226
| * doc: Document the gpgconf --unlock command.Werner Koch2024-01-111-4/+4
| * gpgconf: Adjust -X command for the new VERSION file formatWerner Koch2024-01-091-10/+38
| * tools: Fix argparse table of gpgconf.NIIBE Yutaka2023-12-251-35/+37
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-12-221-1/+69
|\|
| * tools: Remove the dotlock tool.NIIBE Yutaka2023-12-212-122/+1
| * tools: Integrate the dotlock tool into gpgconf.NIIBE Yutaka2023-12-201-1/+69
| * common: Add dotlock util under libexec.NIIBE Yutaka2023-12-202-31/+65
| * kbx: Create public-keys.d, after creating the homedir.NIIBE Yutaka2023-12-191-0/+87
| * gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-081-0/+6
| * tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka2023-11-081-1/+1
* | gpg,tools: Handle GPG_ERR_PIN_BLOCKED and GPG_ERR_NO_RESET_CODE.NIIBE Yutaka2023-11-081-0/+6
* | tools:gpg-card: Fix an error code for Reset Code.NIIBE Yutaka2023-11-081-1/+1
* | Merge branch 'STABLE-BRANCH-2-4'Werner Koch2023-11-072-0/+3
|\|
| * scd:openpgp: Return better error codes for the Reset Code.Werner Koch2023-10-061-0/+1
| * tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir.NIIBE Yutaka2023-10-061-3/+7
| * gpg-card: Give a hint on how to get help for the "yubikey" command.Werner Koch2023-10-051-0/+2
* | tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir.NIIBE Yutaka2023-10-031-3/+7
* | Use gpgrt_b64* API of libgpg-error.NIIBE Yutaka2023-09-263-26/+24