summaryrefslogtreecommitdiffstats
path: root/g10/dearmor.c (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-21common: Don't incorrectly copy packets with partial lengths.Neal H. Walfield1-0/+11
2015-08-21common: Check parameters more rigorously.Neal H. Walfield1-0/+8
2015-08-21common: Don't continuing processing on error.Neal H. Walfield1-4/+4
2015-08-21common: Better respect the packet's length when reading it.Neal H. Walfield1-9/+27
2015-08-20doc: Remove C++ style comments and update HACKING.Werner Koch2-13/+37
2015-08-20po: Add lost translation of validity strings.Werner Koch3-55/+62
2015-08-20g10/parse-packet.c:parse: Try harder to not ignore an EOF.Neal H. Walfield1-6/+25
2015-08-20g10/parse-packet.c: Replace literal with symbolic expression.Neal H. Walfield1-3/+3
2015-08-20Add documentation for g10/parse-packet.c.Neal H. Walfield2-19/+223
2015-08-20g10/packet.h: Remove unused argument from enum_sig_subpkt.Neal H. Walfield2-8/+6
2015-08-20g10/parse-packet.c:mpi_read: Detect EOF and correct boundary conditions.Neal H. Walfield1-8/+21
2015-08-20common/iobuf.c: Make control flow more obvious.Neal H. Walfield1-73/+79
2015-08-20common/iobuf.c: Add some sanity checks to catch programmer bugs.Neal H. Walfield1-0/+42
2015-08-20common/iobuf.c:iobuf_write_temp: Elide redundant code.Neal H. Walfield1-4/+6
2015-08-20common/iobuf.c: Have iobuf_writestr use iobuf_write, not iobuf_writebyteNeal H. Walfield1-6/+1
2015-08-20common/iobuf: Improve documentation and code comments.Neal H. Walfield2-149/+530
2015-08-20common/iobuf.c: Adjust buffer size of filters in front of temp filters.Neal H. Walfield1-2/+15
2015-08-20common/iobuf.c: Buffered data should not be processed by new filters.Neal H. Walfield2-17/+116
2015-08-20common/iobuf.c: Flush the pipeline in iobuf_temp_to_buffer.Neal H. Walfield1-1/+13
2015-08-20common/iobuf.c: Combine iobuf_open, iobuf_create and iobuf_openrw.Neal H. Walfield1-86/+55
2015-08-20common/iobuf.h: Remove iobuf_open_fd_or_name.Neal H. Walfield4-22/+6
2015-08-20common/iobuf.c: Rename iobuf_flush and make it a static function.Neal H. Walfield2-17/+25
2015-08-20common/iobuf.c: Don't abort freeing a pipeline if freeing a filter failsNeal H. Walfield1-5/+13
2015-08-20common/iobuf.c: Improve iobuf_peek.Neal H. Walfield1-17/+33
2015-08-20common/iobuf.c: When requested, fill the buffer even if it is not empty.Neal H. Walfield1-46/+92
2015-08-20common/t-iobuf.c: Add a test case for multiple EOFs.Neal H. Walfield1-0/+93
2015-08-20common/iobuf.c: Better respect boundary conditions in iobuf_read_line.Neal H. Walfield4-21/+234
2015-08-20common/iobuf.c: Fix filter type for iobuf_temp_with_content.Neal H. Walfield1-1/+1
2015-08-20common/iobuf.h: Remove unimplemented prototypes.Neal H. Walfield1-3/+0
2015-08-20common/iobuf.c: Refactor code to not need the desc field.Neal H. Walfield2-31/+29
2015-08-20common/iobuf.h: Clarify semantics of nofast. Simplify implementation.Neal H. Walfield2-5/+9
2015-08-20common/iobuf.c: Remove dead code (directfp).Neal H. Walfield2-65/+1
2015-08-20common/iobuf.c: Remove dead code (opaque).Neal H. Walfield2-5/+1
2015-08-20common/iobuf.h: Replace further use of literals with symbolic constants.Neal H. Walfield2-40/+44
2015-08-17gpg: Avoid linking to LibksbaWerner Koch5-14/+15
2015-08-16Fix pinentry loopback and passphrase contraints.Ben Kibbey2-0/+6
2015-08-16Fix sending INQUIRE_MAXLEN for symmetric data.Ben Kibbey1-0/+8
2015-08-15Inform a user about inquire length limit.Ben Kibbey2-1/+7
2015-08-15Allow --gen-key to inquire a passphrase.Ben Kibbey1-3/+12
2015-08-11Post release updates.Werner Koch2-1/+5
2015-08-11Release 2.1.7gnupg-2.1.7Werner Koch1-2/+22
2015-08-11po: Auto update.Werner Koch25-190/+303
2015-08-11po: Update German translationWerner Koch1-8/+12
2015-08-11doc: Improve documentation of VALIDSIGDaniel Kahn Gillmor1-1/+1
2015-08-10agent: fix ECC key handling.NIIBE Yutaka1-38/+20
2015-08-08common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield1-22/+38
2015-08-07gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch4-3/+24
2015-08-07agent: Add option --force to the DELETE_KEY command.Werner Koch3-52/+58
2015-08-07common: Change alias for Curve25519 to "cv25519".Werner Koch1-1/+1
2015-08-06gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch1-12/+0