| Commit message (Expand) | Author | Files | Lines |
2025-03-17 | gpgconf: Fix reload and kill of keyboxd. | Werner Koch | 1 | -4/+4 |
2024-10-01 | gpgconf: Add list flag to trusted-key et al. | Werner Koch | 1 | -3/+3 |
2024-07-09 | Use gpgrt_process_spawn API from libgpg-error. | NIIBE Yutaka | 1 | -42/+41 |
2024-07-01 | gpgconf: Allow listing of some new options | Werner Koch | 1 | -0/+3 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 1 | -6/+6 |
2024-05-31 | spawn: Remove spawn callback, introduce gnupg_spawn_actions. | NIIBE Yutaka | 1 | -15/+12 |
2023-05-11 | common,agent,gpg,dirmngr,g13,scd,tests,tools: New spawn function. | NIIBE Yutaka | 1 | -47/+68 |
2022-10-20 | agent,common,dirmngr,tests,tools: Remove spawn PREEXEC argument. | NIIBE Yutaka | 1 | -3/+3 |
2022-06-03 | Remove remaining support for WindowsCE | Werner Koch | 1 | -2/+5 |
2022-03-25 | tools:gpgconf: Fix gc_component table. | NIIBE Yutaka | 1 | -0/+2 |
2022-01-27 | gpgconf: Return again "keyserver" for gpgsm. | Werner Koch | 1 | -1/+1 |
2022-01-26 | gpgconf: Fix --list-options for forced options | Werner Koch | 1 | -1/+6 |
2022-01-25 | gpgconf: Return --ldapserver and --keyserver from dirmngr. | Werner Koch | 1 | -1/+3 |
2021-12-30 | gpgconf: Do not list ignored options and mark forced options as r/o. | Werner Koch | 1 | -7/+17 |
2021-11-03 | gpgconf: Allow changing gpg's deprecated keyserver optionikloecker/t5462 | Ingo Klöcker | 1 | -0/+1 |
2021-10-06 | common: Respect gpgconf.ctl when looking up translations | Ingo Klöcker | 1 | -1/+1 |
2021-08-13 | agent: New option --check-sym-passphrase-pattern. | Werner Koch | 1 | -0/+2 |
2021-05-28 | gpgconf: Make runtime changes with different homedir work. | Werner Koch | 1 | -4/+4 |
2021-04-23 | tools: Fix for --disable-tpm2d. | NIIBE Yutaka | 1 | -0/+8 |
2021-04-20 | gpgconf: Fix a diagnostic output. | Werner Koch | 1 | -1/+4 |
2021-04-19 | gpg,gpgsm: Move use-keyboxd to the new conf file common.conf | Werner Koch | 1 | -4/+6 |
2021-04-01 | gpgconf: Return a new pseudo option compliance_de_vs. | Werner Koch | 1 | -2/+6 |
2021-03-28 | gpgconf: Do not i18n an empty string to the PO files meta data. | Werner Koch | 1 | -0/+3 |
2021-03-26 | gpgconf: Fix another argv overflow if --homedir is used. | Werner Koch | 1 | -2/+3 |
2021-03-26 | gpgconf: Fix argv overflow if --homedir is used. | Werner Koch | 1 | -28/+43 |
2021-03-23 | gpgconf: Fix listing of default_pubkey_algo. | Werner Koch | 1 | -28/+108 |
2021-03-22 | gpgconf: Support use-keyboxd. | Werner Koch | 1 | -0/+5 |
2021-03-10 | tpm2d: Add tpm2daemon code | James Bottomley | 1 | -1/+61 |
2020-10-20 | Replace most calls to open by a new wrapper. | Werner Koch | 1 | -2/+3 |
2020-10-20 | Replace all calls to access by gnupg_access | Werner Koch | 1 | -2/+2 |
2020-10-05 | dirmngr: Add warning on the use of --add-servers. | Werner Koch | 1 | -1/+1 |
2020-10-02 | gpgconf: New option --show-versions. | Werner Koch | 1 | -8/+0 |
2020-09-24 | keyboxd: Integrate into gpgconf. | Werner Koch | 1 | -1/+56 |
2020-09-18 | common,agent,dirmngr,g10,tools: Fix split_fields API. | NIIBE Yutaka | 1 | -4/+4 |
2020-08-25 | gpgconf: Silence warnings from parsing the options files | Werner Koch | 1 | -2/+3 |
2020-06-24 | gpgconf: Fix regression in --launch and --kill from March | Werner Koch | 1 | -0/+4 |
2020-04-07 | doc: Typo fix in code comment. | Werner Koch | 1 | -1/+1 |
2020-03-19 | gpgconf: Take care of --homedir when reading/updating options. | Werner Koch | 1 | -7/+20 |
2020-03-14 | gpgconf: Further simplify the gpgconf option processing. | Werner Koch | 1 | -23/+18 |
2020-03-14 | gpg: New option --auto-key-import | Werner Koch | 1 | -1/+2 |
2020-03-12 | gpgconf: Rewrite the gpgconf-comp module. | Werner Koch | 1 | -1581/+656 |
2020-03-06 | gpg: Re-group the options in the --help output. | Werner Koch | 1 | -1/+2 |
2020-03-06 | gpgconf: Support reading global options (part 2). | Werner Koch | 1 | -115/+96 |
2020-03-05 | gpgconf: Support reading global options (part 1). | Werner Koch | 1 | -103/+186 |
2020-03-03 | gpgconf: Always use xmalloc. | Werner Koch | 1 | -30/+25 |
2020-02-18 | Spelling cleanup. | Daniel Kahn Gillmor | 1 | -3/+3 |
2019-08-23 | gpgconf: Suggest the use of --gpgconf-test on --launch problems. | Werner Koch | 1 | -1/+1 |
2019-07-01 | tools: gpgconf: Killing order is children-first. | NIIBE Yutaka | 1 | -1/+1 |
2019-05-16 | gpgconf: Before --launch check that the config file is fine. | Werner Koch | 1 | -4/+14 |
2019-05-15 | gpgconf: Support --homedir for --launch. | Werner Koch | 1 | -16/+9 |