aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* doc: Typo fixes.Werner Koch2016-11-171-1/+1
* g10: Fix memory leak.NIIBE Yutaka2016-11-151-2/+1
* g10: Fix memory leak.Justus Winter2016-11-151-0/+1
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
* g10: When adding a user id, make sure the keyblock has been prepared.Neal H. Walfield2016-09-221-0/+2
* gpg: Avoid malloc failure due to no key signaturesWerner Koch2016-09-191-8/+19
* Fix more spellingDaniel Kahn Gillmor2016-09-171-1/+1
* gpg: Emit a new error status line in --quick-adduid.Werner Koch2016-09-141-1/+4
* gpg: Improve usability of --quick-gen-key.Werner Koch2016-09-131-1/+1
* More cleanup of "allow to".Daniel Kahn Gillmor2016-08-031-1/+1
* w32: Fix build.Justus Winter2016-06-301-1/+1
* g10: Implement gpg --quick-revuidDaniel Kahn Gillmor2016-06-301-65/+206
* g10: report whether key in agent is passphrase-protected or notDaniel Kahn Gillmor2016-06-111-2/+2
* Replace use of opt.homedir by accessor functions.Werner Koch2016-06-071-1/+1
* indent: Wrap strings in debug messages.Werner Koch2016-06-061-3/+5
* gpg: Try to use the passphrase from the primary for --quick-addkey.Werner Koch2016-06-021-1/+2
* gpg: New command --quick-addkey.Werner Koch2016-06-021-44/+134
* gpg: Store the Tofu meta handle for databases in CTRL.Werner Koch2016-05-211-1/+1
* gpg: Pass CTRL object down to the trust functionsWerner Koch2016-05-211-30/+31
* 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