aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* gpg: Ensure all weak digest rejection notices are shownDaniel Kahn Gillmor2015-10-261-1/+2
* build: Allow building without SQLlite support.Werner Koch2015-10-201-1/+8
* gpg: Fix --desig-revoke.Neal H. Walfield2015-10-191-5/+5
* gpg: Add option --weak-digest to gpg and gpgv.Daniel Kahn Gillmor2015-10-191-0/+6
* g10: Add TOFU support.Neal H. Walfield2015-10-181-0/+140
* gpg: Add option --print-dane-records.Werner Koch2015-10-081-0/+3
* gpg: Pass CTRL parameter to all key listing functions.Werner Koch2015-10-081-1/+1
* gpg: Remove option --no-sig-create-check.Werner Koch2015-09-011-3/+0
* gpg: Print a new FAILURE status after most commands.Werner Koch2015-08-251-19/+81
* Allow --gen-key to inquire a passphrase.Ben Kibbey2015-08-151-3/+12
* gpg: Make show-sig-subpackets work again.Werner Koch2015-06-301-1/+1
* agent: Prepare for Libassuan with Cygwin support.Werner Koch2015-06-291-1/+0
* gpg: Allow debug flag names for --debug.Werner Koch2015-06-221-45/+35
* gpg: Improve speed of --check-sigs and --lish-sigs.Werner Koch2015-06-201-0/+2
* gpg: Print available debug flags using "--debug-level help".Werner Koch2015-06-191-18/+44
* Don't prompt for the password multiple times in pinentry loopback mode.Neal H. Walfield2015-06-161-0/+7
* gpg: Fix output in case of a corrupted trustdb.Werner Koch2015-06-041-2/+2
* gpg: New command --quick-adduid.Werner Koch2015-05-081-0/+17
* gpg: Do not use honor-keyserver-url sub-option by default.Werner Koch2015-04-211-2/+1
* gpg: Add new option --debug-iolbf.Werner Koch2015-04-061-1/+6
* Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.Werner Koch2015-04-061-1/+1
* Fix use of DBG_CACHE and DBG_LOOKUPWerner Koch2015-04-061-3/+4
* gpg: Rename a debug macro.Werner Koch2015-04-061-2/+2
* gpg: Only use the last specified keyserver.Neal H. Walfield2015-03-281-1/+8
* gpg: Change --print-pka-records into an option.Werner Koch2015-03-101-14/+3
* gpg: Add --list-gcrypt-config and "curve" item for --list-config.Werner Koch2015-03-101-16/+38
* gpg: Add command --print-pka-records.Werner Koch2015-02-241-0/+14