aboutsummaryrefslogtreecommitdiffstats
path: root/doc (unfollow)
Commit message (Collapse)AuthorFilesLines
2006-04-03About to release 1.4.3gnupg-1.4.3Werner Koch3-107/+197
2006-03-11* samplekeys.asc: Update 99242560 to have a signing subkey backsig.David Shaw2-1840/+1873
2006-03-09* gpg.sgml: Clarify new notation delete feature.David Shaw2-2/+8
2006-03-09keep on walking towards rc3Werner Koch2-0/+442
2006-03-09* gpg.sgml: Document "notation".David Shaw2-6/+17
2006-03-07* gpg.sgml: Rename backsigs to cross-certification (backsigs is justDavid Shaw2-17/+28
shorthand). Document max-cert-size.
2006-03-07* gpg.sgml: Document new way of enabling the PKA functions. Some minorDavid Shaw2-79/+71
other cleanups.
2006-03-07More tests added; make distcheck worksWerner Koch1-0/+9
2006-03-07* gpg.sgml: Document --auto-key-locate.David Shaw2-5/+47
2006-02-25* gpg.sgml: Document new --keyserver syntax.David Shaw2-9/+17
2006-02-14Fixed a wrong return code with gpg --verifyWerner Koch1-1/+3
2005-12-20Finished PKA featureWerner Koch3-2/+58
2005-12-08* gpg.sgml: Document --fetch-keys.David Shaw2-1/+14
2005-12-08* gpg.sgml: Document -d. Add [file] to a few options.David Shaw2-7/+11
2005-11-18* gpg.sgml: Clarify "xxxxx-clean" and "clean". DocumentDavid Shaw2-54/+39
"xxxxx-minimal", and "minimize".
2005-11-02* gpg.sgml: Clarify what is and isn't included in a "clean sigs".David Shaw2-9/+15
2005-10-27* gpg.sgml: Document backsign, --require-backsigs, andDavid Shaw3-3/+34
--no-require-backsigs. * DETAILS: Clarify Key-Usage.
2005-10-18Fixed minor card related bugs and enhanced status messagesWerner Koch1-2/+6
2005-10-17exported subkeys are now merged into one output keyblockWerner Koch4-51/+83
2005-09-22* gpg.sgml: Note that --display-charset is just for display andDavid Shaw2-6/+26
doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode.
2005-09-07Updated card stuff to support T=0 cards.Werner Koch1-1/+1
2005-08-23* gpg.sgml: Fix documentation for setpref/updpref, documentDavid Shaw2-21/+70
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-27Add a note that CVS is beeing migrated to SubversionWerner Koch1-0/+4
2005-07-26Updated.Werner Koch1-20/+37
2005-07-26* passphrase.c (agent_get_passphrase): Make sure to release theWerner Koch1-1/+1
saved codeset. (agent_open): Add arg ORIG_CODESET and switch back to it in case of error. Changed all callers. * zh_TW.po, fr.po, cs.po: Updated.
2005-07-22*** empty log message ***Werner Koch1-0/+4
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 Koch3-2/+18
2005-07-19* configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH.Werner Koch2-0/+14
* 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 Shaw3-1203/+1218
* gpg.sgml: Clarify --throw-keyid and --hidden-recipient a bit.
2005-06-21.Werner Koch1-27/+122
2005-06-20* gpg.sgml: Document --edit-key/clean, import-clean, and export-clean.David Shaw2-0/+67
2005-06-20* gpg.sgml: Document smartcard related options.Werner Koch3-4/+82
* 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 Koch7-8/+11
2005-05-14* gpg.sgml: Document --default-sig-expire and --default-cert-expire,David Shaw2-27/+47
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 Shaw2-5/+9
2005-04-05Typo fixesWerner Koch1-1/+1
2005-03-15Preparing a releaseV1-4-1Werner Koch1-0/+4
2005-03-14* cardglue.c (pin_cb): Disable debug output.Werner Koch4-3/+11
* 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 Koch2-0/+6
* 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 Koch2-1/+17
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 Koch4-84/+127
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 Koch2-1/+17
* 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 Shaw2-7/+15
regardless of --min-cert-level.
2005-02-03About to do a release candidateWerner Koch1-1/+1
2005-02-03Updated to match the switch to the NSIS installer.Werner Koch2-63/+162
2005-01-27Updated to the version from 1.2.7.Werner Koch2-322/+649
2005-01-25(get_cached_data): New arg GET_IMMEDIATE to bypassWerner Koch1-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.
2005-01-20* gpgv.c (tty_fprintf): New stub.Werner Koch1-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.
2005-01-20* g10.c (i18n_init) [W32]: Pass registry key to gettextWerner Koch3-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.