aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-04gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch1-3/+6
2019-03-18gpg: Allow import of PGP desktop exported secret keys.Werner Koch1-1/+1
2019-03-18gpg: During secret key import print "sec" instead of "pub".Werner Koch1-9/+14
2018-07-09gpg: Move key cleaning functions to a separate file.Werner Koch1-0/+1
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-1/+1
2018-04-09doc: Document --key-edit:change-usageWerner Koch1-3/+5
2018-03-22gpg: Implement --dry-run for --passwd.Werner Koch1-1/+3
2018-02-15gpg: Fix reversed messages for --only-sign-text-ids.NIIBE Yutaka1-2/+2
2017-10-24gpg: Improve the "secret key available" notice in keyedit.cWerner Koch1-10/+26
2017-10-24gpg: Remove unused flags from keyedit.c.Werner Koch1-39/+35
2017-08-09g10: Write status error on error of --quick-revoke-uid.Marcus Brinkmann1-1/+4
2017-07-27gpg: Avoid output to the tty during import.Werner Koch1-18/+22
2017-07-21gpg: Extend --quick-set-expire to allow subkey expiration setting.Werner Koch1-22/+103
2017-06-14gpg: Refactor key checking and fixing.Justus Winter1-613/+5
2017-06-13gpg: Refactor keyedit module.Justus Winter1-20/+10
2017-06-07common,gpg: Move the compliance option printer.Justus Winter1-1/+1
2017-04-28Spelling fixes in docs and comments.NIIBE Yutaka1-4/+4
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-132/+146
2017-03-29gpg: Extend free_packet to handle a packet parser context.Werner Koch1-9/+10
2017-03-29gpg: Change parse_packet to take a context.Werner Koch1-1/+3
2017-03-21gpg: New command --quick-set-primary-uid.Werner Koch1-86/+139
2017-03-08g10: Move more flags into the flag bitfield.Justus Winter1-25/+25
2017-03-07gpg: Do not allow the user to revoke the last valid UID.Justus Winter1-1/+40
2017-03-07Remove -I option to common.NIIBE Yutaka1-7/+7
2017-03-02g10: Signal an error when trying to revoke non-existant UID.Justus Winter1-0/+2
2017-02-28gpg: Do not require a trustdb for decryption.Werner Koch1-2/+2
2017-02-21Clean up word replication.Yuri Chornoivan1-2/+2
2017-01-17gpg: Sync print of additional sig data in --edit-key.Werner Koch1-3/+3
2016-12-05gpg: New option --quick-set-expire.Werner Koch1-23/+121
2016-11-23g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield1-4/+5
2016-11-21g10: Cache the effective policy. Recompute it when required.Neal H. Walfield1-5/+5
2016-11-17doc: Typo fixes.Werner Koch1-1/+1
2016-11-15g10: Fix memory leak.NIIBE Yutaka1-2/+1
2016-11-15g10: Fix memory leak.Justus Winter1-0/+1
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-09-22g10: When adding a user id, make sure the keyblock has been prepared.Neal H. Walfield1-0/+2
2016-09-19gpg: Avoid malloc failure due to no key signaturesWerner Koch1-8/+19
2016-09-17Fix more spellingDaniel Kahn Gillmor1-1/+1
2016-09-14gpg: Emit a new error status line in --quick-adduid.Werner Koch1-1/+4
2016-09-13gpg: Improve usability of --quick-gen-key.Werner Koch1-1/+1
2016-08-03More cleanup of "allow to".Daniel Kahn Gillmor1-1/+1
2016-06-30w32: Fix build.Justus Winter1-1/+1
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor1-65/+206
2016-06-11g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor1-2/+2
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+1
2016-06-06indent: Wrap strings in debug messages.Werner Koch1-3/+5
2016-06-02gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch1-1/+2
2016-06-02gpg: New command --quick-addkey.Werner Koch1-44/+134
2016-05-21gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch1-1/+1
2016-05-21gpg: Pass CTRL object down to the trust functionsWerner Koch1-30/+31