aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-07card: Fix a NULL-ptr deref in key listings.Werner Koch2-5/+8
2019-02-07card: Support reading and writing PIV certificatesWerner Koch1-32/+44
2019-02-07card: Add readline completion for help argumentsWerner Koch1-1/+4
2019-02-06scd: Implement PIN changing and unblocking for PIV cards.Werner Koch1-32/+76
2019-02-05scd: Allow standard keyref scheme for app-openpgp.Werner Koch3-15/+10
2019-01-31card: Implement non-interactive mode.Werner Koch3-73/+248
2019-01-31card: New command 'authenticate'.Werner Koch3-6/+118
2019-01-30card: Cache the results from gpg and gpgsm.Werner Koch3-3/+90
2019-01-30card: Print matching OpenPGP and X.509 data.Werner Koch4-10/+598
2019-01-29card: Support factory reset for Yubikey PIV application.Werner Koch3-81/+158
2019-01-29card: Print keyinfo for PIV cards.Werner Koch3-11/+66
2019-01-29card: Make printing of key information more flexible.Werner Koch5-87/+294
2019-01-27card: Implement the bulk of OpenPGP stuff into gpg-card-tool.Werner Koch4-369/+3745
2019-01-22card-tool: Add skeleton for new toolWerner Koch4-6/+936
2018-12-18wks: Do not use compression for the encrypted data.Werner Koch2-0/+2
2018-12-17Silence a few compiler warnings new with gcc 8.Werner Koch1-2/+2
2018-12-11tools: Use POSIX compatible arguments for findTomi Leppänen1-1/+1
2018-12-04wks: Fix filter expression syntax flaw.Werner Koch1-4/+10
2018-12-04wks: Allow reading of --install-key arguments from stdin.Werner Koch3-7/+73
2018-12-04wks: Create sub-directoriesWerner Koch1-5/+25
2018-12-04wks: Add new commands --install-key and --remove-key to the client.Werner Koch1-0/+53
2018-12-04wks: Move a few server functions to wks-util.Werner Koch3-309/+317
2018-11-26w32: Fix linkage of gpg-pair-toolAndre Heinecke1-1/+1
2018-11-14Remove the gpg-zip script.Werner Koch2-153/+0
2018-11-12common: Prepare for parsing mail sub-addresses.Werner Koch3-7/+7
2018-11-05wks: New option --with-colons for gpg-wks-client.Werner Koch3-67/+190
2018-10-26wkd: Add option --directory to the server.Werner Koch1-11/+18
2018-10-25all: fix more spelling errorsDaniel Kahn Gillmor1-1/+1
2018-10-25headers: fix spellingDaniel Kahn Gillmor1-1/+1
2018-10-24all: fix spelling and typosDaniel Kahn Gillmor6-10/+10
2018-10-24tools: Fix FILE memory leak in gpg-connect-agent.Werner Koch1-2/+4
2018-10-15tools: Replace duplicated code in mime-maker.Werner Koch3-62/+90
2018-07-05tools: Add experimental code for a pairing protocolseckey-sync-workWerner Koch2-1/+2029
2018-06-19wks: Take name of sendmail from configure.Werner Koch1-1/+1
2018-06-12Some preparations to eventuallt use gpgrt_argparse.Werner Koch1-1/+1
2018-02-28gpgconf, w32: Allow UNC pathsAndre Heinecke1-1/+3
2018-02-20wks: Add special mode to --install-key.Werner Koch4-124/+146
2018-02-20wks: Implement server command --install-key.Werner Koch4-36/+208
2018-02-20wks: Support alternative submission address.Werner Koch4-14/+67
2017-12-19wks: New server options --check, --with-dir, with-file.Werner Koch1-13/+182
2017-12-18conf: New option --status-fd.Werner Koch4-18/+129
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-11-15gpgtar: Prefer --set-filename over implicit nameAndre Heinecke1-6/+6
2017-10-24gpgconf: Ignore non-installed components with --apply-profile.Werner Koch1-4/+13
2017-09-18wks: Create a new user id if provider wants mailbox-only.Werner Koch1-8/+69
2017-09-18wks: Send only the newest UID to the server.Werner Koch4-22/+158
2017-09-18wks: Print the UID creation time with gpg-wks-client --check.Werner Koch3-2/+6
2017-09-18wks: Use dedicated type to convey user ids.Werner Koch4-32/+91