aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg.texti is a generated file.Werner Koch2002-04-291-1318/+0
|
* gpg.sgml: Fix minor error in --pgp6 documentation: it does not implyDavid Shaw2002-04-292-4/+8
| | | | | --digest-algo MD5
* * faq.raw: Inserted Douglas Calvert as new maintainer. AcknowledgeWerner Koch2002-04-292-4/+12
| | | | | Nils. Add entry about trust packet parsing problems.
* This one is build from faq.rawWerner Koch2002-04-291-954/+0
|
* * doc/samplekeys.asc: Added gnupg distribution key 57548DCD.Werner Koch2002-04-293-3/+126
| | | | | | * doc/faq.raw: Inserted Douglas Calvert as new maintainer. * README: Fixed some minor things.
* gpg.sgml: Add some documentation forDavid Shaw2002-04-242-2/+29
| | | | | | --edit/{addphoto|showphoto|nrsign|nrlsign}, and the difference between %t and %T in photo viewer command lines.
* fixed bugs in dokumentationStefan Bellon2002-04-232-84/+89
|
* * samplekeys.asc: Added 0x5B0358A2David Shaw2002-04-202-112/+507
|
* Added samplekeys.asc to EXTRA_DIST in Makefile.amDavid Shaw2002-04-192-13/+2
|
* * gpg.sgml: Add "%t" flag for photo IDs, a note about primary havingDavid Shaw2002-04-194-16/+196
| | | | | | | | | | | | | different meanings for photo and regular IDs, rename --default-check-level to --default-cert-check-level, add --auto-check-trustdb, and --pgp6. * DETAILS: Add EXPSIG, EXPKEYSIG, and KEYEXPIRED. Add notes to SIGEXPIRED (deprecated), and VALIDSIG (added expiration date). Add "Preferences" command to unattended key generation instructions. Also fixed a few typos. * samplekeys.asc: new
* preparing 1.0.7SNAP-1-0-6eWerner Koch2002-04-191-9/+15
|
* * parse-packet.c (parse_key): Support a SHA1 checksum as perWerner Koch2002-04-171-0/+15
| | | | | | | | | | draft-rfc2440-bis04. * packet.h (PKT_secret_key): Add field sha1chk. * seckey-cert.c (do_check): Check the SHA1 checksum (protect_secret_key): And create it. * build-packet.c (do_secret_key): Mark it as sha-1 protected. * g10.c, options.h: New option --simple-sk-checksum.
* * DETAILS: Fix a spelling error, correct IMPORTED_RES to IMPORT_RES,Werner Koch2002-04-092-2/+7
| | | | | correct INV_RECP (the second occurence) to NO_RECP.
* Merged in my changes, after disk crash. Fortunately the CVS was notWerner Koch2002-04-083-15/+18
| | | | | | affected - but everything else and it seems that there is no backup of the BTS data is available :-(
* Documentation fixes.David Shaw2002-04-032-12/+16
| | | | | | | | | auto-key-retrieve is a keyserver-option (noted by Roger Sondermann). --pgp2 also means --disable-mdc, --no-ask-sig-expire, and --no-ask-cert-expire. It does not mean --no-force-v3-sigs (noted by Timo).
* Added some notes about the colon list mode in gpgsmWerner Koch2002-03-281-1/+11
|
* Add a few notes about --pgp2 meaning MIT PGP 2.6.2, and keyserver detailsDavid Shaw2002-03-272-5/+15
| | | | | about HKP and NAI HKP to the manual.
* Change meaning of --allow-non-selfsigned-uid to match change in code, andDavid Shaw2002-03-192-8/+14
| | | | | add --no-allow-non-selfsigned-uid.
* * faq.raw: Due to a lack of time Nils can't serve anymore as aWerner Koch2002-03-134-4/+18
| | | | | maintainer. Removed his address and setup a generic address.
* * gpg.sgml: Add an entry for --export-ownertrust. Suggested byWerner Koch2002-03-062-0/+14
| | | | | | Bernhard Reiter. * configure.ac (ALL_LINGUAS): s/pt_PT/pt/
* doc fixesWerner Koch2002-02-141-1/+2
|
* Added the missing file.Timo Schulz2002-01-261-0/+8
|
* Registry file for W32.Timo Schulz2002-01-261-0/+4
|
* * gpg.sgml: A few words about --gpg-agent-info and GPG_AGENT_INFO.Werner Koch2002-01-263-16/+83
|
* * README.W32: Modify the filename because now the .exe extensionTimo Schulz2002-01-252-2/+7
| | | | | is automatically added to the binary.
* New command --decrypt-files.Timo Schulz2002-01-151-1/+2
| | | | | Some fixes.
* Add documentation for --{no-}ask-cert-expire and --{no-}ask-sig-expireDavid Shaw2002-01-112-14/+60
| | | | | | | Revise --expire (it doesn't switch on the expiration prompt any longer) Revise --default-check-level to be clearer as to what makes a good key check before signing
* * DETAILS: Removed the comment that unattended key generation isWerner Koch2002-01-082-8/+10
| | | | | experimental. It is now a standard feature.
* Hmm, this is a build file, should not be in the CVSWerner Koch2002-01-051-43/+173
|
* New command (encrypt-files).Timo Schulz2002-01-031-0/+1
|
* Some typos, and explanations for --show-photos, --no-show-photos,David Shaw2001-12-232-45/+250
| | | | | | | | | --photo-viewer, --nrsign-key, --default-check-level, --search-keys, --keyserver-options, --show-notation, --no-show-notation, --show-policy-url, --no-show-policy-url, --for-your-eyes-only, --no-for-your-eyes-only, --pgp2, --no-pgp2, --no-permission-warning, --expert, --no-expert.
* Minor fix to the Makefile and a new entry for the man page.Werner Koch2001-12-213-1/+17
|
* manual fixes and some hints for the forthcoming gpgsm in DETAILSWerner Koch2001-12-152-3/+8
|
* fixes to --force-v4-certsWerner Koch2001-11-091-2/+2
|
* *** empty log message ***Werner Koch2001-11-084-0/+2083
|
* fixes for the 1.0.6b bugs David recently posted to gnupg-devel.Werner Koch2001-11-083-4/+36
|
* more fixes due to automake 1.5SNAP-1-0-6bWerner Koch2001-10-231-10/+8
|
* Minor fixesWerner Koch2001-10-222-15/+3
|
* Fixed the Read-Only keyring bug and changed the way the keydb interfaceWerner Koch2001-10-181-0/+6
| | | | | works.
* calculate time of next trustdb checkWerner Koch2001-09-283-4/+18
|
* make check does work againWerner Koch2001-09-282-9/+31
|
* Added 2 texinfo file which are actually build files but automake doesWerner Koch2001-09-262-0/+1210
| | | | | not like them to be in BUILT_SOURCES
* Changed signature status cacheWerner Koch2001-09-251-4/+1
|
* Revamped the trustDBWerner Koch2001-09-243-5/+41
|
* email-client support list link addedNils Ellmenreich2001-09-142-10/+8
|
* *** empty log message ***Nils Ellmenreich2001-09-132-13/+13
|
* Last changes before 1.0.6a snapshot releaseSNAP-1-0-6aWerner Koch2001-09-071-0/+6
|
* Revamped the keyring codeWerner Koch2001-09-064-4/+8
|
* bug fixesWerner Koch2001-08-312-5/+11
|
* MDC feature support and other stuffWerner Koch2001-08-304-63/+71
|