aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Doc fixes.Werner Koch2009-05-081-2/+2
|
* Fix example.Werner Koch2009-05-061-7/+8
|
* Signing using Netkey 3 cards does now work.Werner Koch2009-03-261-0/+6
|
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-251-6/+6
| | | | | This fixes bug#1020.
* Fix keygrip computation for TCOS 3 cards.Werner Koch2009-03-201-1/+2
| | | | | Emit PROGRESS status lines during --learn-card.
* Changed order of the confirmation questions for root certificatesWerner Koch2009-03-191-2/+7
| | | | | and stores negative answers in trustlist.txt.
* * gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2009-03-162-2/+13
| | | | | debug.
* New gpg-agent command to list key information.Werner Koch2009-03-061-5/+9
| | | | | | Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-053-2/+17
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Add missing option strings.Werner Koch2009-03-022-2/+3
|
* Modernized gpg-agent startup instructionsWerner Koch2009-03-022-10/+27
|
* Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch2009-02-251-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.
* Fix bug 1001.Werner Koch2009-02-191-0/+12
| | | | | Documentation updates.
* Make --allow-admin the default.Werner Koch2009-01-281-11/+23
|
* Print more directories with gpgconf --list-dirs.Werner Koch2009-01-201-4/+7
|
* preparing a releaseWerner Koch2009-01-122-2/+6
|
* 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.