aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * gpg.texi (GPG Configuration Options): Clarify that ca-cert-file is aDavid Shaw2009-10-201-1/+3
| | | | | | generic store, the details of which depend on the underlying libraries.
* Allow uid sand key election using a '*'.Werner Koch2009-09-041-2/+2
|
* * gpg.text: Suggested new ordering for --edit-key.David Shaw2009-08-241-110/+111
|
* * gpg.texi (OpenPGP Options): Clarify that personal-foo-preferencesDavid Shaw2009-08-171-10/+13
| | | | | overrides recipient preferences (safely).
* * gpg.texi (GPG Configuration Options): Document keyserver optionsDavid Shaw2009-08-141-5/+15
| | | | | check-cert and ca-cert-file.
* * gpg.texi (OpenPGP Options): Don't mention --no-sk-comment (doesn'tDavid Shaw2009-07-311-5/+5
| | | | | exist any longer).
* Try a DNS-SD lookup to find a domain-specific LDAP server beforeDavid Shaw2009-07-231-2/+3
| | | | | resorting to keys.{domain}.
* Typo fixes. Fixes bug#1093Werner Koch2009-07-221-6/+6
|
* Give hints on files to backup.Werner Koch2009-07-221-14/+33
|
* Fix bug 1090.Werner Koch2009-07-201-1/+1
|
* Allow generation of DSA2 keys without --enable-dsa2.Werner Koch2009-05-201-4/+4
|
* Doc fixes.Werner Koch2009-05-081-2/+2
|
* * gpg.texi (GPG Configuration Options): Document keyserver-optionsDavid Shaw2009-03-161-2/+8
| | | | | debug.
* New PIN Callback attributes in gpg-agent.Werner Koch2009-03-051-1/+1
| | | | | | Common prompts for keypad and simple card reader. More support for Netkey cards; PIN management works now.
* Small doc fixes.Werner Koch2008-12-121-1/+1
|
* Align ticker to the full or half second.Werner Koch2008-12-081-15/+20
|
* * gpg.texi (OpenPGP Key Management): Clarify setpref a bit.David Shaw2008-09-231-2/+13
|
* Support the Certifciate DO of the v2 OpenPGP cards.Werner Koch2008-09-231-0/+3
|
* Add a warning nite to --throw-keyds.Werner Koch2008-08-281-6/+9
|
* Add a warning note to --allow-multiple-messages.Werner Koch2008-08-071-5/+9
| | | | | s/Sylpeed-Claws/Claws-Mail/.
* Made --fixed-list-mode obsolete.Werner Koch2008-06-111-0/+4
|
* 2008-05-15 Marcus Brinkmann <[email protected]>Marcus Brinkmann2008-05-151-8/+13
| | | | | | * gpg.texi (Operational GPG Commands): Mention the way to change the default signing key.
* Updated German translation.Werner Koch2008-05-091-1/+3
| | | | | Fix in gpgconf for W32.
* Add command --locate-key.Werner Koch2008-05-071-0/+18
| | | | | Fix auto-key-locate processing of "nodefault".
* Enhanced --auto-key-locate.Werner Koch2008-04-081-11/+24
|
* Changed the way i18n files are located under Windows. The setting of theWerner Koch2008-03-251-1/+2
| | | | | Registry key is not anymore required. Helpfiles are not properly located.
* Add IF command and new variable functions to gpg-connect-agent.Werner Koch2008-03-051-2/+1
|
* * gpg.texi (GPG Esoteric Options): Tweak mention of Tempest font toDavid Shaw2008-02-051-4/+4
| | | | | add a "claimed" in there.
* Add missing country tag to qualified.txt.Werner Koch2008-01-101-2/+4
| | | | | Typo fixes.
* Allow verification of some broken S-TRUST generated signatures.Werner Koch2007-12-131-6/+6
|
* [W32] Changed default socket for dirmngr.Werner Koch2007-11-271-1/+1
| | | | | | [W32] Add some code for event notifications between scdaemon and gpg-agent.
* Started to implement the audit log feature.Werner Koch2007-11-191-0/+4
| | | | | | | | Pass PINENTRY_USER_DATA and XAUTHORITY to Pinentry. Improved support for the quality bar. Minor internal restructuring. Translation fixes.
* * gpg.texi: Document --rfc4880 (the new --openpgp).David Shaw2007-10-271-4/+9
|
* * gpg.texi: Clarify --force-v3-sigs, --pgp2, and --pgp6 a bit.David Shaw2007-10-261-15/+14
|
* Fixed a problem in estream-printf.c.Werner Koch2007-06-251-0/+8
| | | | | Changes for Windows (gpgsm -k does now work). Minor cleanups.
* * gpg.texi (OpenPGP Options): Update the personal-foo-preferencesDavid Shaw2007-04-151-23/+23
| | | | | documentation a bit.
* g10/ and sm/Werner Koch2007-04-131-0/+22
| | | | | | | | | | | | | | * call-agent.c (start_agent): Don't use log_error when using the fallback hack to start the agent. This is bug 782. scripts/ * mail-to-translators: Copied from 1.4. and adjusted. tools/ * gpgconf-comp.c: Allow changing of --allow-mark-trusted. * gpg-connect-agent.c (main): New option --decode and commands decode and undecode. (read_and_print_response): Implement option.
* Ported multiple-messages protection.Werner Koch2007-03-051-6/+8
|
* Add new SVN only file README.maintWerner Koch2007-02-261-0/+15
| | | | | | | | | | | | | | | | doc/ * gpg.texi (GPG Configuration): Document envvar LANGUAGE. (GPG Configuration Options): Document show-primary-uid-only. g10/ * gpg.c (main): Add verify option show-primary-uid-only. * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New. * mainproc.c (check_sig_and_print): Implement it. * encr-data.c (decrypt_data): Correctly test for unknown algorithm. * import.c (check_prefs): Ditto. * keyedit.c (show_prefs): Ditto. * mainproc.c (proc_symkey_enc): Ditto.
* doc/Werner Koch2007-02-181-0/+8
| | | | | | | * gpg.texi (GPG Esoteric Options): No card reader options for gpg2. scd/ * scdaemon.c (DEFAULT_PCSC_DRIVER): Add a default for OS X.
* Included LIBICONV in all Makefiles.Werner Koch2007-01-311-1/+1
| | | | | | | | | | g10/ * passphrase.c (passphrase_get): Set the cancel flag on all error from the agent. Fixes a bug reported by Tom Duerbusch. sm/ * gpgsm.c (main): Let --gen-key print a more informative error message.
* Added LIBINTL to more Makefile targets.Werner Koch2007-01-301-1/+7
| | | | | | | | | | | | | | | | | | | | doc/ * com-certs.pem: Added the current root certifcates of D-Trust and S-Trust. g10/ * status.c (write_status_begin_signing): New. * sign.c (sign_file, sign_symencrypt_file): Call it. * textfilter.c (copy_clearsig_text): Call it. * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if required. * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a warning. * misc.c (obsolete_option): New.
* * gpg.texi, specify-user-id.texi: Only some of the mentions ofDavid Shaw2007-01-181-2/+2
| | | | | exclamation marks have an example. Give examples to the rest.
* * gpg.texi (GPG Configuration Options): Make http_proxy optionDavid Shaw2007-01-171-6/+10
| | | | | | documentation match reality. (BUGS): Warn about hibernate/safe-sleep/etc writing main RAM to disk, despite locking.
* Fixes for CVE-2006-6235Werner Koch2006-12-061-1/+12
|
* * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.David Shaw2006-12-031-0/+5
|
* * gpg.texi: Reference to --s2k-count in --s2k-mode.David Shaw2006-11-061-2/+2
|
* Preparing another releasegnupg-1.9.94Werner Koch2006-10-241-0/+12
|
* .Werner Koch2006-10-231-5/+6
|
* * gpg.texi: Document --s2k-count.David Shaw2006-10-131-0/+7
|