aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keyedit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpg: Make the get_pubkey_byname interface easier to understand.Werner Koch2019-07-041-3/+6
* gpg: Allow import of PGP desktop exported secret keys.Werner Koch2019-03-181-1/+1
* gpg: During secret key import print "sec" instead of "pub".Werner Koch2019-03-181-9/+14
* gpg: Move key cleaning functions to a separate file.Werner Koch2018-07-091-0/+1
* gpg: Extend the "sig" record in --list-mode.Werner Koch2018-04-121-1/+1
* doc: Document --key-edit:change-usageWerner Koch2018-04-091-3/+5
* gpg: Implement --dry-run for --passwd.Werner Koch2018-03-221-1/+3
* gpg: Fix reversed messages for --only-sign-text-ids.NIIBE Yutaka2018-02-151-2/+2
* gpg: Improve the "secret key available" notice in keyedit.cWerner Koch2017-10-241-10/+26
* gpg: Remove unused flags from keyedit.c.Werner Koch2017-10-241-39/+35
* g10: Write status error on error of --quick-revoke-uid.Marcus Brinkmann2017-08-091-1/+4
* gpg: Avoid output to the tty during import.Werner Koch2017-07-271-18/+22
* gpg: Extend --quick-set-expire to allow subkey expiration setting.Werner Koch2017-07-211-22/+103
* gpg: Refactor key checking and fixing.Justus Winter2017-06-141-613/+5
* gpg: Refactor keyedit module.Justus Winter2017-06-131-20/+10
* common,gpg: Move the compliance option printer.Justus Winter2017-06-071-1/+1
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-281-4/+4
* gpg: Pass CTRL to many more functions.Werner Koch2017-03-311-132/+146
* gpg: Extend free_packet to handle a packet parser context.Werner Koch2017-03-291-9/+10
* gpg: Change parse_packet to take a context.Werner Koch2017-03-291-1/+3
* gpg: New command --quick-set-primary-uid.Werner Koch2017-03-211-86/+139
* g10: Move more flags into the flag bitfield.Justus Winter2017-03-081-25/+25
* gpg: Do not allow the user to revoke the last valid UID.Justus Winter2017-03-071-1/+40
* Remove -I option to common.NIIBE Yutaka2017-03-071-7/+7
* g10: Signal an error when trying to revoke non-existant UID.Justus Winter2017-03-021-0/+2
* gpg: Do not require a trustdb for decryption.Werner Koch2017-02-281-2/+2
* Clean up word replication.Yuri Chornoivan2017-02-211-2/+2
* gpg: Sync print of additional sig data in --edit-key.Werner Koch2017-01-171-3/+3
* gpg: New option --quick-set-expire.Werner Koch2016-12-051-23/+121
* g10: Avoid gratuitously loading a keyblock when it is already availableNeal H. Walfield2016-11-231-4/+5
* g10: Cache the effective policy. Recompute it when required.Neal H. Walfield2016-11-211-5/+5
* 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