aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-12-27Updated samplekeysV1-2-7Werner Koch2-1170/+1930
2004-08-13About to do releaase 1.2.6rc1Werner Koch1-25/+26
2004-08-03* gpg.sgml: Note that --throw-keyid is --throw-keyids.David Shaw2-13/+16
2004-07-30* gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithmDavid Shaw2-14/+20
games" warning now that PGP has blowfish, zlib, and bzip2.
2004-07-20Minor fixes for W32 packaging and building.Werner Koch4-123/+3141
2004-07-20Russian translation of the manual page. According to Maxim Britov by PavelWerner Koch1-0/+2724
I. Shajdo - need tocheck this first though and figure out how to properly install alternate man pages.
2004-06-18* DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw3-3/+27
* 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 Shaw2-23/+28
tweaks for --simple-sk-checksum (Debian 251795).
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-05* gpg.sgml: --comment works with all armored messages. Clarify thatDavid Shaw2-6/+12
--charset applies to informational strings and does not recode messages themselves.
2004-05-03Removed reference to non-available optionWerner Koch2-1/+5
--no-default-keyring.
2004-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw2-4/+26
optional. Document --bzip2-decompress-lowmem.
2004-02-25* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw2-10/+40
--default-cert-level.
2004-02-09* gpg.sgml: Clarify -u/--local-user and --default-key.David Shaw2-11/+12
2004-02-04* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw4-80/+115
* 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 Shaw3-7/+79
* 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-8/+23
2004-01-07* gpg.sgml: List proper documentation URL. Note that addrevoker takes anDavid Shaw2-54/+69
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-23About to release 1.2.4 - forgot to manually update this fileWerner Koch1-29/+28
2003-12-21* gpg.sgml: Add an example of what an exclamation mark is, as people seemDavid Shaw2-4/+9
to miss it often.
2003-12-07* gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw2-27/+34
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-12-03* mainproc.c (check_sig_and_print): Removed the "0x" again.Werner Koch1-13/+23
Reverts change from 2003-10-03. * THANKS: Added Phong Nguyen, who found the Elgamal signing key problem. * configure.ac (ALL_LINGUAS): Added a Russian translation; thanks to Maxim Britov. Added Belarusion; thanks to Ales Nyakhaychyk.
2003-11-21* Makefile.am: Include TRANSLATE in distributed files.David Shaw2-1/+4
2003-11-20* TRANSLATE: New, note to translators about the yes|yes multiple matchDavid Shaw3-16/+34
syntax. * gpg.sgml: Document --compress-level. Some minor tweaks to other entries.
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/+21
photos mean big keys. Document --rfc2440.
2003-08-23* DETAILS: Removed paragraph on gdbm usage. Notes that pipemodeWerner Koch2-23/+8
is deprecated.
2003-08-21* keyserver.c (keyserver_search_prompt): Flush stdout beforeWerner Koch5-1134/+1292
issuing the prompt. Requested by Todd Vierling. * samplekeys.asc: Refreshed the keys.
2003-07-28* DETAILS: Document "tru" trust record. Document REVKEYSIG status tag.David Shaw2-5/+31
2003-07-03* gpg.sgml: Warning not to try and parse --list-keys in scripts. DocumentDavid Shaw3-11/+69
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-19about to release 1.2.3rc1Werner Koch1-48/+74
2003-06-18* Add pointer in --ignore-time-conflict to see --ignore-valid from, andDavid Shaw2-7/+12
vice versa.
2003-06-18* Document --set-notation. Explain why it is not possible to disableDavid Shaw2-7/+20
permission warnings in the gpg.conf file about the homedir.
2003-05-22* 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-01* faq.raw: List years of copyright notice separately.Werner Koch6-151/+146
2003-04-30* gpg.sgml: Some general language tweaks. Note default algo forDavid Shaw2-36/+45
--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 Shaw3-26/+42
interoperability section. * DETAILS (VALIDSIG): Add version, pk algo, digest algo, sig class, and a reserved field for flags in a future version.
2003-04-23* gnupg-w32.reg: Use HLM for the program and make sure the entriesWerner Koch2-1/+25
are created. Suggested by [email protected].
2003-04-16* gpg.sgml: Clarify that "hkp corruption" (repair-hkp-subkey-bug) isDavid Shaw2-4/+10
really "pks corruption" (repair-pks-subkey-bug).
2003-04-15* gpg.sgml: Document --enable-progress-filter.Werner Koch2-0/+12
2003-04-08* Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which isWerner Koch3-6/+23
useful for some cross-compiling targets.
2003-04-07* Makefile.am: Allow CVS version to build without faqprog.pl.David Shaw3-143/+76
* 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 Shaw3-727/+1113
* samplekeys.asc: Updated.
2003-01-09* gpg.sgml: Minor language tweaks, spell check, copyright date, etc.David Shaw2-15/+19
2003-01-07Preparing a release candidate.Werner Koch2-56/+138
2003-01-07* Broken links resulting from revised web site filesystem structureWerner Koch1-232/+228
corrected: Intro - available *here* link corrected. Was <http://www.gnupg.org/faq.html>, corrected to be: <http://www.gnupg.org/documentation/faqs.html> 1.1 - RFC 2440 link corrected. Was <http://www.gnupg.org/rfc2440.html>, now linked to: <http://www.rfc-editor.org/> 2.1 - <http://www.gnupg.org/docs.html> corrected to be: <http://www.gnupg.org/documentation/> <http://lists.gnupg.org> corrected to be: <http://www.gnupg.org/documentation/mailing-lists.html> 2.2 - <http://www.gnupg.org/mirrors.html> corrected to be: <http://www.gnupg.org/download/mirrors.html> 3.1 - <http://gnupg.org/backend.html#supsys> corrected to be: <http://gnupg.org/download/supported_systems.html> 3.2 - <http://www.gnupg.org/download.html> corrected to be: <http://www.gnupg.org/download/> * Corrected typo in question 4.12 - Changed "How can a get list of key IDs..." to "How can I get list of key IDs..." * Modified URL listed in question 6.19 to become an actual hyperlink. * Removed line continuation character ("\") at the end of command- strings that were split into two lines (to lessen confusion for those using Windows or OSes that don't support line continuation). * Removed paragraph on line continuation, replacing it with a paragraph to remind the reader that although some command lines may be split into two lines to allow for proper web page display of the FAQ file in some browsers, the entire command-string is to be entered all on one line. * Corrected command-line entries that lacked a "$" character at the beginning of the command-string to signafy a shell prompt in order to apply consitancy throughout the FAQ. * Replaced <pre> tags with <samp> for code entries to improve display for those browser with limited window widths (does not apply to tables). * Trimmed whitespace in tables to narrow width to improve display for those browsers with limited window widths.
2003-01-06* DETAILS: Document disabled flag in capabilities field.David Shaw2-3/+10
2002-12-23* samplekeys.asc: Updated.Werner Koch2-616/+745
2002-12-12* 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.
2002-12-11* gpg.sgml: Clarify include-revoked and include-disabled so they matchDavid Shaw2-11/+14
what the program actually does. Noted by Dick Gevers.