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