aboutsummaryrefslogtreecommitdiffstats
path: root/g10 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Improve an error message.Neal H. Walfield2015-11-201-2/+6
* g10: Avoid undefined behavior.Justus Winter2015-11-191-1/+1
* gpg: Allow selecting subkeys using a keyid.Neal H. Walfield2015-11-171-4/+61
* gpg: Change keydb_search to not return legacy keys.Neal H. Walfield2015-11-178-94/+34
* gpg: Correctly handle an error.Neal H. Walfield2015-11-171-0/+3
* gpg: Correctly handle keyblocks followed by legacy keys.Neal H. Walfield2015-11-174-3/+80
* gpg: Add some debugging output.Neal H. Walfield2015-11-173-6/+104
* gpg: Make debugging search descriptors easier.Neal H. Walfield2015-11-172-50/+78
* gpg: Add function format_keyid.Neal H. Walfield2015-11-173-31/+48
* gpg: Use a more appropriate error code.Neal H. Walfield2015-11-171-1/+1
* Fix typos found using codespell.Justus Winter2015-11-1727-42/+42
* gpg: Fix error checking and improve error reporting.Neal H. Walfield2015-11-161-2/+14
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-147-86/+103
* gpg: Simplify the tofu interface by using the public key packet.Werner Koch2015-11-134-42/+18
* gpg: Make trusted-key override for Tofu robust against swapped tofu.db.Werner Koch2015-11-131-19/+31
* gpg: Fix regression in --locate-keys (in 2.1.9).Werner Koch2015-11-131-1/+13
* gpg: Print a new EXPORTED status line.Werner Koch2015-11-121-3/+28
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-127-47/+155
* gpg: Fix cache consistency problem.Neal H. Walfield2015-11-111-2/+4
* gpg: Default to the the PGP trust model.Neal H. Walfield2015-11-101-2/+2
* gpg: Default to the flat TOFU DB format.Neal H. Walfield2015-11-101-2/+2
* scd: Add reder information to --card-status.NIIBE Yutaka2015-11-093-1/+13
* gpg: Avoid new strings.Werner Koch2015-11-061-2/+2
* gpg: Fix formatting string.Neal H. Walfield2015-11-061-1/+1
* gpg: Add new option --only-sign-text-ids.Neal H. Walfield2015-11-063-16/+42
* gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield2015-11-062-28/+189
* gpg: Indicate which characters are invalid.Neal H. Walfield2015-11-051-0/+3