aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* gpg: Fix buglet in the check_all_keysigs function.Werner Koch2016-05-091-2/+3
* gpg: Request a "save" after cmd "check" fixed something.Werner Koch2016-05-091-2/+3
* Some minor string changes and fixed a printf format.Werner Koch2016-05-041-7/+14
* gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch2016-04-291-24/+23
* gpg: Improve UID selction of --quick-sign-key.Werner Koch2016-04-191-10/+54
* gpg: Avoid debug like output at start of --edit-key.Werner Koch2016-04-191-6/+12
* gpg: Do not rely on a certain evaluation order.Werner Koch2016-03-151-1/+5
* gpg: Systematically detect and fix signatures that are out of order.Neal H. Walfield2016-02-191-125/+564
* gpg: Split print_and_check_one_sig.Neal H. Walfield2016-02-191-11/+20
* gpg: Use format_keyid rather than manually formatting the keyid.Neal H. Walfield2016-02-191-2/+1
* gpg: Add hidden key-edit subcommand "change-usage".Werner Koch2016-02-141-1/+118
* Use ngettext for some strings.Werner Koch2016-01-181-24/+24
* gpg: Silence warnings found by static analyzer.Werner Koch2016-01-061-2/+2
* gpg: Comment on false positives by static analyzers.Werner Koch2016-01-061-1/+15
* g10: Use --force when importing key for bkuptocard.NIIBE Yutaka2015-12-241-1/+1
* g10: Remove subcommand checkbkupkey for --key-edit.NIIBE Yutaka2015-12-241-40/+12
* g10: Allow relative path for specifying the file for bkuptocard.NIIBE Yutaka2015-12-241-17/+27
* g10: fix regression of bkuptocard subcommand in --edit-key.NIIBE Yutaka2015-12-241-9/+16
* gpg: Print ownertrust in TOFU+PGP trust model.Damien Goutte-Gattat2015-12-141-2/+3
* gpg: Take care of keydb_new returning NULL.Werner Koch2015-12-031-0/+6
* gpg: Change some error messages.Werner Koch2015-12-031-2/+2
* gpg: Avoid extra translation strings.Werner Koch2015-11-271-16/+4
* gpg: When comparing keyids, use the keyid, not the fingerprint's suffix.Neal H. Walfield2015-11-241-12/+41
* gpg: Allow updating the expiration time of multiple subkeys at once.Neal H. Walfield2015-11-231-6/+25
* gpg: Don't crash if key is not passed an argument.Neal H. Walfield2015-11-231-1/+2
* gpg: Allow selecting subkeys using a keyid.Neal H. Walfield2015-11-171-4/+61
* gpg: Add new option --only-sign-text-ids.Neal H. Walfield2015-11-061-16/+36
* gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield2015-11-041-2/+2
* build: Allow building without SQLlite support.Werner Koch2015-10-201-0/+2
* g10: Add TOFU support.Neal H. Walfield2015-10-181-2/+12
* Fix two unused/possible-uninitialized var warnings.Werner Koch2015-10-081-1/+0
* gpg: Print more info with "check selfsig".Werner Koch2015-10-011-0/+17
* gpg: Add debug helper to --edit-keys's check sub-command.Werner Koch2015-10-011-15/+35
* gpg: Change last commit to avoid extra translations.Werner Koch2015-09-161-4/+20
* g10: Improve error message.Neal H. Walfield2015-09-161-4/+4
* gpg: Emit ERROR status for key signing failures.Werner Koch2015-08-251-0/+7
* gpg: Add commands "fpr *" and "grip" to --edit-key.Werner Koch2015-08-061-5/+64
* gpg: Indicate secret keys and cards in a key-edit listing.Werner Koch2015-07-291-25/+77
* gpg: Remove the edit-key toggle command.Werner Koch2015-07-281-13/+2
* gpg: New command --quick-adduid.Werner Koch2015-05-081-11/+109
* gpg: Minor code merging in keyedit.Werner Koch2015-05-081-17/+26
* common: Rename log and gcc attribute macros (jnlib merge).Werner Koch2015-04-241-1/+1
* common: Remove two JNLIB_ macros (jnlib merge).Werner Koch2015-04-241-1/+0
* g10: Fix keytocard.NIIBE Yutaka2015-04-031-5/+16
* gpg: Replace remaining uses of stdio by estream.Werner Koch2015-02-191-10/+10
* gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch2015-01-221-27/+29
* gpg: Remove unused args from a function.Werner Koch2015-01-051-1/+1
* gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch2014-10-171-28/+10
* gpg: Print a warning if the subkey expiration may not be what you want.Werner Koch2014-09-171-0/+63
* gpg: Remove options --pgp2 and --rfc1991.Werner Koch2014-08-141-37/+1