aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-06-14doc: Consistently use 'keyserver'.Werner Koch1-3/+3
2016-06-13gpg: Un-deprecate option --auto-key-retrieve.Werner Koch1-6/+0
2016-06-13gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch1-0/+6
2016-06-08w32: Fix recent build regression.Werner Koch1-1/+1
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-28/+18
2016-06-07gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka1-2/+6
2016-06-06gpg: Use --keyid-format=none by default.Werner Koch1-1/+1
2016-06-06gpg: Add option --with-subkey-fingerprint.Werner Koch1-0/+6
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-0/+2
2016-06-02gpg: Extend the --quick-gen-key command.Werner Koch1-5/+23
2016-06-02gpg: New command --quick-addkey.Werner Koch1-0/+28
2016-05-24gpg, w32: Fix build regression.Werner Koch1-0/+2
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-1/+2
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-2/+2
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-2/+1
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-0/+6
2016-04-06Revert "g10: Support armored keyrings in gpgv."Justus Winter1-1/+1
2016-04-04g10: Support armored keyrings in gpgv.Justus Winter1-1/+1
2016-04-01g10: Remove option --always-trust if compiled without trust models.Justus Winter1-0/+2
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