aboutsummaryrefslogtreecommitdiffstats
path: root/g10/revoke.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-12gpg: Extend the "sig" record in --list-mode.Werner Koch1-1/+1
2017-12-13gpg: Return an error from hexfingerprint on malloc error.Werner Koch1-1/+14
2017-08-02g10: Always save standard revocation certificate in file.Marcus Brinkmann1-0/+4
2017-08-01Revert "g10: Always save standard revocation certificate in file."Marcus Brinkmann1-2/+2
2017-08-01g10: Always save standard revocation certificate in file.Marcus Brinkmann1-2/+2
2017-03-31gpg: Pass CTRL to many more functions.Werner Koch1-17/+19
2017-03-07Remove -I option to common.NIIBE Yutaka1-5/+4
2017-02-21Clean up word replication.Yuri Chornoivan1-1/+1
2016-12-15g10: Shorten unreasonably long option.Justus Winter1-1/+1
2016-12-13g10: Spell out --gen-revoke.Justus Winter1-1/+2
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
2016-06-30g10: Implement gpg --quick-revuidDaniel Kahn Gillmor1-0/+10
2016-06-07Replace use of opt.homedir by accessor functions.Werner Koch1-1/+1
2016-06-06gpg: Implement --keyid-format=none.Werner Koch1-7/+7
2016-04-29gpg: Remove all assert.h and s/assert/log_assert/.Werner Koch1-1/+0
2016-01-21gpg: Improve header text of the auto-created revocations.Werner Koch1-3/+10
2015-12-03gpg: Take care of keydb_new returning NULL.Werner Koch1-0/+10
2015-12-03gpg: Change some error messages.Werner Koch1-4/+6
2015-11-20gpg: Fail if the search description passed to --gen-revoke is ambiguous.Neal H. Walfield1-0/+41
2015-11-20gpg: Improve an error message.Neal H. Walfield1-2/+6
2015-11-14gpg: Use only one fingerprint formatting function.Werner Koch1-1/+1
2015-11-04gpg: Allow multiple --default-key options. Take the last available key.Neal H. Walfield1-1/+1
2015-10-19gpg: Fix --desig-revoke.Neal H. Walfield1-5/+8
2015-08-21common: Don't assume on-disk layout matches in-memory layout.Neal H. Walfield1-3/+3
2015-06-30doc: Updated HACKING.Werner Koch1-1/+1
2015-05-07gpg: Improve 'General key info' line of --card-status.Werner Koch1-1/+1
2015-01-22gpg: Replace remaining old error code macros by GPG_ERR_.Werner Koch1-16/+16
2014-10-17gpg: Remove all support for v3 keys and always create v4-signatures.Werner Koch1-11/+7
2014-10-10Use a unique capitalization for "Note:".Werner Koch1-1/+1
2014-09-17gpg: Improve passphrase caching.Werner Koch1-6/+8
2014-08-14gpg: Remove options --pgp2 and --rfc1991.Werner Koch1-1/+1
2014-06-30gpg: Auto-create revocation certificates.Werner Koch1-4/+84
2014-06-30gpg: Rearrange code in gen_revoke.Werner Koch1-51/+73
2014-06-30gpg: Create exported secret files and revocs with mode 700.Werner Koch1-2/+2
2014-03-07Silence several warnings when building under Windows.Werner Koch1-2/+2
2013-01-08gpg: Remove a function wrapper.Werner Koch1-2/+2
2011-09-20Allow NULL for free_public_key.Werner Koch1-9/+4
2011-09-20avoid use of freed pointerJim Meyering1-1/+4
2011-04-25Fix regression in gpg's mail address parsing.Werner Koch1-2/+2
2011-02-04Nuked almost all trailing white space.post-nuke-of-trailing-wsWerner Koch1-9/+9
2010-10-21Remove cruft.Werner Koch1-10/+14
2010-09-01Even less prompts for a new key now.Werner Koch1-2/+3
2010-04-23Decryption and signi via agent is now implemented.Werner Koch1-1/+1
2010-04-21More changes on the way to remove secring.gpg.Werner Koch1-2/+3
2010-04-20Generating an OpenPGP key cia gpg-agent basically works.Werner Koch1-156/+119
2010-02-02Various changes to eventually support openpgp keys in pgp-agent.Werner Koch1-15/+16
2009-12-08Unification of the search descriptor usage.Werner Koch1-4/+6
2009-09-30Some changes to suport g13.Werner Koch1-2/+2
2009-06-24Fixed a bunch of little bugs as reported by Fabian Keil.Werner Koch1-2/+0
2007-11-19Started to implement the audit log feature.Werner Koch1-1/+1