| Commit message (Expand) | Author | Age | Files | Lines |
* | gpgconf: Include a minimal secure version in the --query-swdb output. | Werner Koch | 2024-11-15 | 1 | -2/+7 |
* | gpgconf: Add missing linefeed to the -X output. | Werner Koch | 2024-09-03 | 1 | -1/+11 |
* | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 2024-07-09 | 1 | -7/+6 |
* | gpgconf: Fix error in --show-versions due to recent spawn changes. | Werner Koch | 2024-07-05 | 1 | -3/+6 |
* | gpgconf: Print the full commit id. | Werner Koch | 2024-07-04 | 1 | -1/+1 |
* | indent: Fix spelling | Daniel Kahn Gillmor | 2024-05-31 | 1 | -1/+1 |
* | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 2024-05-31 | 1 | -3/+2 |
* | Merge branch 'STABLE-BRANCH-2-4' into master | Werner Koch | 2024-05-16 | 1 | -60/+100 |
|\ |
|
| * | gpgconf: Change layout of the gpgconf -X output. | Werner Koch | 2024-04-04 | 1 | -52/+71 |
| * | gpgconf: Check readability of some files with -X | Werner Koch | 2024-03-18 | 1 | -8/+29 |
* | | Allow installation with a gpgconf.ctl changed homedir. | Werner Koch | 2024-03-21 | 1 | -10/+18 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2024-01-26 | 1 | -49/+79 |
|\| |
|
| * | doc: Document the gpgconf --unlock command. | Werner Koch | 2024-01-11 | 1 | -4/+4 |
| * | gpgconf: Adjust -X command for the new VERSION file format | Werner Koch | 2024-01-09 | 1 | -10/+38 |
| * | tools: Fix argparse table of gpgconf. | NIIBE Yutaka | 2023-12-25 | 1 | -35/+37 |
* | | Merge branch 'STABLE-BRANCH-2-4' | Werner Koch | 2023-12-22 | 1 | -1/+69 |
|\| |
|
| * | tools: Integrate the dotlock tool into gpgconf. | NIIBE Yutaka | 2023-12-20 | 1 | -1/+69 |
| * | tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir. | NIIBE Yutaka | 2023-10-06 | 1 | -3/+7 |
* | | tools: Add TPM2DAEMON_SOCK_NAME for --remove-socketdir. | NIIBE Yutaka | 2023-10-03 | 1 | -3/+7 |
* | | common,gpg,sm,tools: Don't remove translate_sys2libc_fd_int. | NIIBE Yutaka | 2023-06-27 | 1 | -2/+2 |
* | | gpg,sm,tools: Use string for option --*-fd. | NIIBE Yutaka | 2023-06-23 | 1 | -2/+2 |
* | | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 2023-05-11 | 1 | -7/+11 |
|/ |
|
* | gpgconf: Print some standard envvars with -X | Werner Koch | 2023-02-28 | 1 | -0/+10 |
* | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 2022-10-20 | 1 | -1/+1 |
* | gpgconf: Add config file for Windows Registry dumps. | Werner Koch | 2022-08-03 | 1 | -0/+71 |
* | gpgconf: Improve registry dumping. | Werner Koch | 2022-08-02 | 1 | -9/+11 |
* | gpgconf: New short options -V and -X | Werner Koch | 2022-06-29 | 1 | -4/+39 |
* | w32: Do no use Registry item DefaultLogFile for the main tools. | Werner Koch | 2022-04-20 | 1 | -1/+2 |
* | scd,w32: Print code pages with --show-configs | Werner Koch | 2022-02-21 | 1 | -0/+9 |
* | gpgconf: Teach --show-config the legacy gpgconf.conf. | Werner Koch | 2022-01-27 | 1 | -1/+21 |
* | gpgconf: Add command aliases -L -K -R. | Werner Koch | 2022-01-12 | 1 | -3/+4 |
* | w32: Prepare for the case gcrypt.h will not include winsock2.h. | NIIBE Yutaka | 2021-12-17 | 1 | -0/+3 |
* | gpgconf: Fix last commit. | Werner Koch | 2021-11-19 | 1 | -3/+3 |
* | gpgconf: Include output of --list-dirs in --show-configs. | Werner Koch | 2021-11-19 | 1 | -14/+28 |
* | gpgconf: --show-configs now prints a bunch of Registry entries. | Werner Koch | 2021-11-17 | 1 | -11/+103 |
* | gpgconf: Extend --show-config to show envvars. | Werner Koch | 2021-11-17 | 1 | -19/+112 |
* | gpgconf: New command --show-configs. | Werner Koch | 2021-11-04 | 1 | -5/+155 |
* | w32: Move socketdir to LCOAL_APPDATA | Werner Koch | 2021-08-11 | 1 | -2/+2 |
* | gpgconf,w32: Print more registry diagnostics with --list-dirs. | Werner Koch | 2021-08-11 | 1 | -2/+36 |
* | w32: Always use Unicode for console input and output. | Werner Koch | 2021-03-05 | 1 | -1/+5 |
* | Require Libgcrypt 1.9 | Werner Koch | 2021-01-19 | 1 | -2/+0 |
* | gpgconf: Yet another fix for --apply-profile. | Werner Koch | 2020-11-12 | 1 | -4/+4 |
* | gpgconf: Make sure the homedir exists for --apply-profile. | Werner Koch | 2020-11-04 | 1 | -0/+4 |
* | gpgconf: New option --show-versions. | Werner Koch | 2020-10-02 | 1 | -0/+168 |
* | keyboxd: Integrate into gpgconf. | Werner Koch | 2020-09-24 | 1 | -0/+4 |
* | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 2020-09-18 | 1 | -1/+1 |
* | gpgconf,w32: New debug command --show-codepages. | Werner Koch | 2020-08-25 | 1 | -2/+18 |
* | gpgconf: New option --chuid. | Werner Koch | 2020-08-06 | 1 | -0/+8 |
* | gpgconf: Support reading global options (part 1). | Werner Koch | 2020-03-05 | 1 | -0/+6 |
* | Use gpgrt's new option parser for the tools. | Werner Koch | 2020-02-21 | 1 | -12/+12 |