aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.sgml (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-12-20Finished PKA featureWerner Koch1-2/+46
2005-12-08* gpg.sgml: Document --fetch-keys.David Shaw1-1/+10
2005-12-08* gpg.sgml: Document -d. Add [file] to a few options.David Shaw1-7/+7
2005-11-18* gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw1-54/+34
"xxxxx-minimal", and "minimize".
2005-11-02* gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw1-9/+11
2005-10-27* gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw1-0/+19
--no-require-backsigs. * DETAILS: Clarify Key-Usage.
2005-09-22* gpg.sgml: Note that --display-charset is just for display andDavid Shaw1-6/+20
doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode.
2005-08-23* gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw1-21/+63
import-clean, --status-file, --logger-file, --attribute-file, --passphrase-file, --passphrase, and --command-file. Comment out the "+word match" selection syntax since it isn't supported.
2005-07-22* gpg.sgml (http):Werner Koch1-12/+13
* g10.c, options.h: New option --exit-on-status-write-error. * status.c (write_status_text): Make use of this option.
2005-07-19Document --limit-card-insert-tries.Werner Koch1-0/+11
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch1-0/+11
* export.c (parse_export_options): New option export-reset-subkey-passwd. (do_export_stream): Implement it. * misc.c (get_libexecdir): New. * keyserver.c (keyserver_spawn): Use it
2005-07-19* samplekeys.asc: Update 99242560.David Shaw1-12/+11
* gpg.sgml: Clarify --throw-keyid and --hidden-recipient a bit.
2005-06-20* gpg.sgml: Document --edit-key/clean, import-clean, and export-clean.David Shaw1-0/+62
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch1-1/+73
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
2005-05-31Updated FSF street address and preparations for a release candidate.Werner Koch1-1/+2
2005-05-14* gpg.sgml: Document --default-sig-expire and --default-cert-expire,David Shaw1-27/+40
remove --sk-comments and --no-sk-comments, and clarify the form of a non-IETF notation for --sig-notation and --cert-notation.
2005-05-05* gpg.sgml: Clarify --min-cert-level a bit.David Shaw1-5/+5
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+4
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch1-1/+13
* passphrase.c (agent_get_passphrase): Don't call free_public_key if PK is NULL. (passphrase_clear_cache): Ditto. Removed debug output. (passphrase_to_dek): Ditto.
2005-02-05* gpg.sgml: Note that level 0 signatures are always acceptedDavid Shaw1-7/+10
regardless of --min-cert-level.
2004-12-16* gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw1-31/+32
sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
2004-11-26* gpg.sgml: Document export-minimal.David Shaw1-4/+11
2004-10-19* gpg.sgml: Minor language tweaks.David Shaw1-11/+12
* samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
2004-10-14* gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw1-8/+25
keyserver timeout parameter, and the direct trust model.
2004-09-23* gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch1-0/+11
* apdu.c (open_pcsc_reader): Do not print empty reader string. * keygen.c (ask_algo): Allow creation of AUTH keys. * keyid.c (usagestr_from_pk): New. * app-openpgp.c (app_openpgp_storekey): Call flush_cache. * keyedit.c (keyedit_menu): New command "keytocard" (keyedit_menu): Bad hack for the not_with_sk element. (show_key_with_all_names): Print the usage. (find_pk_from_sknode): New. * card-util.c (card_store_subkey): New. (copy_mpi): New. * cardglue.c (agent_openpgp_storekey): New.
2004-09-20* gpg.sgml: Document -K.Werner Koch1-1/+6
* g10.c: Make -K an alias for --list-secret-keys. * keylist.c (print_card_serialno): New. Taken from gnupg 1.9.11. (list_keyblock_print): Make use of it. * keyedit.c (show_key_with_all_names): Print the card S/N. * keyedit.c (keyedit_menu): New command ADDCARDKEY. * card-util.c (card_generate_subkey): New. * keygen.c (generate_card_subkeypair): New. (gen_card_key): New arg IS_PRIMARY; changed all callers. * cardglue.c (open_card): Use shutdown code if possible. (check_card_serialno): Ditto.
2004-09-16* DETAILS: Document the 'spk' signature subpacket record. Add more detailDavid Shaw1-3/+17
on "tru" records. * gpg.sgml: Note that PGP scales photo IDs to fit in the dialog box. Document show-sig-subpackets. Document the '%c' signature counter expando.
2004-09-15Document "--debug-ccid-driver".Werner Koch1-0/+7
2004-09-14* gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw1-32/+28
--pgp8. Rephrase the "don't play algorithm games" warning now that PGP has blowfish, zlib, and bzip2.
2004-08-07* gpg.sgml: Remove show-long-keyids since it is replaced byDavid Shaw1-24/+9
--keyid-format. Rename show-validity as show-uid-validity. --ask-cert-level defaults to no.
2004-06-29* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw1-29/+34
* gpg.sgml: Clarify that --min-cert-level disregards level 1 certs by default. Clarify include-revoked a bit to note that keyservers might not be accurate. Note that --charset is --display-charset. Some language tweaks for --simple-sk-checksum (Debian 251795). Note the PGP silliness with preferred keyserver subpackets causing PGP/MIME.
2004-05-22* gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,David Shaw1-5/+35
--keyserver-option honor-keyserver-url, and --list and --verify option show-std/user-notations.
2004-05-20* gpg.sgml: Clarify that --charset applies to informational strings andDavid Shaw1-10/+4
does not recode messages themselves. Remove include-non-rfc export-option.
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-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw1-5/+12
optional. Document --bzip2-decompress-lowmem.
2004-02-26* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw1-12/+36
--default-cert-level.
2004-02-26* gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw1-20/+23
merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.
2004-02-12* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw1-19/+34
* samplekeys.asc: Update 99242560. * gpg.sgml: Clarify -u/--local-user and --default-key. Note what happens if you run 'gpg' without any commands. Document --multifile. Document list-option show-unusable-subkeys.
2004-01-30* DETAILS: Details for --list-config.David Shaw1-7/+26
* 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-60/+74
* gpg.sgml: List proper documentation URL. Note that addrevoker takes an 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. * gpg.sgml: Add an example of what an exclamation mark is, as people seem to miss it often.
2003-12-09* gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw1-30/+29
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. Note that BZIP2 defaults to compression level 6.
2003-11-21* gpg.sgml: Note the new combinations with --symmetric and --encrypt.David Shaw1-22/+56
Document --bzip2-compress-level, and --bzip2-compress-lowmem. Clarify the plurarility (or not) of various list and verify options. Document BZIP2 in the --compress-algo section. Warn about compatibility issues with ZLIB and BZIP2.
2003-11-21* gpg.sgml: Document --compress-level. Some minor tweaks to otherDavid Shaw1-16/+8
entries. * TRANSLATE: New, note to translators about the yes|yes multiple match syntax. * Makefile.am: Include TRANSLATE in distributed files.
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/+23
photos mean big keys. Document --rfc2440. Document verify-option show-unusable-uids.
2003-09-30* gpg.sgml: Clarify --mangle-dos-filenames, document list-optionDavid Shaw1-29/+30
show-unusable-uids, remove --no-comment (which is now --no-sk-comments), add --no-comments (to remove --comment), remove --default-comment, and document --sig-keyserver-url.
2003-08-31* gpg.sgml: Use "keyserver-url" instead of "preferred-keyserver" for theDavid Shaw1-2/+2
sake of short and simple commands.
2003-08-30* gpg.sgml: Document list-options (show-preferred-keyserver,David Shaw1-2/+53
show-validity, show-long-keyid, and show-sig-expire), and verify-options (show-preferred-keyserver, show-validity, show-long-keyid).
2003-08-26* gpg.sgml: Document --list-options (show-photos, show-policy-url,David Shaw1-12/+85
show-notation, show-keyring) and --verify-options (show-photos, show-policy-url, show-notation). Deprecate --show-photos, --show-policy-url, --show-notation, and --show-keyring.
2003-07-10* DETAILS: Document the --attribute-fd data.David Shaw1-26/+61
* gpg.sgml: Document --set-notation. Explain why it is not possible to disable permission warnings in the gpg.conf file about the homedir. Add pointer in --ignore-time-conflict to see --ignore-valid from, and vice versa. Warning not to try and parse --list-keys in scripts. Document the signature flags (1-3/L/R/P/N/X), Document expandos %g and %p. Note the default --personal-digest-preferences are "H2".