aboutsummaryrefslogtreecommitdiffstats
path: root/g10/getkey.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* g10: Remove unused field struct getkey_ctx_s.kbpos.Neal H. Walfield2015-09-161-2/+0
* g10: Simplify code: remove field struct getkey_ctx_s.keyblock.Neal H. Walfield2015-09-161-13/+12
* doc: Minor comment fixes.Werner Koch2015-09-091-5/+6
* g10: Remove unused field req_algo.Neal H. Walfield2015-09-021-4/+0
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-211-2/+2
* gpg: Properly handle legacy keys while looking for a secret key.Werner Koch2015-08-041-1/+8
* gpg: Fix endless loop for expired keys given by fpr.Werner Koch2015-07-311-0/+5
* gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch2015-07-291-1/+2
* Don't segfault if the first 'auto-key-locate' option is 'clear'.Neal H. Walfield2015-07-161-0/+3
* gpg: Improve 'General key info' line of --card-status.Werner Koch2015-05-071-3/+19
* gpg: Merge duplicated code for get_user_id et al.Werner Koch2015-04-061-57/+45
* Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch2015-04-061-16/+16
* gpg: Switch to a hash and CERT record based PKA system.Werner Koch2015-02-251-2/+0
* Move new mailbox.c source file to common/.Werner Koch2015-02-251-1/+1
* gpg: Skip legacy keys while searching keyrings.Werner Koch2015-02-231-2/+37
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-1/+1
* Use inline functions to convert buffer data to scalars.Werner Koch2015-02-111-6/+8
* gpg: Add dedicated error code for PGP-2 keys.Werner Koch2015-01-221-3/+2
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-23/+26
* gpg: Remove an unused variable.Werner Koch2015-01-221-2/+0
* gpg: Remove unused args from a function.Werner Koch2015-01-051-1/+1
* gpg: Fix endless loop in keylisting with fingerprint.Werner Koch2014-11-021-0/+6
* gpg: Minor cleanup for key listing related code.Werner Koch2014-11-021-16/+10