aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Remove unused struct cmp_help_context_s.Neal H. Walfield2015-09-291-6/+0
* g10: Avoid an unnecessary copy.Neal H. Walfield2015-09-291-4/+20
* agent: RSA signature verification by gpg-agent.NIIBE Yutaka2015-09-291-30/+0
* gpg: Report a conflict between honor-keyserver-url and TOR.Werner Koch2015-09-181-0/+16
* gpg: Fix skip function dummy parameter.Werner Koch2015-09-161-2/+2
* gpg: Change last commit to avoid extra translations.Werner Koch2015-09-161-4/+20
* g10: Improve error message.Neal H. Walfield2015-09-161-4/+4
* 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-162-179/+661
* 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-162-32/+0
* g10: Remove unused function get_seckey_byfprint.Neal H. Walfield2015-09-162-38/+0
* g10: Simplify get_seckey_byname: it was never called with NAME not NULL.Neal H. Walfield2015-09-163-9/+4
* g10: Eliminate the redundant function get_keyblock_byfprint.Neal H. Walfield2015-09-163-33/+1
* 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-163-22/+14
* g10: Eliminate the redundant function get_pubkey_next.Neal H. Walfield2015-09-163-8/+1
* kbx: Change skipfnc's prototype so that we can provide all information.Neal H. Walfield2015-09-162-11/+22
* g10: Remove unused prototype (get_pubkey_byfpr).Neal H. Walfield2015-09-161-1/+0
* g10: Remove unused function (get_pubkey_bynames).Neal H. Walfield2015-09-162-18/+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
* g10: Fix make distcheck problem.Werner Koch2015-09-103-3/+36
* g10: Improve portability of the new test driver.Werner Koch2015-09-102-9/+27
* doc: Minor comment fixes.Werner Koch2015-09-091-5/+6
* g10: Remove unused field req_algo.Neal H. Walfield2015-09-022-5/+0
* g10: Use a symbolic constant instead of a literal.Neal H. Walfield2015-09-021-10/+13
* g10: Add test for keydb as well as new testing infrastructure.Neal H. Walfield2015-09-025-3/+647
* g10: Make the keyblock cache per-handle rather than global.Neal H. Walfield2015-09-021-54/+57
* g10: If iobuf_seek fails when reading from the cache, do a hard read.Neal H. Walfield2015-09-021-11/+19
* gpg: Remove option --no-sig-create-check.Werner Koch2015-09-013-6/+7
* g10: Don't leak memory if we fail to initialize a new database handle.Neal H. Walfield2015-08-311-9/+12
* g10: Improve interface documentation of the keydb API.Neal H. Walfield2015-08-312-69/+223
* g10: Don't cache search results if the search didn't scan the whole DB.Neal H. Walfield2015-08-311-1/+10
* g10: Have keydb_search_first call keydb_search_reset before searching.Neal H. Walfield2015-08-311-0/+4
* g10: Remove unused parameter.Neal H. Walfield2015-08-314-6/+4
* g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2015-08-262-64/+73
* gpg: Emit ERROR status for key signing failures.Werner Koch2015-08-251-0/+7
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-254-23/+103
* gpg: Fix regression in packet parser from Aug 19.Werner Koch2015-08-231-15/+8
* gpg: Show not found keys with --locate-key --verbose.Werner Koch2015-08-231-0/+3
* common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield2015-08-211-1/+8