aboutsummaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpgconf: Take care of --homedir when reading/updating options.Werner Koch2021-12-291-4/+13
* gpgconf: Rewrite the gpgconf-comp module.Werner Koch2021-12-292-1637/+661
* gpgconf: Support reading global options (part 2).Werner Koch2021-12-291-114/+95
* gpgconf: Support reading global options (part 1).Werner Koch2021-12-292-112/+191
* gpgconf: Include output of --list-dirs in --show-configs.Werner Koch2021-11-191-14/+28
* gpgconf: --show-configs now prints a bunch of Registry entries.Werner Koch2021-11-181-11/+103
* gpgconf: Extend --show-config to show envvars.Werner Koch2021-11-181-19/+112
* build: Fix several "include file not found" problemsIngo Klöcker2021-11-141-3/+4
* gpgconf: New command --show-configs.Werner Koch2021-11-131-6/+155
* wks: Do not mark key files as executableBernhard M. Wiedemann2021-11-091-1/+1
* wks: Allow access to newly created dirsBernhard M. Wiedemann2021-11-091-2/+2
* common: Respect gpgconf.ctl when looking up translationsIngo Klöcker2021-11-021-1/+1
* gpgconf: create local option file even if a global file exists.Werner Koch2021-10-221-0/+46
* wkd: Properly unescape the user-id from a key listing.Werner Koch2021-08-201-6/+16
* wkd: Fix client issue with leading or trailing spaces in user-ids.Werner Koch2021-08-201-2/+2
* w32: Move socketdir to LOCAL_APPDATAWerner Koch2021-08-171-2/+2
* gpgconf,w32: Print more registry diagnostics with --list-dirs.Werner Koch2021-08-171-2/+36
* tools: Extend gpg-check-pattern.Werner Koch2021-08-161-24/+161
* gpgtar,w32: Fix file size computationWerner Koch2021-06-091-1/+1
* gpgconf: Make runtime changes with different homedir work.Werner Koch2021-05-281-12/+12
* gpgconf: Do not i18n an empty string to the PO files meta data.Werner Koch2021-04-291-0/+3
* gpgconf: Return a new pseudo option compliance_de_vs.Werner Koch2021-04-011-0/+4
* gpgconf: Fix argv overflow if --homedir is used.Werner Koch2021-03-261-1/+2
* gpgconf: Fix description of two new options.Werner Koch2021-01-071-2/+2
* wkd: Minor permission fix for created files.Werner Koch2020-12-301-2/+2
* build: Remove the code to build symcryptrunWerner Koch2020-12-211-12/+1
* Backport of the new option parser from 2.3Werner Koch2020-12-047-23/+51
* gpgconf: Yet another fix for --apply-profile.Werner Koch2020-11-121-4/+4
* w32: Revert use of one gnupg_fopen in a test toolWerner Koch2020-11-101-1/+1
* w32: Support Unicode also for config files etc.Werner Koch2020-11-104-7/+7
* Require Libgcrypt 1.8Werner Koch2020-11-091-2/+0
* gpgconf: Make sure the homedir exists for --apply-profile.Werner Koch2020-11-041-0/+4
* w32: Add windows subsystem variant of gpgconfAndre Heinecke2020-11-041-0/+6
* common: New functions gnupg_opendir et al.Werner Koch2020-10-232-12/+12
* Replace all calls to stat by gnupg_stat.Werner Koch2020-10-234-7/+7
* Replace most calls to open by a new wrapper.Werner Koch2020-10-231-2/+3
* Replace most of the remaining stdio calls by estream calls.Werner Koch2020-10-213-34/+33
* Replace all calls to access by gnupg_accessWerner Koch2020-10-213-13/+15
* w32: Add manifest files to most binariesWerner Koch2020-10-029-8/+255
* gpgconf,w32: Add manifest so we get the correct windows version.Werner Koch2020-10-024-8/+83
* gpgconf: New option --show-versions.Werner Koch2020-10-021-1/+170
* gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch2020-09-101-0/+1
* gpgtar,w32: Handle Unicode file names.Werner Koch2020-08-223-10/+62
* gpgtar: Make --files-from and --null work as described.Werner Koch2020-08-203-26/+68
* tools: Install gpgsplit againWerner Koch2020-08-131-2/+2
* w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka2020-07-301-1/+1
* tools: Use internal regexp routines.NIIBE Yutaka2020-07-151-2/+2
* gpg: Add regular expression support.NIIBE Yutaka2020-07-151-5/+5
* wks: Take name of sendmail from configure.Werner Koch2020-03-301-1/+1
* gpgconf: Take care of --homedir when reading/updating options.Werner Koch2020-03-191-4/+22