aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-01-13Finished preparations for 2.0.17gnupg-2.0.17Werner Koch13-88/+468
2010-11-11Fix a bug where scdaemon kills a non-daemon gpg-agent.Werner Koch1-12/+28
Fix a passphrase cache annoyance.
2010-09-24Fix bug 1285Werner Koch1-2/+2
2010-09-16Fix --include-certs entry.Werner Koch1-4/+3
2010-06-17Make CAST5 the default s2k algo tomatch the doc and gpg 1.4.Werner Koch1-1/+2
2010-05-11Allow to run the test without a running agent.Werner Koch1-2/+3
Add new gpg-agent commands.
2010-05-04Start the agent on demand if option --enable-standard socket has beenWerner Koch1-1/+5
enabled.
2010-03-05Minor changeWerner Koch2-1/+7
2010-02-11Minor changes.Werner Koch2-13/+24
2010-01-11Implement command --passwd for GPG.Werner Koch1-0/+8
2009-12-10Add option --ignore-cert-extensionWerner Koch1-1/+10
2009-12-04Allow for default algorithms in a parameter fileWerner Koch1-10/+34
2009-12-03Allow for numerical debug levels.Werner Koch4-27/+73
2009-10-16Change default for --include-certs to -2.Werner Koch1-1/+1
2009-09-04Allow uid sand key election using a '*'.Werner Koch1-2/+2
2009-09-03Updated the german translationWerner Koch1-1/+1
2009-08-24* gpg.text: Suggested new ordering for --edit-key.David Shaw2-110/+115
2009-08-17* gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2-10/+18
overrides recipient preferences (safely).
2009-08-14* gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2-5/+20
check-cert and ca-cert-file.
2009-08-06Improved detection of bad/invalid signer keys.Werner Koch2-6/+18
2009-07-31* gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2-5/+10
exist any longer).
2009-07-23Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2-2/+8
resorting to keys.{domain}.
2009-07-23Print status of CRL checks in the audit log.Werner Koch3-4/+14
2009-07-22Typo fixes. Fixes bug#1093Werner Koch11-86/+91
2009-07-22Give hints on files to backup.Werner Koch5-59/+67
2009-07-20Fix bug 1090.Werner Koch2-1/+6
2009-07-13[g10]Werner Koch1-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.
2009-07-09Support writing of existing keys with non-matching key sizes.Werner Koch1-2/+3
2009-07-07Impleemned gpgsm's IMPORT --re-import feature.Werner Koch1-2/+12
Typo fix.
2009-07-07Reworked passing of envars to Pinentry.Werner Koch1-2/+2
2009-07-06* debugging.texi (Common Problems): Add a note about corruptedWerner Koch2-0/+14
keys in --search-keys.
2009-07-01Alow batch ode for gpgsm --gen-key.Werner Koch1-3/+4
Allow CSR generation using an existing key with gpgsm.
2009-06-29Make soem omnikey readers work with extended length APDUs.Werner Koch1-1/+6
2009-06-17Preparing for 2.0.12.gnupg-2.0.12Werner Koch1-0/+2
2009-06-02Fix for bug#1066.Werner Koch3-8/+16
A couple of minor changes.
2009-05-20Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2-4/+9
2009-05-15Made card key generate with backup key work for 2048 bit.Werner Koch1-3/+8
Improved card key generation prompts.
2009-05-13Improved smartcard robustness.Werner Koch1-1/+5
2009-05-08Doc fixes.Werner Koch1-2/+2
2009-05-06Fix example.Werner Koch1-7/+8
2009-03-26Signing using Netkey 3 cards does now work.Werner Koch1-0/+6
2009-03-25Print NO_SECKEY status line in gpgsm.Werner Koch1-6/+6
This fixes bug#1020.
2009-03-20Fix keygrip computation for TCOS 3 cards.Werner Koch1-1/+2
Emit PROGRESS status lines during --learn-card.
2009-03-19Changed order of the confirmation questions for root certificatesWerner Koch1-2/+7
and stores negative answers in trustlist.txt.
2009-03-16* gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2-2/+13
debug.
2009-03-06New gpg-agent command to list key information.Werner Koch1-5/+9
Gpgsm does now print the S/N of cards. Consider ephemeral keys during listing an export.
2009-03-05New PIN Callback attributes in gpg-agent.Werner Koch3-2/+17
Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
2009-03-02Add missing option strings.Werner Koch2-2/+3
2009-03-02Modernized gpg-agent startup instructionsWerner Koch2-10/+27
2009-02-25Fixed a nasty bug in scdaemon which led to a card reset if the card wasWerner Koch1-0/+4
inserted during scdaemon startup and a connection was made before the ticker had a chance to run. Add some stuff for better debugging.