aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-12-24g10: Allow relative path for specifying the file for bkuptocard.NIIBE Yutaka1-17/+27
2015-12-24g10: fix regression of bkuptocard subcommand in --edit-key.NIIBE Yutaka1-9/+16
2015-12-14gpg: Print ownertrust in TOFU+PGP trust model.Damien Goutte-Gattat1-2/+3
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-0/+6
2015-12-03gpg: Change some error messages.Werner Koch1-2/+2
2015-11-27gpg: Avoid extra translation strings.Werner Koch1-16/+4
2015-11-24gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.Neal H. Walfield1-12/+41
2015-11-23gpg: Allow updating the expiration time of multiple subkeys at once.Neal H. Walfield1-6/+25
2015-11-23gpg: Don't crash if key is not passed an argument.Neal H. Walfield1-1/+2
2015-11-17gpg: Allow selecting subkeys using a keyid.Neal H. Walfield1-4/+61
2015-11-06gpg: Add new option --only-sign-text-ids.Neal H. Walfield1-16/+36
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-2/+2