aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc fixWerner Koch2010-10-181-0/+4
|
* Describe %v and %V.Werner Koch2010-10-111-0/+5
|
* Add a static FAQ.Werner Koch2010-10-051-0/+4
| | | | | Add rules to build and upload the faqs.
* [w32ce] Do not print the faulty timezone infoWerner Koch2010-10-041-0/+7
| | | | | Switch FAQ sources to org-mode
* Exporting secret keys via gpg-agent is now basically supported.Werner Koch2010-10-011-0/+4
| | | | | | A couple of forward ported changes. Doc updates.
* Clarify that --force-v3-sigs disables (not enables) v4 optionsDavid Shaw2010-09-281-1/+7
|
* Fix regression in logging.Werner Koch2010-08-181-0/+4
| | | | | | Add a registry key to enable catch-all remote debugging for W32. Replace more stdio stuff by estream.
* Include dirmngr manualWerner Koch2010-06-101-0/+13
|
* Add gpgconf related dummy options default_pubkey_algo.Werner Koch2009-11-231-0/+5
| | | | | | Add option --skip-hidden-recipients Comment updates.
* * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw2009-10-201-0/+6
| | | | | | generic store, the details of which depend on the underlying libraries.
* Updated the german translationWerner Koch2009-09-031-1/+1
|
* * gpg.text: Suggested new ordering for --edit-key.David Shaw2009-08-241-0/+4
|
* * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2009-08-171-0/+5
| | | | | overrides recipient preferences (safely).
* * gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2009-08-141-0/+5
| | | | | check-cert and ca-cert-file.
* Improved detection of bad/invalid signer keys.Werner Koch2009-08-061-0/+4
|
* * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2009-07-311-0/+5
| | | | | exist any longer).
* Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2009-07-231-0/+5
| | | | | resorting to keys.{domain}.
* Print status of CRL checks in the audit log.Werner Koch2009-07-231-0/+4
|
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-0/+5
|
* Give hints on files to backup.Werner Koch2009-07-221-0/+5
|
* Fix bug 1090.Werner Koch2009-07-201-0/+5
|
* * debugging.texi (Common Problems): Add a note about corruptedWerner Koch2009-07-061-0/+5
| | | | | keys in --search-keys.
* Fix for bug#1066.Werner Koch2009-06-021-0/+6
| | | | | A couple of minor changes.
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-201-0/+5
|
* * gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2009-03-161-0/+5
| | | | | debug.
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-0/+9
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Add missing option strings.Werner Koch2009-03-021-0/+1
|
* Modernized gpg-agent startup instructionsWerner Koch2009-03-021-0/+4
|
* preparing a releaseWerner Koch2009-01-121-0/+4
|
* Small doc fixes.Werner Koch2008-12-121-0/+5
|
* Cleanups. Fixes bug 956.Werner Koch2008-12-081-0/+7
|
* Made arg_parse more readable.Werner Koch2008-11-121-1/+1
|
* use $() instead of backticks.Werner Koch2008-11-121-0/+5
|
* Explain how to delete a secret X.509 key.Werner Koch2008-10-131-0/+5
|
* Add /daatfile command to gpg-connect-agent.Werner Koch2008-10-011-0/+4
|
* * gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2008-09-231-0/+4
|
* Fix gpg-preset-passphrase bug.Werner Koch2008-09-031-0/+5
| | | | | Cleanups
* Fix !EROFS bug.Werner Koch2008-08-011-0/+4
| | | | | Doc updates
* add new certifciatesWerner Koch2008-06-251-0/+6
|
* Add the group option to gpgconf and define the new type "alias list".Werner Koch2008-06-191-0/+5
|
* Add controlo statement %ask-passphraseWerner Koch2008-06-161-0/+4
|
* Minor bug fixes and document new gpg-connect-feature.Werner Koch2008-05-261-0/+6
|
* 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-261-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.
* doc/Marcus Brinkmann2008-05-191-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-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-151-0/+5
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* add gpg-zip man page.Werner Koch2008-05-061-0/+6
|
* Enhanced --auto-key-locate.Werner Koch2008-04-081-0/+6
|
* Fixed last yat2m change.Werner Koch2008-04-031-0/+13
| | | | | Add a similar change to @file and @env.
* Utilize new automake vars for proper installation into doc/.Werner Koch2008-03-271-0/+6
|