aboutsummaryrefslogtreecommitdiffstats
path: root/doc/help.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* indent: Fix spellingDaniel Kahn Gillmor2024-05-311-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
* doc: Minor typo fixesWerner Koch2022-01-241-2/+2
| | | | --
* gpg: Request keygrip of key to add via command interfaceIngo Klöcker2022-01-111-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
* doc: Add sample texts for Pinentry hintsWerner Koch2021-08-181-1/+27
| | | | --
* gpg: In a list of card keys show the standard keys.Werner Koch2019-08-211-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]>
* Change all http://www.gnu.org in license notices to https://Werner Koch2016-11-051-1/+1
| | | | --
* Spelling: correct spelling of "passphrase".Daniel Kahn Gillmor2016-11-021-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]>
* doc: Add a help text for tofu.conflict.Neal H. Walfield2016-08-311-2/+13
| | | | | | | * doc/help.txt (.gpg.tofu.conflict): New help text. -- Signed-off-by: Neal H. Walfield <[email protected]>
* doc: Typo fixesIneiev2016-01-271-3/+3
| | | | --
* gpg: Add shortcut for setting key capabilities.Werner Koch2014-09-261-10/+25
| | | | | * g10/keygen.c (ask_key_flags): Add shortcut '='. * doc/help.txt (gpg.keygen.flags): New.
* Print status of CRL checks in the audit log.Werner Koch2009-07-231-1/+7
|
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-171-0/+2
|
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-1/+7
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Changes the header presented before requesting the user ID.Werner Koch2008-06-011-1/+4
|
* Support DSA2.Werner Koch2007-12-121-1/+39
| | | | | | Support Camellia for testing. More audit stuff.
* Add support for help stuff to audit.cWerner Koch2007-12-061-3/+9
|
* Created help files form the current po entries.Werner Koch2007-12-041-1/+244
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-041-0/+68
Other minor buf fixes.