aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-2/+3
2020-10-20Replace all calls to access by gnupg_accessWerner Koch1-2/+2
2020-10-05dirmngr: Add warning on the use of --add-servers.Werner Koch1-1/+1
2020-10-02gpgconf: New option --show-versions.Werner Koch1-8/+0
2020-09-24keyboxd: Integrate into gpgconf.Werner Koch1-1/+56
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka1-4/+4
2020-08-25gpgconf: Silence warnings from parsing the options filesWerner Koch1-2/+3
2020-06-24gpgconf: Fix regression in --launch and --kill from MarchWerner Koch1-0/+4
2020-04-07doc: Typo fix in code comment.Werner Koch1-1/+1
2020-03-19gpgconf: Take care of --homedir when reading/updating options.Werner Koch1-7/+20
2020-03-14gpgconf: Further simplify the gpgconf option processing.Werner Koch1-23/+18
2020-03-14gpg: New option --auto-key-importWerner Koch1-1/+2
2020-03-12gpgconf: Rewrite the gpgconf-comp module.Werner Koch1-1581/+656
2020-03-06gpg: Re-group the options in the --help output.Werner Koch1-1/+2
2020-03-06gpgconf: Support reading global options (part 2).Werner Koch1-115/+96
2020-03-05gpgconf: Support reading global options (part 1).Werner Koch1-103/+186
2020-03-03gpgconf: Always use xmalloc.Werner Koch1-30/+25
2020-02-18Spelling cleanup.Daniel Kahn Gillmor1-3/+3
2019-08-23gpgconf: Suggest the use of --gpgconf-test on --launch problems.Werner Koch1-1/+1
2019-07-01tools: gpgconf: Killing order is children-first.NIIBE Yutaka1-1/+1
2019-05-16gpgconf: Before --launch check that the config file is fine.Werner Koch1-4/+14
2019-05-15gpgconf: Support --homedir for --launch.Werner Koch1-16/+9
2019-04-19gpgconf: correct capitalization of "Tor"Daniel Kahn Gillmor1-1/+1
2019-03-28scd: New option --application-priority.Werner Koch1-0/+4
2019-03-06agent: Re-introduce --enable-extended-key-format.Werner Koch1-0/+3
2019-03-06agent: Default to extended key format.Werner Koch1-3/+0
2019-02-26conf: New option --show-socket.Werner Koch1-28/+0
2018-02-28gpgconf, w32: Allow UNC pathsAndre Heinecke1-1/+3
2017-12-18conf: New option --status-fd.Werner Koch1-2/+27
2017-12-18gpgconf: Show --compliance in expert mode.Werner Koch1-2/+2
2017-12-18sm: Allow explicit setting of the default --compliance=gnupgWerner Koch1-0/+3
2017-12-11Adjust for changed macro names in libgpg-error master.Werner Koch1-1/+1
2017-10-24gpgconf: Ignore non-installed components with --apply-profile.Werner Koch1-4/+13
2017-08-23gpgconf: Swap "auto-key-retrieve" and "no-auto-key-retrieve".Werner Koch1-2/+2
2017-08-21gpgconf: Make WoT settings configurable by gpgconf.Damien Goutte-Gattat1-0/+12
2017-08-08gpg: Add option '--disable-dirmngr'.Justus Winter1-0/+3
2017-08-05gpg: gpgconf needs to support the now default --auto-key-retrieve.Werner Koch1-0/+2
2017-08-04gpg: Make --no-auto-key-retrieve gpgconf-igurable.Werner Koch1-1/+1
2017-08-04agent: Make --no-grab the default.Werner Koch1-3/+3
2017-07-28agent: Make --ssh-fingerprint-digest re-readable.Werner Koch1-0/+4
2017-07-19gpgconf: Make vars read-only explicitly.NIIBE Yutaka1-5/+5
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-03gpgconf: Add --enable-extended-key-format for the agent.Werner Koch1-0/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+5
2017-03-02common,tools: Always escape newlines when escaping data.Justus Winter1-0/+7
2017-02-28gpg,tools: Make auto-key-retrieve configurable via gpgconf.Justus Winter1-0/+2
2017-02-28gpg,tools: Make trust-model configurable via gpgconf.Justus Winter1-0/+4
2017-02-13gpgconf: No ENOENT warning with --change-options et al.Werner Koch1-2/+5
2017-01-24tools: Use platform abstraction for I/O.Justus Winter1-96/+95
2017-01-24tools: Use platform abstraction for renaming files.Justus Winter1-22/+16