aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* g10: Fix a memory leak.NIIBE Yutaka2019-04-171-0/+7
* gpg: Set a limit of 5 to the number of keys imported from the WKD.Werner Koch2019-04-111-4/+21
* gpg: Fix printing of the user id during import.Werner Koch2019-04-051-3/+3
* gpg: Allow import of PGP desktop exported secret keys.Werner Koch2019-03-181-77/+304
* gpg: Avoid importing secret keys if the keyblock is not valid.Werner Koch2019-03-151-22/+100
* gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-151-4/+7
* gpg: Simplify an interactive import status line.Werner Koch2019-03-151-14/+5
* kbx: Add support for 32 byte fingerprints.Werner Koch2019-03-141-3/+1
* gpg: Prepare revocation keys for use with v5 keys.Werner Koch2018-12-041-4/+4
* common: Prepare for parsing mail sub-addresses.Werner Koch2018-11-121-1/+1
* all: fix more spelling errorsDaniel Kahn Gillmor2018-10-251-1/+1
* all: fix spelling and typosDaniel Kahn Gillmor2018-10-241-1/+1
* gpg: New options import-drop-uids and export-drop-uids.Werner Koch2018-10-021-5/+55
* g10: Fix memory leak.NIIBE Yutaka2018-09-071-0/+2
* gpg: Refresh expired keys originating from the WKD.Werner Koch2018-08-281-2/+5
* gpg: Let export-clean remove expired subkeys.Werner Koch2018-07-091-3/+6
* gpg: Split key cleaning function for clarity.Werner Koch2018-07-091-7/+20
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-061-0/+1
* gpg: Ignore too large user ids during import.Werner Koch2018-07-041-1/+30
* indent: Fix indentation of read_block in g10/import.cWerner Koch2018-07-041-66/+67
* gpg: Print revocation reason for "rvs" records.Werner Koch2018-06-211-2/+117
* gpg: Let --show-keys print revocation certificates.Werner Koch2018-06-211-7/+114
* gpg: Do not import revocations with --show-keys.Werner Koch2018-06-121-26/+30
* gpg: Add new usage option for drop-subkey filters.Daniel Kahn Gillmor2018-06-121-0/+10
* gpg: Improve verbose output during import.Werner Koch2018-06-071-13/+32
* gpg: New command --show-keys.Werner Koch2018-06-061-1/+7
* Merge branch 'STABLE-BRANCH-2-2' into masterWerner Koch2018-05-131-2/+4
|\
| * gpg: Fix minor memory leak in the compress filter.Werner Koch2018-05-021-2/+4
* | gpg: Implement AEAD for SKESK packets.Werner Koch2018-01-231-0/+19
|/
* gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch2017-10-191-1/+1
* gpg: Make --dry-run and show-only work for secret keys.Werner Koch2017-10-191-1/+2
* gpg: Improve keydb handling in the main import function.Werner Koch2017-10-191-43/+23
* gpg: Simplify keydb handling of the main import function.Werner Koch2017-10-191-80/+79
* gpg: Avoid double fingerprint printing with import-show.Werner Koch2017-08-041-1/+2
* gpg: New import option show-only.Werner Koch2017-08-041-1/+5
* gpg: Avoid output to the tty during import.Werner Koch2017-07-271-1/+1
* gpg: Update key origin info during import merge.Werner Koch2017-07-251-4/+97
* gpg: Store key origin for new userids during import merge.Werner Koch2017-07-251-107/+157
* gpg: Extend --key-origin to take an optional URL arg.Werner Koch2017-07-241-0/+26
* gpg: Store key origin info for new keys from a keyserverWerner Koch2017-07-241-26/+57
* gpg: Store key origin info for new DANE and WKD retrieved keys.Werner Koch2017-07-241-18/+63
* g10: Make sure to emit NEED_PASSPHRASE on --import of secret key.Marcus Brinkmann2017-07-241-1/+2
* gpg: Use macros to check the signature class.Werner Koch2017-07-211-24/+24
* g10: Clean keyblock on initial commit.Marcus Brinkmann2017-07-211-0/+5
* gpg: Fix importing keys.Justus Winter2017-07-141-3/+6
* gpg: Pass key origin values to import functions.Werner Koch2017-07-131-23/+41
* gpg: Check and fix keys on import.Justus Winter2017-06-141-0/+7
* g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka2017-05-101-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-2/+2
* g10: Fix import/export filter property match.NIIBE Yutaka2017-04-171-1/+1