aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Release 2.1.7gnupg-2.1.7Werner Koch2015-08-111-2/+22
* po: Auto update.Werner Koch2015-08-1125-190/+303
* po: Update German translationWerner Koch2015-08-111-8/+12
* doc: Improve documentation of VALIDSIGDaniel Kahn Gillmor2015-08-111-1/+1
* agent: fix ECC key handling.NIIBE Yutaka2015-08-101-38/+20
* common/iobuf.c: Replace use of literals with symbolic constants.Neal H. Walfield2015-08-081-22/+38
* gpg: Allow gpgv to work with a trustedkeys.kbx file.Werner Koch2015-08-074-3/+24
* agent: Add option --force to the DELETE_KEY command.Werner Koch2015-08-073-52/+58
* common: Change alias for Curve25519 to "cv25519".Werner Koch2015-08-071-1/+1
* gpg: Remove duplicated printing of the curve name in "sub" lines.Werner Koch2015-08-061-12/+0
* gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2015-08-062-6/+71
* gpg: Adjust UID line indentation for common key algos.Werner Koch2015-08-062-3/+6
* Curve25519 support.NIIBE Yutaka2015-08-069-103/+179
* common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka2015-08-067-13/+13
* scd: Fix ecc_oid.NIIBE Yutaka2015-08-041-1/+1
* scd: Fix ECC support.NIIBE Yutaka2015-08-041-17/+44
* gpg: Fix duplicate key import due to legacy key in keyring.Werner Koch2015-08-041-1/+8
* gpg: Properly handle legacy keys while looking for a secret key.Werner Koch2015-08-041-1/+8
* doc: Two typo fixes.Hugo Roy2015-08-031-2/+2
* gpg: Fix endless loop for expired keys given by fpr.Werner Koch2015-07-311-0/+5
* gpg: Do not return "Legacy Key" from lookup if a key is expired.Werner Koch2015-07-291-1/+2
* doc: Document that gpg --edit-key's toggle is a nop.Werner Koch2015-07-291-1/+1
* gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch2015-07-291-25/+77
* gpg: Remove the edit-key toggle command.Werner Koch2015-07-281-13/+2
* common,w32: Avoid unused var warning about msgcache.Werner Koch2015-07-281-6/+16
* w32: Try more places to find an installed Pinentry.Werner Koch2015-07-282-8/+44