aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-0/+6
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-6/+6
This fixes bug#1020.
2009-03-20Fix keygrip computation for TCOS 3 cards.Werner Koch1-1/+2
Emit PROGRESS status lines during --learn-card.
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-2/+7
and stores negative answers in trustlist.txt.
2009-03-16* gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2-2/+13
debug.
2009-03-06New gpg-agent command to list key information.Werner Koch1-5/+9
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch3-2/+17
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-02Add missing option strings.Werner Koch2-2/+3
2009-03-02Modernized gpg-agent startup instructionsWerner Koch2-10/+27
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-0/+4
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging.
2009-02-19Fix bug 1001.Werner Koch1-0/+12
Documentation updates.
2009-01-28Make --allow-admin the default.Werner Koch1-11/+23
2009-01-20Print more directories with gpgconf --list-dirs.Werner Koch1-4/+7
2009-01-12preparing a releaseWerner Koch2-2/+6
2008-12-12Small doc fixes.Werner Koch3-6/+12
2008-12-10Add option --no-ask for GET_PASSPHRASE.Werner Koch1-1/+6
2008-12-09Minor fixes.Werner Koch1-8/+13
2008-12-08Align ticker to the full or half second.Werner Koch1-15/+20
2008-12-08Cleanups. Fixes bug 956.Werner Koch2-156/+66
2008-12-05Add option --card-timeout.Werner Koch1-0/+14
Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32.
2008-11-12Made arg_parse more readable.Werner Koch1-1/+1
2008-11-12use $() instead of backticks.Werner Koch2-9/+14
2008-10-14SCD changes for PC/SC under W32.Werner Koch1-1/+1
2008-10-13Explain how to delete a secret X.509 key.Werner Koch3-2/+13
2008-10-01Add /daatfile command to gpg-connect-agent.Werner Koch2-0/+12
2008-09-23* gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2-2/+17
2008-09-23Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch1-0/+3
2008-09-04Workaround for a mingw runtime bug.Werner Koch1-1/+1
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch2-2/+9
Cleanups
2008-08-28Add a warning nite to --throw-keyds.Werner Koch2-8/+11
2008-08-13Print a 'f' for validated non-root certificates in gpgsm colon style listing.Werner Koch1-1/+5
Doc fixes.
2008-08-11Cehck for expire date overflows.Werner Koch1-4/+10
2008-08-07Add a warning note to --allow-multiple-messages.Werner Koch2-6/+10
s/Sylpeed-Claws/Claws-Mail/.
2008-08-01Fix !EROFS bug.Werner Koch4-3/+35
Doc updates
2008-07-17Do not run the setuid test if running under as root proper.Werner Koch2-3/+8
Documentation fixes. Some enhancements for the new OpenPGP Card.
2008-06-25add new certifciatesWerner Koch4-1/+107
2008-06-24Add support for the TCOS NullPIN feature.Werner Koch1-2/+3
2008-06-19Add the group option to gpgconf and define the new type "alias list".Werner Koch2-0/+10
2008-06-16Add controlo statement %ask-passphraseWerner Koch2-0/+14
2008-06-13Clarify descrition for field 10.Werner Koch1-1/+1
2008-06-11Made --fixed-list-mode obsolete.Werner Koch2-2/+6
2008-06-01Changes the header presented before requesting the user ID.Werner Koch3-3/+28
2008-05-26Minor bug fixes and document new gpg-connect-feature.Werner Koch4-12/+19
2008-05-262008-05-26 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+1
* gpgconf-comp.c: Replace pathname by filename everywhere.
2008-05-26doc/Marcus Brinkmann2-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.
2008-05-19doc/Marcus Brinkmann2-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-152008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2-8/+18
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
2008-05-09Updated German translation.Werner Koch2-2/+4
Fix in gpgconf for W32.
2008-05-07Add command --locate-key.Werner Koch1-0/+18
Fix auto-key-locate processing of "nodefault".
2008-05-06add gpg-zip man page.Werner Koch3-3/+152