aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch1-0/+4
* mk-w32-dist: Check for patch files. * w32installer.nsi: Translated a few more strings. Print a warning if permssions are not suitable for the installation. Add Uninstaller entries.
2005-03-11* configure.ac: New option --enable-noexecstack.Werner Koch1-0/+2
* Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
2005-03-07* primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch1-1/+4
Fixes #423. * DETAILS: Document new status codes. * cardglue.c (agent_scd_pkdecrypt, agent_scd_pksign) (agent_scd_genkey, agent_scd_setattr, agent_scd_change_pin) (agent_scd_checkpin, agent_openpgp_storekey): Make sure to send a SC_OP_FAILURE after card operations which might change data. * card-util.c (change_pin): Send a SC_OP_SUCCESS after a PIN has been changed. (change_name): Removed a debug output. * status.h, status.c: New codes BAD_PASSPHRASE_PIN, SC_OP_FAILURE and SC_OP_SUCCESS. * de.po: Updated. Translation is still in the works, though.
2005-02-16* card-util.c (fetch_url): Fetch the key from the defaultWerner Koch1-0/+7
keyserver if no URL is available. * w32installer.nsi: Added page to select the language. * mk-w32-dist: Create the opt.ini using the available languages.
2005-02-15* gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch1-0/+4
* 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-0/+5
regardless of --min-cert-level.
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch1-0/+4
2005-01-27Updated to the version from 1.2.7.Werner Koch1-0/+4
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch1-0/+4
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.
2004-12-16Add a note on how to send translations.Werner Koch1-0/+4
2004-12-16* gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw1-0/+5
sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
2004-12-12(keys): Removed my old 621CC013 keyWerner Koch1-0/+6
which expires at the end of this year. Add g10 Code's source code signing key 37D92FFB.
2004-12-09* highlights-1.4.txt: New.David Shaw1-0/+6
* mksamplekeys, samplekeys.asc: Add the PGP global directory key.
2004-11-26* gpg.sgml: Document export-minimal.David Shaw1-0/+4
2004-10-28* DETAILS: Document SIG_SUBPACKET status tag.David Shaw1-0/+4
2004-10-28Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch1-0/+4
2004-10-19* gpg.sgml: Minor language tweaks.David Shaw1-0/+8
* samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
2004-10-15Document IMPORT_CHECK.Werner Koch1-0/+4
2004-10-14* gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw1-0/+5
keyserver timeout parameter, and the direct trust model.
2004-09-23* gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch1-0/+4
* 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-0/+4
* 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-0/+9
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/+4
2004-09-14* gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw1-0/+6
--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-0/+6
--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-0/+11
* 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-0/+6
--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-0/+6
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-0/+9
* gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
2004-05-03Removed reference to non-available optionWerner Koch1-0/+5
--no-default-keyring.
2004-04-27* DETAILS (NEWSIG): Documented.Werner Koch1-0/+4
2004-04-10* gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw1-0/+5
optional. Document --bzip2-decompress-lowmem.
2004-02-26* gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw1-0/+3
--default-cert-level.
2004-02-26* gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw1-0/+6
merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.
2004-02-12* gnupg.7: Clarify that 'gpgv' doesn't encrypt, and that's not a bug.David Shaw1-0/+11
* 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.
2004-01-30* DETAILS: Details for --list-config.David Shaw1-0/+6
* gpg.sgml: Document --ungroup and --list-config.
2004-01-08* gpg.sgml: Fix a few minor typos. Clarify what --textmode is useful for.David Shaw1-0/+16
* 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.
2003-12-09* gpg.sgml: Fix a few missing semicolons in & entities. Noted byDavid Shaw1-0/+9
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.
2003-11-27Solved cvs conflictWerner Koch1-0/+4
2003-11-21* gpg.sgml: Note the new combinations with --symmetric and --encrypt.David Shaw1-0/+9
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.
2003-11-21* gpg.sgml: Document --compress-level. Some minor tweaks to otherDavid Shaw1-0/+10
entries. * TRANSLATE: New, note to translators about the yes|yes multiple match syntax. * Makefile.am: Include TRANSLATE in distributed files.
2003-10-28* DETAILS: Add the 'a' value for field 12 and the new field 15.Werner Koch1-0/+4
* 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.
2003-10-01* samplekeys.asc: Update 99242560.David Shaw1-2/+8
* gpg.sgml: Document --no-groups.
2003-09-30* gpg.sgml: Note web bug behavior of auto-key-retrieve. Note that bigDavid Shaw1-0/+4
photos mean big keys. Document --rfc2440. Document verify-option show-unusable-uids.
2003-09-30* gpg.sgml: Clarify --mangle-dos-filenames, document list-optionDavid Shaw1-0/+7
show-unusable-uids, remove --no-comment (which is now --no-sk-comments), add --no-comments (to remove --comment), remove --default-comment, and document --sig-keyserver-url.
2003-09-02* DETAILS: Note fingerprint of signing key in sig records.David Shaw1-0/+4
2003-08-31* gpg.sgml: Use "keyserver-url" instead of "preferred-keyserver" for theDavid Shaw1-0/+5
sake of short and simple commands.
2003-08-30* gpg.sgml: Document list-options (show-preferred-keyserver,David Shaw1-0/+7
show-validity, show-long-keyid, and show-sig-expire), and verify-options (show-preferred-keyserver, show-validity, show-long-keyid).
2003-08-29* samplekeys.asc: Updated.David Shaw1-0/+8
* DETAILS: Document "tru" trust record. Document REVKEYSIG status tag. Removed paragraph on gdbm usage. Note that pipemode is deprecated.
2003-08-26* gpg.sgml: Document --list-options (show-photos, show-policy-url,David Shaw1-2/+9
show-notation, show-keyring) and --verify-options (show-photos, show-policy-url, show-notation). Deprecate --show-photos, --show-policy-url, --show-notation, and --show-keyring.