aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.sgml (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-08-03* gpg.sgml: Note that --throw-keyid is --throw-keyids.David Shaw1-13/+12
2004-07-30* gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithmDavid Shaw1-14/+14
games" warning now that PGP has blowfish, zlib, and bzip2.
2004-06-18* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw1-3/+6
* gpg.sgml: Clarify include-revoked a bit to note that keyservers might not be accurate.
2004-06-01* gpg.sgml: Note that --charset is --display-charset. Some languageDavid Shaw1-23/+23
tweaks for --simple-sk-checksum (Debian 251795).
2004-05-08* DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.David Shaw1-7/+16
* gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
2004-05-05* gpg.sgml: --comment works with all armored messages. Clarify thatDavid Shaw1-6/+6
--charset applies to informational strings and does not recode messages themselves.
2004-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw1-4/+21
optional. Document --bzip2-decompress-lowmem.
2004-02-25* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw1-10/+35
--default-cert-level.
2004-02-09* gpg.sgml: Clarify -u/--local-user and --default-key.David Shaw1-11/+8
2004-02-04* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw1-10/+22
* samplekeys.asc: Update 99242560. * gpg.sgml: Note what happens if you run 'gpg' without any commands. Document --multifile.
2004-01-29* DETAILS: Details for --list-config.David Shaw1-7/+24
* gpg.sgml: Document --ungroup and --list-config.
2004-01-08* gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw1-8/+18
2004-01-07* gpg.sgml: List proper documentation URL. Note that addrevoker takes anDavid Shaw1-54/+59
optional "sensitive" argument. Remind that $GNUPGHOME can be used instead of --homedir. Clarify --no-default-keyring, and note why it may not take effect if there are no other keyrings present. Remove --pgp2 from the list of --pgpXes that are just for bad preference lists. Explain more why locking memory pages is good.
2003-12-21* gpg.sgml: Add an example of what an exclamation mark is, as people seemDavid Shaw1-4/+4
to miss it often.
2003-12-07* gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw1-27/+26
Christian Biere. Some minor grammar fixes. Remove the "host -l pgp.net | grep wwwkeys" advice since the nameserver no longer all allow zone transfers. Replace it with a mention of hkp://subkeys.pgp.net.
2003-11-20* TRANSLATE: New, note to translators about the yes|yes multiple matchDavid Shaw1-16/+8
syntax. * gpg.sgml: Document --compress-level. Some minor tweaks to other entries.
2003-10-01* samplekeys.asc: Update 99242560.David Shaw1-0/+6
* gpg.sgml: Document --no-groups.
2003-09-30* gpg.sgml: Note web bug behavior of auto-key-retrieve. Note that bigDavid Shaw1-1/+16
photos mean big keys. Document --rfc2440.
2003-07-03* gpg.sgml: Warning not to try and parse --list-keys in scripts. DocumentDavid Shaw1-11/+35
the signature flags (1-3/L/R/P/N/X), Document expandos %g and %p. Note the default --personal-digest-preferences are "H2". * DETAILS: Document the --attribute-fd data.
2003-06-18* Add pointer in --ignore-time-conflict to see --ignore-valid from, andDavid Shaw1-7/+9
vice versa.
2003-06-18* Document --set-notation. Explain why it is not possible to disableDavid Shaw1-7/+14
permission warnings in the gpg.conf file about the homedir.
2003-05-22* gpg.sgml: Document --trustdb-name. Document --gnupg in a new complianceDavid Shaw1-40/+66
section, and remove the various --no-PGPX options. Deprecate --no-comment in favor of --no-sk-comments.
2003-05-01* faq.raw: List years of copyright notice separately.Werner Koch1-4/+4
2003-04-30* gpg.sgml: Some general language tweaks. Note default algo forDavid Shaw1-36/+39
--symmetric. --export-ownertrust takes no args. Document --no-escape-from-lines. Fix escaped "<From" to be ">From".
2003-04-27* gpg.sgml: Document --no-textmode and --no-use-agent. Clarify theDavid Shaw1-15/+19
interoperability section. * DETAILS (VALIDSIG): Add version, pk algo, digest algo, sig class, and a reserved field for flags in a future version.
2003-04-16* gpg.sgml: Clarify that "hkp corruption" (repair-hkp-subkey-bug) isDavid Shaw1-4/+5
really "pks corruption" (repair-pks-subkey-bug).
2003-04-15* gpg.sgml: Document --enable-progress-filter.Werner Koch1-0/+8
2003-04-07* Makefile.am: Allow CVS version to build without faqprog.pl.David Shaw1-139/+56
* gpg.sgml: Some cleanup of --no-xxx options, make sure that all SGML tags are closed, clarify --pgp8 allows SHA-256, and document --no-emit-version.
2003-02-25* gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX.David Shaw1-3/+6
* samplekeys.asc: Updated.
2003-01-09* gpg.sgml: Minor language tweaks, spell check, copyright date, etc.David Shaw1-14/+13
2002-12-12* gpg.sgml: Clarify --no-permission-warning to note that the permissionDavid Shaw1-3/+10
warnings are not intended to be the be-all and end-all in security checks. Add note to --group that when used on the command line, it may be necessary to quote the argument so it is not treated as multiple arguments. Noted by Stefan.
2002-12-11* gpg.sgml: Clarify include-revoked and include-disabled so they matchDavid Shaw1-11/+9
what the program actually does. Noted by Dick Gevers.
2002-12-06* gpg.sgml: Document %-expandos for policy URLs and notations.David Shaw1-1/+17
2002-12-05* gpg.sgml: Document --no-mangle-dos-filenames.Werner Koch1-0/+13
2002-12-04* gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 disableDavid Shaw1-3/+18
--throw-keyid.
2002-12-01* gpg.sgml: Point out that if the user absolutely must, it's better to useDavid Shaw1-0/+9
--pgpX than forcing an algorithm manually. Better still not to use anything, of course.
2002-11-25* gpg.sgml: Document --sig-policy-url, --cert-policy-url, --sig-notation,David Shaw1-16/+25
--cert-notation. Clarify --show-notation and --show-policy-url that policy URLs and notations can be used in data signatures as well. Add note about '@' being a required character in notation names.
2002-11-22* gpg.sgml: Add an interoperability section.David Shaw1-1/+24
2002-11-17* gpg.sgml: Correct defaults for --s2k-mode and --s2k-digest-mode. NotedDavid Shaw1-10/+8
by Haakon Riiser.
2002-11-14* gpg.sgml: Correct --compress-algo documentation to match behavior.David Shaw1-7/+8
Noted by Jason S. Mantor.
2002-11-14* gpg.sgml: Document --trust-model.David Shaw1-5/+22
2002-10-24* gpg.sgml: Document --refresh-keys.David Shaw1-0/+9
2002-10-19* gpg.sgml: Clarify --force-mdc, and document --disable-mdc.David Shaw1-4/+12
2002-10-03* gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw1-3/+6
schemes are case-insensitive.
2002-09-30* gpg.sgml: Note that --pgp2 disables --textmode when encrypting.David Shaw1-1/+2
2002-09-20* gpg.sgml: Some minor language cleanup.David Shaw1-17/+17
2002-09-15* gpg.sgml: Add rebuild-keydb-caches.Werner Koch1-0/+8
2002-09-02* gpg.sgml: Updated the charset option.Werner Koch1-2/+7
* DETAILS: Added status IMPORT_OK.
2002-08-30* gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw1-1/+10
honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code.
2002-08-22* gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw1-4/+6