aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Avoid printing false AKL error message.Werner Koch2019-07-041-4/+4
* gpg: New command --locate-external-key.Werner Koch2019-07-041-16/+32
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-041-16/+25
* g10: Fix double free when locating by mboxAndre Heinecke2019-04-181-2/+1
* gpg: Remove unused function get_pubkeys.Werner Koch2018-08-291-263/+4
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-281-15/+94
* gpg: Remove unused arg from a function.Werner Koch2018-08-281-2/+2
* gpg: Prepare for signatures with ISSUER_FPR but without ISSUER.Werner Koch2018-07-051-2/+45
* g10: Fix memory leak for PKT_signature.NIIBE Yutaka2018-07-031-1/+1
* gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-7/+14
* g10: Fix filtering by PK->REQ_USAGE.NIIBE Yutaka2018-04-021-0/+2
* g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka2018-02-221-4/+11
* gpg: Remove some xmallocs.Werner Koch2017-12-131-7/+26
* indent: Re-indent get_pubkeys.Werner Koch2017-12-131-59/+48
* gpg: Print AKL info only in verbose mode.Werner Koch2017-11-151-2/+3
* gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-191-2/+13
* gpg: Improve keydb handling in the main import function.Werner Koch2017-10-191-15/+61
* gpg: Fix memory leak in parse_auto_key_locate.Werner Koch2017-08-041-3/+4
* gpg: Default to --auto-key-locate "local,wkd" and --auto-key-retrieve.Werner Koch2017-08-041-1/+4
* gpg: Minor rework for better readibility of get_best_pubkey_byname.Werner Koch2017-07-281-13/+13
* gpg: Fix segv in get_best_pubkey_byname.Werner Koch2017-07-281-1/+1
* gpg: Extend --key-origin to take an optional URL arg.Werner Koch2017-07-241-0/+15
* indent: Improve readability of some comments in getkey.cWerner Koch2017-07-201-165/+168
* gpg: New option --with-key-origin.Werner Koch2017-07-201-10/+30
* g10: Return proper error when gpg-agent fails to start during probe.Marcus Brinkmann2017-07-201-2/+8
* gpg: New option --key-origin.Werner Koch2017-07-131-0/+35
* gpg: Disable keydb handle caching only for W32Werner Koch2017-06-131-10/+17
* gpg: Disable keydb handle cachingAndre Heinecke2017-05-301-1/+11
* g10: Fix default-key selection for signing, possibly by card.NIIBE Yutaka2017-05-221-0/+52
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* g10: Minor fixes.NIIBE Yutaka2017-04-171-1/+2
* gpg: Avoid multiple open calls to the keybox file.Werner Koch2017-03-311-5/+18
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-311-18/+18
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-66/+74
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-18/+18
* Remove -I option to common.NIIBE Yutaka2017-03-071-6/+6
* gpg: Fix attempt to double free an UID structure.Werner Koch2017-03-061-2/+7
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg: Let only Dirmngr decide whether CERT is supported.Werner Koch2016-12-011-2/+0
* g10: Fix iteration over getkey results.Justus Winter2016-11-281-1/+1
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-231-1/+1
* gpg: Use usual free semantics for packet structure free functions.Werner Koch2016-11-151-10/+5
* g10: Optimize key iteration.Justus Winter2016-11-151-2/+2
* g10: Fix memory leak.Justus Winter2016-11-151-3/+14
* g10: Fix iteration over getkey results.Justus Winter2016-11-151-0/+8
* g10: Fix use-after-free.Justus Winter2016-11-151-1/+9
* g10: Fix crash.Justus Winter2016-11-071-3/+4
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* indent: Move comments inside the block.Werner Koch2016-11-041-48/+56
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-031-0/+205