summaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* g10: Don't skip legacy keys if the search mode is KEYDB_SEARCH_MODE_NEXTNeal H. Walfield2015-09-161-1/+2
* g10: Remove unused function get_seckeyblock_byfprint.Neal H. Walfield2015-09-161-29/+0
* g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2015-09-161-36/+0
* g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield2015-09-161-7/+2
* g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield2015-09-161-30/+0
* g10: Simplify semantics of get_pubkey_byname.Neal H. Walfield2015-09-161-8/+6
* g10: Eliminate the redundant function get_pubkey_byname.Neal H. Walfield2015-09-161-30/+2
* g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield2015-09-161-19/+12
* g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield2015-09-161-6/+0
* kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2015-09-161-10/+21
* g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2015-09-161-16/+1
* g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield2015-09-161-30/+48