| Commit message (Expand) | Author | Files | Lines |
6 days | dirmngr,gpg,scd,sm,tools: Minor fixes for es_free. | NIIBE Yutaka | 1 | -1/+1 |
2024-06-04 | gpg: Rename functions with an "fprint" part to "fpr" | Werner Koch | 1 | -3/+2 |
2024-05-31 | indent: Fix spelling | Daniel Kahn Gillmor | 1 | -1/+1 |
2021-05-20 | g10: Fix memory leaks | Jakub Jelen | 1 | -0/+4 |
2020-10-20 | Replace all calls to stat by gnupg_stat. | Werner Koch | 1 | -2/+2 |
2019-09-09 | gpg: New option --use-keyboxd. | Werner Koch | 1 | -1/+1 |
2019-05-27 | gpg: Fixed i18n markup of some strings. | Werner Koch | 1 | -20/+12 |
2018-11-12 | common: Prepare for parsing mail sub-addresses. | Werner Koch | 1 | -1/+1 |
2017-12-13 | gpg: Return an error from hexfingerprint on malloc error. | Werner Koch | 1 | -25/+57 |
2017-12-11 | Adjust for changed macro names in libgpg-error master. | Werner Koch | 1 | -2/+2 |
2017-10-18 | gpg: Fix wrong Tofu DB consistency check. | Werner Koch | 1 | -4/+7 |
2017-09-27 | gpg: Prepare for a longer fingerprint | Werner Koch | 1 | -2/+3 |
2017-07-10 | tofu: Compare squares instead of square roots. | Marcus Brinkmann | 1 | -10/+8 |
2017-05-15 | gpg: Do not mark ", " translatable. | Werner Koch | 1 | -2/+2 |
2017-05-15 | common: Let format_text return an error. | Werner Koch | 1 | -2/+12 |
2017-04-28 | Spelling fixes in docs and comments. | NIIBE Yutaka | 1 | -2/+2 |
2017-04-17 | g10: Minor fixes. | NIIBE Yutaka | 1 | -1/+1 |
2017-04-12 | common: Simplify format_text. | NIIBE Yutaka | 1 | -5/+5 |
2017-04-11 | g10: Minor clean up for TOFU. | NIIBE Yutaka | 1 | -1/+1 |
2017-03-31 | gpg: Pass CTRL to many more functions. | Werner Koch | 1 | -10/+11 |
2017-03-17 | gpg: Make sure the conflict set includes the current key. | Neal H. Walfield | 1 | -3/+25 |
2017-03-08 | g10: Move more flags into the flag bitfield. | Justus Winter | 1 | -4/+4 |
2017-03-07 | Remove -I option to common. | NIIBE Yutaka | 1 | -8/+8 |
2017-02-21 | Clean up word replication. | Yuri Chornoivan | 1 | -1/+1 |
2017-02-02 | gpg: Don't assume that strtoul interprets "" as 0. | Neal H. Walfield | 1 | -2/+4 |
2017-02-02 | gpg: Ensure TOFU bindings associated with UTKs are registered as usual | Neal H. Walfield | 1 | -6/+13 |
2017-02-02 | gpg: If there is a TOFU conflict, elide the too few message warning. | Neal H. Walfield | 1 | -1/+3 |
2017-02-02 | gpg: Only print out TOFU statistics for conflicts in interactive mode | Neal H. Walfield | 1 | -14/+69 |
2017-02-02 | gpg: Add newline to output. | Neal H. Walfield | 1 | -1/+1 |
2017-02-02 | gpg: Remove period at end of warning. | Neal H. Walfield | 1 | -1/+1 |
2017-01-02 | Replace use of variable-length-arrays. | Werner Koch | 1 | -3/+3 |
2016-12-16 | g10: Use total days, not total messages to compute TOFU validity | Neal H. Walfield | 1 | -12/+12 |
2016-12-16 | g10: Extend TOFU_STATS to emit <sign-days> and <encyrption-days> | Neal H. Walfield | 1 | -16/+63 |
2016-12-16 | g10: On a TOFU conflict, write the conflicting keys to the status fd | Neal H. Walfield | 1 | -16/+36 |
2016-12-16 | g10: Add missing space. | Neal H. Walfield | 1 | -1/+1 |
2016-12-08 | gpg: Fix the fix out-of-bounds access. | Werner Koch | 1 | -2/+2 |
2016-12-08 | g10: Fix out-of-bounds access. | Justus Winter | 1 | -1/+1 |
2016-12-08 | gpg: Fix portability problem. | Werner Koch | 1 | -2/+9 |
2016-12-06 | g10: Remove dead code. | Neal H. Walfield | 1 | -17/+0 |
2016-12-02 | g10: Improve debugging output. | Neal H. Walfield | 1 | -6/+12 |
2016-12-01 | g10: In the TOFU module, make strings easier to translate. | Neal H. Walfield | 1 | -187/+144 |
2016-11-29 | Improve some comments. | Neal H. Walfield | 1 | -17/+17 |
2016-11-29 | g10: Extend TOFU_STATS to always show the validity | Neal H. Walfield | 1 | -11/+19 |
2016-11-22 | g10: Use es_fopen instead of open. | Neal H. Walfield | 1 | -11/+10 |
2016-11-22 | g10: If the set of UTKs changes, invalidate any changed policies. | Neal H. Walfield | 1 | -0/+149 |
2016-11-22 | g10: Fix memory leak. | Justus Winter | 1 | -2/+0 |
2016-11-21 | g10: Cache the effective policy. Recompute it when required. | Neal H. Walfield | 1 | -339/+487 |
2016-11-21 | g10: Correctly parameterize ngettext. | Neal H. Walfield | 1 | -3/+6 |
2016-11-21 | g10: Don't use the same variable for multiple SQL compiled statements | Neal H. Walfield | 1 | -4/+4 |
2016-11-21 | g10: Add a convenience function for checking if a key is a primary key | Neal H. Walfield | 1 | -7/+6 |