aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update texinfo source from master.Werner Koch2012-03-276-765/+985
| | | | | | * doc/gpg-agent.texi, doc/gpg.texi, doc/gpgsm.texi * doc/scdaemon.texi, doc/tools.texi: Update. * doc/yat2m.c: Update.
* Add target to update the texinfo files from master.Werner Koch2012-03-271-0/+10
| | | | * doc/Makefile.am (update-source): New.
* Update samplekeys and NEWS.Werner Koch2012-03-261-420/+919
| | | | * doc/samplekeys.asc: Update.
* gpg: Add a DECRYPTION_INFO status.Werner Koch2012-01-311-23/+29
| | | | | | | | | | | | * common/status.h (STATUS_DECRYPTION_INFO): New. * g10/encr-data.c: Include status.h. (decrypt_data): Emit STATUS_DECRYPTION_INFO line. -- DECRYPTION_INFO <mdc_method> <sym_algo> Print information about the symmetric encryption algorithm and the MDC method. This will be emitted even if the decryption fails.
* Refresh sample keysDavid Shaw2012-01-111-432/+411
|
* Generate the ChangeLog from commit logs.Werner Koch2011-12-023-11/+42
| | | | | | | | | | | | | | | * 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.
* Prepare for the 2.0.18 release.gnupg-2.0.18Werner Koch2011-08-045-149/+659
| | | | | | | | Copied texi files from master. Updated de.po. Added more file to gitignore. Removed the large PKITS tarball. General release preparations.
* Support a confirm flag for ssh.Werner Koch2011-08-041-2/+9
| | | | | This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts.
* Finished preparations for 2.0.17gnupg-2.0.17Werner Koch2011-01-1313-88/+468
|
* Fix a bug where scdaemon kills a non-daemon gpg-agent.Werner Koch2010-11-111-12/+28
| | | | | Fix a passphrase cache annoyance.
* Fix bug 1285Werner Koch2010-09-241-2/+2
|
* Fix --include-certs entry.Werner Koch2010-09-161-4/+3
|
* Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch2010-06-171-1/+2
|
* Allow to run the test without a running agent.Werner Koch2010-05-111-2/+3
| | | | | Add new gpg-agent commands.
* Start the agent on demand if option --enable-standard socket has beenWerner Koch2010-05-041-1/+5
| | | | | enabled.
* Minor changeWerner Koch2010-03-052-1/+7
|
* Minor changes.Werner Koch2010-02-112-13/+24
|
* Implement command --passwd for GPG.Werner Koch2010-01-111-0/+8
|
* Add option --ignore-cert-extensionWerner Koch2009-12-101-1/+10
|
* Allow for default algorithms in a parameter fileWerner Koch2009-12-041-10/+34
|
* Allow for numerical debug levels.Werner Koch2009-12-034-27/+73
|
* Change default for --include-certs to -2.Werner Koch2009-10-161-1/+1
|
* Allow uid sand key election using a '*'.Werner Koch2009-09-041-2/+2
|
* Updated the german translationWerner Koch2009-09-031-1/+1
|
* * gpg.text: Suggested new ordering for --edit-key.David Shaw2009-08-242-110/+115
|
* * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2009-08-172-10/+18
| | | | | overrides recipient preferences (safely).
* * gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2009-08-142-5/+20
| | | | | check-cert and ca-cert-file.
* Improved detection of bad/invalid signer keys.Werner Koch2009-08-062-6/+18
|
* * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2009-07-312-5/+10
| | | | | exist any longer).
* Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2009-07-232-2/+8
| | | | | resorting to keys.{domain}.
* Print status of CRL checks in the audit log.Werner Koch2009-07-233-4/+14
|
* Typo fixes. Fixes bug#1093Werner Koch2009-07-2211-86/+91
|
* Give hints on files to backup.Werner Koch2009-07-225-59/+67
|
* Fix bug 1090.Werner Koch2009-07-202-1/+6
|
* [g10]Werner Koch2009-07-131-0/+1
| | | | | | | | | | * exec.c: Fix function name indentation. (expand_args): Simplify by using membuf functions. (exec_write): Fix memory leak on error. (w32_system): Use DETACHED_PROCESS so that a new console is not created.
* Support writing of existing keys with non-matching key sizes.Werner Koch2009-07-091-2/+3
|
* Impleemned gpgsm's IMPORT --re-import feature.Werner Koch2009-07-071-2/+12
| | | | | Typo fix.
* Reworked passing of envars to Pinentry.Werner Koch2009-07-071-2/+2
|
* * debugging.texi (Common Problems): Add a note about corruptedWerner Koch2009-07-062-0/+14
| | | | | keys in --search-keys.
* Alow batch ode for gpgsm --gen-key.Werner Koch2009-07-011-3/+4
| | | | | Allow CSR generation using an existing key with gpgsm.
* Make soem omnikey readers work with extended length APDUs.Werner Koch2009-06-291-1/+6
|
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-171-0/+2
|
* Fix for bug#1066.Werner Koch2009-06-023-8/+16
| | | | | A couple of minor changes.
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-202-4/+9
|
* Made card key generate with backup key work for 2048 bit.Werner Koch2009-05-151-3/+8
| | | | | Improved card key generation prompts.
* Improved smartcard robustness.Werner Koch2009-05-131-1/+5
|
* Doc fixes.Werner Koch2009-05-081-2/+2
|
* Fix example.Werner Koch2009-05-061-7/+8
|
* Signing using Netkey 3 cards does now work.Werner Koch2009-03-261-0/+6
|
* Print NO_SECKEY status line in gpgsm.Werner Koch2009-03-251-6/+6
| | | | | This fixes bug#1020.