aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (unfollow)
Commit message (Expand)AuthorFilesLines
2015-12-23scd: Fix commit b30c15bf (again).NIIBE Yutaka1-0/+1
2015-12-22gpg: Fix type.Neal H. Walfield1-1/+1
2015-12-22gpg: Fix error message.Neal H. Walfield1-1/+1
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield5-512/+313
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield2-21/+47
2015-12-22gpg: Remove unused parameter.Neal H. Walfield4-18/+17
2015-12-22gpg: Improve check for ambiguous keys.Neal H. Walfield1-94/+143
2015-12-22gpg: Fix TOCTTOU when updating keyblocks.Neal H. Walfield2-6/+31
2015-12-22gpg: Display the key that is invalid, not the search description.Neal H. Walfield1-6/+6
2015-12-22gpg: Mark more options as coming from the config file (when this holds)Neal H. Walfield1-1/+5
2015-12-22gpg: Use enums instead of defines.Neal H. Walfield1-4/+10
2015-12-21g10: clean up of headers for card.NIIBE Yutaka2-8/+0
2015-12-18g10: Fix commit b30c15bf.NIIBE Yutaka1-4835/+0
2015-12-18g10: Remove deprecated internal functions.NIIBE Yutaka1-404/+0
2015-12-18g10: Fix a regression for generating card key with backup.NIIBE Yutaka3-20/+5006
2015-12-17g10: factor out a function for secret key retrieval.NIIBE Yutaka1-70/+83
2015-12-16gpg: When checking for ambiguous keys, ignore invalid keys.Neal H. Walfield1-139/+297
2015-12-15gpg: Reduce number of strings to translate.Werner Koch1-10/+10
2015-12-15gpg: New function to printed a detailed error code.Werner Koch2-0/+26
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-0/+6
2015-12-15gpg: Improve the keyblock cache's transparency.Neal H. Walfield1-1/+18
2015-12-15gpg: Use more descriptive names.Neal H. Walfield1-111/+98
2015-12-14gpg: Print ownertrust in TOFU+PGP trust model.Damien Goutte-Gattat1-2/+3
2015-12-14gpg: Fix --default-key checks.Neal H. Walfield1-3/+59
2015-12-12gpg: Use a regular type instead of a void* for import stats.Werner Koch3-31/+36
2015-12-11gpg: Fix buffer overflow.Neal H. Walfield1-1/+1
2015-12-11gpg: Don't error out if a key occurs multiple times in the keyring.Neal H. Walfield1-32/+82
2015-12-04gpg: Write ERROR status on delete-key cancellationDaiki Ueno1-1/+4
2015-12-04gpg: Do not pre-check keys given on the command line.Werner Koch3-19/+59
2015-12-04gpg: Allow "help" as value for --tofu-policy.Werner Koch1-15/+33
2015-12-04Do not translate messages printed with log_debug.Werner Koch1-2/+3
2015-12-03gpg: Add variant of 'key "%s" not found: %s' error message.Werner Koch2-3/+2
2015-12-03gpg: Make keyidlist more robust in case of errors.Werner Koch1-1/+4
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch16-37/+155
2015-12-03gpg: Change some error messages.Werner Koch6-43/+53
2015-12-02gpg: Use the matching key if the search description is exact.Neal H. Walfield1-4/+31
2015-12-02gpg: Improve documentation.Neal H. Walfield1-2/+1
2015-12-02gpg: Fix type mismatch resulting in a buffer overflow.Neal H. Walfield1-1/+4
2015-12-02dirmngr: Switch to an onion address if Tor is running.Werner Koch1-0/+5
2015-12-02common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield1-1/+13
2015-11-27gpg: Avoid extra translation strings.Werner Koch1-16/+4
2015-11-27gpg,w32: Fix a format string error.Werner Koch1-2/+2
2015-11-27Silence unused variable or parameter warnings.Werner Koch2-1/+8
2015-11-24gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.Neal H. Walfield1-12/+41
2015-11-23gpg: Reflow long texts.Neal H. Walfield1-4/+12
2015-11-23common: Extend utf8_charcount to include the string's length.Neal H. Walfield1-1/+1
2015-11-23gpg: Allow updating the expiration time of multiple subkeys at once.Neal H. Walfield1-6/+25
2015-11-23gpg: Don't crash if key is not passed an argument.Neal H. Walfield1-1/+2
2015-11-20gpg: Fail if the search description passed to --gen-revoke is ambiguous.Neal H. Walfield1-0/+41
2015-11-20gpg: Refactor print_seckey_info.Neal H. Walfield2-5/+17