aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-17gpg: Emit new status line KEY_CONSIDERED.Werner Koch1-82/+138
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-20/+19
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-13/+21
2016-03-10g10: Silence message if --quiet is given.Kevin J. McCarthy1-1/+1
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch1-2/+2
2016-01-18gpg: Minor string changes.Werner Koch1-1/+1
2016-01-11gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch1-24/+321
2016-01-11gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch1-1/+5
2016-01-08gpg: Add an exact search flag to the PK struct.Werner Koch1-4/+6
2016-01-07gpg: Avoid warnings about possible NULL deref.Werner Koch1-1/+1
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-3/+2
2016-01-04gpg: Fix double free.Neal H. Walfield1-9/+1
2016-01-04Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.Neal H. Walfield1-1/+1
2015-12-23gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch1-11/+11
2015-12-23gpg: Add standard free() semantic to pubkey_free.Werner Koch1-3/+6
2015-12-23gpg: Do not translate debug output.Werner Koch1-3/+3
2015-12-22gpg: Fix error message.Neal H. Walfield1-1/+1
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield1-0/+276
2015-12-22gpg: Display the key that is invalid, not the search description.Neal H. Walfield1-6/+6
2015-12-15gpg: Reduce number of strings to translate.Werner Koch1-10/+10
2015-12-14gpg: Fix --default-key checks.Neal H. Walfield1-3/+59
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-5/+39
2015-12-03gpg: Change some error messages.Werner Koch1-5/+6
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield1-45/+2
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-11-13gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch1-1/+13