aboutsummaryrefslogtreecommitdiffstats
path: root/doc/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Preparing a releasegnupg-1.4.6Werner Koch2006-12-061-0/+1
|
* Changing the way man pages are build.Werner Koch2006-12-041-0/+4
|
* * gpg.sgml: Document --enable-dsa2, --disable-dsa2, andDavid Shaw2006-06-231-0/+5
| | | | | | | --default-keyserver-url. * DETAILS: Note "Keyserver:"
* * gpg.sgml: Note that --pgp8 does not include SHA224. Clarify thatDavid Shaw2006-06-221-0/+5
| | | | | clearsigned messages are not reversible.
* * mksamplekeys: Incorporate new package signature key and minimize keysDavid Shaw2006-05-231-0/+5
| | | | | when generating samplekeys.asc.
* Updated keysWerner Koch2006-05-171-0/+5
|
* * gpg.sgml: Reminders that --cipher-algo, --digest-algo, andDavid Shaw2006-04-191-0/+5
| | | | | --compress-algo should be avoided.
* use minimal posix sed Werner Koch2006-04-121-0/+4
|
* * gpg.sgml: Some typo fixes. This is Debian 361324.David Shaw2006-04-091-0/+4
|
* * samplekeys.asc: Update 99242560 to have a signing subkey backsig.David Shaw2006-03-111-0/+5
|
* * gpg.sgml: Clarify new notation delete feature.David Shaw2006-03-091-0/+4
|
* * gpg.sgml: Document "notation".David Shaw2006-03-091-0/+4
|
* * gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw2006-03-071-0/+3
| | | | | shorthand). Document max-cert-size.
* * gpg.sgml: Document new way of enabling the PKA functions. Some minorDavid Shaw2006-03-071-0/+5
| | | | | other cleanups.
* * gpg.sgml: Document --auto-key-locate.David Shaw2006-03-071-0/+4
|
* * gpg.sgml: Document new --keyserver syntax.David Shaw2006-02-251-0/+4
|
* 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
|