aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Generate the ChangeLog from commit logs.Werner Koch2011-12-021-791/+0
| | | | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * scripts/git-hooks/commit-msg: New script. * autogen.sh: Install commit-msg hook for git. * doc/HACKING: Describe the ChangeLog policy. * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Finished preparations for 2.0.17gnupg-2.0.17Werner Koch2011-01-131-0/+6
|
* Minor changeWerner Koch2010-03-051-0/+6
|
* 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
|
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-0/+4
|
* 2008-02-27 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-02-271-0/+4
| | | | | * tools.texi (Listing options): Document new types.
* Preparing a test releaseWerner Koch2008-02-151-1/+0
|
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-051-0/+5
| | | | | add a "claimed" in there.
* W32 fix for trustdb creation.Werner Koch2008-01-301-1/+7
|
* Typo and grammer fixes by Justin Pryzby.Werner Koch2008-01-281-0/+5
|
* Add missing country tag to qualified.txt.Werner Koch2008-01-101-0/+9
| | | | | Typo fixes.