summaryrefslogtreecommitdiffstats
path: root/g10/gpg.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-16agent: Fix registering SSH Key of Ed25519.NIIBE Yutaka1-6/+8
2015-09-15po: Update Japanese translation.NIIBE Yutaka1-26/+16
2015-09-10Post release updates.Werner Koch2-1/+5
2015-09-10Release 2.1.8.gnupg-2.1.8Werner Koch1-1/+24
2015-09-10tests: Silence the 5gb-packet test.Werner Koch1-1/+1
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-10po: Auto-updateWerner Koch25-584/+1272
2015-09-10po: Update Russian translationIneiev1-14/+9
2015-09-09dirmngr: Allow sending much larger keyblocks.Werner Koch1-4/+9
2015-09-09doc: Minor comment fixes.Werner Koch2-7/+10
2015-09-07scd: Force key attribute change for writekey.NIIBE Yutaka1-33/+62
2015-09-07scd: KEYNO cleanup.NIIBE Yutaka1-70/+67
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-02iobuf: Reduce verbosity of test.Neal H. Walfield1-0/+2
2015-09-02iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2-20/+29
2015-09-02iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2-29/+38
2015-09-02iobuf: Use a first-class enum.Neal H. Walfield1-2/+2
2015-09-02iobuf: Fix test.Neal H. Walfield1-9/+6
2015-09-01agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch1-1/+1
2015-09-01gpg: Remove option --no-sig-create-check.Werner Koch4-15/+7
2015-09-01common: Assume an utf-8 locale on iconv errors.Werner Koch1-6/+4
2015-09-01common: Fix regression in building argpase.c standalone.Werner Koch1-0/+7
2015-09-01Typo fixesWerner Koch2-2/+2
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-31agent: Fix SSH public key for EdDSA.NIIBE Yutaka1-0/+5
2015-08-26g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2-64/+73
2015-08-25Add configure option --enable-build-timestamp.Werner Koch1-1/+10
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 Koch6-28/+117
2015-08-24agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield5-12/+17
2015-08-24sm: Support secret key export via the Assuan interface.Werner Koch1-5/+31
2015-08-24po: Grammar fix for the German translation.Werner Koch1-1/+1
2015-08-23dirmngr: Allow sending of Zack's key.Werner Koch1-2/+3
2015-08-23gpg: Fix regression in packet parser from Aug 19.Werner Koch1-15/+8
2015-08-23gpg: Show not found keys with --locate-key --verbose.Werner Koch1-0/+3
2015-08-21common: Don't incorrectly reject 4 GB - 1 sized packets.Neal H. Walfield5-4/+34