aboutsummaryrefslogtreecommitdiffstats
path: root/g10/export.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-25gpg: Do not continue the export after a cancel for the primary key.Werner Koch1-1/+10
2022-12-06wkd: Do not send/install/mirror expired user ids.Werner Koch1-2/+2
2022-11-30gpg: New export-filter export-revocsWerner Koch1-5/+123
2022-10-13gpg: Report an error for receiving key from agent.NIIBE Yutaka1-0/+1
2021-04-29common: Extend the openpgp_curve_to_oid function.Werner Koch1-2/+2
2020-07-16gpg: Do not close stdout after --export-ssh-keyWerner Koch1-2/+3
2020-05-12common: Change argument order of log_printhex.Werner Koch1-4/+4
2020-03-14gpg: Add property "fpr" for use by --export-filter.Werner Koch1-1/+51
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-3/+3
2019-05-27gpg: Allow deletion of subkeys with --delete-[secret-]key.Werner Koch1-2/+2
2019-05-15gpg: enable OpenPGP export of cleartext keys with commentsDaniel Kahn Gillmor1-1/+4
2018-07-09gpg: Let export-clean remove expired subkeys.Werner Koch1-4/+7
2018-07-09gpg: Split key cleaning function for clarity.Werner Koch1-2/+6
2018-07-09gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+2
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-0/+5
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann1-1/+1
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann1-1/+1
2017-07-24g10: Make sure to emit NEED_PASSPHRASE on --export-secret-key.Marcus Brinkmann1-1/+2
2017-04-17g10: Minor fixes.NIIBE Yutaka1-2/+2
2017-04-11g10: Minor clean up for export.c.NIIBE Yutaka1-19/+16
2017-03-31gpg: Pass CTRL also to getkey_end.Werner Koch1-1/+1
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-9/+19
2017-03-30gpg: Revamp reading and writing of ring trust packets.Werner Koch1-9/+20
2017-03-29gpg: Export ring trust packets in backup mode.Werner Koch1-1/+4
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-1/+1
2017-03-07Remove -I option to common.NIIBE Yutaka1-9/+9
2017-03-03gpg: Add new variables to the import and export filters.Werner Koch1-1/+1
2017-03-01gpg: Make --export-options work with --export-secret-keys.Werner Koch1-15/+16
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2017-02-14gpg: Make --export-ssh-key work for the primary key.Werner Koch1-0/+42
2017-01-23gpg: New export and import options "backup" and "restore".Werner Koch1-3/+18
2017-01-17gpg: Clean bogus subkey binding when cleaning a key.Werner Koch1-0/+1
2016-12-05gpg: New option --quick-set-expire.Werner Koch1-3/+3
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-05gpg: New export filter drop-subkey.Werner Koch1-0/+53
2016-09-05gpg: Use a common filter_getval for import and export.Werner Koch1-32/+1
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-07-12gpg: Extend import-option import-export to print PKA or DANE.Werner Koch1-55/+95
2016-07-12gpg: Move a function from import.c to export.c.Werner Koch1-0/+57
2016-07-07gpg: Add export options "export-pka" and "export-dane".Werner Koch1-13/+164
2016-07-07gpg: Split a too large export function.Werner Koch1-271/+290
2016-07-01gpg: New option --export-filterWerner Koch1-0/+126
2016-06-30g10: Fix memory leak.Justus Winter1-0/+9
2016-06-11gpg: Remove C-99ism, re-indent, and simplify one function.Werner Koch1-45/+77
2016-06-11g10: Export cleartext keys as cleartextDaniel Kahn Gillmor1-2/+3
2016-06-11g10: Allow receiving cleartext secret keys from agentDaniel Kahn Gillmor1-3/+221
2016-06-11g10: Add openpgp_protected flag to agent secret key export functionsDaniel Kahn Gillmor1-1/+1
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor1-1/+1
2016-05-23g10: Fix typo in comment.Daniel Kahn Gillmor1-1/+1
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-3/+2