Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix doc for the Expire-Date key generation parameter. | Werner Koch | 2013-04-04 | 1 | -10/+12 | |
| | | | | -- | |||||
* | Update RFC references to RFC 4880 | Daniel Kahn Gillmor | 2013-03-05 | 1 | -2/+2 | |
| | | | | -- | |||||
* | gpg: Add pinentry-mode feature. | Werner Koch | 2013-02-07 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * g10/gpg.c: Include shareddefs.h. (main): Add option --pinentry-mode. * g10/options.h (struct opt): Add field pinentry_mode. * g10/passphrase.c: Include shareddefs.h. (have_static_passphrase): Take care of loopback pinentry_mode. (read_passphrase_from_fd): Ditto. (get_static_passphrase): New. (passphrase_to_dek_ext): Factor some code out to ... (emit_status_need_passphrase): new. * g10/call-agent.c (start_agent): Send the pinentry mode. (default_inq_cb): Take care of the PASSPHRASE inquiry. Return a proper error code. (agent_pksign): Add args keyid, mainkeyid and pubkey_algo. (agent_pkdecrypt): Ditto. * g10/pubkey-enc.c (get_it): Pass new args. * g10/sign.c (do_sign): Pass new args. * g10/call-agent.c (struct default_inq_parm_s): New. Change all similar structs to reference this one. Change all users and inquire callback to use this struct, instead of NULL or some undefined but not used structs. This change will help to eventually get rid of global variables. -- This new features allows to use gpg without a Pinentry. As a prerequisite the agent must be configured to allow the loopback pinentry mode (option --allow-loopback-pinentry). For example gpg2 --pinentry-mode=loopback FILE.gpg may be used to decrypt FILE.gpg while entering the passphrase on the tty. If batch is used, --passphrase et al. may be used, if --command-fd is used, the passphrase may be provided by another process. Note that there are no try-again prompts in case of a bad passphrase. | |||||
* | Fix incorrect description of --delete-secret-key | Werner Koch | 2012-08-09 | 1 | -1/+1 | |
| | | | | | | -- This is bug#1429. | |||||
* | Typo fixes in de.po. | Werner Koch | 2012-03-26 | 1 | -1/+1 | |
| | | | | | -- This is bug#1276 and http://bugs.debian.org/594343 | |||||
* | Rewrite dns-cert.c to not use the gpg-only iobuf stuff. | Werner Koch | 2011-11-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | | * common/dns-cert.c: Remove iobuf.h. (get_dns_cert): Rename to _get_dns_cert. Remove MAX_SIZE arg. Change iobuf arg to a estream-t. Rewrite function to make use of estream instead of iobuf. Require all parameters. Return an gpg_error_t error instead of the type. Add arg ERRSOURCE. * common/dns-cert.h (get_dns_cert): New macro to pass the error source to _gpg_dns_cert. * common/t-dns-cert.c (main): Adjust for changes in get_dns_cert. * g10/keyserver.c (keyserver_import_cert): Ditto. * doc/gpg.texi (GPG Configuration Options): Remove max-cert-size. | |||||
* | typo fixes | Werner Koch | 2011-11-02 | 1 | -2/+2 | |
| | ||||||
* | Put more options into the options index | Werner Koch | 2011-10-12 | 1 | -669/+831 | |
| | | | | Also removed the single letter options from the index. | |||||
* | Clarify documentation of --keyid-format. | Werner Koch | 2011-07-18 | 1 | -1/+2 | |
| | | | | Fixes bug#1354. | |||||
* | Require libgpg-error 1.10 | Werner Koch | 2011-05-20 | 1 | -1/+1 | |
| | | | | | This allows to remove some error code substitutes. Fixed a typo in gpg.text. | |||||
* | Move parameter file description to the manual. | Werner Koch | 2011-03-01 | 1 | -15/+268 | |
| | ||||||
* | * gpg.texi (GPG Configuration Options): Clarify that show-photos | David Shaw | 2010-10-29 | 1 | -5/+6 | |
| | | | | | | doesn't work with --with-colons. --personal-digest-preferences does not have a default any longer. | |||||
* | More agent support for gpg. | Werner Koch | 2010-10-13 | 1 | -2/+16 | |
| | ||||||
* | Describe %v and %V. | Werner Koch | 2010-10-11 | 1 | -0/+3 | |
| | ||||||
* | Add new option --with-keygrip | Werner Koch | 2010-10-08 | 1 | -0/+5 | |
| | ||||||
* | Exporting secret keys via gpg-agent is now basically supported. | Werner Koch | 2010-10-01 | 1 | -8/+24 | |
| | | | | | | A couple of forward ported changes. Doc updates. | |||||
* | Clarify that --force-v3-sigs disables (not enables) v4 options | David Shaw | 2010-09-28 | 1 | -6/+4 | |
| | ||||||
* | Some work on porting dirmngr (unfinished) | Werner Koch | 2010-07-16 | 1 | -5/+6 | |
| | | | | | Ported gpgtar to W32. | |||||
* | Add unfinished gpgtar. | Werner Koch | 2010-06-07 | 1 | -1/+2 | |
| | | | | | Collected changes and ports of bug fixes from stable. | |||||
* | Link to the bug tracker in the gpg man page. | Werner Koch | 2010-02-11 | 1 | -2/+6 | |
| | ||||||
* | Various changes to eventually support openpgp keys in pgp-agent. | Werner Koch | 2010-02-02 | 1 | -0/+7 | |
| | | | | | | Comment fixes. Minor chnages in preparation of a W32CE port. | |||||
* | Implement --faked-systrem-time for gpg. | Werner Koch | 2009-12-17 | 1 | -0/+7 | |
| | | | | | Typo and comment fixes. | |||||
* | support numeric debug levels. | Werner Koch | 2009-12-03 | 1 | -0/+28 | |
| | ||||||
* | Add gpgconf related dummy options default_pubkey_algo. | Werner Koch | 2009-11-23 | 1 | -2/+12 | |
| | | | | | | Add option --skip-hidden-recipients Comment updates. | |||||
* | * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is a | David Shaw | 2009-10-20 | 1 | -1/+3 | |
| | | | | | | generic store, the details of which depend on the underlying libraries. | |||||
* | Allow uid sand key election using a '*'. | Werner Koch | 2009-09-04 | 1 | -2/+2 | |
| | ||||||
* | * gpg.text: Suggested new ordering for --edit-key. | David Shaw | 2009-08-24 | 1 | -110/+111 | |
| | ||||||
* | * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferences | David Shaw | 2009-08-17 | 1 | -10/+13 | |
| | | | | | overrides recipient preferences (safely). | |||||
* | * gpg.texi (GPG Configuration Options): Document keyserver options | David Shaw | 2009-08-14 | 1 | -5/+15 | |
| | | | | | check-cert and ca-cert-file. | |||||
* | * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn't | David Shaw | 2009-07-31 | 1 | -5/+5 | |
| | | | | | exist any longer). | |||||
* | Try a DNS-SD lookup to find a domain-specific LDAP server before | David Shaw | 2009-07-23 | 1 | -2/+3 | |
| | | | | | resorting to keys.{domain}. | |||||
* | Typo fixes. Fixes bug#1093 | Werner Koch | 2009-07-22 | 1 | -6/+6 | |
| | ||||||
* | Give hints on files to backup. | Werner Koch | 2009-07-22 | 1 | -14/+33 | |
| | ||||||
* | Fix bug 1090. | Werner Koch | 2009-07-20 | 1 | -1/+1 | |
| | ||||||
* | Allow generation of DSA2 keys without --enable-dsa2. | Werner Koch | 2009-05-20 | 1 | -4/+4 | |
| | ||||||
* | Doc fixes. | Werner Koch | 2009-05-08 | 1 | -2/+2 | |
| | ||||||
* | * gpg.texi (GPG Configuration Options): Document keyserver-options | David Shaw | 2009-03-16 | 1 | -2/+8 | |
| | | | | | debug. | |||||
* | New PIN Callback attributes in gpg-agent. | Werner Koch | 2009-03-05 | 1 | -1/+1 | |
| | | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now. | |||||
* | Small doc fixes. | Werner Koch | 2008-12-12 | 1 | -1/+1 | |
| | ||||||
* | Align ticker to the full or half second. | Werner Koch | 2008-12-08 | 1 | -15/+20 | |
| | ||||||
* | * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. | David Shaw | 2008-09-23 | 1 | -2/+13 | |
| | ||||||
* | Support the Certifciate DO of the v2 OpenPGP cards. | Werner Koch | 2008-09-23 | 1 | -0/+3 | |
| | ||||||
* | Add a warning nite to --throw-keyds. | Werner Koch | 2008-08-28 | 1 | -6/+9 | |
| | ||||||
* | Add a warning note to --allow-multiple-messages. | Werner Koch | 2008-08-07 | 1 | -5/+9 | |
| | | | | | s/Sylpeed-Claws/Claws-Mail/. | |||||
* | Made --fixed-list-mode obsolete. | Werner Koch | 2008-06-11 | 1 | -0/+4 | |
| | ||||||
* | 2008-05-15 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2008-05-15 | 1 | -8/+13 | |
| | | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key. | |||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 1 | -1/+3 | |
| | | | | | Fix in gpgconf for W32. | |||||
* | Add command --locate-key. | Werner Koch | 2008-05-07 | 1 | -0/+18 | |
| | | | | | Fix auto-key-locate processing of "nodefault". | |||||
* | Enhanced --auto-key-locate. | Werner Koch | 2008-04-08 | 1 | -11/+24 | |
| | ||||||
* | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 2008-03-25 | 1 | -1/+2 | |
| | | | | | Registry key is not anymore required. Helpfiles are not properly located. |