aboutsummaryrefslogtreecommitdiffstats
path: root/g10/tofu.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-13g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERALNeal H. Walfield1-2/+17
2016-10-12g10: When changing a TOFU binding's policy, update the conflict infoNeal H. Walfield1-17/+16
2016-10-12g10: Make a singular string singular.Neal H. Walfield1-1/+1
2016-10-12g10: Correctly determine whether a binding has a conflict.Neal H. Walfield1-1/+1
2016-10-12g10: Fix a column's type in TOFU DB.Neal H. Walfield1-1/+1
2016-10-07Revert "g10: Fix singular term."Werner Koch1-1/+1
2016-10-06g10: Fix singular term.Justus Winter1-1/+1
2016-10-06g10: Use appropriate variant of 'abs'.Justus Winter1-6/+6
2016-09-19g10: Fix memory leak.Justus Winter1-0/+1
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
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-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-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. Walfield1-3/+1