aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Small doc fixes.Werner Koch2008-12-123-6/+12
|
* Add option --no-ask for GET_PASSPHRASE.Werner Koch2008-12-101-1/+6
|
* Minor fixes.Werner Koch2008-12-091-8/+13
|
* Align ticker to the full or half second.Werner Koch2008-12-081-15/+20
|
* Cleanups. Fixes bug 956.Werner Koch2008-12-082-156/+66
|
* Add option --card-timeout.Werner Koch2008-12-051-0/+14
| | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
* Made arg_parse more readable.Werner Koch2008-11-121-1/+1
|
* use $() instead of backticks.Werner Koch2008-11-122-9/+14
|
* SCD changes for PC/SC under W32.Werner Koch2008-10-141-1/+1
|
* Explain how to delete a secret X.509 key.Werner Koch2008-10-133-2/+13
|
* Add /daatfile command to gpg-connect-agent.Werner Koch2008-10-012-0/+12
|
* * gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2008-09-232-2/+17
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-0/+3
|
* Workaround for a mingw runtime bug.Werner Koch2008-09-041-1/+1
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-032-2/+9
| | | | | Cleanups
* Add a warning nite to --throw-keyds.Werner Koch2008-08-282-8/+11
|
* Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch2008-08-131-1/+5
| | | | | Doc fixes.
* Cehck for expire date overflows.Werner Koch2008-08-111-4/+10
|
* Add a warning note to --allow-multiple-messages.Werner Koch2008-08-072-6/+10
| | | | | s/Sylpeed-Claws/Claws-Mail/.
* Fix !EROFS bug.Werner Koch2008-08-014-3/+35
| | | | | Doc updates
* Do not run the setuid test if running under as root proper.Werner Koch2008-07-172-3/+8
| | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card.
* add new certifciatesWerner Koch2008-06-254-1/+107
|
* Add support for the TCOS NullPIN feature.Werner Koch2008-06-241-2/+3
|
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-192-0/+10
|
* Add controlo statement %ask-passphraseWerner Koch2008-06-162-0/+14
|
* Clarify descrition for field 10.Werner Koch2008-06-131-1/+1
|
* Made --fixed-list-mode obsolete.Werner Koch2008-06-112-2/+6
|
* Changes the header presented before requesting the user ID.Werner Koch2008-06-013-3/+28
|
* Minor bug fixes and document new gpg-connect-feature.Werner Koch2008-05-264-12/+19
|
* 2008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-261-1/+1
| | | | | * gpgconf-comp.c: Replace pathname by filename everywhere.
* doc/Marcus Brinkmann2008-05-262-0/+11
| | | | | | | | | | | | | | | | | | 2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.
* doc/Marcus Brinkmann2008-05-192-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | 2008-05-20 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Add --dry-run and --check-options. (Checking programs): Document --check-options. tools/ 2008-05-20 Marcus Brinkmann <[email protected]> * gpgconf.h (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. (gc_component_change_options): Add argument OUT. (gc_component_check_options): New function. * gpgconf.c (enum cmd_and_opt_values): New option aCheckOptions. (opts): Add new option aCheckOptions (aka --check-options). (main): Handle new option aCheckOptions. * gpgconf-comp.c (gc_component_check_programs): Rename to ... (gc_check_programs): ... this. Refactor core of it to ... (gc_component_check_options): ... this new function. (gc_component_change_options): Add new argument OUT. Externally verify all changes. Implement option --dry-run.
* 2008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-152-8/+18
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* Updated German translation.Werner Koch2008-05-092-2/+4
| | | | | Fix in gpgconf for W32.
* Add command --locate-key.Werner Koch2008-05-071-0/+18
| | | | | Fix auto-key-locate processing of "nodefault".
* add gpg-zip man page.Werner Koch2008-05-063-3/+152
|
* Enhanced --auto-key-locate.Werner Koch2008-04-082-11/+30
|
* Fixed last yat2m change.Werner Koch2008-04-034-9/+20
| | | | | Add a similar change to @file and @env.
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-272-7/+15
|
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-1/+2
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-054-6/+43
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-272-0/+15
| | | | | * tools.texi (Listing options): Document new types.
* Improve certificate chain construction.Werner Koch2008-02-191-0/+7
| | | | | Extend PKITS framework
* Preparing a test releaseWerner Koch2008-02-151-1/+0
|
* Always search missing certifcates using a running Dirmngr's cache.Werner Koch2008-02-132-1/+20
|
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-052-4/+9
| | | | | add a "claimed" in there.
* W32 fix for trustdb creation.Werner Koch2008-01-304-11/+17
|
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-286-43/+48
|
* Add missing country tag to qualified.txt.Werner Koch2008-01-104-7/+18
| | | | | Typo fixes.
* 2008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-01-102-11/+17
| | | | | * tools.texi (gpgconf): Some clarifications.