aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-07-09gpg: Let export-clean remove expired subkeys.Werner Koch1-3/+6
2018-07-09gpg: Split key cleaning function for clarity.Werner Koch1-7/+20
2018-07-06gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+1
2018-07-04gpg: Ignore too large user ids during import.Werner Koch1-1/+30
2018-07-04indent: Fix indentation of read_block in g10/import.cWerner Koch1-66/+67
2018-06-21gpg: Print revocation reason for "rvs" records.Werner Koch1-2/+117
2018-06-21gpg: Let --show-keys print revocation certificates.Werner Koch1-7/+114
2018-06-12gpg: Do not import revocations with --show-keys.Werner Koch1-26/+30
2018-06-12gpg: Add new usage option for drop-subkey filters.Daniel Kahn Gillmor1-0/+10
2018-06-07gpg: Improve verbose output during import.Werner Koch1-13/+32
2018-06-06gpg: New command --show-keys.Werner Koch1-1/+7
2018-05-02gpg: Fix minor memory leak in the compress filter.Werner Koch1-2/+4
2018-01-23gpg: Implement AEAD for SKESK packets.Werner Koch1-0/+19
2017-10-19gpg: Print sec/sbb with --import-option import-show or show-only.Werner Koch1-1/+1
2017-10-19gpg: Make --dry-run and show-only work for secret keys.Werner Koch1-1/+2
2017-10-19gpg: Improve keydb handling in the main import function.Werner Koch1-43/+23
2017-10-19gpg: Simplify keydb handling of the main import function.Werner Koch1-80/+79
2017-10-18gpg: Improve keydb handling in the main import function.Werner Koch1-43/+23
2017-10-18gpg: Simplify keydb handling of the main import function.Werner Koch1-80/+79
2017-08-04gpg: Avoid double fingerprint printing with import-show.Werner Koch1-1/+2
2017-08-04gpg: New import option show-only.Werner Koch1-1/+5
2017-07-27gpg: Avoid output to the tty during import.Werner Koch1-1/+1
2017-07-25gpg: Update key origin info during import merge.Werner Koch1-4/+97
2017-07-25gpg: Store key origin for new userids during import merge.Werner Koch1-107/+157
2017-07-24gpg: Extend --key-origin to take an optional URL arg.Werner Koch1-0/+26
2017-07-24gpg: Store key origin info for new keys from a keyserverWerner Koch1-26/+57
2017-07-24gpg: Store key origin info for new DANE and WKD retrieved keys.Werner Koch1-18/+63
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --import of secret key.Marcus Brinkmann1-1/+2
2017-07-21gpg: Use macros to check the signature class.Werner Koch1-24/+24
2017-07-21g10: Clean keyblock on initial commit.Marcus Brinkmann1-0/+5
2017-07-14gpg: Fix importing keys.Justus Winter1-3/+6
2017-07-13gpg: Pass key origin values to import functions.Werner Koch1-23/+41
2017-06-14gpg: Check and fix keys on import.Justus Winter1-0/+7
2017-05-10g10, sm, dirmngr, common: Add comment for fall through.NIIBE Yutaka1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-2/+2
2017-04-17g10: Fix import/export filter property match.NIIBE Yutaka1-1/+1
2017-03-31gpg: Assert that an opaque parameter is really what we expect.Werner Koch1-0/+2
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-56/+70
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-8/+12
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-6/+7
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-1/+3
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-3/+3
2017-03-07Remove -I option to common.NIIBE Yutaka1-6/+5
2017-03-03gpg: Fix possible segv when attribute packets are filtered.Werner Koch1-6/+6
2017-03-03gpg: Add new variables to the import and export filters.Werner Koch1-7/+34
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-01-23gpg: New export and import options "backup" and "restore".Werner Koch1-2/+19
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-5/+6
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-10-27Fix typos.Justus Winter1-1/+1