aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpg: Assert that an opaque parameter is really what we expect.Werner Koch2017-03-311-0/+2
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-56/+70
* gpg: Revamp reading and writing of ring trust packets.Werner Koch2017-03-301-8/+12
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-6/+7
* gpg: Change parse_packet to take a context.Werner Koch2017-03-291-1/+3
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-3/+3
* Remove -I option to common.NIIBE Yutaka2017-03-071-6/+5
* gpg: Fix possible segv when attribute packets are filtered.Werner Koch2017-03-031-6/+6
* gpg: Add new variables to the import and export filters.Werner Koch2017-03-031-7/+34
* Clean up word replication.Yuri Chornoivan2017-02-211-1/+1
* gpg: New export and import options "backup" and "restore".Werner Koch2017-01-231-2/+19
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-211-5/+6
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* Fix typos.Justus Winter2016-10-271-1/+1
* gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch2016-10-271-1/+1