aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpg.sgml (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-06-23* gpg.sgml: Document --enable-dsa2, --disable-dsa2, andDavid Shaw1-0/+19
--default-keyserver-url. * DETAILS: Note "Keyserver:"
2006-06-22* gpg.sgml: Note that --pgp8 does not include SHA224. Clarify thatDavid Shaw1-2/+7
clearsigned messages are not reversible.
2006-04-19* gpg.sgml: Reminders that --cipher-algo, --digest-algo, andDavid Shaw1-6/+15
--compress-algo should be avoided.
2006-04-12use minimal posix sed Werner Koch1-7/+9
2006-04-09* gpg.sgml: Some typo fixes. This is Debian 361324.David Shaw1-6/+6
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch1-4/+4
2006-03-09* gpg.sgml: Clarify new notation delete feature.David Shaw1-2/+4
2006-03-09* gpg.sgml: Document "notation".David Shaw1-6/+13
2006-03-07* gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw1-17/+25
shorthand). Document max-cert-size.
2006-03-07* gpg.sgml: Document new way of enabling the PKA functions. Some minorDavid Shaw1-79/+66
other cleanups.
2006-03-07More tests added; make distcheck worksWerner Koch1-0/+9
2006-03-07* gpg.sgml: Document --auto-key-locate.David Shaw1-5/+43
2006-02-25* gpg.sgml: Document new --keyserver syntax.David Shaw1-9/+13
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.