aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-02g10: Fix filtering by PK->REQ_USAGE.NIIBE Yutaka1-0/+2
2018-02-22g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka1-4/+11
2017-12-13gpg: Remove some xmallocs.Werner Koch1-7/+26
2017-12-13indent: Re-indent get_pubkeys.Werner Koch1-59/+48
2017-11-15gpg: Print AKL info only in verbose mode.Werner Koch1-2/+3
2017-10-19gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch1-2/+13
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch1-15/+61
2017-08-04gpg: Fix memory leak in parse_auto_key_locate.Werner Koch1-3/+4
2017-08-04gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch1-1/+4
2017-07-28gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch1-13/+13
2017-07-28gpg: Fix segv in get_best_pubkey_byname.Werner Koch1-1/+1
2017-07-24gpg: Extend --key-origin to take an optional URL arg.Werner Koch1-0/+15
2017-07-20indent: Improve readability of some comments in getkey.cWerner Koch1-165/+168
2017-07-20gpg: New option --with-key-origin.Werner Koch1-10/+30
2017-07-20g10: Return proper error when gpg-agent fails to start during probe.Marcus Brinkmann1-2/+8
2017-07-13gpg: New option --key-origin.Werner Koch1-0/+35
2017-06-13gpg: Disable keydb handle caching only for W32Werner Koch1-10/+17
2017-05-30gpg: Disable keydb handle cachingAndre Heinecke1-1/+11
2017-05-22g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka1-0/+52
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-17g10: Minor fixes.NIIBE Yutaka1-1/+2
2017-03-31gpg: Avoid multiple open calls to the keybox file.Werner Koch1-5/+18
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-18/+18
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-66/+74
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-18/+18
2017-03-07Remove -I option to common.NIIBE Yutaka1-6/+6
2017-03-06gpg: Fix attempt to double free an UID structure.Werner Koch1-2/+7
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-12-01gpg: Let only Dirmngr decide whether CERT is supported.Werner Koch1-2/+0
2016-11-28g10: Fix iteration over getkey results.Justus Winter1-1/+1
2016-11-23g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield1-1/+1
2016-11-15gpg: Use usual free semantics for packet structure free functions.Werner Koch1-10/+5
2016-11-15g10: Optimize key iteration.Justus Winter1-2/+2
2016-11-15g10: Fix memory leak.Justus Winter1-3/+14
2016-11-15g10: Fix iteration over getkey results.Justus Winter1-0/+8
2016-11-15g10: Fix use-after-free.Justus Winter1-1/+9
2016-11-07g10: Fix crash.Justus Winter1-3/+4
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-04indent: Move comments inside the block.Werner Koch1-48/+56
2016-11-03g10: Improve and unify key selection for -r and --locate-keys.Justus Winter1-0/+205
2016-10-27g10: Fix iteration over getkey results.Justus Winter1-3/+6
2016-10-27Fix typos.Justus Winter1-1/+1
2016-10-27g10: Assert preconditions.Justus Winter1-0/+3
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch1-1/+1
2016-08-29gpg: Make decryption of -R work w/o --try-secret-key or --default-key.Werner Koch1-10/+7
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-13gpg: Make --try-all-secrets work for hidden recipientsDaiki Ueno1-10/+50
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch1-1/+53
2016-07-06gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch1-10/+7
2016-07-06gpg: Change calling convention for a function in getkey.cWerner Koch1-37/+40