aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-20gpg: Improve an error message.Neal H. Walfield1-2/+6
2015-11-19g10: Avoid undefined behavior.Justus Winter1-1/+1
2015-11-17gpg: Allow selecting subkeys using a keyid.Neal H. Walfield1-4/+61
2015-11-17gpg: Change keydb_search to not return legacy keys.Neal H. Walfield8-94/+34
2015-11-17gpg: Correctly handle an error.Neal H. Walfield1-0/+3
2015-11-17gpg: Correctly handle keyblocks followed by legacy keys.Neal H. Walfield4-3/+80
2015-11-17gpg: Add some debugging output.Neal H. Walfield3-6/+104
2015-11-17gpg: Make debugging search descriptors easier.Neal H. Walfield2-50/+78
2015-11-17gpg: Add function format_keyid.Neal H. Walfield3-31/+48
2015-11-17gpg: Use a more appropriate error code.Neal H. Walfield1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter27-42/+42
2015-11-16gpg: Fix error checking and improve error reporting.Neal H. Walfield1-2/+14
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch7-86/+103
2015-11-13gpg: Simplify the tofu interface by using the public key packet.Werner Koch4-42/+18
2015-11-13gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch1-19/+31
2015-11-13gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch1-1/+13
2015-11-12gpg: Print a new EXPORTED status line.Werner Koch1-3/+28
2015-11-12gpg: Print export statistics to the status-fd.Werner Koch7-47/+155
2015-11-11gpg: Fix cache consistency problem.Neal H. Walfield1-2/+4
2015-11-10gpg: Default to the the PGP trust model.Neal H. Walfield1-2/+2
2015-11-10gpg: Default to the flat TOFU DB format.Neal H. Walfield1-2/+2
2015-11-09scd: Add reder information to --card-status.NIIBE Yutaka3-1/+13
2015-11-06gpg: Avoid new strings.Werner Koch1-2/+2
2015-11-06gpg: Fix formatting string.Neal H. Walfield1-1/+1
2015-11-06gpg: Add new option --only-sign-text-ids.Neal H. Walfield3-16/+42
2015-11-06gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield2-28/+189
2015-11-05gpg: Indicate which characters are invalid.Neal H. Walfield1-0/+3
2015-11-05gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield5-48/+130
2015-11-04gpg: Print a better error message for --multifile --sign --encrypt.Neal H. Walfield1-0/+3
2015-11-04gpg: Add --encrypt-to-default-key.Neal H. Walfield4-1/+25
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield15-53/+141
2015-11-03gpg: Change out of core error message.Werner Koch1-19/+28
2015-11-03gpg: Make translation easier.Werner Koch1-3/+3
2015-11-03gpg: Also show when the most recently signed message was observed.Neal H. Walfield1-1/+23
2015-11-03gpg: Split a utility function out of a large function.Neal H. Walfield1-134/+157
2015-11-03gpg: Fix message formatting.Neal H. Walfield1-2/+2
2015-11-03gpg: Don't store formatting fingerprints in the TOFU DB.Neal H. Walfield1-77/+100
2015-11-02g10: notify a user when importing stub is skipped.NIIBE Yutaka1-2/+29
2015-10-31gpg: Consider newlines to be whitespace in an SQL statement.Neal H. Walfield1-1/+1
2015-10-30common: Add separate header for zb32.c.Werner Koch2-0/+2
2015-10-29gpg: Display the correct error message.Neal H. Walfield1-4/+7
2015-10-29gpg: Eliminate a memory leak.Neal H. Walfield1-7/+9
2015-10-29gpg: Remove unused prototype.Neal H. Walfield1-1/+0
2015-10-29gpg: Eliminate a memory leak.Neal H. Walfield1-1/+4
2015-10-29gpg: Fix keyring support.Neal H. Walfield1-1/+2
2015-10-29gpg: Change sqlite3_stepx to pass the sqlite3_stmt * to the callback.Neal H. Walfield3-10/+58
2015-10-29gpg: Move sqlite helper functions into their own file.Neal H. Walfield4-224/+293
2015-10-26gpg: Do not call an extra get_validity if no-show-uid-validity is used.Werner Koch1-6/+25
2015-10-26gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor6-37/+33
2015-10-26w32: Make it build again if Tofu support is not available.Werner Koch1-0/+4