aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-09-02g10: Remove unused field req_algo.Neal H. Walfield1-4/+0
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-2/+2
2015-08-04gpg: Properly handle legacy keys while looking for a secret key.Werner Koch1-1/+8
2015-07-31gpg: Fix endless loop for expired keys given by fpr.Werner Koch1-0/+5
2015-07-29gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch1-1/+2
2015-07-16Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield1-0/+3
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch1-3/+19
2015-04-06gpg: Merge duplicated code for get_user_id et al.Werner Koch1-57/+45
2015-04-06Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch1-16/+16
2015-02-25gpg: Switch to a hash and CERT record based PKA system.Werner Koch1-2/+0
2015-02-25Move new mailbox.c source file to common/.Werner Koch1-1/+1
2015-02-23gpg: Skip legacy keys while searching keyrings.Werner Koch1-2/+37
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-1/+1
2015-02-11Use inline functions to convert buffer data to scalars.Werner Koch1-6/+8
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-3/+2
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-23/+26
2015-01-22gpg: Remove an unused variable.Werner Koch1-2/+0
2015-01-05gpg: Remove unused args from a function.Werner Koch1-1/+1
2014-11-02gpg: Fix endless loop in keylisting with fingerprint.Werner Koch1-0/+6
2014-11-02gpg: Minor cleanup for key listing related code.Werner Koch1-16/+10