aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-27gpg: Fixed i18n markup of some strings.Werner Koch1-20/+12
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-25/+57
2017-07-10tofu: Compare squares instead of square roots.Marcus Brinkmann1-10/+8
2017-05-15gpg: Do not mark ", " translatable.Werner Koch1-2/+2
2017-05-15common: Let format_text return an error.Werner Koch1-2/+12
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-17g10: Minor fixes.NIIBE Yutaka1-1/+1
2017-04-12common: Simplify format_text.NIIBE Yutaka1-5/+5
2017-04-11g10: Minor clean up for TOFU.NIIBE Yutaka1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-10/+11
2017-03-17gpg: Make sure the conflict set includes the current key.Neal H. Walfield1-3/+25
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-4/+4
2017-03-07Remove -I option to common.NIIBE Yutaka1-8/+8
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-02gpg: Don't assume that strtoul interprets "" as 0.Neal H. Walfield1-2/+4
2017-02-02gpg: Ensure TOFU bindings associated with UTKs are registered as usualNeal H. Walfield1-6/+13
2017-02-02gpg: If there is a TOFU conflict, elide the too few message warning.Neal H. Walfield1-1/+3
2017-02-02gpg: Only print out TOFU statistics for conflicts in interactive modeNeal H. Walfield1-14/+69
2017-02-02gpg: Add newline to output.Neal H. Walfield1-1/+1
2017-02-02gpg: Remove period at end of warning.Neal H. Walfield1-1/+1
2017-01-02Replace use of variable-length-arrays.Werner Koch1-3/+3
2016-12-16g10: Use total days, not total messages to compute TOFU validityNeal H. Walfield1-12/+12
2016-12-16g10: Extend TOFU_STATS to emit <sign-days> and <encyrption-days>Neal H. Walfield1-16/+63
2016-12-16g10: On a TOFU conflict, write the conflicting keys to the status fdNeal H. Walfield1-16/+36
2016-12-16g10: Add missing space.Neal H. Walfield1-1/+1
2016-12-08gpg: Fix the fix out-of-bounds access.Werner Koch1-2/+2
2016-12-08g10: Fix out-of-bounds access.Justus Winter1-1/+1
2016-12-08gpg: Fix portability problem.Werner Koch1-2/+9
2016-12-06g10: Remove dead code.Neal H. Walfield1-17/+0
2016-12-02g10: Improve debugging output.Neal H. Walfield1-6/+12
2016-12-01g10: In the TOFU module, make strings easier to translate.Neal H. Walfield1-187/+144
2016-11-29Improve some comments.Neal H. Walfield1-17/+17
2016-11-29g10: Extend TOFU_STATS to always show the validityNeal H. Walfield1-11/+19
2016-11-22g10: Use es_fopen instead of open.Neal H. Walfield1-11/+10
2016-11-22g10: If the set of UTKs changes, invalidate any changed policies.Neal H. Walfield1-0/+149
2016-11-22g10: Fix memory leak.Justus Winter1-2/+0
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-339/+487
2016-11-21g10: Correctly parameterize ngettext.Neal H. Walfield1-3/+6
2016-11-21g10: Don't use the same variable for multiple SQL compiled statementsNeal H. Walfield1-4/+4
2016-11-21g10: Add a convenience function for checking if a key is a primary keyNeal H. Walfield1-7/+6
2016-11-18g10: Fix flags to open for lock of ToFU.NIIBE Yutaka1-5/+2
2016-11-18g10: Fix creating a lock for ToFU.NIIBE Yutaka1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-11-02g10,w32: Fix build on Windows.Justus Winter1-4/+1
2016-10-31g10: Avoid gratuitious SQLite aborts and starving writers.Neal H. Walfield1-16/+82
2016-10-30g10: Avoid reading in keys when possible.Neal H. Walfield1-2/+16
2016-10-30g10: Fix bit setting.Neal H. Walfield1-4/+4
2016-10-13g10: Be more careful when checking if a binding is signed by a UTK.Neal H. Walfield1-2/+25
2016-10-13g10: Be more careful when checking cross signatures.Neal H. Walfield1-2/+26
2016-10-13g10: Still check if the key is an UTK or cross signed in batch mode.Neal H. Walfield1-18/+13