aboutsummaryrefslogtreecommitdiffstats
path: root/g10/import.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-27gpg: Convey --quick option to dirmngr for --auto-key-retrieve.Werner Koch1-1/+1
2016-09-28gpg: Reject import if an import filter removed all user ids.Werner Koch1-0/+27
2016-09-28gpg: Make import filter data object more flexible.Werner Koch1-15/+57
2016-09-28gpg: Make sure that internal key import is done with a binary stream.Werner Koch1-1/+1
2016-09-05gpg: New export filter drop-subkey.Werner Koch1-0/+29
2016-09-05gpg: Use a common filter_getval for import and export.Werner Koch1-5/+5
2016-08-18gpg: Add import filter "drop-sig".Werner Koch1-3/+87
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-25g10: Fix key import statistics.Justus Winter1-4/+13
2016-07-12gpg: Extend import-option import-export to print PKA or DANE.Werner Koch1-1/+1
2016-07-12gpg: Move a function from import.c to export.c.Werner Koch1-58/+1
2016-07-06gpg: New options --recipient-file and --hidden-recipient-file.Werner Koch1-0/+107
2016-07-06gpg: Document use of node flags in import.c and remove unused args.Werner Koch1-117/+104
2016-07-03gpg: Avoid spurious failures on keyblocks with no or only deleted nodes.Werner Koch1-0/+1
2016-07-01gpg: New option --import-filterWerner Koch1-1/+134
2016-07-01g10: Fix memory leak.Justus Winter1-0/+1
2016-06-24gpg: New import option "import-export".Werner Koch1-2/+78
2016-06-23gpg: New import option "import-show".Werner Koch1-2/+21
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-11/+10
2016-04-27gpg: Add experimental AKL method "wkd" and option --with-wkd-hash.Werner Koch1-1/+1
2016-01-21gpg: Make --auto-key-retrieve work with dirmngr configured server.Werner Koch1-3/+3
2016-01-07gpg: Fix warnings about useless assignments.Werner Koch1-2/+0
2015-12-24g10: Use --force when importing key for bkuptocard.NIIBE Yutaka1-4/+4
2015-12-24g10: fix regression of bkuptocard subcommand in --edit-key.NIIBE Yutaka1-5/+10
2015-12-12gpg: Use a regular type instead of a void* for import stats.Werner Koch1-22/+24
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-1/+16
2015-11-17Fix typos found using codespell.Justus Winter1-1/+1
2015-11-03gpg: Make translation easier.Werner Koch1-3/+3
2015-11-02g10: notify a user when importing stub is skipped.NIIBE Yutaka1-2/+29
2015-08-31g10: Remove unused parameter.Neal H. Walfield1-1/+1
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-4/+4
2015-08-06common: extend API of openpgp_oid_to_curve for canonical name.NIIBE Yutaka1-1/+1
2015-07-08g10: Use canonical name for curve.NIIBE Yutaka1-1/+3
2015-01-22gpg: Add dedicated error code for PGP-2 keys.Werner Koch1-4/+2