aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Consistently use 'keyserver'.Werner Koch2016-06-141-3/+3
* gpg: Un-deprecate option --auto-key-retrieve.Werner Koch2016-06-131-6/+0
* gpg: New option --disable-signer-uid, create Signer's UID sub-packet.Werner Koch2016-06-131-0/+6
* w32: Fix recent build regression.Werner Koch2016-06-081-1/+1
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-28/+18
* gpg: Fix command line parsing of --quick-addkey and --quick-gen-key.NIIBE Yutaka2016-06-071-2/+6
* gpg: Use --keyid-format=none by default.Werner Koch2016-06-061-1/+1
* gpg: Add option --with-subkey-fingerprint.Werner Koch2016-06-061-0/+6
* gpg: Implement --keyid-format=none.Werner Koch2016-06-061-0/+2
* gpg: Extend the --quick-gen-key command.Werner Koch2016-06-021-5/+23
* gpg: New command --quick-addkey.Werner Koch2016-06-021-0/+28
* gpg, w32: Fix build regression.Werner Koch2016-05-241-0/+2
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-1/+2
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-2/+2
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-2/+1
* gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch2016-04-271-0/+6
* Revert "g10: Support armored keyrings in gpgv."Justus Winter2016-04-061-1/+1
* g10: Support armored keyrings in gpgv.Justus Winter2016-04-041-1/+1
* g10: Remove option --always-trust if compiled without trust models.Justus Winter2016-04-011-0/+2
* gpg: Shorten the --tofu-policy help textWerner Koch2016-01-271-1/+1
* Update copyright years.Werner Koch2016-01-261-1/+1
* gpg: Make --list-options show-usage the default.Werner Koch2016-01-141-1/+2
* gpg: New command --export-ssh-keyWerner Koch2016-01-081-1/+15
* gpg: Fix warnings about useless assignments.Werner Koch2016-01-071-1/+0
* gpg: Don't check for ambiguous keys.Neal H. Walfield2015-12-221-512/+0
* gpg: Lazily evaluate --default-key.Neal H. Walfield2015-12-221-21/+0
* gpg: Improve check for ambiguous keys.Neal H. Walfield2015-12-221-94/+143
* gpg: Mark more options as coming from the config file (when this holds)Neal H. Walfield2015-12-221-1/+5
* gpg: When checking for ambiguous keys, ignore invalid keys.Neal H. Walfield2015-12-161-139/+297
* gpg: Don't error out if a key occurs multiple times in the keyring.Neal H. Walfield2015-12-111-32/+82
* gpg: Do not pre-check keys given on the command line.Werner Koch2015-12-041-11/+42
* gpg: Allow "help" as value for --tofu-policy.Werner Koch2015-12-041-15/+33
* gpg: Add variant of 'key "%s" not found: %s' error message.Werner Koch2015-12-031-2/+1
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-7/+10
* gpg: Change some error messages.Werner Koch2015-12-031-30/+36
* gpg: Use the matching key if the search description is exact.Neal H. Walfield2015-12-021-4/+31
* common,gpg: Fix processing of search descriptions ending in '!'.Neal H. Walfield2015-12-021-1/+13
* common: Extend utf8_charcount to include the string's length.Neal H. Walfield2015-11-231-1/+1
* gpg: Add some debugging output.Neal H. Walfield2015-11-171-0/+12
* gpg: Use a more appropriate error code.Neal H. Walfield2015-11-171-1/+1
* Fix typos found using codespell.Justus Winter2015-11-171-2/+2
* gpg: Fix error checking and improve error reporting.Neal H. Walfield2015-11-161-2/+14
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-121-3/+18
* gpg: Add new option --only-sign-text-ids.Neal H. Walfield2015-11-061-0/+5
* gpg: Check for ambiguous or non-matching key specs.Neal H. Walfield2015-11-061-19/+189
* gpg: Add support for unwrapping the outer level of encryption.Neal H. Walfield2015-11-051-0/+5
* gpg: Print a better error message for --multifile --sign --encrypt.Neal H. Walfield2015-11-041-0/+3
* gpg: Add --encrypt-to-default-key.Neal H. Walfield2015-11-041-0/+19
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-3/+5
* gpg: Eliminate a memory leak.Neal H. Walfield2015-10-291-1/+4