| Commit message (Expand) | Author | Age | Files | Lines |
* | g10: Signal an error when trying to revoke non-existant UID. | Justus Winter | 2017-03-02 | 1 | -0/+2 |
* | gpg: Make --export-options work with --export-secret-keys. | Werner Koch | 2017-03-01 | 3 | -19/+22 |
* | gpg: Allow creating keys using an existing ECC key. | Werner Koch | 2017-03-01 | 1 | -19/+3 |
* | gpg: Do not require a trustdb for decryption. | Werner Koch | 2017-02-28 | 11 | -54/+102 |
* | gpg,tools: Make auto-key-retrieve configurable via gpgconf. | Justus Winter | 2017-02-28 | 1 | -0/+1 |
* | gpg,tools: Make trust-model configurable via gpgconf. | Justus Winter | 2017-02-28 | 1 | -0/+1 |
* | gpgv,w32: Fix --status-fd. | Werner Koch | 2017-02-28 | 1 | -1/+3 |
* | trustdb: Respect --quiet during --import-ownertrust. | Daniel Kahn Gillmor | 2017-02-26 | 1 | -6/+10 |
* | g10: fix typo | Manish Goregaokar | 2017-02-26 | 1 | -1/+1 |
* | gpgv: New options --log-file and --debug | Werner Koch | 2017-02-24 | 1 | -0/+37 |
* | gpg: Emit new status DECRYPTION_KEY | Werner Koch | 2017-02-23 | 1 | -3/+26 |
* | Fix spelling. | Daniel Kahn Gillmor | 2017-02-21 | 1 | -1/+1 |
* | Clean up word replication. | Yuri Chornoivan | 2017-02-21 | 23 | -27/+27 |
* | g10: Support primary key generation by keygrip. | NIIBE Yutaka | 2017-02-20 | 1 | -109/+149 |
* | gpg: Make --export-ssh-key work for the primary key. | Werner Koch | 2017-02-14 | 1 | -0/+42 |
* | gpg: Print a warning if no command has been given. | Werner Koch | 2017-02-13 | 1 | -1/+5 |
* | gpg: Fix memory leak in the error case of signature creation. | Werner Koch | 2017-02-10 | 1 | -2/+9 |
* | gpg,common: Make sure that all fd given are valid. | Justus Winter | 2017-02-08 | 4 | -0/+14 |
* | gpg: Fix aliases --list-key, --list-sig, and --check-sig. | Daniel Kahn Gillmor | 2017-02-05 | 1 | -3/+3 |
* | gpg: More diagnostics for a launched pinentry. | Werner Koch | 2017-02-03 | 1 | -11/+8 |
* | gpg: Don't assume that strtoul interprets "" as 0. | Neal H. Walfield | 2017-02-02 | 1 | -2/+4 |
* | gpg: Ensure TOFU bindings associated with UTKs are registered as usual | Neal H. Walfield | 2017-02-02 | 1 | -6/+13 |
* | gpg: If there is a TOFU conflict, elide the too few message warning. | Neal H. Walfield | 2017-02-02 | 1 | -1/+3 |
* | gpg: Only print out TOFU statistics for conflicts in interactive mode | Neal H. Walfield | 2017-02-02 | 1 | -14/+69 |
* | gpg: Add newline to output. | Neal H. Walfield | 2017-02-02 | 1 | -1/+1 |
* | gpg: Remove period at end of warning. | Neal H. Walfield | 2017-02-02 | 1 | -1/+1 |
* | gpg: Fix searching for mail addresses in keyrings. | Justus Winter | 2017-01-25 | 1 | -4/+18 |
* | gpg: Print a warning on Tor problems. | Werner Koch | 2017-01-24 | 1 | -1/+25 |
* | Update copyright notices for 2017. | Werner Koch | 2017-01-23 | 2 | -2/+2 |
* | gpg: Fix misleading log message when checking regexp. | Damien Goutte-Gattat | 2017-01-23 | 1 | -2/+2 |
* | gpg: New export and import options "backup" and "restore". | Werner Koch | 2017-01-23 | 3 | -5/+39 |
* | gpg: Allow to freeze faked system time. | Damien Goutte-Gattat | 2017-01-19 | 1 | -2/+12 |
* | gpg: Remove unused definitions. | Werner Koch | 2017-01-18 | 1 | -22/+2 |
* | gpg: Clean bogus subkey binding when cleaning a key. | Werner Koch | 2017-01-17 | 2 | -7/+28 |
* | gpg: Sync print of additional sig data in --edit-key. | Werner Koch | 2017-01-17 | 2 | -48/+45 |
* | gpg: Prepare some key cleaning function for use with secret key packets. | Werner Koch | 2017-01-17 | 1 | -7/+14 |
* | gpg: Rename a var to avoid a shadowing warning. | Werner Koch | 2017-01-12 | 1 | -3/+5 |
* | g10: avoid warning when --disable-tofu | Daniel Kahn Gillmor | 2017-01-04 | 1 | -1/+1 |
* | Replace use of variable-length-arrays. | Werner Koch | 2017-01-02 | 3 | -15/+25 |
* | build: Update distributed signature key. | Werner Koch | 2016-12-20 | 1 | -0/+0 |
* | typo: Fix a string in do_we_trust_pre. | Werner Koch | 2016-12-19 | 1 | -1/+1 |
* | Remove unused debug flags and add "dns" and "network". | Werner Koch | 2016-12-19 | 2 | -3/+0 |
* | gpg,sm: A few more option for --gpgconf-list. | Werner Koch | 2016-12-16 | 1 | -0/+2 |
* | 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 |
* | g10: Avoid translating simple error messages. | Justus Winter | 2016-12-15 | 1 | -15/+15 |
* | g10: Rework the --quick-* interface. | Justus Winter | 2016-12-15 | 1 | -7/+11 |
* | g10: Rename 'card-edit' to 'edit-card'. | Justus Winter | 2016-12-15 | 2 | -2/+3 |