aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Preparing a release.gnupg-2.0.8Werner Koch2007-12-201-0/+198
|
* Also add the S-TTRUST certs here.Werner Koch2007-12-132-4/+79
|
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-137-7/+76
|
* Support DSA2.Werner Koch2007-12-122-2/+40
| | | | | | Support Camellia for testing. More audit stuff.
* Add support for help stuff to audit.cWerner Koch2007-12-062-4/+24
|
* Created help files form the current po entries.Werner Koch2007-12-0431-3/+7425
|
* Allow configuraton of pinentry tooltip.Werner Koch2007-12-044-1/+116
| | | | | Other minor buf fixes.
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-272-1/+4
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Document --auto-issuer-key-retrieve.Werner Koch2007-11-193-1/+18
|
* Started to implement the audit log feature.Werner Koch2007-11-193-5/+17
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* 2007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann2007-10-312-5/+9
| | | | | * gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
* * gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw2007-10-272-4/+13
|
* * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw2007-10-262-15/+18
|
* Add a /while loop.Werner Koch2007-10-241-1/+33
|
* New option --list-config for gpgconf.Werner Koch2007-10-233-11/+78
|
* Enhanced gpg-conect-agent scripting.Werner Koch2007-10-192-4/+109
| | | | | Typo fixes in comments.
* Make gpgconf --list-components also print the name of the executable program.Werner Koch2007-08-311-6/+11
|
* Extended the --check-program output: Error messages are now inlcued in anWerner Koch2007-08-291-5/+22
| | | | | easy parsable format.