aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-01gpg: Print more info with "check selfsig".Werner Koch1-0/+17
2015-10-01gpg: Add debug helper to --edit-keys's check sub-command.Werner Koch1-15/+35
2015-09-29g10: Remove unused struct cmp_help_context_s.Neal H. Walfield1-6/+0
2015-09-29g10: Avoid an unnecessary copy.Neal H. Walfield1-4/+20
2015-09-29agent: RSA signature verification by gpg-agent.NIIBE Yutaka1-30/+0
2015-09-18gpg: Report a conflict between honor-keyserver-url and TOR.Werner Koch1-0/+16
2015-09-16gpg: Fix skip function dummy parameter.Werner Koch1-2/+2
2015-09-16gpg: Change last commit to avoid extra translations.Werner Koch1-4/+20
2015-09-16g10: Improve error message.Neal H. Walfield1-4/+4
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. Walfield2-179/+661
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. Walfield2-32/+0
2015-09-16g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2-38/+0
2015-09-16g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield3-9/+4
2015-09-16g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield3-33/+1
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. Walfield3-22/+14
2015-09-16g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield3-8/+1
2015-09-16kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2-11/+22
2015-09-16g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield1-1/+0
2015-09-16g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2-18/+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-10g10: Fix make distcheck problem.Werner Koch3-3/+36
2015-09-10g10: Improve portability of the new test driver.Werner Koch2-9/+27
2015-09-09doc: Minor comment fixes.Werner Koch1-5/+6
2015-09-02g10: Remove unused field req_algo.Neal H. Walfield2-5/+0
2015-09-02g10: Use a symbolic constant instead of a literal.Neal H. Walfield1-10/+13
2015-09-02g10: Add test for keydb as well as new testing infrastructure.Neal H. Walfield5-3/+647
2015-09-02g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield1-54/+57
2015-09-02g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield1-11/+19
2015-09-01gpg: Remove option --no-sig-create-check.Werner Koch3-6/+7
2015-08-31g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield1-9/+12
2015-08-31g10: Improve interface documentation of the keydb API.Neal H. Walfield2-69/+223
2015-08-31g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield1-1/+10
2015-08-31g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield1-0/+4
2015-08-31g10: Remove unused parameter.Neal H. Walfield4-6/+4
2015-08-26g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2-64/+73
2015-08-25gpg: Emit ERROR status for key signing failures.Werner Koch1-0/+7
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch4-23/+103
2015-08-23gpg: Fix regression in packet parser from Aug 19.Werner Koch1-15/+8