aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-05g10: Don't add user attributes to the TOFU DB.Neal H. Walfield1-0/+8
2016-09-05g10: Refactor cross sig check code.Neal H. Walfield1-309/+434
2016-09-05common: Add an assuan logging monitor.Werner Koch1-1/+1
2016-09-05gpg: New export filter drop-subkey.Werner Koch2-0/+82
2016-09-05gpg: Use a common filter_getval for import and export.Werner Koch3-37/+7
2016-09-01g10: End transaction earlier.Neal H. Walfield1-2/+1
2016-09-01g10: Don't consider cross-signed keys to be in conflict.Neal H. Walfield1-4/+158
2016-09-01gpg: Avoid homedir creation by --list-configWerner Koch1-1/+8
2016-09-01gpg: Simplify code to print VALIDSIG.Werner Koch1-29/+20
2016-09-01gpg: Add new function write_status_printf.Werner Koch2-0/+29
2016-09-01gpg: Fix printing of pubkey algo in --verbose signature verify.Werner Koch3-91/+111
2016-09-01g10: Fix typo.Neal H. Walfield1-1/+1
2016-09-01g10: When asking about a TOFU binding conflict, default to unknown.Neal H. Walfield1-1/+9
2016-09-01g10: Add support for TRUST_NEVER.Neal H. Walfield1-5/+19
2016-09-01g10: Improve text.Neal H. Walfield1-5/+5
2016-09-01g10: Remove unused parameter.Neal H. Walfield1-10/+5
2016-09-01gpg: Copy the correct digest for use by TOFU.Werner Koch1-1/+1
2016-09-01g10: Be careful to not be in a transaction during long operationsNeal H. Walfield1-18/+75
2016-08-31g10: On a TOFU conflict, show whether the uids are expired or revokedNeal H. Walfield1-1/+106
2016-08-31g10: Always trust ultimately trusted keys.Neal H. Walfield1-21/+21
2016-08-31g10: Fix error detection.Neal H. Walfield1-1/+1
2016-08-31g10: Update a key's TOFU policy in a transaction.Neal H. Walfield2-1/+8
2016-08-31g10: Fix the show old policy functionality when changing a TOFU policy.Neal H. Walfield1-23/+24
2016-08-31g10: Drop unused argument.Neal H. Walfield1-6/+3
2016-08-31gpg: Move state local to tofu.c to a private structure.Neal H. Walfield2-19/+19
2016-08-31gpg: Avoid name spaces clash with future sqlite versions (2).Neal H. Walfield3-36/+36
2016-08-31gpg: Fix regression in gpgv's printing of the keyid.Werner Koch1-0/+2
2016-08-30g10: Improve TOFU batch update code.Neal H. Walfield2-46/+64
2016-08-30g10: Improve TOFU debugging output and some comments.Neal H. Walfield1-21/+23
2016-08-30g10: If a key has no valid user ids, change TOFU to return TRUST_NEVER.Neal H. Walfield1-1/+16
2016-08-30g10: Change tofu_register & tofu_get_validity to process multiple uids.Neal H. Walfield3-197/+238
2016-08-30g10: Support nested transactions on the TOFU DB.Neal H. Walfield2-20/+22
2016-08-30g10: Print the info text in more situations.Neal H. Walfield1-1/+2
2016-08-30g10: Print the formatted text.Neal H. Walfield1-1/+1
2016-08-30g10: When showing a user id's trust, pass the current signature.Neal H. Walfield1-1/+1
2016-08-29gpg: Make decryption of -R work w/o --try-secret-key or --default-key.Werner Koch1-10/+7
2016-08-25gpg: Fix false negatives in Ed25519 signature verification.Werner Koch1-3/+55
2016-08-25common: Rename an odd named function.Werner Koch2-2/+2
2016-08-25gpg: New option --with-tofu-info.Werner Koch7-30/+103
2016-08-24gpg: Change TOFU_STATS to return timestamps.Werner Koch1-32/+59
2016-08-18gpg: Add import filter "drop-sig".Werner Koch1-3/+87
2016-08-18gpg: New option --senderWerner Koch3-0/+35
2016-08-12Call log_set_prefix() with human-readable labels.Daniel Kahn Gillmor2-3/+3
2016-08-11gpg: New option --input-size-hint.Werner Koch3-2/+22
2016-08-10gpg: Print the signer's UID during verification.Werner Koch3-7/+33
2016-08-10gpg: Remove tofu database format "split".Werner Koch8-751/+177
2016-08-10g10: Fix opening of trust database.Justus Winter1-2/+2
2016-08-09gpg: Extend the PROGRESS line to give the used unit.Werner Koch1-3/+12
2016-08-09Cleanup initialization of libgcrypt.Ben Kibbey2-13/+0
2016-08-08gpg: Cleanup of dek_to_passphrase function (part 2).Werner Koch7-204/+46