aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield2015-08-201-3/+3
* Add documentation for g10/parse-packet.c.Neal H. Walfield2015-08-202-19/+223
* g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2015-08-202-8/+6
* g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield2015-08-201-8/+21
* common/iobuf.c: Make control flow more obvious.Neal H. Walfield2015-08-201-73/+79
* common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield2015-08-201-0/+42
* common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield2015-08-201-4/+6
* common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield2015-08-201-6/+1
* common/iobuf: Improve documentation and code comments.Neal H. Walfield2015-08-202-149/+530
* common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield2015-08-201-2/+15
* common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2015-08-202-17/+116
* common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield2015-08-201-1/+13
* common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield2015-08-201-86/+55
* common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield2015-08-204-22/+6
* common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2015-08-202-17/+25
* common/iobuf.c: Don't abort freeing a pipeline if freeing a filter failsNeal H. Walfield2015-08-201-5/+13
* common/iobuf.c: Improve iobuf_peek.Neal H. Walfield2015-08-201-17/+33
* common/iobuf.c: When requested, fill the buffer even if it is not empty.Neal H. Walfield2015-08-201-46/+92
* common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield2015-08-201-0/+93
* common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield2015-08-204-21/+234
* common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield2015-08-201-1/+1
* common/iobuf.h: Remove unimplemented prototypes.Neal H. Walfield2015-08-201-3/+0
* common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2015-08-202-31/+29
* common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2015-08-202-5/+9
* common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2015-08-202-65/+1
* common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2015-08-202-5/+1
* common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield2015-08-202-40/+44
* gpg: Avoid linking to LibksbaWerner Koch2015-08-175-14/+15
* Fix pinentry loopback and passphrase contraints.Ben Kibbey2015-08-162-0/+6
* Fix sending INQUIRE_MAXLEN for symmetric data.Ben Kibbey2015-08-161-0/+8
* Inform a user about inquire length limit.Ben Kibbey2015-08-152-1/+7
* Allow --gen-key to inquire a passphrase.Ben Kibbey2015-08-151-3/+12
* Post release updates.Werner Koch2015-08-112-1/+5