aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | gpg: Keep a lock during the read-update/insert cycle in import.Werner Koch2017-10-181-2/+13
* | gpg: Improve keydb handling in the main import function.Werner Koch2017-10-181-15/+61
* | g10: Select a secret key by checking availability under gpg-agent.NIIBE Yutaka2017-09-261-4/+11
|/
* 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
* g10: Fix iteration over getkey results.Justus Winter2016-10-271-3/+6
* Fix typos.Justus Winter2016-10-271-1/+1
* g10: Assert preconditions.Justus Winter2016-10-271-0/+3
* gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch2016-10-271-1/+1
* gpg: Make decryption of -R work w/o --try-secret-key or --default-key.Werner Koch2016-08-291-10/+7
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-1/+1
* gpg: Make --try-all-secrets work for hidden recipientsDaiki Ueno2016-07-131-10/+50
* gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch2016-07-061-1/+53
* gpg: Get rid of an unused arg in a function in getkey.c.Werner Koch2016-07-061-10/+7
* gpg: Change calling convention for a function in getkey.cWerner Koch2016-07-061-37/+40
* gpg: Emit new status line KEY_CONSIDERED.Werner Koch2016-05-171-82/+138
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-20/+19
* gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch2016-04-271-13/+21
* g10: Silence message if --quiet is given.Kevin J. McCarthy2016-03-101-1/+1