aboutsummaryrefslogtreecommitdiffstats
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* About to do a release candidateWerner Koch2005-02-031-1/+1
|
* Updated to match the switch to the NSIS installer.Werner Koch2005-02-032-63/+162
|
* Updated to the version from 1.2.7.Werner Koch2005-01-272-322/+649
|
* (get_cached_data): New arg GET_IMMEDIATE to bypassWerner Koch2005-01-251-0/+2
| | | | | | | | | | | | | | | | the cache. Changed all callers. (get_one_do): Bypass the cache if the value would have been read directly for v1.1 cards.It makes things a bit slower but obnly for 1.0 cards and there are not that many cards out in the wild. This is required to fix a caching bug when generating new keys; as a side effect of the retrieval of the the C4 DO from the 6E DO the chaced fingerprint will get updated to the old value and later when signing the generated key the checking of the fingerprint fails becuase it won't match the new one. Thanks to Moritz for analyzing this problem. (verify_chv3): Removed the CHV status reread logic because we won't cache the C4 DO anymore.
* * gpgv.c (tty_fprintf): New stub.Werner Koch2005-01-201-12/+4
| | | | | | | | | * card-util.c (card_status): Create asecret key stub on the fly and print more information about a card key. * import.c (pub_to_sec_keyblock, auto_create_card_key_stub): New. * getkey.c (get_seckeyblock_byfprint): New. * keylist.c (print_card_key_info): New.
* * g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2005-01-203-13/+7
| | | | | | | | | initialization. * gpgv.c (i18n_init) [W32]: Ditto. * simple-gettext.c (set_gettext_file): Use MO files depending on the installation directory. Add new arg REGKEY.
* Minor fixesV1-4-0Werner Koch2004-12-161-1/+1
|
* Add a note on how to send translations.Werner Koch2004-12-163-45/+70
|
* * gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw2004-12-162-31/+37
| | | | | sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
* (keys): Removed my old 621CC013 keyWerner Koch2004-12-123-1251/+1916
| | | | | | which expires at the end of this year. Add g10 Code's source code signing key 37D92FFB.
* * highlights-1.4.txt: New.David Shaw2004-12-094-4/+311
| | | | | * mksamplekeys, samplekeys.asc: Add the PGP global directory key.
* * gpg.sgml: Document export-minimal.David Shaw2004-11-262-4/+15
|
* * DETAILS: Document SIG_SUBPACKET status tag.David Shaw2004-10-282-0/+8
|
* Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch2004-10-282-1/+5
|
* * configure.ac: New option --disable-gnupg-iconv, defineWerner Koch2004-10-264-7/+3057
| | | | | | | | | | | | | USE_GNUPG_ICONV. (AC_CANONICAL_TARGET): Replaced by AC_CANONICAL_HOST. Changed all reference to TARGET to HOST. Made sure that i586-mingw32msvc gets detected as mingw32. (UNIT64_C): Don't include inttype.h uncoditional but use a test to ensure that it gets into conftest.h. (AH_TOP): New. Prevent double inclusion of config.h. * config.links: Use HOST instead of TARGET.
* * gpg.sgml: Minor language tweaks.David Shaw2004-10-194-970/+977
| | | | | | | * samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
* Document IMPORT_CHECK.Werner Koch2004-10-152-0/+8
|
* * README: Mentioned --enable-selinux-support.Werner Koch2004-10-151-1/+4
| | | | | | | | | | | | | * status.h (STATUS_NEED_PASSPHRASE_PIN): New. * status.c (get_status_string): Added. * passphrase.c (ask_passphrase): Moved status printing to .. * cardglue.c (pin_cb): .. here and issue new status message. * keyedit.c (sign_uids): Don't include the leading LF in the translatable string but print them separately. * apdu.c (apdu_open_remote_reader) [_WIN32]: We don't have ENOSYS.
* RebuiltWerner Koch2004-10-152-10/+23
|
* * gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw2004-10-142-8/+30
| | | | | keyserver timeout parameter, and the direct trust model.
* * keygen.c (read_parameter_file): New keyword "Handle". This isWerner Koch2004-10-131-3/+16
| | | | | | | | | bug 287. (print_status_key_not_created): New. (print_status_key_created): Add new arg HANDLE. (do_generate_keypair): Print not created status. * status.c, tatus.h (STATUS_KEY_NOT_CREATED): New.
* * mk-w32-dist: Updated from stable branch.Werner Koch2004-10-012-661/+793
| | | | | | | | * mk-gpg-texi: Changed to use the newer docbook2x-texi utility. * config.guess, config.sub, mkinstalldirs, missing * depcomp, install-sh: Upgraded.
* * gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch2004-09-232-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.
* * gpg.sgml: Document -K.Werner Koch2004-09-202-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.
* * DETAILS: Document the 'spk' signature subpacket record. Add more detailDavid Shaw2004-09-163-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.
* Document "--debug-ccid-driver".Werner Koch2004-09-152-0/+11
|
* * gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw2004-09-142-32/+34
| | | | | | --pgp8. Rephrase the "don't play algorithm games" warning now that PGP has blowfish, zlib, and bzip2.
* * gpg.sgml: Remove show-long-keyids since it is replaced byDavid Shaw2004-08-072-24/+15
| | | | | | --keyid-format. Rename show-validity as show-uid-validity. --ask-cert-level defaults to no.
* * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw2004-06-293-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.
* * gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,David Shaw2004-05-222-5/+41
| | | | | | --keyserver-option honor-keyserver-url, and --list and --verify option show-std/user-notations.
* * gpg.sgml: Clarify that --charset applies to informational strings andDavid Shaw2004-05-202-10/+10
| | | | | | does not recode messages themselves. Remove include-non-rfc export-option.
* * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.David Shaw2004-05-086-13/+31
| | | | | | | * gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
* Removed reference to non-available optionWerner Koch2004-05-032-1/+5
| | | | | --no-default-keyring.
* * DETAILS (NEWSIG): Documented.Werner Koch2004-04-272-0/+23
|
* * gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw2004-04-102-5/+17
| | | | | optional. Document --bzip2-decompress-lowmem.
* Preparing for 1.3.5V1-3-5Werner Koch2004-02-261-1/+5
|
* * gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw2004-02-262-12/+39
| | | | | --default-cert-level.
* * gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw2004-02-262-20/+29
| | | | | | merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.
* * gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw2004-02-124-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.
* * DETAILS: Details for --list-config.David Shaw2004-01-303-7/+81
| | | | | * gpg.sgml: Document --ungroup and --list-config.
* * gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw2004-01-082-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.
* * gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw2003-12-092-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.
* Minor additionsWerner Koch2003-11-271-1/+1
|
* Solved cvs conflictWerner Koch2003-11-272-1/+30
|
* * gpg.sgml: Note the new combinations with --symmetric and --encrypt.David Shaw2003-11-212-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.
* * gpg.sgml: Document --compress-level. Some minor tweaks to otherDavid Shaw2003-11-214-17/+38
| | | | | | | | | | entries. * TRANSLATE: New, note to translators about the yes|yes multiple match syntax. * Makefile.am: Include TRANSLATE in distributed files.
* * cardglue.c (open_card): Ask for card insertion.Werner Koch2003-10-291-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.
* * DETAILS: Add the 'a' value for field 12 and the new field 15.Werner Koch2003-10-282-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.
* Updated texinfo filesWerner Koch2003-10-101-58/+187
|
* * samplekeys.asc: Update 99242560.David Shaw2003-10-013-1105/+1155
| | | | | * gpg.sgml: Document --no-groups.