summaryrefslogtreecommitdiffstats
path: root/g13/sh-cmd.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-21Use gpgrt's new option parser for the tools.Werner Koch12-148/+158
2020-02-20Use gpgrt's new option parser for gpgc, gpgsm, and gpg-agent.Werner Koch3-238/+206
2020-02-20gpg: Use gpgrt's new option parser to provide a global conf file.Werner Koch32-169/+271
2020-02-19build: Require libgpg-error 1.38Werner Koch2-9/+1
2020-02-19card: New option --info for command list and select by s/n.Werner Koch1-39/+92
2020-02-19gpg: Fix default-key selection when card is available.NIIBE Yutaka1-1/+9
2020-02-19Spelling cleanup.Daniel Kahn Gillmor83-122/+122
2020-02-19doc: Correction of typo in documentation of KEY_CONSIDEREDNick Piper1-1/+1
2020-02-17sm: Remove left over debug output.Werner Koch1-1/+0
2020-02-17scd: Disable pinpad if it's impossible by KDF DO.NIIBE Yutaka1-7/+30
2020-02-15gpgsm: Fix import of some CR,LF ternminated certificatesWerner Koch1-8/+18
2020-02-13build: New configure option --disable-keyboxdWerner Koch2-2/+13
2020-02-13scd: Print the main app name also for not fully supported cards.Werner Koch1-0/+9
2020-02-13card: Fix openpgp subkey listing.Werner Koch1-8/+12
2020-02-13gpg: New option --full-timestrings.Werner Koch6-4/+55
2020-02-13gpg: Changes to allow direct key generation from an OpenPGP card.Werner Koch3-183/+344
2020-02-13card: Take the key creation time from the KEYPAIRINFOWerner Koch1-45/+18
2020-02-13scd:openpgp: Return key creation time as part of KEYPARIINFO.Werner Koch3-18/+25
2020-02-13agent: Allow signing with card key even without a stub key.Werner Koch8-32/+172
2020-02-12gpg: Rename the struct card_key_info_s.Werner Koch3-17/+22
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-11gpg: Improve key creation direct from the card.Werner Koch3-26/+122
2020-02-11scd:openpgp: Send a KEY-TIME status with READKEYWerner Koch2-1/+39
2020-02-11card: First code to actually create openpgp keys.Werner Koch2-17/+3
2020-02-11scd:openpgp: Optional allow for lowercase keyrefs.Werner Koch1-10/+10
2020-02-11scd:openpgp: Allow auto-changing of the key attributes in genkey.Werner Koch2-47/+181
2020-02-11common: Extend the openpgp_curve_to_oid function.Werner Koch9-16/+27
2020-02-10doc: Improve the warning section of the gpg man page.Werner Koch1-10/+16
2020-02-10build: Always use EXTERN_UNLESS_MAIN_MODULE pattern.Werner Koch32-18/+41
2020-02-10gpg: Make really sure that --verify-files always returns an error.Werner Koch1-5/+13
2020-02-10card: Remove command "key-attr" and hack on "generate".Werner Koch3-398/+203
2020-02-10scd:openpgp: Let the genkey function also accept a full keyref.Werner Koch2-4/+13
2020-02-10common: Extend the new get_keyalgo_string functionWerner Koch2-5/+29
2020-02-09common: Remove duplicated call to a function.Werner Koch1-1/+0
2020-02-09common: New function get_keyalgo_string.Werner Koch4-3/+198
2020-02-09common: Add OpenPGP<->Gcrypt pubkey id mapping functions.Werner Koch5-21/+41
2020-02-09card: Support brainpool curves in the generate command.Werner Koch1-11/+26
2020-02-03sm: New option --issuer-der for the listkey commands.Werner Koch1-7/+73
2020-01-28card: Add new OpenPGP card vendor.Werner Koch2-0/+2
2020-01-21dirmngr: Fix building w/o LDAP supportWerner Koch1-0/+6
2020-01-21gpg: Fix printing of keyring name (regression in master)Werner Koch1-1/+1
2020-01-21card: Add new OpenPGP card vendorWerner Koch2-0/+2
2020-01-21build: Require libgpg-error 1.37Werner Koch2-2/+2
2020-01-20tools: Let watchgnupg determine the socket name via gpgconf.Werner Koch2-26/+159
2020-01-17gpgconf,w32: Print a warning for a suspicious homedir.Werner Koch2-0/+17
2020-01-17gpg: Prefer card key on use in multiple subkeys situation.NIIBE Yutaka2-42/+80
2020-01-17gpg: Prepare enhancement of agent_probe_secret_key.NIIBE Yutaka8-26/+32
2020-01-16card: Allow switching of cards and applications.Werner Koch3-24/+193