Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-02 | Generate the ChangeLog from commit logs. | Werner Koch | 1 | -6/+13 | |
* 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. | |||||
2011-01-13 | Finished preparations for 2.0.17gnupg-2.0.17 | Werner Koch | 1 | -0/+6 | |
2010-03-05 | Minor change | Werner Koch | 1 | -0/+6 | |
2009-09-03 | Updated the german translation | Werner Koch | 1 | -1/+1 | |
2009-08-24 | * gpg.text: Suggested new ordering for --edit-key. | David Shaw | 1 | -0/+4 | |
2009-08-17 | * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferences | David Shaw | 1 | -0/+5 | |
overrides recipient preferences (safely). | |||||
2009-08-14 | * gpg.texi (GPG Configuration Options): Document keyserver options | David Shaw | 1 | -0/+5 | |
check-cert and ca-cert-file. | |||||
2009-08-06 | Improved detection of bad/invalid signer keys. | Werner Koch | 1 | -0/+4 | |
2009-07-31 | * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn't | David Shaw | 1 | -0/+5 | |
exist any longer). | |||||
2009-07-23 | Try a DNS-SD lookup to find a domain-specific LDAP server before | David Shaw | 1 | -0/+5 | |
resorting to keys.{domain}. | |||||
2009-07-23 | Print status of CRL checks in the audit log. | Werner Koch | 1 | -0/+4 | |
2009-07-22 | Typo fixes. Fixes bug#1093 | Werner Koch | 1 | -0/+5 | |
2009-07-22 | Give hints on files to backup. | Werner Koch | 1 | -0/+5 | |
2009-07-20 | Fix bug 1090. | Werner Koch | 1 | -0/+5 | |
2009-07-06 | * debugging.texi (Common Problems): Add a note about corrupted | Werner Koch | 1 | -0/+5 | |
keys in --search-keys. | |||||
2009-06-02 | Fix for bug#1066. | Werner Koch | 1 | -0/+6 | |
A couple of minor changes. | |||||
2009-05-20 | Allow generation of DSA2 keys without --enable-dsa2. | Werner Koch | 1 | -0/+5 | |
2009-03-16 | * gpg.texi (GPG Configuration Options): Document keyserver-options | David Shaw | 1 | -0/+5 | |
debug. | |||||
2009-03-05 | New PIN Callback attributes in gpg-agent. | Werner Koch | 1 | -0/+9 | |
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
2009-03-02 | Add missing option strings. | Werner Koch | 1 | -0/+1 | |
2009-03-02 | Modernized gpg-agent startup instructions | Werner Koch | 1 | -0/+4 | |
2009-01-12 | preparing a release | Werner Koch | 1 | -0/+4 | |
2008-12-12 | Small doc fixes. | Werner Koch | 1 | -0/+5 | |
2008-12-08 | Cleanups. Fixes bug 956. | Werner Koch | 1 | -0/+7 | |
2008-11-12 | Made arg_parse more readable. | Werner Koch | 1 | -1/+1 | |
2008-11-12 | use $() instead of backticks. | Werner Koch | 1 | -0/+5 | |
2008-10-13 | Explain how to delete a secret X.509 key. | Werner Koch | 1 | -0/+5 | |
2008-10-01 | Add /daatfile command to gpg-connect-agent. | Werner Koch | 1 | -0/+4 | |
2008-09-23 | * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. | David Shaw | 1 | -0/+4 | |
2008-09-03 | Fix gpg-preset-passphrase bug. | Werner Koch | 1 | -0/+5 | |
Cleanups | |||||
2008-08-01 | Fix !EROFS bug. | Werner Koch | 1 | -0/+4 | |
Doc updates | |||||
2008-06-25 | add new certifciates | Werner Koch | 1 | -0/+6 | |
2008-06-19 | Add the group option to gpgconf and define the new type "alias list". | Werner Koch | 1 | -0/+5 | |
2008-06-16 | Add controlo statement %ask-passphrase | Werner Koch | 1 | -0/+4 | |
2008-05-26 | Minor bug fixes and document new gpg-connect-feature. | Werner Koch | 1 | -0/+6 | |
2008-05-26 | 2008-05-26 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -1/+1 | |
* gpgconf-comp.c: Replace pathname by filename everywhere. | |||||
2008-05-26 | doc/ | Marcus Brinkmann | 1 | -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-19 | doc/ | Marcus Brinkmann | 1 | -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 | 2008-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+5 | |
* gpg.texi (Operational GPG Commands): Mention the way to change the default signing key. | |||||
2008-05-06 | add gpg-zip man page. | Werner Koch | 1 | -0/+6 | |
2008-04-08 | Enhanced --auto-key-locate. | Werner Koch | 1 | -0/+6 | |
2008-04-03 | Fixed last yat2m change. | Werner Koch | 1 | -0/+13 | |
Add a similar change to @file and @env. | |||||
2008-03-27 | Utilize new automake vars for proper installation into doc/. | Werner Koch | 1 | -0/+6 | |
2008-03-05 | Add IF command and new variable functions to gpg-connect-agent. | Werner Koch | 1 | -0/+4 | |
2008-02-27 | 2008-02-27 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -0/+4 | |
* tools.texi (Listing options): Document new types. | |||||
2008-02-15 | Preparing a test release | Werner Koch | 1 | -1/+0 | |
2008-02-05 | * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font to | David Shaw | 1 | -0/+5 | |
add a "claimed" in there. | |||||
2008-01-30 | W32 fix for trustdb creation. | Werner Koch | 1 | -1/+7 | |
2008-01-28 | Typo and grammer fixes by Justin Pryzby. | Werner Koch | 1 | -0/+5 | |
2008-01-10 | Add missing country tag to qualified.txt. | Werner Koch | 1 | -0/+9 | |
Typo fixes. |