summaryrefslogtreecommitdiffstats
path: root/g10/keylist.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Fix printing keyserver URLs and notation data.Justus Winter2017-06-211-2/+2
* gpg,common: Move the compliance framework.Justus Winter2017-06-011-3/+9
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-1/+1
* gpg: Fix printing of offline taken subkey.Werner Koch2017-04-071-1/+1
* gpg: Pass CTRL also to getkey_end.Werner Koch2017-03-311-3/+3
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-30/+31
* gpg: Prepare for listing last_update and key origin data.Werner Koch2017-03-281-2/+6
* gpg: Add new field no 18 to the colon listing.Werner Koch2017-03-201-21/+52
* gpg: Flush stdout before printing stats with --check-sigs.Werner Koch2017-03-131-1/+5
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-8/+7
* Remove -I option to common.NIIBE Yutaka2017-03-071-7/+7
* gpg: Do not require a trustdb for decryption.Werner Koch2017-02-281-1/+1
* gpg,common: Make sure that all fd given are valid.Justus Winter2017-02-081-0/+3
* gpg: Sync print of additional sig data in --edit-key.Werner Koch2017-01-171-45/+42
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-231-2/+2
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: Improve and unify key selection for -r and --locate-keys.Justus Winter2016-11-031-1/+1
* gpg: Fix regression in fingerprint printing.Werner Koch2016-09-191-1/+1
* gpg: Avoid mixing up status and colon line output.Werner Koch2016-09-121-36/+47
* gpg: print fingerprint regardless of keyid-formatDaniel Kahn Gillmor2016-09-091-2/+5
* gpg: New option --with-tofu-info.Werner Koch2016-08-251-12/+10
* gpg: Remove tofu database format "split".Werner Koch2016-08-101-2/+2
* gpg: Make sure that keygrips are printed for each subkey.Werner Koch2016-08-041-6/+14
* gpg: Always print the fingerprint in colons mode.Werner Koch2016-08-041-20/+12
* gpg: Remove options --print-dane-records and --print-pka-records.Werner Koch2016-07-141-153/+3
* gpg: Add export options "export-pka" and "export-dane".Werner Koch2016-07-071-1/+1
* gpg: Do not print the validity after key generation.Werner Koch2016-06-231-4/+10
* gpg: Print the subkey's curve and not the primary key curve.Werner Koch2016-06-141-4/+4
* gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch2016-06-111-1/+2
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-5/+5
* gpg: Add option --with-subkey-fingerprint.Werner Koch2016-06-061-4/+17
* gpg: Implement --keyid-format=none.Werner Koch2016-06-061-86/+94
* gpg: New status code NOTATION_FLAGS.Werner Koch2016-05-311-1/+5
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-1/+1
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-13/+14
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-6/+5
* gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch2016-04-271-7/+29
* Use ngettext for some strings.Werner Koch2016-01-181-20/+20
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-1/+1
* Silence unused variable or parameter warnings.Werner Koch2015-11-271-1/+1
* gpg: Refactor print_seckey_info.Neal H. Walfield2015-11-201-5/+16
* Fix typos found using codespell.Justus Winter2015-11-171-1/+1
* gpg: Use only one fingerprint formatting function.Werner Koch2015-11-141-27/+14
* gpg: Print export statistics to the status-fd.Werner Koch2015-11-121-1/+1
* common: Add separate header for zb32.c.Werner Koch2015-10-301-0/+1
* w32: Make it build again if Tofu support is not available.Werner Koch2015-10-261-0/+4
* gpg: Provide an interface to patch TOFU updates.Neal H. Walfield2015-10-231-0/+4
* build: Allow building without SQLlite support.Werner Koch2015-10-201-0/+2
* g10: Add TOFU support.Neal H. Walfield2015-10-181-2/+13
* gpg: Add option --print-dane-records.Werner Koch2015-10-081-15/+93