aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-02Fix for bug#1066.Werner Koch1-0/+6
A couple of minor changes.
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch1-0/+5
2009-03-16* gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw1-0/+5
debug.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch1-0/+9
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-02Add missing option strings.Werner Koch1-0/+1
2009-03-02Modernized gpg-agent startup instructionsWerner Koch1-0/+4
2009-01-12preparing a releaseWerner Koch1-0/+4
2008-12-12Small doc fixes.Werner Koch1-0/+5
2008-12-08Cleanups. Fixes bug 956.Werner Koch1-0/+7
2008-11-12Made arg_parse more readable.Werner Koch1-1/+1
2008-11-12use $() instead of backticks.Werner Koch1-0/+5
2008-10-13Explain how to delete a secret X.509 key.Werner Koch1-0/+5
2008-10-01Add /daatfile command to gpg-connect-agent.Werner Koch1-0/+4
2008-09-23* gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw1-0/+4
2008-09-03Fix gpg-preset-passphrase bug.Werner Koch1-0/+5
Cleanups
2008-08-01Fix !EROFS bug.Werner Koch1-0/+4
Doc updates
2008-06-25add new certifciatesWerner Koch1-0/+6
2008-06-19Add the group option to gpgconf and define the new type "alias list".Werner Koch1-0/+5
2008-06-16Add controlo statement %ask-passphraseWerner Koch1-0/+4
2008-05-26Minor bug fixes and document new gpg-connect-feature.Werner Koch1-0/+6
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 Brinkmann1-0/+4
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 Brinkmann1-0/+5
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 Brinkmann1-0/+5
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
2008-05-06add gpg-zip man page.Werner Koch1-0/+6
2008-04-08Enhanced --auto-key-locate.Werner Koch1-0/+6
2008-04-03Fixed last yat2m change.Werner Koch1-0/+13
Add a similar change to @file and @env.
2008-03-27Utilize new automake vars for proper installation into doc/.Werner Koch1-0/+6
2008-03-05Add IF command and new variable functions to gpg-connect-agent.Werner Koch1-0/+4
2008-02-272008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* tools.texi (Listing options): Document new types.
2008-02-15Preparing a test releaseWerner Koch1-1/+0
2008-02-05* gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw1-0/+5
add a "claimed" in there.
2008-01-30W32 fix for trustdb creation.Werner Koch1-1/+7
2008-01-28Typo and grammer fixes by Justin Pryzby.Werner Koch1-0/+5
2008-01-10Add missing country tag to qualified.txt.Werner Koch1-0/+9
Typo fixes.
2008-01-102008-01-10 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* tools.texi (gpgconf): Some clarifications.
2007-12-13Also add the S-TTRUST certs here.Werner Koch1-0/+2
2007-12-13Allow verification of some broken S-TRUST generated signatures.Werner Koch1-0/+11
2007-12-04Created help files form the current po entries.Werner Koch1-1/+8
2007-12-04Allow configuraton of pinentry tooltip.Werner Koch1-0/+5
Other minor buf fixes.
2007-11-27[W32] Changed default socket for dirmngr.Werner Koch1-0/+3
[W32] Add some code for event notifications between scdaemon and gpg-agent.
2007-11-19Document --auto-issuer-key-retrieve.Werner Koch1-0/+5
2007-11-19Started to implement the audit log feature.Werner Koch1-0/+6
Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
2007-10-312007-10-31 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-0/+4
* gpg-agent.texi (Agent Options): Fix typos, by Bernhard Reiter.
2007-10-27* gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw1-0/+4
2007-10-26* gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw1-0/+4
2007-10-23New option --list-config for gpgconf.Werner Koch1-0/+4
2007-10-19Enhanced gpg-conect-agent scripting.Werner Koch1-0/+4
Typo fixes in comments.
2007-08-29New command --check-programs for gpgconf.Werner Koch1-0/+4
2007-08-27Implemented more gpg-agen options to support certain passphrase policies.Werner Koch1-0/+4
New tool gpg-check-pattern.