aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-04gpg: New command --locate-external-key.Werner Koch1-7/+11
2019-03-18gpg: Do not bail out on v5 keys in the local keyring.Werner Koch1-0/+2
2019-03-07gpg: Make invalid primary key algos obvious in key listings.Werner Koch1-1/+9
2019-02-11gpg: Emit an ERROR status if no key was found with --list-keys.Werner Koch1-0/+1
2018-12-05g10: Fix print_pubkey_info new line output.NIIBE Yutaka1-1/+1
2018-12-05gpg: New list-option "show-only-fpr-mbox".Werner Koch1-1/+58
2018-08-28gpg: Remove unused arg from a function.Werner Koch1-1/+1
2018-07-03gpg: Print revocation reason for "rev" records.Werner Koch1-4/+68
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-3/+12
2017-07-27gpg: Avoid output to the tty during import.Werner Koch1-1/+1
2017-07-24gpg: Store key origin info for new DANE and WKD retrieved keys.Werner Koch1-3/+3
2017-07-20gpg: New option --with-key-origin.Werner Koch1-0/+44
2017-06-21gpg: Fix printing keyserver URLs and notation data.Justus Winter1-2/+2
2017-06-01gpg,common: Move the compliance framework.Justus Winter1-3/+9
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-1/+1
2017-04-07gpg: Fix printing of offline taken subkey.Werner Koch1-1/+1
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-3/+3
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-30/+31
2017-03-28gpg: Prepare for listing last_update and key origin data.Werner Koch1-2/+6
2017-03-20gpg: Add new field no 18 to the colon listing.Werner Koch1-21/+52
2017-03-13gpg: Flush stdout before printing stats with --check-sigs.Werner Koch1-1/+5
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-8/+7
2017-03-07Remove -I option to common.NIIBE Yutaka1-7/+7
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch1-1/+1
2017-02-08gpg,common: Make sure that all fd given are valid.Justus Winter1-0/+3
2017-01-17gpg: Sync print of additional sig data in --edit-key.Werner Koch1-45/+42
2016-11-23g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield1-2/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter1-1/+1
2016-09-19gpg: Fix regression in fingerprint printing.Werner Koch1-1/+1
2016-09-12gpg: Avoid mixing up status and colon line output.Werner Koch1-36/+47
2016-09-09gpg: print fingerprint regardless of keyid-formatDaniel Kahn Gillmor1-2/+5
2016-08-25gpg: New option --with-tofu-info.Werner Koch1-12/+10
2016-08-10gpg: Remove tofu database format "split".Werner Koch1-2/+2
2016-08-04gpg: Make sure that keygrips are printed for each subkey.Werner Koch1-6/+14
2016-08-04gpg: Always print the fingerprint in colons mode.Werner Koch1-20/+12
2016-07-14gpg: Remove options --print-dane-records and --print-pka-records.Werner Koch1-153/+3
2016-07-07gpg: Add export options "export-pka" and "export-dane".Werner Koch1-1/+1
2016-06-23gpg: Do not print the validity after key generation.Werner Koch1-4/+10
2016-06-14gpg: Print the subkey's curve and not the primary key curve.Werner Koch1-4/+4
2016-06-11gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch1-1/+2
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor1-5/+5
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch1-4/+17
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-86/+94
2016-05-31gpg: New status code NOTATION_FLAGS.Werner Koch1-1/+5
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-1/+1
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-13/+14
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-6/+5
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-7/+29
2016-01-18Use ngettext for some strings.Werner Koch1-20/+20