aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-10-20build: Allow building without SQLlite support.Werner Koch1-0/+2
2015-10-18g10: Add TOFU support.Neal H. Walfield1-2/+12
2015-10-08Fix two unused/possible-uninitialized var warnings.Werner Koch1-1/+0
2015-10-01gpg: Print more info with "check selfsig".Werner Koch1-0/+17
2015-10-01gpg: Add debug helper to --edit-keys's check sub-command.Werner Koch1-15/+35
2015-09-16gpg: Change last commit to avoid extra translations.Werner Koch1-4/+20
2015-09-16g10: Improve error message.Neal H. Walfield1-4/+4
2015-08-25gpg: Emit ERROR status for key signing failures.Werner Koch1-0/+7
2015-08-06gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch1-5/+64
2015-07-29gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch1-25/+77
2015-07-28gpg: Remove the edit-key toggle command.Werner Koch1-13/+2
2015-05-08gpg: New command --quick-adduid.Werner Koch1-11/+109
2015-05-08gpg: Minor code merging in keyedit.Werner Koch1-17/+26
2015-04-24common: Rename log and gcc attribute macros (jnlib merge).Werner Koch1-1/+1
2015-04-24common: Remove two JNLIB_ macros (jnlib merge).Werner Koch1-1/+0
2015-04-03g10: Fix keytocard.NIIBE Yutaka1-5/+16
2015-02-19gpg: Replace remaining uses of stdio by estream.Werner Koch1-10/+10
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-27/+29
2015-01-05gpg: Remove unused args from a function.Werner Koch1-1/+1
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-28/+10
2014-09-17gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch1-0/+63
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-37/+1