aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-16gpg: Reorder signatures, if appropriate.neal/issue2236Neal H. Walfield1-0/+31
2016-01-27gpg: Shorten the --tofu-policy help textWerner Koch1-1/+1
2016-01-26Update copyright years.Werner Koch1-1/+1
2016-01-14gpg: Make --list-options show-usage the default.Werner Koch1-1/+2
2016-01-08gpg: New command --export-ssh-keyWerner Koch1-1/+15
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-1/+0
2015-12-22gpg: Don't check for ambiguous keys.Neal H. Walfield1-512/+0
2015-12-22gpg: Lazily evaluate --default-key.Neal H. Walfield1-21/+0
2015-12-22gpg: Improve check for ambiguous keys.Neal H. Walfield1-94/+143
2015-12-22gpg: Mark more options as coming from the config file (when this holds)Neal H. Walfield1-1/+5
2015-12-16gpg: When checking for ambiguous keys, ignore invalid keys.Neal H. Walfield1-139/+297
2015-12-11gpg: Don't error out if a key occurs multiple times in the keyring.Neal H. Walfield1-32/+82
2015-12-04gpg: Do not pre-check keys given on the command line.Werner Koch1-11/+42
2015-12-04gpg: Allow "help" as value for --tofu-policy.Werner Koch1-15/+33
2015-12-03gpg: Add variant of 'key "%s" not found: %s' error message.Werner Koch1-2/+1
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-7/+10
2015-12-03gpg: Change some error messages.Werner Koch1-30/+36
2015-12-02gpg: Use the matching key if the search description is exact.Neal H. Walfield1-4/+31
2015-12-02common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield1-1/+13
2015-11-23common: Extend utf8_charcount to include the string's length.Neal H. Walfield1-1/+1
2015-11-17gpg: Add some debugging output.Neal H. Walfield1-0/+12
2015-11-17gpg: Use a more appropriate error code.Neal H. Walfield1-1/+1
2015-11-17Fix typos found using codespell.Justus Winter1-2/+2
2015-11-16gpg: Fix error checking and improve error reporting.Neal H. Walfield1-2/+14
2015-11-12gpg: Print export statistics to the status-fd.Werner Koch1-3/+18
2015-11-06gpg: Add new option --only-sign-text-ids.Neal H. Walfield1-0/+5
2015-11-06gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield1-19/+189
2015-11-05gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield1-0/+5
2015-11-04gpg: Print a better error message for --multifile --sign --encrypt.Neal H. Walfield1-0/+3
2015-11-04gpg: Add --encrypt-to-default-key.Neal H. Walfield1-0/+19
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-3/+5
2015-10-29gpg: Eliminate a memory leak.Neal H. Walfield1-1/+4
2015-10-26gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor1-1/+2
2015-10-20build: Allow building without SQLlite support.Werner Koch1-1/+8
2015-10-19gpg: Fix --desig-revoke.Neal H. Walfield1-5/+5
2015-10-19gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor1-0/+6
2015-10-18g10: Add TOFU support.Neal H. Walfield1-0/+140
2015-10-08gpg: Add option --print-dane-records.Werner Koch1-0/+3
2015-10-08gpg: Pass CTRL parameter to all key listing functions.Werner Koch1-1/+1
2015-09-01gpg: Remove option --no-sig-create-check.Werner Koch1-3/+0
2015-08-25gpg: Print a new FAILURE status after most commands.Werner Koch1-19/+81
2015-08-15Allow --gen-key to inquire a passphrase.Ben Kibbey1-3/+12
2015-06-30gpg: Make show-sig-subpackets work again.Werner Koch1-1/+1
2015-06-29agent: Prepare for Libassuan with Cygwin support.Werner Koch1-1/+0
2015-06-22gpg: Allow debug flag names for --debug.Werner Koch1-45/+35
2015-06-20gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch1-0/+2
2015-06-19gpg: Print available debug flags using "--debug-level help".Werner Koch1-18/+44
2015-06-16Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield1-0/+7
2015-06-04gpg: Fix output in case of a corrupted trustdb.Werner Koch1-2/+2
2015-05-08gpg: New command --quick-adduid.Werner Koch1-0/+17