aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
Commit message (Expand)AuthorFilesLines
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
2020-05-27card: Update card info after "generate".Werner Koch1-0/+8
2020-05-27card: Add command "bye"Werner Koch2-1/+2
2020-05-27card: Take care of removed and re-inserted cards.Werner Koch2-4/+19
2020-05-26card: Implement UID command and print capabilities.Werner Koch3-6/+131
2020-05-07card: Allow listing of NKS cards.Werner Koch3-4/+42
2020-04-07doc: Typo fix in code comment.Werner Koch1-1/+1
2020-04-06tools: Use internal regexp routines.NIIBE Yutaka1-2/+2
2020-04-03gpg,card: Use the new MANUFACTURER attribute.Werner Koch3-45/+22
2020-04-03gpg: Add regular expression support.NIIBE Yutaka1-5/+5
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 Koch2-1583/+661
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 Koch2-103/+192
2020-03-03gpgconf: Always use xmalloc.Werner Koch1-30/+25
2020-03-03card: Add yet another vendor.Werner Koch1-0/+1
2020-03-03card: Add new vendor.Werner Koch1-0/+1
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch9-97/+103
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch10-3/+37
2020-02-19card: New option --info for command list and select by s/n.Werner Koch1-39/+92
2020-02-18Spelling cleanup.Daniel Kahn Gillmor10-19/+19
2020-02-13card: Fix openpgp subkey listing.Werner Koch1-8/+12
2020-02-13card: Take the key creation time from the KEYPAIRINFOWerner Koch1-45/+18
2020-02-12card: Fix parsing of the received card_list.Werner Koch1-1/+1
2020-02-12card: List more info for an OpenPGP key.Werner Koch3-12/+21
2020-02-12card: New option --no-key-lookup.Werner Koch2-22/+40
2020-02-11card: First code to actually create openpgp keys.Werner Koch2-17/+3
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch9-0/+11