aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-05-09gpg: Fix buglet in the check_all_keysigs function.Werner Koch1-2/+3
2016-05-09gpg: Request a "save" after cmd "check" fixed something.Werner Koch1-2/+3
2016-05-04Some minor string changes and fixed a printf format.Werner Koch1-7/+14
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-24/+23
2016-04-19gpg: Improve UID selction of --quick-sign-key.Werner Koch1-10/+54
2016-04-19gpg: Avoid debug like output at start of --edit-key.Werner Koch1-6/+12
2016-03-15gpg: Do not rely on a certain evaluation order.Werner Koch1-1/+5
2016-02-19gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield1-125/+564
2016-02-19gpg: Split print_and_check_one_sig.Neal H. Walfield1-11/+20
2016-02-19gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield1-2/+1
2016-02-14gpg: Add hidden key-edit subcommand "change-usage".Werner Koch1-1/+118
2016-01-18Use ngettext for some strings.Werner Koch1-24/+24
2016-01-06gpg: Silence warnings found by static analyzer.Werner Koch1-2/+2
2016-01-06gpg: Comment on false positives by static analyzers.Werner Koch1-1/+15
2015-12-24g10: Use --force when importing key for bkuptocard.NIIBE Yutaka1-1/+1
2015-12-24g10: Remove subcommand checkbkupkey for --key-edit.NIIBE Yutaka1-40/+12