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