aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finished PKA featureWerner Koch2005-12-201-0/+6
|
* * gpg.sgml: Document --fetch-keys.David Shaw2005-12-081-0/+4
|
* * gpg.sgml: Document -d. Add [file] to a few options.David Shaw2005-12-081-0/+4
|
* * gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw2005-11-181-0/+5
| | | | | "xxxxx-minimal", and "minimize".
* * gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw2005-11-021-0/+4
|
* * gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw2005-10-271-0/+7
| | | | | | | --no-require-backsigs. * DETAILS: Clarify Key-Usage.
* exported subkeys are now merged into one output keyblockWerner Koch2005-10-171-0/+4
|
* * gpg.sgml: Note that --display-charset is just for display andDavid Shaw2005-09-221-0/+6
| | | | | | doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode.
* * gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw2005-08-231-0/+7
| | | | | | | 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.
* *** empty log message ***Werner Koch2005-07-221-0/+4
|
* Document --limit-card-insert-tries.Werner Koch2005-07-191-0/+4
|
* * samplekeys.asc: Update 99242560.David Shaw2005-07-191-0/+6
| | | | | * gpg.sgml: Clarify --throw-keyid and --hidden-recipient a bit.
* * gpg.sgml: Document --edit-key/clean, import-clean, and export-clean.David Shaw2005-06-201-0/+5
|
* * gpg.sgml: Document smartcard related options.Werner Koch2005-06-201-0/+8
| | | | | | * g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it.
* * gpg.sgml: Document --default-sig-expire and --default-cert-expire,David Shaw2005-05-141-0/+7
| | | | | | remove --sk-comments and --no-sk-comments, and clarify the form of a non-IETF notation for --sig-notation and --cert-notation.
* * gpg.sgml: Clarify --min-cert-level a bit.David Shaw2005-05-051-0/+4
|
* * cardglue.c (pin_cb): Disable debug output.Werner Koch2005-03-141-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.
* * configure.ac: New option --enable-noexecstack.Werner Koch2005-03-111-0/+2
| | | | | | * Makefile.am (ASFLAGS): Renamed to AM_CCASFLAGS and added the variable for non exectubale stack options. Adapted users.
* * primegen.c (is_prime): Free A2. Noted by [email protected].Werner Koch2005-03-071-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.
* * card-util.c (fetch_url): Fetch the key from the defaultWerner Koch2005-02-161-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.
* * gpg.sgml: Add bkuptocard command for --edit-key.Werner Koch2005-02-151-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.
* * gpg.sgml: Note that level 0 signatures are always acceptedDavid Shaw2005-02-051-0/+5
| | | | | regardless of --min-cert-level.
* Updated to match the switch to the NSIS installer.Werner Koch2005-02-031-0/+4
|
* Updated to the version from 1.2.7.Werner Koch2005-01-271-0/+4
|
* * g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch2005-01-201-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.
* Add a note on how to send translations.Werner Koch2004-12-161-0/+4
|
* * gpg.sgml: Document --require-secmem/--no-require-secmem. Note that theDavid Shaw2004-12-161-0/+5
| | | | | sign flags (l, t, nr) can be mixed. Remove --nrsign-key.
* (keys): Removed my old 621CC013 keyWerner Koch2004-12-121-0/+6
| | | | | | 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-091-0/+6
| | | | | * mksamplekeys, samplekeys.asc: Add the PGP global directory key.
* * gpg.sgml: Document export-minimal.David Shaw2004-11-261-0/+4
|
* * DETAILS: Document SIG_SUBPACKET status tag.David Shaw2004-10-281-0/+4
|
* Added gpg.ru.1 to EXTRA_DISTV1-3-92Werner Koch2004-10-281-0/+4
|
* * gpg.sgml: Minor language tweaks.David Shaw2004-10-191-0/+8
| | | | | | | * samplekeys.asc: Updated 99242560. * DETAILS: spk flags are hex.
* Document IMPORT_CHECK.Werner Koch2004-10-151-0/+4
|
* * gpg.sgml: Document using "none" to remove preferred keyservers, theDavid Shaw2004-10-141-0/+5
| | | | | keyserver timeout parameter, and the direct trust model.
* * gpg.sgml: Document "addcardkey" and "keytocard".Werner Koch2004-09-231-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.
* * gpg.sgml: Document -K.Werner Koch2004-09-201-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.
* * DETAILS: Document the 'spk' signature subpacket record. Add more detailDavid Shaw2004-09-161-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.
* Document "--debug-ccid-driver".Werner Koch2004-09-151-0/+4
|
* * gpg.sgml: Note that --throw-keyid is --throw-keyids. Note changes inDavid Shaw2004-09-141-0/+6
| | | | | | --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-071-0/+6
| | | | | | --keyid-format. Rename show-validity as show-uid-validity. --ask-cert-level defaults to no.
* * DETAILS: Document PLAINTEXT and PLAINTEXT_LENGTH.David Shaw2004-06-291-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.
* * gpg.sgml: Document --edit-key "keyserver" command, --keyid-format,David Shaw2004-05-221-0/+6
| | | | | | --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-201-0/+6
| | | | | | does not recode messages themselves. Remove include-non-rfc export-option.
* * DETAILS, credits-1.0, credits-1.2: ElGamal -> Elgamal.David Shaw2004-05-081-0/+9
| | | | | | | * gpg.sgml: Document --no-use-embedded-filename and --min-cert-level. * gpgv.sgml: Removed leftover </para>.
* Removed reference to non-available optionWerner Koch2004-05-031-0/+5
| | | | | --no-default-keyring.
* * DETAILS (NEWSIG): Documented.Werner Koch2004-04-271-0/+4
|
* * gpg.sgml: Document delsig. Clarify that --refresh-keys arguments areDavid Shaw2004-04-101-0/+5
| | | | | optional. Document --bzip2-decompress-lowmem.
* * gpg.sgml: Document --ask-cert-level, --max-output, andDavid Shaw2004-02-261-0/+3
| | | | | --default-cert-level.
* * gpg.sgml: Document keyserver-option http-proxy, import-optionDavid Shaw2004-02-261-0/+6
| | | | | | merge-only, remove old honor-http-proxy, --merge-only, and --emulate-md-encode-bug. Document COLUMNS and LINES.