aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * gpg.sgml: Document %-expandos for policy URLs and notations.David Shaw2002-12-062-1/+21
|
* faq update.Werner Koch2002-12-051-0/+6
|
* * Changed variable for default gnupg.org http location from $hGPGWerner Koch2002-12-051-26/+212
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to $hGPGHTTP and update instances of variable throughout FAQ in introduction area and sections 1.1, 2.1 and 2.2 * Added section 1.4 - What conventions are used in this FAQ? + unices vs. win32 (with hyperlink (<Rhomedir>) to section 4.18 for example + gpg.conf vs. options (with hyperlink (<Roptions>) to section 5.8 to note name change * Corrected section 2.2 - Changed ftp URL (both display and link URLs) from "ftp://ftp.gnupg.org/pub/gcrypt" to ftp://ftp.gnupg.org/gcrypt/, and the display URL (not the actual link URL, it's correct) of the http URL from "http://www.gnupg.org/mirror.html" to "http://www.gnupg.org/mirrors.html" * Included variable ($hVERSION) for easier updating of latest gpg version when referenced (as in section 2.2) * Included variable ($hGPGFTP) for default gnupg.org ftp location (ftp://ftp.gnupg.org) for use in sections 2.2 and 4.16 * Corrected section 3.1 visual display of link from "http://www.gnupg.org/gnupg.html#supsys" to "http://www.gnupg.org/backend.html#supsys" * Edited sections 3.1, 3.2, 5.2 to include $hGPGHTTP variable * Corrected section 3.2 - Word typo ("avoided" was "avoiced"). * Corrected / edited section 3.3 - + corrected link: ftp://ftp.gnupg.dk/pub/contrib-dk/ for idea.c.gz, idea.c.gz.sig, ideadll.zip, ideadll.zip.sig + edited section to include all files and added ~/.gnupg/gpg.conf info * Edited section 4.6 - As this section deals with loosing a public key, I added a paragraph containing a hyperlink to the end of section 4.21 ("I still have my secret key, but lost my public key..."). The paragraph reads: "If you've lost your public key and need to recreate it instead for continued use with your secret key, you may be able to use gpgsplit as detailed in question <Rgpgsplit>." * Edited section 4.15 - Added paragraph below table on GPGrelay, an application for MUAs that lack OpenPGP (rfc2015) support to. "Users of Win32 MUAs that lack OpenPGP support may look into using GPGrelay <http://http://gpgrelay.sourceforge.net>, a small email-relaying server that uses GnuPG to enable many email clients to send and receive emails that conform to PGP-MIME (RFC 2015)." suggested by: Andreas John <[email protected]> * Corrected section 4.16 - Incorportated Werner's URL fix for gpgme FTP location to synchronize local CVS with released FAQ version 1.5.8. * Added section 4.19 - "How do I verify signed packages?" suggested by: Christian Reis <[email protected]> * Added section 4.20 - "How do I export a keyring with only selected signatures?" by: David Shaw <[email protected]> * Added section 4.21 - "I still have my secret key, but lost my public key. What can I do?" by: Werner Koch <[email protected]> * Added section 4.22 - "Clearsigned messages sent from my web-mail account have an invalid signature. Why?" by: David Scribner <[email protected]> * Edited / Corrected section 5.8 - Changed question from "I just installed the most recent version of GnuPG and don't have a ~/.gnupg/options file. Is this missing from the installation?" to "GnuPG no longer installs a ~/.gnupg/options file. Is it missing?" + Added "An existing options file can be renamed to gpg.conf for users upgrading, or receiving the message that the "old default options file" is ignored (occurs if both a gpg.conf and an options file are found)." to the end of the paragraph. + Corrected ~/.gnupg/gpg.conf (was ~/.gnupg/conf) * Added section 5.9 - "How to you export GnuPG keys for use with PGP?" by: David Shaw <[email protected]>
* * gpg.sgml: Document --no-mangle-dos-filenames.Werner Koch2002-12-052-0/+17
|
* * gpg.sgml: Document --pgp8. Clarify that --pgp6 and --pgp7 disableDavid Shaw2002-12-042-3/+23
| | | | | --throw-keyid.
* * gpg.sgml: Point out that if the user absolutely must, it's better to useDavid Shaw2002-12-012-0/+15
| | | | | | --pgpX than forcing an algorithm manually. Better still not to use anything, of course.
* * gpg.sgml: Document --sig-policy-url, --cert-policy-url, --sig-notation,David Shaw2002-11-252-16/+33
| | | | | | | --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.
* * gpg.sgml: Add an interoperability section.David Shaw2002-11-222-1/+28
|
* * gpg.sgml: Correct defaults for --s2k-mode and --s2k-digest-mode. NotedDavid Shaw2002-11-172-10/+13
| | | | | by Haakon Riiser.
* * gpg.sgml: Correct --compress-algo documentation to match behavior.David Shaw2002-11-142-7/+13
| | | | | Noted by Jason S. Mantor.
* * gpg.sgml: Document --trust-model.David Shaw2002-11-142-5/+26
|
* * DETAILS: Clarify meaning of 'u'. Noted by Timo.David Shaw2002-11-042-3/+8
|
* * README.W32: Add blurb on how to create a ZIP file, changedWerner Koch2002-10-253-16/+38
| | | | | requirement for mingw32 to 0.3.2.
* * gpg.sgml: Document --refresh-keys.David Shaw2002-10-242-0/+13
|
* * gpg.sgml: Clarify --force-mdc, and document --disable-mdc.David Shaw2002-10-192-4/+16
|
* * faq.raw: New upstream version with new sections 1.3, 5.8, 6.20Werner Koch2002-10-172-196/+302
| | | | | and a list of MUAs. Replaced ftp.guug.de URL.
* * DETAILS (KEY_CREATED): Enhanced by fingerprint.Werner Koch2002-10-122-1/+7
|
* * gpg.sgml: Note that '#' means secret-key-unavailable, and that keyserverDavid Shaw2002-10-032-3/+11
| | | | | schemes are case-insensitive.
* * gpg.sgml: Note that --pgp2 disables --textmode when encrypting.David Shaw2002-09-302-1/+6
|
* updated from sourceWerner Koch2002-09-201-14/+17
|
* * gpg.sgml: Some minor language cleanup.David Shaw2002-09-202-17/+21
|
* * DETAILS (pkd): s/XORed/ORed/Werner Koch2002-09-202-1/+5
|
* * gpg.sgml: Add rebuild-keydb-caches.Werner Koch2002-09-152-0/+12
|
* * Makefile.am (EXTRA_DIST): Include gnupg-32.regWerner Koch2002-09-122-1/+5
|
* * DETAILS: Fix batch key generation example.David Shaw2002-09-122-3/+7
|
* Updated texi filesWerner Koch2002-09-111-44/+148
|
* * gnupg.7: New mini man page.Werner Koch2002-09-021-9/+4
| | | | | | * README: Removed the note about a development version so that we later don't forget this. Minor other changes.
* * gpg.sgml: Updated the charset option.Werner Koch2002-09-023-2/+22
| | | | | * DETAILS: Added status IMPORT_OK.
* * gnupg.7: New mini man page.Werner Koch2002-09-023-2/+25
|
* * gpg.sgml: Document keyserver-option include-subkeys. Note thatDavid Shaw2002-08-303-1/+19
| | | | | | | honor-http-proxy is a keyserver-option now. * DETAILS: Add "Key not trusted" to INV_RECP status code.
* * faq.raw: Updated. New Maintainer is David D. Scribner.Werner Koch2002-08-232-393/+484
|
* Include intl/ in the CVS again; otherwise we are not able toWerner Koch2002-08-232-1/+13
| | | | | | re-recreate a distribution from CVS. Some minor other fixes.
* * gpg.sgml: Clarify meaning of keyserver option include-revoked.David Shaw2002-08-222-4/+10
|
* * DETAILS: Clarify that trust letters 'q' and '-' can be treatedDavid Shaw2002-08-203-6/+25
| | | | | | | identically. * gpg.sgml: Document --ignore-mdc-error.
* * gpg.sgml: Clarify that only long-form options can go in the config file.David Shaw2002-08-062-5/+12
|
* * options.skel: Changed comments.Werner Koch2002-08-062-2/+13
| | | | | | * gpg.sgml: Fixed doc regarding the name change of the option file.
* minor doc fixes.Werner Koch2002-08-061-0/+9
|
* The big extension module removal.Werner Koch2002-08-031-1/+2
|
* * gpg.sgml: Document new --delete behaviour.Werner Koch2002-08-022-3/+11
|
* * gpg.sgml: Clarify --edit/addrevoker (sensitive), and --keyserver-optionsDavid Shaw2002-07-302-9/+111
| | | | | | | | | | (--import/export-options may be used as well). Document --import-options and --export-options with their various options. --show-photos now works during signature verification as well. Document --exec-path. Note in --simple-sk-checksum that the passphrase must be changed for this to take effect. Note that --pgp7 does not disable MDC. Document --no-mdc-warning.
* * gpg.sgml: Clarify the differences between "pref" and "showpref". Note inDavid Shaw2002-07-252-9/+27
| | | | | | | "setpref" that a list of available algorithms can be printed with "gpg -v --version". Note in "updpref" that we don't select keys via attribute uids, so preferences there will be ignored.
* Add a new readon code for delet key.Werner Koch2002-07-241-0/+1
|
* * gpg.sgml: Clarify "group".David Shaw2002-07-012-4/+13
|
* Better keep it in the CVSWerner Koch2002-07-011-0/+1427
|
* * Makefile.am: Due to problems with VPATH builds we don't try toWerner Koch2002-07-013-16/+30
| | | | | build the texi vesions of the manual pages anymore automatically.
* * README.W32: Adjusted some descriptions. Fixed the regsitryWerner Koch2002-06-302-12/+22
| | | | | entry descriptions.
* Update head to match stable 1.0David Shaw2002-06-2920-532/+6221
|
* Does now work with libgcryptWerner Koch2000-12-211-4/+1
|
* Removed libgcrypt doc filesWerner Koch2000-12-195-1243/+0
|
* Some configuration changesWerner Koch2000-11-141-5/+8
|