aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-09-16g10: Remove unused function get_seckey_byfprint.Neal H. Walfield1-36/+0
2015-09-16g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield1-7/+2
2015-09-16g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield1-30/+0
2015-09-16g10: Simplify semantics of get_pubkey_byname.Neal H. Walfield1-8/+6
2015-09-16g10: Eliminate the redundant function get_pubkey_byname.Neal H. Walfield1-30/+2
2015-09-16g10: Eliminate the redundant function get_pubkey_end.Neal H. Walfield1-19/+12
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield1-6/+0
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield1-10/+21
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield1-16/+1
2015-09-16g10: Simplify code. Turn struct getkey_ctx_s.found_key into an argumentNeal H. Walfield1-30/+48
2015-09-16g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield1-2/+0
2015-09-16g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield1-13/+12
2015-09-09doc: Minor comment fixes.Werner Koch1-5/+6