aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-19g10: Fix memory leak.Justus Winter1-0/+1
2016-09-19gpg: Avoid malloc failure due to no key signaturesWerner Koch1-8/+19
2016-09-17Fix more spellingDaniel Kahn Gillmor6-7/+7
2016-09-16g10: On failure, propagate the return code.Neal H. Walfield1-0/+1
2016-09-16g10: Improve some comments and a string.Neal H. Walfield1-9/+13
2016-09-16g10: Don't ignore failure. On failure, rollback.Neal H. Walfield1-3/+15
2016-09-16g10: Load the key block if the supplied user id list is NULL.Neal H. Walfield1-1/+1
2016-09-16g10: Use the accessor functions for accessing and comparing key idsNeal H. Walfield1-7/+8
2016-09-15g10: Add missing header.Justus Winter1-0/+1
2016-09-15g10: Only consider bindings matching the signer's user id.Neal H. Walfield1-11/+29
2016-09-15g10: Don't include the signature when printing a binding's validity.Neal H. Walfield1-2/+2
2016-09-14g10: Fix whitespace.Neal H. Walfield1-1/+1
2016-09-14g10: Correctly compute the euclidean distance.Neal H. Walfield1-8/+10
2016-09-14g10: Change the default TOFU policy for UTKs to good.Neal H. Walfield1-2/+2
2016-09-14g10: Add missing static qualifier.Neal H. Walfield1-1/+1
2016-09-14g10: Default to the "good" TOFU policy for keys signed by a UTK.Neal H. Walfield1-0/+97
2016-09-14gpg: Emit a new error status line in --quick-adduid.Werner Koch1-1/+4
2016-09-14gpg: Allow use of "default" algo for--quick-addkey.Werner Koch1-0/+3
2016-09-13gpg: Improve usability of --quick-gen-key.Werner Koch2-24/+64
2016-09-12gpg: Avoid mixing up status and colon line output.Werner Koch1-36/+47
2016-09-10Fix symbol conflict.Ben Kibbey1-20/+20
2016-09-09gpg: print fingerprint regardless of keyid-formatDaniel Kahn Gillmor1-2/+5
2016-09-08gpg: Remove option --yes from gpgvWerner Koch1-4/+1
2016-09-08gpg: Add options --output and --yes to gpgv.Werner Koch1-0/+7
2016-09-07gpg: Make --output work with --verify.Werner Koch1-1/+6
2016-09-07g10: Use the time a signature was seen, not the embedded time, for statsNeal H. Walfield1-4/+3
2016-09-07g10: Check for a new binding a bit later.Neal H. Walfield1-9/+9
2016-09-07g10: Change TOFU code to respect --faked-system-time.Neal H. Walfield1-22/+36
2016-09-07g10: Use the correct conversion function.Neal H. Walfield1-8/+8
2016-09-07g10: Add missing sqrtu32.h and sqrtu32.c.Neal H. Walfield4-5/+260
2016-09-07gpg: Fix format string issues in tofu.Werner Koch1-21/+13
2016-09-07g10: Temporary hack to repalce missing sqrtu32.Werner Koch2-2/+5
2016-09-06g10: Make sure some functions are passed a primary key.Neal H. Walfield1-0/+4
2016-09-06g10: Tweak TOFU's verbosity.Neal H. Walfield1-46/+32
2016-09-06g10: Only show the TOFU warning once per key.Neal H. Walfield1-37/+55
2016-09-06g10: Record and show statistics for encrypted messages when using TOFUNeal H. Walfield5-230/+471
2016-09-06g10: Simplify the binding statistics shown for a TOFU conflict.Neal H. Walfield1-76/+81
2016-09-05g10: Don't add user attributes to the TOFU DB.Neal H. Walfield1-0/+8
2016-09-05g10: Refactor cross sig check code.Neal H. Walfield1-309/+434
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-05gpg: New export filter drop-subkey.Werner Koch2-0/+82
2016-09-05gpg: Use a common filter_getval for import and export.Werner Koch3-37/+7
2016-09-01g10: End transaction earlier.Neal H. Walfield1-2/+1
2016-09-01g10: Don't consider cross-signed keys to be in conflict.Neal H. Walfield1-4/+158
2016-09-01gpg: Avoid homedir creation by --list-configWerner Koch1-1/+8
2016-09-01gpg: Simplify code to print VALIDSIG.Werner Koch1-29/+20
2016-09-01gpg: Add new function write_status_printf.Werner Koch2-0/+29
2016-09-01gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch3-91/+111
2016-09-01g10: Fix typo.Neal H. Walfield1-1/+1
2016-09-01g10: When asking about a TOFU binding conflict, default to unknown.Neal H. Walfield1-1/+9