summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch2016-01-211-2/+2
* gpg: Minor string changes.Werner Koch2016-01-181-1/+1
* gpg: Move documentation from keydb.h to keydb.c and getkey.c.Werner Koch2016-01-111-24/+321
* gpg: Fix NULL de-ref for ambiguous key check in --export-ssh-keys.Werner Koch2016-01-111-1/+5
* gpg: Add an exact search flag to the PK struct.Werner Koch2016-01-081-4/+6
* gpg: Avoid warnings about possible NULL deref.Werner Koch2016-01-071-1/+1
* gpg: Fix warnings about useless assignments.Werner Koch2016-01-071-3/+2
* gpg: Fix double free.Neal H. Walfield2016-01-041-9/+1
* Revert commit 4654384fe7a4dcee113dacf27c398b13dea5d0be.Neal H. Walfield2016-01-041-1/+1
* gpg: Rename struct pubkey to pukey_s and add pubkey_t.Werner Koch2015-12-231-11/+11
* gpg: Add standard free() semantic to pubkey_free.Werner Koch2015-12-231-3/+6
* gpg: Do not translate debug output.Werner Koch2015-12-231-3/+3
* gpg: Fix error message.Neal H. Walfield2015-12-221-1/+1
* gpg: Don't check for ambiguous keys.Neal H. Walfield2015-12-221-0/+276
* gpg: Display the key that is invalid, not the search description.Neal H. Walfield2015-12-221-6/+6
* gpg: Reduce number of strings to translate.Werner Koch2015-12-151-10/+10
* gpg: Fix --default-key checks.Neal H. Walfield2015-12-141-3/+59
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-5/+39
* gpg: Change some error messages.Werner Koch2015-12-031-5/+6
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-171-45/+2
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch2015-11-131-1/+13
* gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield2015-11-061-9/+0
* gpg: Add --encrypt-to-default-key.Neal H. Walfield2015-11-041-1/+1
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-10/+89
* gpg: Add new --auto-key-locate mechanism "dane".Werner Koch2015-10-061-1/+10
* g10: Be more careful when merging self-signed data.Neal H. Walfield2015-09-161-3/+21
* g10: Simplify some complicated boolean expressions.Neal H. Walfield2015-09-161-8/+29
* g10: Also mark revoked and expired keys as unusable.Neal H. Walfield2015-09-161-2/+6
* g10: Release resources when returning an error in get_seckey.Neal H. Walfield2015-09-161-1/+5
* g10: Improve documentation and comments for getkey.c.Neal H. Walfield2015-09-161-173/+325
* g10: Remove unused function have_any_secret_key.Neal H. Walfield2015-09-161-14/+0
* g10: Bring cache semantics closer to non-cache semantics.Neal H. Walfield2015-09-161-3/+7
* g10: Break out of the loop earlier.Neal H. Walfield2015-09-161-6/+9