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