aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.1.8.gnupg-2.1.8Werner Koch2015-09-101-1/+24
* tests: Silence the 5gb-packet test.Werner Koch2015-09-101-1/+1
* 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
* po: Auto-updateWerner Koch2015-09-1025-584/+1272
* po: Update Russian translationIneiev2015-09-101-14/+9
* dirmngr: Allow sending much larger keyblocks.Werner Koch2015-09-091-4/+9
* doc: Minor comment fixes.Werner Koch2015-09-092-7/+10
* scd: Force key attribute change for writekey.NIIBE Yutaka2015-09-071-33/+62
* scd: KEYNO cleanup.NIIBE Yutaka2015-09-071-70/+67
* 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
* iobuf: Reduce verbosity of test.Neal H. Walfield2015-09-021-0/+2
* iobuf: Add the IOBUF_INPUT_TEMP type to improve input temp handling.Neal H. Walfield2015-09-022-20/+29
* iobuf: Rename IOBUF_TEMP to IOBUF_OUTPUT_TEMP.Neal H. Walfield2015-09-022-29/+38
* iobuf: Use a first-class enum.Neal H. Walfield2015-09-021-2/+2
* iobuf: Fix test.Neal H. Walfield2015-09-021-9/+6
* agent: Protect commit 135b1e3 against misbehaving Libgcrypt.Werner Koch2015-09-011-1/+1
* gpg: Remove option --no-sig-create-check.Werner Koch2015-09-014-15/+7
* common: Assume an utf-8 locale on iconv errors.Werner Koch2015-09-011-6/+4
* common: Fix regression in building argpase.c standalone.Werner Koch2015-09-011-0/+7
* Typo fixesWerner Koch2015-09-012-2/+2
* 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
* agent: Fix SSH public key for EdDSA.NIIBE Yutaka2015-08-311-0/+5
* g10: Simplify cache. Only include data that is actually used.Neal H. Walfield2015-08-262-64/+73
* Add configure option --enable-build-timestamp.Werner Koch2015-08-251-1/+10
* 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-256-28/+117
* agent: Raise the maximum password length. Don't hard code it.Neal H. Walfield2015-08-245-12/+17
* sm: Support secret key export via the Assuan interface.Werner Koch2015-08-241-5/+31
* po: Grammar fix for the German translation.Werner Koch2015-08-241-1/+1
* dirmngr: Allow sending of Zack's key.Werner Koch2015-08-231-2/+3
* 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-215-4/+34
* common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield2015-08-216-20/+26
* common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield2015-08-211-0/+11
* common: Check parameters more rigorously.Neal H. Walfield2015-08-211-0/+8
* common: Don't continuing processing on error.Neal H. Walfield2015-08-211-4/+4
* common: Better respect the packet's length when reading it.Neal H. Walfield2015-08-211-9/+27
* doc: Remove C++ style comments and update HACKING.Werner Koch2015-08-202-13/+37
* po: Add lost translation of validity strings.Werner Koch2015-08-203-55/+62
* g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield2015-08-201-6/+25