aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-04gpg: Avoid printing false AKL error message.Werner Koch1-4/+4
2019-07-04gpg: New command --locate-external-key.Werner Koch1-16/+32
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-16/+25
2019-04-18g10: Fix double free when locating by mboxAndre Heinecke1-2/+1
2018-08-29gpg: Remove unused function get_pubkeys.Werner Koch1-263/+4
2018-08-28gpg: Refresh expired keys originating from the WKD.Werner Koch1-15/+94
2018-08-28gpg: Remove unused arg from a function.Werner Koch1-2/+2
2018-07-05gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch1-2/+45
2018-07-03g10: Fix memory leak for PKT_signature.NIIBE Yutaka1-1/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-7/+14
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