aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-25kbx: Log debug fixesWerner Koch1-1/+1
2021-02-21tools,w32: Add resource and manifest files to all binaries.Beta-2.3.0-beta1598Werner Koch13-11/+347
2021-02-19wkd: Install gpg-wks-client under bin and add wrapper for libexecWerner Koch1-4/+18
2021-02-19build: Remove now obsolete HAVE_NEWER_LIBGCRYPT AM conditional.Werner Koch1-3/+1
2021-02-11doc: Improve the gpg-card man page.Werner Koch1-4/+5
2021-02-09tools: Remove the symcryptrun tool.Werner Koch2-1031/+1
2021-02-02card: List keys of pkcs#15 cards.Werner Koch1-0/+19
2021-01-19Require Libgcrypt 1.9Werner Koch1-2/+0
2021-01-12tools: Add option --clock to watchgnupgWerner Koch1-1/+28
2020-12-30wkd: Minor permission fix for created files.Werner Koch1-2/+2
2020-12-09wks-client: Improve an error messageWerner Koch1-1/+1
2020-12-07gpg,card: Allow no version information of Yubikey.NIIBE Yutaka1-1/+2
2020-11-27card: Let the APDU command prints a description of the status word.Werner Koch3-1/+43
2020-11-27card: Netkey improvement for passwd.Werner Koch1-13/+22
2020-11-12gpgconf: Yet another fix for --apply-profile.Werner Koch1-4/+4
2020-11-09card: Run factory-reset in locked stated also in gpg-card.Werner Koch3-10/+54
2020-11-04gpgconf: Make sure the homedir exists for --apply-profile.Werner Koch1-0/+4
2020-11-04w32: Add windows subsystem variant of gpgconfAndre Heinecke1-0/+6
2020-10-26gpg,tools: Fix detecting OpenPGP card by serialno.NIIBE Yutaka1-3/+1
2020-10-21common: New functions gnupg_opendir et al.Werner Koch3-18/+17
2020-10-20Replace all calls to stat by gnupg_stat.Werner Koch5-9/+9
2020-10-20Replace most calls to open by a new wrapper.Werner Koch1-2/+3
2020-10-20Replace most of the remaining stdio calls by estream calls.Werner Koch3-34/+33
2020-10-20Replace all calls to access by gnupg_accessWerner Koch3-13/+15
2020-10-05dirmngr: Add warning on the use of --add-servers.Werner Koch1-1/+1
2020-10-02gpgconf: New option --show-versions.Werner Koch2-8/+168
2020-09-24keyboxd: Integrate into gpgconf.Werner Koch3-1/+63
2020-09-18common,agent,dirmngr,g10,tools: Fix split_fields API.NIIBE Yutaka8-15/+15
2020-09-10gpg-connect-agent: Catch signals so that SIGPIPE is ignored.Werner Koch1-0/+1
2020-09-08gpg,tools: Add handling of supported algorithms by a card.NIIBE Yutaka2-0/+27
2020-09-01Use only one copy of the warn_server_mismatch function.Werner Koch1-35/+3
2020-08-27scd: New option to APDU command to return the ATR as data.Werner Koch2-6/+13
2020-08-25gpgconf: Silence warnings from parsing the options filesWerner Koch1-2/+3
2020-08-25gpgconf,w32: New debug command --show-codepages.Werner Koch2-12/+18
2020-08-21gpgtar,w32: Handle Unicode file names.Werner Koch3-10/+62
2020-08-20gpgtar: Add dummy option --tarWerner Koch1-0/+6
2020-08-20gpgtar: Make --files-from and --null work as described.Werner Koch3-26/+68
2020-08-14Add --chuid to gpg, gpg-card, and gpg-connect-agent.Werner Koch2-1/+20
2020-08-13tools: Install gpgsplit againWerner Koch1-2/+2
2020-08-06gpgconf: New option --chuid.Werner Koch1-0/+8
2020-07-30w32: Add link to $(NETLIB) for -lws2_32.NIIBE Yutaka1-1/+1
2020-07-17Use gpgrt's new option parser for symcryptrun.NIIBE Yutaka1-79/+63
2020-07-17gpg-card: Fix type of historyname.NIIBE Yutaka1-1/+1
2020-07-02Support a history file in gpg-card and gpg-connect-agent.Werner Koch3-2/+91
2020-06-30card: Better detect removed cards. Add TCOS PIN menu.Werner Koch3-53/+199
2020-06-25card: Add password change menu for NKS cards.Werner Koch1-4/+52
2020-06-24gpgconf: Fix regression in --launch and --kill from MarchWerner Koch2-3/+7
2020-06-03card: Improve openpgp key writing in "writecert".Werner Koch3-4/+114
2020-05-28card: Allow to store and retrieve keyblocks in OpenPGP cards.Werner Koch1-6/+90
2020-05-28card: New command "apdu"Werner Koch4-9/+108