Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2006-04-03 | About to release 1.4.3gnupg-1.4.3 | Werner Koch | 3 | -107/+197 | |
2006-03-11 | * samplekeys.asc: Update 99242560 to have a signing subkey backsig. | David Shaw | 2 | -1840/+1873 | |
2006-03-09 | * gpg.sgml: Clarify new notation delete feature. | David Shaw | 2 | -2/+8 | |
2006-03-09 | keep on walking towards rc3 | Werner Koch | 2 | -0/+442 | |
2006-03-09 | * gpg.sgml: Document "notation". | David Shaw | 2 | -6/+17 | |
2006-03-07 | * gpg.sgml: Rename backsigs to cross-certification (backsigs is just | David Shaw | 2 | -17/+28 | |
shorthand). Document max-cert-size. | |||||
2006-03-07 | * gpg.sgml: Document new way of enabling the PKA functions. Some minor | David Shaw | 2 | -79/+71 | |
other cleanups. | |||||
2006-03-07 | More tests added; make distcheck works | Werner Koch | 1 | -0/+9 | |
2006-03-07 | * gpg.sgml: Document --auto-key-locate. | David Shaw | 2 | -5/+47 | |
2006-02-25 | * gpg.sgml: Document new --keyserver syntax. | David Shaw | 2 | -9/+17 | |
2006-02-14 | Fixed a wrong return code with gpg --verify | Werner Koch | 1 | -1/+3 | |
2005-12-20 | Finished PKA feature | Werner Koch | 3 | -2/+58 | |
2005-12-08 | * gpg.sgml: Document --fetch-keys. | David Shaw | 2 | -1/+14 | |
2005-12-08 | * gpg.sgml: Document -d. Add [file] to a few options. | David Shaw | 2 | -7/+11 | |
2005-11-18 | * gpg.sgml: Clarify "xxxxx-clean" and "clean". Document | David Shaw | 2 | -54/+39 | |
"xxxxx-minimal", and "minimize". | |||||
2005-11-02 | * gpg.sgml: Clarify what is and isn't included in a "clean sigs". | David Shaw | 2 | -9/+15 | |
2005-10-27 | * gpg.sgml: Document backsign, --require-backsigs, and | David Shaw | 3 | -3/+34 | |
--no-require-backsigs. * DETAILS: Clarify Key-Usage. | |||||
2005-10-18 | Fixed minor card related bugs and enhanced status messages | Werner Koch | 1 | -2/+6 | |
2005-10-17 | exported subkeys are now merged into one output keyblock | Werner Koch | 4 | -51/+83 | |
2005-09-22 | * gpg.sgml: Note that --display-charset is just for display and | David Shaw | 2 | -6/+26 | |
doesn't recode data. Note that --search-keys can use the standard search syntax now (<, =, *, @). Document the @-address mode. | |||||
2005-09-07 | Updated card stuff to support T=0 cards. | Werner Koch | 1 | -1/+1 | |
2005-08-23 | * gpg.sgml: Fix documentation for setpref/updpref, document | David Shaw | 2 | -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-27 | Add a note that CVS is beeing migrated to Subversion | Werner Koch | 1 | -0/+4 | |
2005-07-26 | Updated. | Werner Koch | 1 | -20/+37 | |
2005-07-26 | * passphrase.c (agent_get_passphrase): Make sure to release the | Werner Koch | 1 | -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 Koch | 1 | -0/+4 | |
2005-07-22 | * gpg.sgml (http): | Werner Koch | 1 | -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-19 | Document --limit-card-insert-tries. | Werner Koch | 3 | -2/+18 | |
2005-07-19 | * configure.ac [W32]: Always set DISABLE_KEYSERVER_PATH. | Werner Koch | 2 | -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 Shaw | 3 | -1203/+1218 | |
* gpg.sgml: Clarify --throw-keyid and --hidden-recipient a bit. | |||||
2005-06-21 | . | Werner Koch | 1 | -27/+122 | |
2005-06-20 | * gpg.sgml: Document --edit-key/clean, import-clean, and export-clean. | David Shaw | 2 | -0/+67 | |
2005-06-20 | * gpg.sgml: Document smartcard related options. | Werner Koch | 3 | -4/+82 | |
* g10.c, options.h: New option --no-interactive-selection. * keyedit.c (keyedit_menu): Use it. | |||||
2005-05-31 | Updated FSF street address and preparations for a release candidate. | Werner Koch | 7 | -8/+11 | |
2005-05-14 | * gpg.sgml: Document --default-sig-expire and --default-cert-expire, | David Shaw | 2 | -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 Shaw | 2 | -5/+9 | |
2005-04-05 | Typo fixes | Werner Koch | 1 | -1/+1 | |
2005-03-15 | Preparing a releaseV1-4-1 | Werner Koch | 1 | -0/+4 | |
2005-03-14 | * cardglue.c (pin_cb): Disable debug output. | Werner Koch | 4 | -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 Koch | 2 | -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 Koch | 2 | -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 default | Werner Koch | 4 | -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 Koch | 2 | -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 accepted | David Shaw | 2 | -7/+15 | |
regardless of --min-cert-level. | |||||
2005-02-03 | About to do a release candidate | Werner Koch | 1 | -1/+1 | |
2005-02-03 | Updated to match the switch to the NSIS installer. | Werner Koch | 2 | -63/+162 | |
2005-01-27 | Updated to the version from 1.2.7. | Werner Koch | 2 | -322/+649 | |
2005-01-25 | (get_cached_data): New arg GET_IMMEDIATE to bypass | Werner Koch | 1 | -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 Koch | 1 | -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 gettext | Werner Koch | 3 | -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. |