aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-11-06gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield1-9/+0
2015-11-04gpg: Add --encrypt-to-default-key.Neal H. Walfield1-1/+1
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-10/+89
2015-10-06gpg: Add new --auto-key-locate mechanism "dane".Werner Koch1-1/+10
2015-09-16g10: Be more careful when merging self-signed data.Neal H. Walfield1-3/+21
2015-09-16g10: Simplify some complicated boolean expressions.Neal H. Walfield1-8/+29
2015-09-16g10: Also mark revoked and expired keys as unusable.Neal H. Walfield1-2/+6
2015-09-16g10: Release resources when returning an error in get_seckey.Neal H. Walfield1-1/+5
2015-09-16g10: Improve documentation and comments for getkey.c.Neal H. Walfield1-173/+325
2015-09-16g10: Remove unused function have_any_secret_key.Neal H. Walfield1-14/+0
2015-09-16g10: Bring cache semantics closer to non-cache semantics.Neal H. Walfield1-3/+7
2015-09-16g10: Break out of the loop earlier.Neal H. Walfield1-6/+9
2015-09-16g10: Don't skip legacy keys if the search mode is KEYDB_SEARCH_MODE_NEXTNeal H. Walfield1-1/+2
2015-09-16g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield1-29/+0