aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-10-01* mk-w32-dist: Updated from stable branch.Werner Koch2-661/+793
* mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
2004-09-23* gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch2-0/+15
* 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 Koch2-1/+10
* 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 Shaw3-9/+51
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 Koch2-0/+11
2004-09-14* gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw2-32/+34
--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 Shaw2-24/+15
--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 Shaw3-29/+59
* 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 Shaw2-5/+41
--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 Shaw2-10/+10
does not recode messages themselves. Remove include-non-rfc export-option.
2004-05-08* DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.David Shaw6-13/+31
* gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
2004-05-03Removed reference to non-available optionWerner Koch2-1/+5
--no-default-keyring.
2004-04-27* DETAILS (NEWSIG): Documented.Werner Koch2-0/+23
2004-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw2-5/+17
optional. Document --bzip2-decompress-lowmem.
2004-02-26Preparing for 1.3.5V1-3-5Werner Koch1-1/+5
2004-02-26* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw2-12/+39
--default-cert-level.
2004-02-26* gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw2-20/+29
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 Shaw4-89/+128
* 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 Shaw3-7/+81
* gpg.sgml: Document --ungroup and --list-config.
2004-01-08* gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw2-60/+90
* 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 Shaw2-30/+38
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-27Minor additionsWerner Koch1-1/+1
2003-11-27Solved cvs conflictWerner Koch2-1/+30
2003-11-21* gpg.sgml: Note the new combinations with --symmetric and --encrypt.David Shaw2-22/+65
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 Shaw4-17/+38
entries. * TRANSLATE: New, note to translators about the yes|yes multiple match syntax. * Makefile.am: Include TRANSLATE in distributed files.
2003-10-29* cardglue.c (open_card): Ask for card insertion.Werner Koch1-0/+8
(check_card_serialno): New. (agent_scd_pksign, agent_scd_pkdecrypt): Use it here. * cardglue.c (open_card): Issue insertion status message. * status.h, status.c (STATUS_CARDCTRL): New. * status.c (cpr_get_answer_okay_cancel): New. * miscutil.c (answer_is_okay_cancel): New.
2003-10-28* DETAILS: Add the 'a' value for field 12 and the new field 15.Werner Koch2-0/+8
* keylist.c (list_keyblock_print): Denote secrets keys stored on a card with an '>'. Print the '#' also for subkeys. (list_keyblock_colon): Introduce new field 15 for sec/ssb to print the serial number.
2003-10-10Updated texinfo filesWerner Koch1-58/+187
2003-10-01* samplekeys.asc: Update 99242560.David Shaw3-1105/+1155
* gpg.sgml: Document --no-groups.
2003-09-30* gpg.sgml: Note web bug behavior of auto-key-retrieve. Note that bigDavid Shaw2-1/+27
photos mean big keys. Document --rfc2440. Document verify-option show-unusable-uids.
2003-09-30* gpg.sgml: Clarify --mangle-dos-filenames, document list-optionDavid Shaw2-29/+37
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-09-02* DETAILS: Note fingerprint of signing key in sig records.David Shaw2-0/+10
2003-08-31* gpg.sgml: Use "keyserver-url" instead of "preferred-keyserver" for theDavid Shaw2-2/+7
sake of short and simple commands.
2003-08-30* gpg.sgml: Document list-options (show-preferred-keyserver,David Shaw2-2/+60
show-validity, show-long-keyid, and show-sig-expire), and verify-options (show-preferred-keyserver, show-validity, show-long-keyid).
2003-08-29Credits from stableDavid Shaw1-0/+72
2003-08-29* samplekeys.asc: Updated.David Shaw3-1125/+1138
* DETAILS: Document "tru" trust record. Document REVKEYSIG status tag. Removed paragraph on gdbm usage. Note that pipemode is deprecated.
2003-08-26* gpg.sgml: Document --list-options (show-photos, show-policy-url,David Shaw2-14/+94
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 Shaw3-26/+99
* 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".
2003-05-27About to release 1.3.2V1-3-2Werner Koch3-227/+373
2003-05-26* gpg.sgml, gpgv.sgml: Small SGML fixes. (From wk on stable branch)David Shaw4-6/+34
* gnupg-w32.reg: Use HLM for the program and make sure the entries are created. Suggested by [email protected]. (From wk on stable branch)CVS: ----------------------------------------------------------------------
2003-05-24* gpg.sgml: Document --trustdb-name. Document --gnupg in a new complianceDavid Shaw2-40/+72
section, and remove the various --no-PGPX options. Deprecate --no-comment in favor of --no-sk-comments.
2003-05-04* gpg.sgml: Some general language tweaks. Note default algo forDavid Shaw2-38/+48
--symmetric. --export-ownertrust takes no args. Document --no-escape-from-lines. Fix escaped "<From" to be ">From". Make "openpgp" trust model into "pgp".
2003-04-27* DETAILS (VALIDSIG): Add version, pk algo, digest algo, sig class, and aDavid Shaw3-30/+49
reserved field for flags in a future version. * gpg.sgml: Document --no-textmode and --no-use-agent. Clarify the interoperability section. Clarify that "hkp corruption" (repair-hkp-subkey-bug) is really "pks corruption" (repair-pks-subkey-bug).
2003-04-15* gpg.sgml: Document --enable-progress-filter.Werner Koch2-1/+15
2003-04-08Add primary key fingerprint to VALIDSIG status.Werner Koch2-1/+8
2003-04-07* DETAILS: Don't specify which hash is used to make up the namehash sinceDavid Shaw5-874/+1192
it may change in the future. * samplekeys.asc: Updated. * gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX. Some cleanup of --no-xxx options, make sure that all SGML tags are closed, clarify --pgp8 allows SHA-256, and document --no-emit-version. * Makefile.am: Allow CVS version to build without faqprog.pl.
2003-01-27* DETAILS: Document trust depth, value, and regexp.David Shaw2-2/+10
2003-01-15* gpg.sgml: Minor language tweaks, spell check, copyright date,David Shaw3-18/+28
etc. * DETAILS: Note that user IDs/UATs fill in creation and expiration date. Document namehash.
2003-01-06* DETAILS: Document disabled flag in capabilities field.David Shaw2-3/+10
2002-12-27* gpg.sgml: Clarify --no-permission-warning to note that the permissionDavid Shaw2-3/+18
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 Bellon.