Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small doc fixes. | Werner Koch | 2008-12-12 | 3 | -6/+12 |
| | |||||
* | Add option --no-ask for GET_PASSPHRASE. | Werner Koch | 2008-12-10 | 1 | -1/+6 |
| | |||||
* | Minor fixes. | Werner Koch | 2008-12-09 | 1 | -8/+13 |
| | |||||
* | Align ticker to the full or half second. | Werner Koch | 2008-12-08 | 1 | -15/+20 |
| | |||||
* | Cleanups. Fixes bug 956. | Werner Koch | 2008-12-08 | 2 | -156/+66 |
| | |||||
* | Add option --card-timeout. | Werner Koch | 2008-12-05 | 1 | -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 Koch | 2008-11-12 | 1 | -1/+1 |
| | |||||
* | use $() instead of backticks. | Werner Koch | 2008-11-12 | 2 | -9/+14 |
| | |||||
* | SCD changes for PC/SC under W32. | Werner Koch | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Explain how to delete a secret X.509 key. | Werner Koch | 2008-10-13 | 3 | -2/+13 |
| | |||||
* | Add /daatfile command to gpg-connect-agent. | Werner Koch | 2008-10-01 | 2 | -0/+12 |
| | |||||
* | * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. | David Shaw | 2008-09-23 | 2 | -2/+17 |
| | |||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 1 | -0/+3 |
| | |||||
* | Workaround for a mingw runtime bug. | Werner Koch | 2008-09-04 | 1 | -1/+1 |
| | |||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 2 | -2/+9 |
| | | | | | Cleanups | ||||
* | Add a warning nite to --throw-keyds. | Werner Koch | 2008-08-28 | 2 | -8/+11 |
| | |||||
* | Print a 'f' for validated non-root certificates in gpgsm colon style listing. | Werner Koch | 2008-08-13 | 1 | -1/+5 |
| | | | | | Doc fixes. | ||||
* | Cehck for expire date overflows. | Werner Koch | 2008-08-11 | 1 | -4/+10 |
| | |||||
* | Add a warning note to --allow-multiple-messages. | Werner Koch | 2008-08-07 | 2 | -6/+10 |
| | | | | | s/Sylpeed-Claws/Claws-Mail/. | ||||
* | Fix !EROFS bug. | Werner Koch | 2008-08-01 | 4 | -3/+35 |
| | | | | | Doc updates | ||||
* | Do not run the setuid test if running under as root proper. | Werner Koch | 2008-07-17 | 2 | -3/+8 |
| | | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card. | ||||
* | add new certifciates | Werner Koch | 2008-06-25 | 4 | -1/+107 |
| | |||||
* | Add support for the TCOS NullPIN feature. | Werner Koch | 2008-06-24 | 1 | -2/+3 |
| | |||||
* | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 2008-06-19 | 2 | -0/+10 |
| | |||||
* | Add controlo statement %ask-passphrase | Werner Koch | 2008-06-16 | 2 | -0/+14 |
| | |||||
* | Clarify descrition for field 10. | Werner Koch | 2008-06-13 | 1 | -1/+1 |
| | |||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 2 | -2/+6 |
| | |||||
* | Changes the header presented before requesting the user ID. | Werner Koch | 2008-06-01 | 3 | -3/+28 |
| | |||||
* | Minor bug fixes and document new gpg-connect-feature. | Werner Koch | 2008-05-26 | 4 | -12/+19 |
| | |||||
* | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-26 | 1 | -1/+1 |
| | | | | | * gpgconf-comp.c: Replace pathname by filename everywhere. | ||||
* | doc/ | Marcus Brinkmann | 2008-05-26 | 2 | -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 Brinkmann | 2008-05-19 | 2 | -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 Brinkmann | 2008-05-15 | 2 | -8/+18 |
| | | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key. | ||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 2 | -2/+4 |
| | | | | | Fix in gpgconf for W32. | ||||
* | Add command --locate-key. | Werner Koch | 2008-05-07 | 1 | -0/+18 |
| | | | | | Fix auto-key-locate processing of "nodefault". | ||||
* | add gpg-zip man page. | Werner Koch | 2008-05-06 | 3 | -3/+152 |
| | |||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 2 | -11/+30 |
| | |||||
* | Fixed last yat2m change. | Werner Koch | 2008-04-03 | 4 | -9/+20 |
| | | | | | Add a similar change to @file and @env. | ||||
* | Utilize new automake vars for proper installation into doc/. | Werner Koch | 2008-03-27 | 2 | -7/+15 |
| | |||||
* | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 2008-03-25 | 1 | -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 Koch | 2008-03-05 | 4 | -6/+43 |
| | |||||
* | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-02-27 | 2 | -0/+15 |
| | | | | | * tools.texi (Listing options): Document new types. | ||||
* | Improve certificate chain construction. | Werner Koch | 2008-02-19 | 1 | -0/+7 |
| | | | | | Extend PKITS framework | ||||
* | Preparing a test release | Werner Koch | 2008-02-15 | 1 | -1/+0 |
| | |||||
* | Always search missing certifcates using a running Dirmngr's cache. | Werner Koch | 2008-02-13 | 2 | -1/+20 |
| | |||||
* | * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font to | David Shaw | 2008-02-05 | 2 | -4/+9 |
| | | | | | add a "claimed" in there. | ||||
* | W32 fix for trustdb creation. | Werner Koch | 2008-01-30 | 4 | -11/+17 |
| | |||||
* | Typo and grammer fixes by Justin Pryzby. | Werner Koch | 2008-01-28 | 6 | -43/+48 |
| | |||||
* | Add missing country tag to qualified.txt. | Werner Koch | 2008-01-10 | 4 | -7/+18 |
| | | | | | Typo fixes. | ||||
* | 2008-01-10 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-01-10 | 2 | -11/+17 |
| | | | | | * tools.texi (gpgconf): Some clarifications. |