| Commit message (Expand) | Author | Age | Files | Lines |
* | g10: Use total days, not total messages to compute TOFU validity | Neal H. Walfield | 2016-12-16 | 1 | -12/+12 |
* | g10: Extend TOFU_STATS to emit <sign-days> and <encyrption-days> | Neal H. Walfield | 2016-12-16 | 1 | -16/+63 |
* | g10: On a TOFU conflict, write the conflicting keys to the status fd | Neal H. Walfield | 2016-12-16 | 1 | -16/+36 |
* | g10: Add missing space. | Neal H. Walfield | 2016-12-16 | 1 | -1/+1 |
* | gpg: Fix the fix out-of-bounds access. | Werner Koch | 2016-12-08 | 1 | -2/+2 |
* | g10: Fix out-of-bounds access. | Justus Winter | 2016-12-08 | 1 | -1/+1 |
* | gpg: Fix portability problem. | Werner Koch | 2016-12-08 | 1 | -2/+9 |
* | g10: Remove dead code. | Neal H. Walfield | 2016-12-06 | 1 | -17/+0 |
* | g10: Improve debugging output. | Neal H. Walfield | 2016-12-02 | 1 | -6/+12 |
* | g10: In the TOFU module, make strings easier to translate. | Neal H. Walfield | 2016-12-01 | 1 | -187/+144 |
* | Improve some comments. | Neal H. Walfield | 2016-11-29 | 1 | -17/+17 |
* | g10: Extend TOFU_STATS to always show the validity | Neal H. Walfield | 2016-11-29 | 1 | -11/+19 |
* | g10: Use es_fopen instead of open. | Neal H. Walfield | 2016-11-22 | 1 | -11/+10 |
* | g10: If the set of UTKs changes, invalidate any changed policies. | Neal H. Walfield | 2016-11-22 | 1 | -0/+149 |
* | g10: Fix memory leak. | Justus Winter | 2016-11-22 | 1 | -2/+0 |
* | g10: Cache the effective policy. Recompute it when required. | Neal H. Walfield | 2016-11-21 | 1 | -339/+487 |
* | g10: Correctly parameterize ngettext. | Neal H. Walfield | 2016-11-21 | 1 | -3/+6 |
* | g10: Don't use the same variable for multiple SQL compiled statements | Neal H. Walfield | 2016-11-21 | 1 | -4/+4 |
* | g10: Add a convenience function for checking if a key is a primary key | Neal H. Walfield | 2016-11-21 | 1 | -7/+6 |
* | g10: Fix flags to open for lock of ToFU. | NIIBE Yutaka | 2016-11-18 | 1 | -5/+2 |
* | g10: Fix creating a lock for ToFU. | NIIBE Yutaka | 2016-11-18 | 1 | -1/+2 |
* | Change all http://www.gnu.org in license notices to https:// | Werner Koch | 2016-11-05 | 1 | -1/+1 |
* | g10,w32: Fix build on Windows. | Justus Winter | 2016-11-02 | 1 | -4/+1 |
* | g10: Avoid gratuitious SQLite aborts and starving writers. | Neal H. Walfield | 2016-10-31 | 1 | -16/+82 |
* | g10: Avoid reading in keys when possible. | Neal H. Walfield | 2016-10-30 | 1 | -2/+16 |
* | g10: Fix bit setting. | Neal H. Walfield | 2016-10-30 | 1 | -4/+4 |
* | g10: Be more careful when checking if a binding is signed by a UTK. | Neal H. Walfield | 2016-10-13 | 1 | -2/+25 |
* | g10: Be more careful when checking cross signatures. | Neal H. Walfield | 2016-10-13 | 1 | -2/+26 |
* | g10: Still check if the key is an UTK or cross signed in batch mode. | Neal H. Walfield | 2016-10-13 | 1 | -18/+13 |
* | g10: If an sqlite operation fails, map the error code to GPG_ERR_GENERAL | Neal H. Walfield | 2016-10-13 | 1 | -2/+17 |
* | g10: When changing a TOFU binding's policy, update the conflict info | Neal H. Walfield | 2016-10-12 | 1 | -17/+16 |
* | g10: Make a singular string singular. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | g10: Correctly determine whether a binding has a conflict. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | g10: Fix a column's type in TOFU DB. | Neal H. Walfield | 2016-10-12 | 1 | -1/+1 |
* | Revert "g10: Fix singular term." | Werner Koch | 2016-10-07 | 1 | -1/+1 |
* | g10: Fix singular term. | Justus Winter | 2016-10-06 | 1 | -1/+1 |
* | g10: Use appropriate variant of 'abs'. | Justus Winter | 2016-10-06 | 1 | -6/+6 |
* | g10: Fix memory leak. | Justus Winter | 2016-09-19 | 1 | -0/+1 |
* | Fix more spelling | Daniel Kahn Gillmor | 2016-09-17 | 1 | -1/+1 |
* | g10: On failure, propagate the return code. | Neal H. Walfield | 2016-09-16 | 1 | -0/+1 |
* | g10: Improve some comments and a string. | Neal H. Walfield | 2016-09-16 | 1 | -9/+13 |
* | g10: Don't ignore failure. On failure, rollback. | Neal H. Walfield | 2016-09-16 | 1 | -3/+15 |
* | g10: Load the key block if the supplied user id list is NULL. | Neal H. Walfield | 2016-09-16 | 1 | -1/+1 |
* | g10: Use the accessor functions for accessing and comparing key ids | Neal H. Walfield | 2016-09-16 | 1 | -7/+8 |
* | g10: Fix whitespace. | Neal H. Walfield | 2016-09-14 | 1 | -1/+1 |
* | g10: Correctly compute the euclidean distance. | Neal H. Walfield | 2016-09-14 | 1 | -8/+10 |
* | g10: Change the default TOFU policy for UTKs to good. | Neal H. Walfield | 2016-09-14 | 1 | -2/+2 |
* | g10: Add missing static qualifier. | Neal H. Walfield | 2016-09-14 | 1 | -1/+1 |
* | g10: Default to the "good" TOFU policy for keys signed by a UTK. | Neal H. Walfield | 2016-09-14 | 1 | -0/+97 |
* | g10: Use the time a signature was seen, not the embedded time, for stats | Neal H. Walfield | 2016-09-07 | 1 | -4/+3 |