aboutsummaryrefslogtreecommitdiffstats
path: root/doc/help.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-31indent: Fix spellingDaniel Kahn Gillmor1-1/+1
-- These are non-substantive corrections for minor spelling mistakes within the GnuPG codebase. With something like this applied to the codebase, and a judiciously tuned spellchecker integrated as part of a standard test suite, it should be possible to keep a uniform orthography within the project. GnuPG-bug-id: 7116
2022-01-24doc: Minor typo fixesWerner Koch1-2/+2
--
2022-01-11gpg: Request keygrip of key to add via command interfaceIngo Klöcker1-0/+9
* g10/keygen.c (ask_algo): Request keygrip via cpr_get. * doc/help.txt (gpg.keygen.keygrip): New help text. -- This change makes it possible to add an existing (sub)key to another key via the status/command interface. GnuPG-bug-id: 5771
2021-08-18doc: Add sample texts for Pinentry hintsWerner Koch1-1/+27
--
2019-08-21gpg: In a list of card keys show the standard keys.Werner Koch1-0/+8
* g10/keygen.c (ask_algo): Identify the standard keys. -- The asterisks mark the usages of a key as retruned by scd via the $AUTHKEYID et al. attributes. Signed-off-by: Werner Koch <[email protected]>
2016-11-05Change all http://www.gnu.org in license notices to https://Werner Koch1-1/+1
--
2016-11-02Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor1-1/+1
There were several different variant spellings of "passphrase". This should fix them all for all English text. I did notice that po/it.po contains multiple instances of "passhprase", which also looks suspect to me, but i do not know Italian, so i did not try to correct it. Signed-off-by: Daniel Kahn Gillmor <[email protected]>
2016-08-31doc: Add a help text for tofu.conflict.Neal H. Walfield1-2/+13
* doc/help.txt (.gpg.tofu.conflict): New help text. -- Signed-off-by: Neal H. Walfield <[email protected]>
2016-01-27doc: Typo fixesIneiev1-3/+3
--
2014-09-26gpg: Add shortcut for setting key capabilities.Werner Koch1-10/+25
* g10/keygen.c (ask_key_flags): Add shortcut '='. * doc/help.txt (gpg.keygen.flags): New.
2009-07-23Print status of CRL checks in the audit log.Werner Koch1-1/+7
2009-06-17Preparing for 2.0.12.gnupg-2.0.12Werner Koch1-0/+2
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-1/+7
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2008-06-01Changes the header presented before requesting the user ID.Werner Koch1-1/+4
2007-12-12Support DSA2.Werner Koch1-1/+39
Support Camellia for testing. More audit stuff.
2007-12-06Add support for help stuff to audit.cWerner Koch1-3/+9
2007-12-04Created help files form the current po entries.Werner Koch1-1/+244
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+68
Other minor buf fixes.