Implement the server comamnd DECRYPT.
[gnupg.git] / g10 / ChangeLog
blob11e13fb0cf6d4f355db919a00ead646050025341
1 2009-10-02  Werner Koch  <wk@g10code.com>
3         * server.c (cmd_encrypt, cmd_decrypt): Implement.
4         * decrypt.c (decrypt_message_fd): New.
5         * options.h (struct opt): Add field OUTFP.
6         * plaintext.c (handle_plaintext): Support opt.outfp.
8         * encr-data.c: Rename to decrypt-data.c to reflect the action and
9         not the processed packet type.
11 2009-10-02  Werner Koch  <wk@g10code.com>
13         * encr-data.c (decode_filter_context_s): Add fields PARTIAL and
14         LENGTH.
15         (decrypt_data): Set them.  Simplify premature EOF detection.
16         (mdc_decode_filter): Take fixed length packets in account.
17         (decode_filter): Ditto.  Better EOF detection.
18         * parse-packet.c (parse_encrypted): Store ed->LEN without the MDC
19         version byte.
21 2009-09-30  Werner Koch  <wk@g10code.com>
23         * parse-packet.c (skip_packet, parse_gpg_control) <list_mode>: Take
24         care of premature EOFs.
26         * gpg.c (main): Remove obsolete GCRYCTL_DISABLE_INTERNAL_LOCKING.
28 2009-09-29  Werner Koch  <wk@g10code.com>
30         * openfile.c (open_outfile): Re-indent.  Use xstrconcat.
31         (NAME_OF_DEV_NULL): New.
32         (open_outfile): Use it.
33         (overwrite_filep): Use it.  Also use case insensitive compare
34         when needed.  Re-indent.
35         (open_outfile): Add arg INP_FD.  Change all callers.
37         * encrypt.c (encrypt_crypt): Add new args FILEFD, OUTPUTFD and
38         PROVIDED_KEYS.  Change all callers.
40 2009-09-28  Werner Koch  <wk@g10code.com>
42         * server.c (skip_options, has_option): New.
43         (cmd_recipient): Implement.
45         * keydb.h (pk_list_t): New.
47         * pkclist.c (send_status_inv_recp): New.  Replace direct calls.
48         (build_pk_list): Factor some code out to ...
49         (find_and_check_key): ... new.
51         * encode.c: Rename to encrypt.c.  Re-indent all.
52         * encrypt.c (encode_symmetric, encode_store, encode_seskey)
53         (encode_simple, encode_crypt, encode_filter)
54         (encode_crypt_files): Rename all to encrypt_*.  Change all callers.
56         * trustdb.c (get_validity_info): Take care of a NULL PK.  Fixes
57         bug#1138.
58         (get_validity_string): Ditto.
60 2009-09-25  Werner Koch  <wk@g10code.com>
62         * pkglue.c (pk_sign, pk_verify, pk_encrypt, pk_decrypt)
63         (pk_check_secret_key): Allow deprecated RSA identifiers 2 and 3.
64         Fixes bug#1139.
66 2009-09-23  Marcus Brinkmann  <marcus@g10code.de>
68         * call-agent.c: Include "scdaemon.h" before <assuan.h> because of
69         GPG_ERR_SOURCE_DEFAULT check.
70         (learn_status_cb, dummy_data_cb, get_serialno_cb, default_inq_cb)
71         (learn_status_cb, inq_writecert_parms, inq_writekey_parms)
72         (scd_genkey_cb, membuf_data_cb): Return gpg_error_t instead of
73         int.
74         * gpg.c: Include "scdaemon.h" before <assuan.h> because of
75         GPG_ERR_SOURCE_DEFAULT check.
76         (main): Update to new Assuan API.
77         * server.c: Include "scdaemon.h" before <assuan.h> because of
78         GPG_ERR_SOURCE_DEFAULT check.
79         (option_handler, cmd_recipient, cmd_signer, cmd_encrypt)
80         (cmd_decrypt, cmd_verify, cmd_sign, cmd_import, cmd_export)
81         (cmd_delkeys, cmd_message, do_listkeys, cmd_listkeys)
82         (cmd_listsecretkeys, cmd_genkey, cmd_getinfo): Return gpg_error_t
83         instead of int.
84         (register_commands): Allocate assuan context before starting
85         server.
86         (gpg_server): Allocate assuan_context before starting server.
88 2009-09-04  Werner Koch  <wk@g10code.com>
90         * keyedit.c (menu_select_uid): Use IDX ==-1 t select all.
91         (menu_select_key): Ditto.
92         (keyedit_menu) <cmdSELKEY, cmdSELUID>: Allow '*' to select all.
94 2009-09-03  Werner Koch  <wk@g10code.com>
96         * keyedit.c (menu_adduid): Pass keyblock to generate_user_id.
97         * keygen.c (generate_user_id): Add arg KEYBLOCK.  Factor code out
98         to ...
99         (uid_from_string): ... new.
100         (ask_user_id): Add arg KEYBLOCK and check for duplicates.  Fix
101         bug#1122.
103         * Makefile.am (uninstall-local): New.
105         * compress-bz2.c (do_uncompress): Detect unexpected EOF.  Fix
106         bug#1011.
108 2009-08-26  Werner Koch  <wk@g10code.com>
110         * keyedit.c (menu_revsig): Check for signature right away.  Fix
111         Debian-bug#543530.
113 2009-08-20  Daiki Ueno  <ueno@unixuser.org>
115         * mainproc.c (proc_encrypted): Clear passphrase cached with S2K
116         cache ID if decryption failed.
117         * passphrase.c (passphrase_to_dek_ext): Set dek->s2k_cacheid.
118         * gpgv.c (passphrase_clear_cache): New stub.
120 2009-08-11  Werner Koch  <wk@g10code.com>
122         * call-agent.c (get_serialno_cb): New.  From ../agent/call-scd.c.
123         (gpg_agent_get_confirmation): New.
124         (select_openpgp): New.
125         (agent_scd_pkdecrypt, agent_scd_pksign): Use it here.
127 2009-08-06  Werner Koch  <wk@g10code.com>
129         * skclist.c (build_sk_list): Print INV_SGNR status line.
130         * seckey-cert.c (do_check): Return G10ERR_UNU_SECKEY instead of
131         general error.
133 2009-08-05  Werner Koch  <wk@g10code.com>
135         * card-util.c: Enable readline support also in GnuPG-2.
137         * call-agent.c (agent_learn): Always select the card first.
139         * gpg.c: Add --key-edit alias.
141         * call-agent.c (scd_genkey_cb): Forward progress status lines.
143         * card-util.c (generate_card_keys): Remove special case for
144         GnuPG-2.  Ask for the keysize and change it.
145         (card_generate_subkey): Ask for the keysize and change it.
146         (get_info_for_key_operation): Read KEY-ATTR.
147         (show_keysize_warning, ask_card_keysize): New.
148         (do_change_keysize): New.
150 2009-07-31  David Shaw  <dshaw@jabberwocky.com>
152         * gpg.c (main): --pgp6 includes --disable-mdc.
154 2009-07-23  David Shaw  <dshaw@jabberwocky.com>
156         * keyserver.c (keyserver_import_ldap): Try a DNS-SD lookup to find
157         a domain-specific LDAP server before resorting to keys.{domain}.
159 2009-07-22  Werner Koch  <wk@g10code.com>
161         * card-util.c (generate_card_keys): Ask for off-card keys only if
162         the card supports it.
163         (get_info_for_key_operation): Read EXTCAP.
164         (card_store_subkey): Check for non matching sizes.
166         * call-agent.h (struct agent_card_info_s): Add field EXTCAP.
167         * call-agent.c (agent_learn): Use a direct SCD command.
168         (did_early_card_test): New.
169         (start_agent): Perform an early test for the card.  Add arg FOR_CARD.
170         (status_sc_op_failure): New.
171         (agent_scd_setattr, agent_scd_writekey, agent_scd_genkey)
172         (agent_scd_pksign, agent_scd_pkdecrypt, agent_scd_change_pin)
173         (agent_scd_checkpin): Call new function.
174         (learn_status_cb): Parse KEY_TIME and EXTCAP.
176         * gpg.c (main) <aFixTrustDB>: Show commands to run.
177         * trustdb.c (how_to_fix_the_trustdb): New.
178         * tdbio.c (tdbio_invalid): Show commands to re-create the trustdb.
179         Fixes bug#929.
181 2009-07-20  Werner Koch  <wk@g10code.com>
183         * keygen.c (generate_keypair): Allow Elgamal > 3072 in BOTH mode.
184         Reported by Jeroen Schot.  Fixes bug#1091.
186 2009-07-17  Werner Koch  <wk@g10code.com>
188         * keyring.c (keyring_rebuild_cache): Replace the assert by a
189         proper error message and allow to delete a bad keyblock.
191 2009-07-13  Werner Koch  <wk@g10code.com>
193         * exec.c: Fix function name indentation.
194         (expand_args): Simplify by using membuf functions.
195         (exec_write): Fix memory leak on error.
196         (w32_system): Use DETACHED_PROCESS so that a new console is not
197         created.
199 2009-07-09  Werner Koch  <wk@g10code.com>
201         * card-util.c (card_store_subkey): Do not restrict to 1024 bit keys.
202         Print an error message on write errors.
204         * gpg.c (main): Remove the SHA-1 default from the personal digest
205         list.  This was used in the past as a hack to avoid preferring
206         RMD-160.
208         * keygen.c (keygen_set_std_prefs): Remove RMD-160 from the list.
209         Change order to SHA-256, SHA-1, SHA-384, SHA-512, SHA-224.
210         (gen_dsa): Use a 256 bit Q for 2048 bit P.  Round to FIPS allowed
211         values in non-expert mode.
213 2009-07-07  Werner Koch  <wk@g10code.com>
215         * gpg.c (set_opt_session_env): New.
216         (main): Allocate opt.session_env.  Use it for oDisplay, oTTYname,
217         oTTYtype and oXauthority.
219         * options.h: Include session_env.h.
220         (opt): Add field SESSION_ENV, remove obsolete fields.
222         * call-agent.c (start_agent): Adjust start_new_gpg_agent for
223         changed args.
225 2009-06-24  Werner Koch  <wk@g10code.com>
227         * keyedit.c (menu_select_key): Remove dead assign to I.
228         (menu_select_uid): Ditto.
229         * keyring.c (keyring_search): Remove dead assign to NAME.
230         * card-util.c (card_edit): Remove useless DID_CHECKPIN.
231         * call-agent.c (unhexify_fpr): Remove dead op on N.
232         * passphrase.c (passphrase_to_dek_ext): Do not deref a NULL PW.
233         * revoke.c (gen_revoke): Remove unused malloc of PK.
234         * parse-packet.c (mpi_read): Init NREAD.
235         Reported by Fabian Keil.
237 2009-06-17  Werner Koch  <wk@g10code.com>
239         * parse-packet.c (parse): Use a casted -1 instead of a 32 bit
240         constant to check for a garbled package.  Fixes bug#1040.
242         * card-util.c (put_data_to_file, read_cert): New.
243         (card_edit): Add command "readcert".
244         (fetch_url): Allow code also for this gnupg major version 2.
245         * call-agent.c (agent_scd_readcert): New.
247 2009-06-15  Werner Koch  <wk@g10code.com>
249         * keyserver.c (keyserver_search_prompt): No prompt in batch+colons
250         mode.
252 2009-06-09  Werner Koch  <wk@g10code.com>
254         * card-util.c (write_sc_op_status): New.
255         (change_pin): Use it.
256         (change_url, change_login, change_private_do, change_cert)
257         (change_lang, change_sex, change_cafpr, toggle_forcesig)
258         (check_pin_for_key_operation): Ditto.
260 2009-06-05  David Shaw  <dshaw@jabberwocky.com>
262         * gpg.c (main), misc.c (openpgp_cipher_test_algo): Remove Camellia
263         restriction.
265         * misc.c (map_cipher_openpgp_to_gcry), main.h: Add macros for
266         openpgp_cipher_open, openpgp_cipher_get_algo_keylen, and
267         openpgp_cipher_get_algo_blklen to wrap around the corresponding
268         gcry_* functions, but pass the algorithm number through
269         map_cipher_openpgp_to_gcry.  This is needed in case the gcry
270         algorithm number doesn't match the OpenPGP number (c.f. Camellia).
272         * encr-data.c, pubkey-enc.c, mainproc.c, cipher.c, encode.c,
273         seskey.c, passphrase.c, seckey-cert.c: Use new openpgp_cipher_*
274         macros here.
276 2009-06-02  Werner Koch  <wk@g10code.com>
278         * card-util.c (get_manufacturer): Add new manufacturer.
280 2009-05-26  Werner Koch  <wk@g10code.com>
282         * parse-packet.c (mpi_read): Workaround for zero-length MPI bug in
283         libgcrypt<1.5.0.
285 2009-05-22  Werner Koch  <wk@g10code.com>
287         * signal.c (got_fatal_signal): Call new function
288         tty_cleanup_after_signal.
290 2009-05-20  Werner Koch  <wk@g10code.com>
292         * gpg.c (main): Fix --fingerprint/--with-fingerprint command
293         detection.  Fixes bug#1044.
295         * keygen.c (ask_keysize): Allow selection of DSA key size even
296         without --enable-dsa2.
297         (gen_dsa): Remove size check.
299         * keygen.c (ask_key_flags): Fix bug in the translation check.
300         Fixes bug#1056.
302 2009-05-18  Daiki Ueno  <ueno@unixuser.org>  (wk)
304         * encode.c (encode_simple): Tell passphrase_to_dek to cache
305         the passphrase.
306         (setup_symkey): Ditto.
307         * mainproc.c (proc_symkey_enc): Tell passphrase_to_dek to cache
308         the passphrase.
309         (proc_encrypted): Ditto.
310         * passphrase.c (hash_passphrase): Remove arg CREATE.
311         (passphrase_to_dek): New mode 3 and 4 for caching passphrase for
312         symmetric encryption.
314 2009-05-17  Werner Koch  <wk@g10code.com>
316         * keygen.c (ask_algo): Add arg R_SUBKEY_ALGO.  Change return value
317         semantics.  Change presented order of algorithms.  Make RSA+RSA
318         the default.
319         (generate_keypair): Adjust for change.
320         (ask_keysize): Add arg PRIMARY_KEYSIZE for subkey creation.
321         Change callers.
323 2009-05-15  Werner Koch  <wk@g10code.com>
325         * keygen.c (gen_card_key_with_backup): Get the size of the key
326         from the card.
327         * call-agent.h (struct agent_card_info_s): Add field KEY_ATTR.
328         * call-agent.c (learn_status_cb): Support KEY-ATTR.
329         * card-util.c (card_status): Print key attributes.
331 2009-05-15  Marcus Brinkmann  <marcus@g10code.de>
333         * gpg.c (gpgconf_list): Remove dead entry "allow-pka-lookup" (a
334         verify option for a couple of years now).
336 2009-05-14  Werner Koch  <wk@g10code.com>
338         * call-agent.c (agent_get_passphrase): Add arg CHECK.
339         * passphrase.c (passphrase_get): Pass new arg.
341         * keygen.c (gen_card_key_with_backup): Print a status error.
342         (do_generate_keypair): Ditto.
343         (do_ask_passphrase): Add arg MODE.
344         (generate_raw_key): Call with mode 1.
345         * passphrase.c (ask_passphrase): Remove becuase it is not used.
346         (passphrase_to_dek): Factor code out to ...
347         (passphrase_to_dek_ext): .. New.  Add args CUSTDESC and CUSTPROMPT.
349 2009-05-13  Werner Koch  <wk@g10code.com>
351         * keygen.c (parse_expire_string): Base ISO date string at noon.
352         Also allow full ISO timestamp.
354 2009-05-11  Werner Koch  <wk@g10code.com>
356         * parse-packet.c (parse_key): Print the key id in list mode.
358         * skclist.c (build_sk_list): Use log_info for "duplicated entry".
359         Fixes bug#1045.
361         * encode.c (encode_simple): Print empty file warning only in
362         verbose mode.  Closes bug#1039.
363         (encode_crypt): Ditto.
364         * sign.c (write_plaintext_packet): Ditto.
366 2009-05-10  David Shaw  <dshaw@jabberwocky.com>
368         * keyserver.c (keyserver_typemap): gpgkeys_hkp handles hkps as
369         well.  From 1.4.
371 2009-05-06  Werner Koch  <wk@g10code.com>
373         * getkey.c (finish_lookup): Remove dead code.
375         * keyring.c (keyring_get_keyblock): Fix memory leak due to ring
376         trust packets.  Fixes bug#1034.
378 2009-04-03  Werner Koch  <wk@g10code.com>
380         * gpgv.c (main): Open keyrings readonly.
381         * keydb.c (keydb_add_resource): Add readonly flag bit.
382         (keydb_rebuild_caches): Don't act on readonly resources.
384         * keyring.c (keyring_register_filename): Add arg READONLY.
385         (struct keyring_name): Add field READONLY.
386         (keyring_is_writable): Implement readonly feature.
387         (keyring_update_keyblock): Return GPG_ERR_EACCES for readonly
388         keyrings.
389         (keyring_insert_keyblock, keyring_delete_keyblock): Ditto.
391 2009-04-01  Werner Koch  <wk@g10code.com>
393         * gpg.c (main): Properly handle UTF8 usernames with --sign-key and
394         --lsign-key.  From 1.4, David 2008-12-21.
396 2009-03-20  David Shaw  <dshaw@jabberwocky.com>  (wk)
398         * keyring.c (rename_tmp_file): Force a fsync (via iobuf_ioctl) on
399         secret keyring files to be extra safe on filesystems that may not
400         sync data and metadata together (ext4).  Also check return code
401         from the cache invalidation to make sure we're safe over NFS and
402         similar.
404 2009-03-31  Werner Koch  <wk@g10code.com>
406         * passphrase.c (ask_passphrase): Use percent_plus_unescape.
407         * misc.c (unescape_percent_string): Remove.
409         * call-agent.c (unescape_status_string): Chnage to use
410         percent_plus_unescape.
412 2009-03-25  Werner Koch  <wk@g10code.com>
414         * mainproc.c (print_pkenc_list): Use snprintf.
416 2009-03-17  Werner Koch  <wk@g10code.com>
418         * call-agent.c (my_percent_plus_escape): Remove.
419         (agent_get_passphrase): Rewrite using percent_plus_escape.
421 2009-03-17  Daiki Ueno  <ueno@unixuser.org>
423         * passphrase.c (passphrase_get): Add extra arg REPEAT and adjust
424         callers; remove special treatment for MODE==2.
425         (passphrase_to_dek): Move --passphrase-repeat handling to
426         gpg-agent.
428         * call-agent.c (agent_get_passphrase): Add extra arg REPEAT.
429         * call-agent.h: Ditto.
431 2009-03-16  Werner Koch  <wk@g10code.com>
433         * gpg.c (my_strusage): Revert last change.  Systems w/o a gpg1 may,
434         and actually do, install gpg2 as gpg.
435         * gpgv.c (my_strusage): Ditto.
437 2009-03-14  David Shaw  <dshaw@jabberwocky.com>
439         * gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).
440         * gpgv.c (my_strusage): Same.
442         * gpgv.c (my_strusage): Fix name of program in "Syntax" line.
444 2009-02-27  Werner Koch  <wk@g10code.com>
446         * call-agent.c (agent_scd_pksign, agent_scd_pkdecrypt): First send
447         the SERIALNO command.
449 2009-02-24  Werner Koch  <wk@g10code.com>
451         * pkglue.c (pk_verify): Return an error for improper DATA instead
452         of calling BUG().
454 2009-02-09  Werner Koch  <wk@g10code.com>
456         * keylist.c (print_capabilities): Take care of cert-only keys.
457         Fixes bug#998.
458         * keyedit.c (show_key_with_all_names_colon): Print the capabilities.
460 2009-01-26  Werner Koch  <wk@g10code.com>
462         * card-util.c (card_status): Detect a Geldkarte.
464 2009-01-13  Werner Koch  <wk@g10code.com>
466         * call-agent.c (dummy_data_cb): New.
467         (agent_learn): Use it.
468         * card-util.c (card_status): Print type of non-OpenPGP card.
469         * call-agent.h (agent_card_info_s): Add field APPTYPE.
471 2009-01-12  Werner Koch  <wk@g10code.com>
473         * getkey.c (finish_lookup): Take care of keys with a zero
474         timestamp.  Reported by Peter Gutmann.
476 2009-01-08  Werner Koch  <wk@g10code.com>
478         * misc.c (has_invalid_email_chars): Let non-ascii pass through.
480         * cpr.c [USE_SHM_COPROCESSING]: Remove this code.
482 2008-12-12  Werner Koch  <wk@g10code.com>
484         * passphrase.c (passphrase_get): Write a STATUS_ERROR.
485         * cpr.c (write_status_error): New.
487         * Makefile.am (common_source): Add rmd160.h.
489 2008-12-11  Werner Koch  <wk@g10code.com>
491         * sig-check.c (signature_check2): Change algorithm used to compute
492         the SIG_ID.
493         (check_revocation_keys): Close message digest.
495         * rmd160.c, rmd160.h: New.  Based on code from GnuPG-1.4.
496         * t-rmd160.c: New.
497         * Makefile.am: Add support to run tests.
498         * keyid.c (namehash_from_uid): Use rmd160_hash_buffer.
500 2008-12-10  Werner Koch  <wk@g10code.com>
502         * trustdb.h (NAMEHASH_HASH): Remove unsued constant.
504         * gpg.c (print_mds): Print RMD160 only is enabled.
506         * keygen.c (keygen_set_std_prefs): Include RMD160 only if
507         available.
509 2008-12-09  Werner Koch  <wk@g10code.com>
511         * gpg.c (main) [IS_DEVELOPMENT_VERSION]: Fix strusage use.
513 2008-12-09  Werner Koch  <wk@g10code.com>
515         * keygen.c (proc_parameter_file): Check that key and subkey usages
516         are allowed.
518 2008-12-09  David Shaw  <dshaw@jabberwocky.com>  (wk)
520         * trustdb.c (validate_one_keyblock): Fix the trust signature
521         calculations so that we lower the trust depth of signatures to fit
522         within the current chain, rather than discarding any signature
523         that does not fit within the trust depth.
525 2008-12-09  Werner Koch  <wk@g10code.com>
527         * keyserver.c (show_prompt): Flush stdout.
529         * gpg.c (open_info_file): Add arg BINARY and adjust callers.
531         * gpg.c (main): Call i18n_init before init_common_subsystems.
532         * gpgv.c (main): Ditto.
534         * keylist.c (set_attrib_fd): Do not close ATTRIB_FP if it is the
535         log stream.
536         (set_attrib_fd) [W32]: Set to binary mode.
537         (dump_attribs): Flush the stream after writing.
539 2008-12-05  Werner Koch  <wk@g10code.com>
541         * call-agent.c (percent_plus_escape): Rename to
542         my_percent_plus_escape and also escape the percent character.
543         Change all callers.
545 2008-11-18  Werner Koch  <wk@g10code.com>
547         * gpg.c (build_lib_list): Remove.
548         (make_libversion): New.
549         (my_strusage): Use it.
550         * gpgv.c (make_libversion): New.
551         (my_strusage): Print libgcrypt version.
553 2008-11-13  Werner Koch  <wk@g10code.com>
555         * gpgv.c: Use new ARGPARSE macros and re-indent.
557 2008-11-11  Werner Koch  <wk@g10code.com>
559         * gpg.c (opts): Use new ARGPARSE macros for clarity.
561 2008-10-24  Werner Koch  <wk@g10code.com>
563         * keyedit.c (change_passphrase): Clear passphrase cache.
565 2008-10-20  Werner Koch  <wk@g10code.com>
567         * gpgv.c: Mark all args of the stub fucntions as unused.
569         * card-util.c (generate_card_keys): Remove unused arg SERIALNO and
570         adjust caller.
572         * build-packet.c (write_sign_packet_header): Mark unused arg.
573         * gpg.c (gpg_init_default_ctrl, gpg_deinit_default_ctrl): Ditto.
574         * getkey.c (skip_unusable): Ditto.
575         (write_version): Ditto.
576         * keydb.c (keydb_locate_writable): Ditto.
577         * keyring.c (update_offset_hash_table): Ditto.
578         (keyring_lock): Ditto.
579         * misc.c (register_secured_file): Ditto.
580         (unregister_secured_file): Ditto.
581         (is_secured_file): Ditto.
582         (is_secured_filename): Ditto.
583         * parse-packet.c (parse_marker): Ditto.
584         (parse_key, parse_attribute): Ditto.
585         (parse_trust, parse_compressed, parse_mdc, parse_gpg_control): Ditto.
586         * cpr.c (progress_cb): Ditto.
587         * passphrase.c (passphrase_clear_cache): Ditto.
588         (ask_passphrase): Ditto.
589         * keyedit.c (keyedit_completion): Ditto.
590         * import.c (import_revoke_cert): Ditto.
591         (chk_self_sigs, delete_inv_parts, append_uid): Ditto.
592         (merge_sigs, merge_keysigs, append_key): Ditto.
593         * trustdb.c (list_trust_path): Ditto.
594         (enum_cert_paths, enum_cert_paths_print): Ditto.
595         * tdbdump.c (list_trustdb): Ditto.
596         * keygen.c (keygen_upd_std_prefs): Ditto.
597         (genhelp_factors): Ditto.
598         * call-agent.c (agent_scd_setattr): Ditto.
599         (agent_scd_writekey, agent_scd_change_pin, agent_scd_genkey): Ditto.
600         (agent_clear_pin_cache): Ditto.
602         * server.c (option_handler): Mark non yet used arg.
603         (input_notify, output_notify): Ditto.
604         (cmd_recipient, cmd_signer, cmd_encrypt, cmd_decrypt, cmd_verify)
605         (cmd_sign, cmd_import, cmd_export, cmd_delkeys, do_listkeys)
606         (cmd_genkey): Ditto.
607         * verify.c (gpg_verify): Ditto.
609 2008-10-17  Werner Koch  <wk@g10code.com>
611         * main.h (idea_cipher_warn): Use do while construct in place of an
612         empty definition.
614 2008-10-03  David Shaw  <dshaw@jabberwocky.com>
616         * main.h, mainproc.c (check_sig_and_print)
617         * keylist.c (list_keyblock_print)
618         * pkclist.c (do_edit_ownertrust)
619         * keyedit.c (menu_showphoto)
620         * photoid.c (generate_photo_id, show_photos)
621         * misc.c (pct_expando): Add %v and %V expandos so
622          that displaying photo IDs can show the attribute validity
623          tag (%v) and string (%V).  Originally by Daniel Gillmor.
625 2008-09-29  Werner Koch  <wk@g10code.com>
627         * gpg.c (main): Remove -sat kludge.  Note that we printed a
628         warning for two years.
630         * seskey.c (encode_md_value): Remove extra gcry_md_test_algo since
631         it is not needed with Libgcrypt 1.4.
632         * skclist.c (random_is_faked): Simplify.
633         * sign.c (match_dsa_hash): Remove runtime check for SHA224.
634         * gpg.c (print_mds): Use GCRY_MD_SHA224 constant.
636 2008-09-25  David Shaw  <dshaw@jabberwocky.com>
638         * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses
639         its modified status after a "clean" or "minimize" that doesn't
640         need to do anything.
642 2008-09-25  Werner Koch  <wk@g10code.com>
644         * parse-packet.c (parse): Remove special treatment for compressed
645         new style packets.  Fixes bug#931.
647         * card-util.c (change_pin): Support setting of the reset code.
649 2008-09-24  Werner Koch  <wk@g10code.com>
651         * call-agent.h (struct agent_card_info_s): Add field IS_V2.
652         * call-agent.c (learn_status_cb): That that field.
654         * card-util.c (change_pin): Rename first arg to UNBLOCK_v2 and use
655         it this way.
656         (card_edit): Add new command UNBLOCK.
658 2008-09-23  David Shaw  <dshaw@jabberwocky.com>
660         * pkclist.c (select_algo_from_prefs): Redo function to rank prefs
661         and pick a consensus winner across all keys.
663 2008-09-16  Werner Koch  <wk@g10code.com>
665         * card-util.c (fpr_is_ff): New.
666         (card_status): Do not print general key info for an all-ff fpr.
667         (change_login, change_private_do): Factor common code out to ...
668         (get_data_from_file): .. new.
669         (change_cert): New.
670         (card_edit): Add command "writecert".
671         * call-agent.c (writecert_parm_s): New.
672         (inq_writecert_parms, agent_scd_writecert): New.
674 2008-09-04  David Shaw  <dshaw@jabberwocky.com>
676         * keyserver.c (keyserver_import_cert): Allow keyserver URLs in
677         addition to full URLs in CERT records.
679 2008-08-11  Werner Koch  <wk@g10code.com>
681         * keygen.c (ask_expire_interval): Check for time overflow of an
682         u32.  Fixes bug #947.
684 2008-08-01  Werner Koch  <wk@g10code.com>
686         * tdbio.c (open_db) [!EROFS]: Move closing parens out of the
687         ifdef.  Reported by Ken Takusagawa.
689 2008-06-25  Marcus Brinkmann  <marcus@g10code.de>
691         * gpg.c (enum cmd_and_opt_values): Remove option
692         oEnableW32HandleTranslation.
693         (opts): Remove option --enable-w32-handle-translation.
694         (main): Remove variable w32_handle_translation.
696 2008-06-19  Werner Koch  <wk@g10code.com>
698         * gpg.c (gpgconf_list): Add "group".
700 2008-06-18  Marcus Brinkmann  <marcus@g10code.de>
702         * gpg.c (enum cmd_and_opt_values): New option
703         oEnableW32HandleTranslation.
704         (opts): New option --enable-w32-handle-translation.
705         (main): New variable w32_handle_translation to keep track of
706         option.
708 2008-06-16  Werner Koch  <wk@g10code.com>
710         * keygen.c (output_control_s): Add ASK_PASSPHRASE.
711         (read_parameter_file): Add commands %ask-passphrase and
712         %no-ask-passphrase.
714 2008-06-11  Werner Koch  <wk@g10code.com>
716         * gpg.c: Make --fixed-list-mode a dummy.
717         * options.h (struct): Removed FIXED_LIST_MODE.
718         * keyid.c (colon_strtime, colon_datestr_from_pk)
719         (colon_datestr_from_sk, colon_datestr_from_sig)
720         (colon_expirestr_from_sig): Remove fixed_list_mode case.
721         * keylist.c (list_keyblock_colon): Ditto.  Remove all now unsed
722         code and reindent.
724 2008-05-31  Werner Koch  <wk@g10code.com>
726         * keygen.c (ask_user_id): Change the string printed as header of
727         the user ID generation.  Use code to not break existing
728         translations.  Suggested by Eric Tetz.
730 2008-05-08  Werner Koch  <wk@g10code.com>
732         * sig-check.c (do_check_messages): Print a revocation diagnostic
733         in verbose mode.
735 2008-05-07  Werner Koch  <wk@g10code.com>
737         * gpg.c: New command --locate-keys.  New options --with-sig-list
738         and --with-sig-check.
739         * keylist.c (locate_one): New.
740         (public_key_list): Add arg LOCATE_MODE and use locate_one.
741         * getkey.c (get_pubkey_byname): Fix nodefault case.  Add option
742         RETCTX, change all callers.
743         (struct getkey_ctx_s): Add field extra_ptr;
744         (get_pubkey_end): Free it.
746 2008-04-18  Werner Koch  <wk@g10code.com>
748         * misc.c (map_cipher_openpgp_to_gcry, map_cipher_gcry_to_openpgp)
749         (openpgp_cipher_test_algo): Add camellia-192.
750         (openpgp_cipher_blocklen): New.
751         * parse-packet.c (parse_key): Use new function here.
753 2008-04-15  David Shaw  <dshaw@jabberwocky.com>
755         * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19
756         backsigs, take the most recent one.
758 2008-04-08  Werner Koch  <wk@g10code.com>
760         * options.h (opt): Add AKL_NODEFAULT and AKL_LOCAL.
761         * getkey.c (parse_auto_key_locate): Parse them.
762         (get_pubkey_byname): Implement them.  Add arg NO_AKL and use that
763         in all cases where a local key is expected.
764         * import.c (import_one): Fill in the fingerprint in all cases.
765         Use log_get_stream.
766         * keyserver.c (keyserver_import_pka): Set FPR to NULL on error.
767         Return G10ERR_NO_PUBKEY if no PKA info is available or no key URI
768         is given in the PKA record..
769         (keyserver_import_cert): Return G10ERR_NO_PUBKEY if a CERT record
770         was not found.
772         * getkey.c (get_pubkey_byname): Release FPR in the error case.
773         Continue with next mechanism on error.  Better diagnostics.
775 2008-04-07  Werner Koch  <wk@g10code.com>
777         * keyserver.c (parse_keyserver_uri): Allow a default host name.
779         * getkey.c (get_pubkey_byname): Replace sprintf by bin2hex.
781 2008-04-02  Werner Koch  <wk@g10code.com>
783         * gpg.c (main): Do not allow DSA2 with a too old Libgcrypt.
785 2008-03-26  Werner Koch  <wk@g10code.com>
787         * tdbio.c (lookup_hashtable): Make cmp args const.
788         (cmp_trec_fpr): Make FPR const.
789         (tdbio_search_trust_byfpr): Remove cast.
791 2008-03-25  Werner Koch  <wk@g10code.com>
793         * keyserver.c (parse_keyrec): Take care of char defaulting to
794         unsigned when using hextobyte.
796 2008-03-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
798         * import.c (collapse_uids): Fix bug 894: possible memory
799         corruption around deduplication of user IDs.
801 2008-03-25  Werner Koch  <wk@g10code.com>
803         * parse-packet.c (parse_key): Parse a secret key encrypted with
804         Camellia.
806         * options.skel: Make the default keyserver keys.gnupg.net.
808 2008-03-18  Werner Koch  <wk@g10code.com>
810         * seckey-cert.c (do_check): Use GCRYMPI_FMT_PGP for v3 keys.
811         Reported by Petr Cerny.
813 2008-03-13  Werner Koch  <wk@g10code.com>
815         * passphrase.c (PROMPTSTRING): Change string to me more similar to
816         the X.509 prompt.
818 2008-02-26  Werner Koch  <wk@g10code.com>
820         * getkey.c (get_pubkey_byname): Fix comment.
822 2008-02-14  Werner Koch  <wk@g10code.com>
824         * call-agent.c (default_inq_cb): New.
825         (agent_learn, agent_scd_getattr, agent_scd_pksign)
826         (agent_scd_pkdecrypt, agent_scd_change_pin, agent_scd_checkpin)
827         (agent_get_passphrase, agent_clear_passphrase): Use new callback.
828         (inq_writekey_parms): Fall back to the new callback for other
829         inquiries.
830         (start_agent): Tell agent that we accept pinentry notifications.
832 2008-02-11  Werner Koch  <wk@g10code.com>
834         * server.c (cmd_getinfo): New.
835         (register_commands): Register GETINFO.
837 2008-02-09  Marcus Brinkmann  <marcus@g10code.de>
839         * gpg.c (main): New variable default_configname.  Use it if
840         save_configname is NULL (can happen if default configfile does
841         not exist).  Move default configname determination to ...
842         (get_default_configname): ... this new function.
844 2008-01-30  Werner Koch  <wk@g10code.com>
846         * keydb.c (maybe_create_keyring): Fixed last change.
847         * tdbio.c (tdbio_set_dbname): Also test for forward slash.
849 2008-01-29  Werner Koch  <wk@g10code.com>
851         * keydb.c (maybe_create_keyring): Take care of a missing slash.
852         (maybe_create_keyring) [W32]: Also test for forward slash.
854 2008-01-26  Werner Koch  <wk@g10code.com>
856         * card-util.c (get_manufacturer): Add vendor 0004.
858 2008-01-02  Werner Koch  <wk@g10code.com>
860         * gpg.c: Add --logger-file as an alias for log-file.
862 2007-12-14  Werner Koch  <wk@g10code.com>
864         * gpg.c (main): Set opt.no_homedir_creation during the first option
865         parsing pass.
867 2007-12-12  Werner Koch  <wk@g10code.com>
869         * misc.c (print_pubkey_algo_note): Print a warning if a type 20
870         key is used.
871         (openpgp_pk_test_algo, openpgp_pk_test_algo2)
872         (openpgp_pk_algo_usage): Allow type 20 keys only in rfc2440 mode.
874 2007-12-12  David Shaw  <dshaw@jabberwocky.com>  (wk)
876         * trustdb.c (sanitize_regexp): New.  Protect against dangerous
877         regexps (malloc bombs) by force-commenting any characters aside
878         from the ones we explicitly want.
879         (check_regexp): Use it here before passing the regexp to
880         regcomp().
882 2007-12-12  Werner Koch  <wk@g10code.com>
884         * misc.c (map_cipher_openpgp_to_gcry): New.  Used to map Camellia
885         algorithms to Gcrypt.
886         (openpgp_cipher_test_algo): Call new map function.  Replace
887         all remaining calls to gcry_cipher_test_algo by a call to this.
888         (openpgp_cipher_algo_name): New.  Replace all remaining calls to
889         gcry_cipher_algo_name by a call to this.
890         (map_cipher_gcry_to_openpgp): New.
891         (string_to_cipher_algo): Use it.
892         * gpg.c (main): Print a warning if Camellia support is build in.
894         * gpg.c (print_algo_names): New.  From the 1.4 branch by David.
895         (list_config): Use it here for the "ciphername" and "digestname"
896         config items so we can get a script-parseable list of the names.
898         * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include
899         the 0x.
901         * sign.c (match_dsa_hash): Remove conditional builds dending on
902         USE_SHAxxx.  We don't need this becuase it can be expected that
903         libgcrypt provides it.  However we need to runtime test for SHA244
904         becuase that is only available with libgcrypt 2.4.
906 2007-12-11  Werner Koch  <wk@g10code.com>
908         * mainproc.c (proc_pubkey_enc): Allow type 20 Elgamal key for
909         decryption.
911 2007-12-10  Werner Koch  <wk@g10code.com>
913         * import.c (auto_create_card_key_stub): Do not clear the entire
914         fingerprint.  This finally makes the stub creation work.  My past
915         tests seemed to work because there was a key with a all zero
916         fingerprint available (Elgamal signing keys).
918 2007-12-08  Werner Koch  <wk@g10code.com>
920         * misc.c (openpgp_pk_algo_usage): Allow Elgamal type 20 for
921         encryption.
923 2007-12-04  Werner Koch  <wk@g10code.com>
925         * helptext.c (get_help_from_file): New.
926         (display_online_help): Use it to geting the help through a file.
927         (helptexts): Remove.
929 2007-12-03  Werner Koch  <wk@g10code.com>
931         * keygen.c (ask_key_flags): Add a translation remark and implement
932         a workaround.
934         * gpg.c (reopen_std): Moved to ../common and renamed to
935         gnupg_reopen_std.
937         * gpg.c: Remove second inclusion of fcntl.h.
939 2007-11-19  Werner Koch  <wk@g10code.com>
941         * keyedit.c (keyedit_menu): String grammar fix.
943 2007-11-15  Werner Koch  <wk@g10code.com>
945         * gpg.c (main): New option --xauthority.
946         * call-agent.c (start_agent): Adjust changed start_new_gpg_agent.
948 2007-11-12  Werner Koch  <wk@g10code.com>
950         * cpr.c (do_get_from_fd): s/bool/getbool/ to overcome problems
951         with Mac OS 10.5 which seems to include stdbool.h silently.
953 2007-11-07  Werner Koch  <wk@g10code.com>
955         Replace all includes of errors.h by status.h (found in common/).
957         * status.h: Remove.
958         * status.h: Move prototypes to main.h.
959         * status.c:  Rename to ..
960         * cpr.c: .. this.
961         (get_status_string): Remove.  We take this now from common/.
963 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
965         From 1.4 (October):
967         * gpg.c (main): Add --require-cross-certification to
968         --openpgp/--rfc4880 mode.
970         * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by
971         default.  Enable --require-cross-certification by default.
972         --openpgp (--rfc4880) is the same as --rfc2440 except with
973         "--enable-dsa2 --no-rfc2440-text --escape-from-lines".
975         * misc.c (compliance_option_string, compliance_failure): Minor
976         cleanup.
978         * armor.c (is_armor_header): Comment about 4880.
980         * options.h, gpg.c (main): Add --rfc4880, and make --openpgp an
981         alias to it.  --rfc2440 now stands alone.  For now, use the old
982         2440 defaults for 4880.
983         * misc.c (compliance_option_string): Ditto.
985         * keyedit.c (keyedit_menu): Use compliance_option_string() instead
986         of printing the compliance modes here.
988 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
990         From 1.4 (September):
992         * import.c (collapse_uids): Significant speedup for de-duping user
993         IDs.
995 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
997         From 1.4 (July):
999         * armor.c (parse_header_line): Improve test so that the header
1000         test only allows "Hash" in the signed data section.
1002         * armor.c (is_armor_tag): New.  Detect if an armor header matches
1003         2440bis-21.
1004         (parse_header_line): Call it here, as bis-21 requires warning the
1005         user (but continuing to process the message) when seeing an
1006         unknown header.
1008         * encode.c (encode_crypt): Missed one call to
1009         setup_plaintext_name().  This is bug#809.
1011         * sign.c (mk_notation_policy_etc): Expect all sigs that this is
1012         called for are >=v4.
1013         (write_signature_packets, make_keysig_packet): Only call it for
1014         >=v4 sigs.  This allows --force-v3-sigs and --force-v4-certs to
1015         enable or disable notations, policies, and keyserver URLs.  This
1016         is bug#800.
1018 2007-10-19  Werner Koch  <wk@g10code.com>
1020         * passphrase.c (passphrase_get): Use new utf8 switching fucntions.
1022 2007-09-14  Werner Koch  <wk@g10code.com>
1024         * gpg.c (build_lib_list): New.
1025         (my_strusage): Print lib info.
1027 2007-08-27  Werner Koch  <wk@g10code.com>
1029         * trustdb.c (USE_INTERNAL_REGEX): Remove support.
1031 2007-08-24  Werner Koch  <wk@g10code.com>
1033         * keyring.c (keyring_register_filename): Use same_file_p().
1035 2007-08-21  Werner Koch  <wk@g10code.com>
1037         * misc.c (openpgp_md_test_algo): Remove rfc2440bis hash algorithms.
1038         (openpgp_cipher_test_algo): Likewise for algos 5 and 6.
1040 2007-08-02  Werner Koch  <wk@g10code.com>
1042         * gpg.c: Include gc-opt-flags.h and remove their definition here.
1044 2007-07-17  Werner Koch  <wk@g10code.com>
1046         * gpg.c (gpgconf_list): Declare --encrypt-to and --default-key.
1048         * card-util.c (get_manufacturer): Add the unmanaged S/N range.
1050 2007-07-12  Werner Koch  <wk@g10code.com>
1052         * gpg.c (main): Use translate_sys2libc_fd_int when passing an int
1053         value.
1054         * gpgv.c (main): Ditto.
1056 2007-07-05  Werner Koch  <wk@g10code.com>
1058         * card-util.c (card_generate_subkey, card_store_subkey): Enable
1059         the code also for GnuPG-2.
1061         * keygen.c (make_backsig): Add arg TIMESTAMP.
1062         (write_keybinding): Add arg TIMESTAMP, pass it to make_backsig.
1063         (write_direct_sig, write_selfsigs): Add arg TIMESTAMP.
1064         (gen_elg, gen_dsa, gen_rsa): Add arg TIMESTAMP.
1065         (do_create): Ditto.
1066         (do_generate_keypair): Use the same timestamp for key creation
1067         time and all key signatures. Return an error if write_direct_sig
1068         for the secret key fails.
1069         (generate_subkeypair): Ditto.
1070         (gen_card_key): New arg TIMESTAMP.
1071         (generate_card_subkeypair): Pass current time to gen_card_key.
1072         (gen_card_key_with_backup): New arg TIMESTAMP.
1073         (read_parameter_file): Add option Creation-Date.
1074         (parse_creation_string): New.
1075         (do_generate_keypair): Use the Creation-Date if available.
1076         (save_unprotected_key_to_card): Use P for P and not D.
1077         * call-agent.c (agent_scd_genkey): Add arg CREATETIME.
1078         * keyedit.c (menu_backsign): Use the same timestamp for all backsigs.
1080 2007-06-26  Werner Koch  <wk@g10code.com>
1082         * openfile.c (try_make_homedir): Support W32; use standard_homedir.
1084 2007-06-25  Werner Koch  <wk@g10code.com>
1086         * gpg.c, gpgv.c: Include sysutils.h.
1087         (main): Replace iobuf_translate_file_handle by
1088         translate_sys2libc_fd.
1090 2007-06-21  Werner Koch  <wk@g10code.com>
1092         * main.h: Include util.h.
1094         * call-agent.c (start_agent): Factored almost all code out to
1095         ../common/asshelp.c.
1097         * gpg.h (ctrl_t): Remove.  It is now declared in ../common/util.h.
1099 2007-06-20  Werner Koch  <wk@g10code.com>
1101         * misc.c (setsysinfo, trap_unaligned): Remove.  It is also in
1102         common/sysutils.c.
1103         (disable_core_dumps, get_session_marker):
1105         * sign.c (sleep): Remove sleep wrapper.
1107 2007-06-18  Marcus Brinkmann  <marcus@g10code.de>
1109         * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list.
1111 2007-06-14  Werner Koch  <wk@g10code.com>
1113         * call-agent.c (start_agent): Use gnupg_module_name.
1115 2007-06-12  Werner Koch  <wk@g10code.com>
1117         * openfile.c (copy_options_file): Use gnupg_datadir.
1118         * misc.c (get_libexecdir): Remove.  Changed all callers to use
1119         gnupg_libexecdir.
1120         * gpg.c (check_permissions): Use gnupg_libdir.
1122         * gpg.c (main): Replace some calls by init_common_subsystems.
1123         * gpgv.c (main): Ditto.
1125 2007-06-11  Werner Koch  <wk@g10code.com>
1127         * Makefile.am (needed_libs): Use libcommonstd macro.
1129         * gpgv.c (main) [W32]: Call pth_init.
1130         * gpg.c (main) [W32]: Call pth_init.
1132 2007-06-08  Werner Koch  <wk@g10code.com>
1134         * Makefile.am (gpg2_LDADD): Syntax fix.
1136 2007-06-06  Werner Koch  <wk@g10code.com>
1138         * passphrase.c (passphrase_get) [!ENABLE_NLS]: Do not define
1139         orig_codeset.
1141         * Makefile.am (gpgv2_LDADD, gpg2_LDADD): Include LDADD before
1142         libgcrypt.
1144         * plaintext.c (handle_plaintext): Replace eof by eof_seen as W32's
1145         io.h has a symbol with that name.
1147         * misc.c: Do not include dynload.h.
1148         (w32_shgetfolderpath): Remove. It is now in common/homedir.c.
1150         * gpgv.c (i18n_init): Remove.
1151         * gpg.c (i18n_init): Remove.
1152         (main): Make --load-extension a dummy
1154 2007-05-19  Marcus Brinkmann  <marcus@g10code.de>
1156         * passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
1158         * passphrase.c (passphrase_get): Free ORIG_CODESET on error.
1160 2007-05-16  Werner Koch  <wk@g10code.com>
1162         * sig-check.c (check_backsig): Check the digest algorithm before
1163         using it.  Fixed bug 797.
1165 2007-05-09  Werner Koch  <wk@g10code.com>
1167         * openfile.c (overwrite_filep, open_outfile) [W32]: Need to use
1168         just "nul".  Though, I am pretty sure that some MSDOS versions
1169         grok the extra /dev/.
1171 2007-05-07  Werner Koch  <wk@g10code.com>
1173         * openfile.c (open_outfile, overwrite_filep) [W32]: Use "/dev/nul".
1175 2007-05-02  David Shaw  <dshaw@jabberwocky.com>
1177         * packet.h, mainproc.c (reset_literals_seen): New function to
1178         reset the literals count.
1180         * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call
1181         it here so we allow multiple literals in --multifile mode (in
1182         different files - not concatenated together).
1184 2007-04-26  Marcus Brinkmann  <marcus@g10code.de>
1186         * passphrase.c (passphrase_to_dek): Write missing passphrase
1187         status message in case of cancellation.
1189 2007-04-16  Werner Koch  <wk@g10code.com>
1191         * build-packet.c (mpi_write): Made buffer a bit larger.  Reported
1192         by Alexander Feigl.
1194 2007-04-13  Werner Koch  <wk@g10code.com>
1196         * call-agent.c (start_agent): Don't use log_error when using the
1197         fallback hack to start the agent.  This is bug 782.
1199 2007-04-05  David Shaw  <dshaw@jabberwocky.com>
1201         From STABLE-BRANCH-1-4
1203         * parse-packet.c (parse_marker): New.  Enforce that the marker
1204         contains 'P', 'G', 'P', and nothing but.
1205         (parse): Call it here.
1206         (skip_packet): No longer need to handle marker packets here.
1208 2007-03-14  David Shaw  <dshaw@jabberwocky.com>
1210         From STABLE-BRANCH-1-4
1212         * keyserver.c: Windows Vista doesn't grok X_OK and so fails
1213         access() tests.  Previous versions interpreted X_OK as F_OK
1214         anyway, so we'll just use F_OK directly.
1216 2007-03-09  David Shaw  <dshaw@jabberwocky.com>
1218         From STABLE-BRANCH-1-4
1220         * parse-packet.c (parse_signature): It's hex.
1222         * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of
1223         a backsig when list mode is on.  Noted by Timo Schulz.
1225 2007-03-08  Werner Koch  <wk@g10code.com>
1227         * plaintext.c (handle_plaintext): Add two extra fflush for stdout.
1229 2007-03-08  David Shaw  <dshaw@jabberwocky.com>  (wk)
1231         * keyedit.c (keyedit_menu): If we modify the keyblock (via
1232         fix_keyblock() or collapse_uids()) make sure we reprocess the
1233         keyblock so the flags are correct.  Noted by Robin H. Johnson.
1235         * getkey.c (fixup_uidnode): Properly clear flags that don't apply
1236         to us (revoked, expired) so that we can reprocess a uid.
1238 2007-03-05  Werner Koch  <wk@g10code.com>
1240         Converted this file to UTF-8.
1242         Ported David and my multiple messages changes from 1.4.7.
1244         * options.h, gpg.c (main), mainproc.c (check_sig_and_print): Allow
1245         multiple sig verification again as this is protected via the
1246         multiple-messages code.  New option --allow-multiple-messages and
1247         --no variant.
1248         * status.h (STATUS_ERROR): New status code.
1249         * status.c (get_status_string): Ditto.
1250         * mainproc.c (proc_plaintext): Emit it if multiple messages are
1251         detected. Error out if more than one plaintext packet is
1252         encountered.
1253         * mainproc.c (literals_seen): New.
1255 2007-02-26  Werner Koch  <wk@g10code.com>
1257         * gpg.c (main): Add verify option show-primary-uid-only.
1258         * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New.
1259         * mainproc.c (check_sig_and_print): Implement it.
1261 2007-02-22  Werner Koch  <wk@g10code.com>
1263         * encr-data.c (decrypt_data): Correctly test for unknown algorithm.
1264         * import.c (check_prefs): Ditto.
1265         * keyedit.c (show_prefs): Ditto.
1266         * mainproc.c (proc_symkey_enc): Ditto.
1268 2007-02-06  Werner Koch  <wk@g10code.com>
1270         * export.c (do_export_stream): Allow reset-subkey-passwd along
1271         with sexp-format.
1273 2007-02-04  Werner Koch  <wk@g10code.com>
1275         * parse-packet.c (parse_signature): Limit bytes read for an
1276         unknown alogorithm.  Fixes Debian bug#402592.
1278 2007-01-31  Werner Koch  <wk@g10code.com>
1280         * verify.c (verify_signatures): Do no dereference a NULL afx.
1282         * passphrase.c (passphrase_get): Set the cancel flag on all error
1283         from the agent.  Fixes a bug reported by Tom Duerbusch.
1285 2007-01-30  Werner Koch  <wk@g10code.com>
1287         * status.c (write_status_begin_signing): New.
1288         * sign.c (sign_file, sign_symencrypt_file): Call it.
1289         * textfilter.c (copy_clearsig_text): Call it.
1291         * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if
1292         required.
1294         * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a
1295         warning.
1296         * misc.c (obsolete_option): New.
1298 2007-01-29  Werner Koch  <wk@g10code.com>
1300         * pkclist.c (do_we_trust_pre): Issue a user-id-hint status code.
1302 2007-01-15  Werner Koch  <wk@g10code.com>
1304         * parse-packet.c (read_protected_v3_mpi): Make sure to stop
1305         reading even for corrupted packets.
1306         * keygen.c (generate_user_id): Need to allocate one byte more.
1307         Reported by Felix von Leitner.
1309 2006-12-21  Werner Koch  <wk@g10code.com>
1311         * gpg.c (main): New command --server.
1312         * gpg.h (struct server_control_s, ctrl_t): New.
1313         * server.c: New.
1314         * verify.c (gpg_verify): New.
1315         * mainproc.c (mainproc_context): Made SIGNED_DATA a structure.
1316         (proc_signature_packets_by_fd): New.
1317         (proc_compressed_cb): Divert depending on SIGNED_DATA.
1318         * plaintext.c (hash_datafile_by_fd): New.
1319         * mainproc.c (proc_tree): Use it here.
1321         * verify.c (verify_signatures): Init AFX only when needed.
1322         Don't leak a context on error.
1323         (verify_one_file): Don't leak a context on error.
1325 2006-12-07  Werner Koch  <wk@g10code.com>
1327         * openfile.c (copy_options_file): Use log_info instead of
1328         log_error to avoid an error return of gpg due to a missing
1329         skeleton file.
1331 2006-12-07  David Shaw  <dshaw@jabberwocky.com>
1333         * Makefile.am: Link to iconv for jnlib dependency.
1335 2006-12-05  Werner Koch  <wk@g10code.com>
1337         * passphrase.c (passphrase_to_dek): Handle a Cancel request
1338         correctly.  [Bug#737]
1339         * mainproc.c (proc_symkey_enc): Removed workaround for bogus cancel
1340         processing.
1341         * encode.c (encode_simple): Distinguish error message between
1342         cancel and invalid passphrase.
1343         (setup_symkey): Ditto.
1344         * sign.c (sign_symencrypt_file): Ditto
1345         * keyedit.c (change_passphrase): Allow cancellation.
1346         * keygen.c (do_ask_passphrase): New arg R_CANCELED.
1347         (generate_keypair): Handle a passphrase cancellation.
1348         (generate_raw_key): Ditto.
1349         (generate_subkeypair): Ditto.
1351 2006-12-04  Werner Koch  <wk@g10code.com>
1353         * filter.h (armor_filter_context_t): New element REFCOUNT.
1354         * armor.c (armor_filter): Made static.
1355         (push_armor_filter, release_armor_context, new_armor_context): New.
1356         (armor_filter): Release the context.
1357         * gpg.c (main): Use new armor context functions and
1358         push_armor_filter.
1359         * export.c (do_export): Ditto.
1360         * encode.c (encode_simple, encode_crypt): Ditto.
1361         * decrypt.c (decrypt_message, decrypt_messages): Ditto.
1362         * dearmor.c (dearmor_file, enarmor_file): Ditto.
1363         * verify.c (verify_signatures, verify_one_file): Ditto.
1364         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Ditto.
1365         * revoke.c (gen_desig_revoke, gen_revoke): Ditto.
1366         * keyserver.c (keyserver_spawn): Ditto.
1367         * keygen.c (output_control_s): Turn AFX fields into pointers.
1368         (read_parameter_file): Allocate and release AFX fields.
1369         (do_generate_keypair): Use push_armor_filter.
1370         * import.c (import): Replace iobuf_push_filter2 hack by the new
1371         armor context stuff.
1373 2006-12-03  Werner Koch  <wk@g10code.com>
1375         * filter.h: New element REFCOUNT.
1376         (handle_progress): Remove prototype.
1377         * progress.c (new_progress_context, release_progress_context): New.
1378         (progress_filter): Use new function to release context.  Made static.
1379         (handle_progress): Bumb reference counter.  No more check for
1380         enabled progress as this is handled by new_progress_context.
1381         * verify.c (verify_signatures, verify_one_file): Replace stack
1382         based progress context by a heap based one.
1383         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Ditto.
1384         * plaintext.c (ask_for_detached_datafile, hash_datafiles): Ditto.
1385         * encode.c (encode_simple, encode_crypt): Ditto.
1386         * decrypt.c (decrypt_message, decrypt_messages): Ditto.
1388         * keyedit.c (menu_clean): Made strings translatable.
1390 2006-12-03  David Shaw  <dshaw@jabberwocky.com>
1392         * keyedit.c (menu_clean): Show "already minimized" rather than
1393         "already clean" when a minimized key is minimized again.  From
1394         Dirk Traulsen.
1396 2006-12-02  David Shaw  <dshaw@jabberwocky.com>
1398         * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add
1399         --passphrase-repeat option to control how many times gpg will
1400         re-prompt for a passphrase to ensure the user has typed it
1401         correctly.  Defaults to 1.
1403 2006-12-02  Werner Koch  <wk@g10code.com>
1405         * encr-data.c: Allocate DFX context on the heap and not on the
1406         stack.  Changes at several places.  Fixes CVE-2006-6235.
1408 2006-11-27  Werner Koch  <wk@g10code.com>
1410         * openfile.c (ask_outfile_name): Fixed buffer overflow occurring
1411         if make_printable_string returns a longer string.  Fixes bug 728.
1413 2006-11-21  Werner Koch  <wk@g10code.com>
1415         * Makefile.am (needed_libs): libgnu needs to come after libcommon.
1417         * keygen.c (ask_expire_interval): Print y2038 warning only for 32
1418         bit time_t.
1419         (save_unprotected_key_to_card): Made RSA_N_LEN et al a size_t.
1420         Cast printf args.
1421         (get_parameter_algo): Allow "ELG" as alias for "ELG-E".
1423         * seckey-cert.c (do_check): Made NBYTES a size_t.
1424         (do_check): Made NDATA a size_t.
1425         (protect_secret_key): Made NARR a size_t.
1426         (protect_secret_key): Made NVYES a size_t.
1427         * pubkey-enc.c (get_it): Made INDATALEN a size_t.
1428         (get_it): Made NFRAME a size_t.
1429         * keyid.c (hash_public_key): Made NBITS an unsigned int.
1430         * misc.c (checksum_mpi): Made NBYTES a size_t.
1431         (openpgp_pk_test_algo2): Made USE_BUF a size_t.
1432         * seskey.c (encode_session_key): Made NFRAME a size_t.
1433         (do_encode_md): Ditto.
1434         (encode_md_value): Cast size_t argument of printf.
1435         (encode_md_value): Ditto.
1437 2006-11-10  Werner Koch  <wk@g10code.com>
1439         * parse-packet.c (mpi_read): Changed NREAD to size_t to match the
1440         gcry_mpi-scan prototype.
1441         (mpi_read): Fixed double increment of bytes read to correctly
1442         detect overlong MPIs.
1444 2006-11-05  Werner Koch  <wk@g10code.com>
1446         * gpg.c (main): Remove the default --require-cross-certification.
1447         * options.skel: Enable require-cross-certification.
1449 2006-10-31  Werner Koch  <wk@g10code.com>
1451         * pkclist.c (warn_missing_aes_from_pklist): New.
1452         * encode.c (encrypt_filter, encode_crypt): Use it here.
1454 2006-10-27  Werner Koch  <wk@g10code.com>
1456         * pkclist.c (warn_missing_mdc_from_pklist): New.
1457         * encode.c (use_mdc): Use it here.
1459 2006-10-24  Marcus Brinkmann  <marcus@g10code.de>
1461         * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
1463 2006-10-23  Werner Koch  <wk@g10code.com>
1465         * gpg.c (main): New command --gpgconf-test.
1467         * Makefile.am (bzip2_source): New.
1469 2006-10-20  Werner Koch  <wk@g10code.com>
1471         * getkey.c (classify_user_id): Reserve '&' for search by keygrip.
1473 2006-10-19  Werner Koch  <wk@g10code.com>
1475         * keygen.c (get_parameter_algo): Add special case for ELG_E which
1476         is not supported by libgcrypt's mapping function.
1478 2006-10-18  Werner Koch  <wk@g10code.com>
1480         * keyid.c (v3_keyid): Don't use mempcy as we need to hold the
1481         keyids in the native endian format.
1483         * import.c (import_print_stats): Use log_printf.
1485         * build-packet.c (do_public_key): Care about mpi_write errors.
1486         (do_secret_key, do_pubkey_enc, do_signature): Ditto.
1487         (mpi_write): Print an extra warning on error.
1489 2006-10-17  Werner Koch  <wk@g10code.com>
1491         * Makefile.am (LDADD): Replaced W32LIBS by NETLIBS.
1493 2006-10-12  David Shaw  <dshaw@jabberwocky.com>
1495         * parse-packet.c (parse_symkeyenc): Show the unpacked as well as
1496         the packed s2k iteration count.
1498         * main.h, options.h, gpg.c (encode_s2k_iterations, main),
1499         passphrase.c (hash_passphrase): Add --s2k-count option to specify
1500         the number of s2k hash iterations.
1502 2006-10-08  Werner Koch  <wk@g10code.com>
1504         * gpgv.c: Remove the tty stubs as we are now required to link to
1505         tty anyway (it is included in libcommand and has dependencies to
1506         other modules as well).
1508         * keyedit.c (keyedit_menu): Use keyedit_completion only if
1509         readline is available.  It would be better to move this code into
1510         gpgrlhelp.c
1512 2006-10-06  Werner Koch  <wk@g10code.com>
1514         * Makefile.am (AM_CFLAGS): Use PTH version of libassuan.
1516 2006-10-06  David Shaw  <dshaw@jabberwocky.com>
1518         * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather
1519         than whatever key selector the user used on the command line.
1521 2006-10-05  Werner Koch  <wk@g10code.com>
1523         * status.c (progress_cb): Changed to libgcrypt API.
1524         (set_status_fd): Register the progress cb.
1526         * seskey.c (encode_md_value): Check that the hash algo is valid
1527         before getting the OID.
1529 2006-10-04  Werner Koch  <wk@g10code.com>
1531         * passphrase.c: Allow for a static passphrase in batch mode.
1533         * call-agent.c (agent_havekey): Removed.
1534         (percent_plus_escape): New.
1535         (agent_get_passphrase): New.
1536         (agent_clear_passphrase): New.
1538         * passphrase.c: Changed so that we always require the agent.
1539         (agent_send_option, agent_send_all_options, agent_open): Removed.
1540         (agent_get_passphrase): Cleaned up.  Does now use the call-agent
1541         functions.  Renamed to
1542         (passphrase_get): .. this.  Changed all callers.
1543         (passphrase_clear_cache): Rewritten.
1544         (passphrase_to_dek, hash_passphrase): Re-indented.
1546         * gpg.c (main): Made --use-agent a dummy option.
1547         * seckey-cert.c (check_secret_key): We require the agent, so always
1548         allow for 3 tries.
1550         * gpg.c (main): Print a warning if -sat has been used.
1551         (main): Removed the special treatment of the -k option. -k is now
1552         an alias for --list-keys.
1553         (main): Removed --list-ownertrust.
1555 2006-10-02  Werner Koch  <wk@g10code.com>
1557         * encr-data.c (decrypt_data, mdc_decode_filter): Check the MDC
1558         right here and don't let parse-packet handle the MDC.
1560 2006-09-29  Werner Koch  <wk@g10code.com>
1562         * compress.c (do_uncompress): Removed use of Z_PARTIAL_FLUSH.
1563         This is outdated and old zlib versions which still require it have
1564         security problems.
1566 2006-09-27  Werner Koch  <wk@g10code.com>
1568         Replaced all STRLIST by strlist_t.
1570 2006-09-21  Werner Koch  <wk@g10code.com>
1572         * signal.c (got_fatal_signal): Replaced readline stuff by a tty
1573         function.
1575         * Makefile.am (LDADD): Include libgpgrl.a.
1577         * gpg.c (main): Call gpg_rl_initialize.
1579         * keyedit.c: Removed double inclusion of stdio.h.
1581 2006-09-20  Werner Koch  <wk@g10code.com>
1583         * call-agent.c: Include asshelp.h.
1584         (start_agent): Use send_pinentry_environment.
1586 2006-09-14  Werner Koch  <wk@g10code.com>
1588         Replaced all call gpg_error_from_errno(errno) by
1589         gpg_error_from_syserror().
1591 2006-09-13  Werner Koch  <wk@g10code.com>
1593         * gpg.c (main): Made --require-cross-certification the default.
1595 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
1597         * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and
1598         -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS).
1599         (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS).
1601 2006-09-06  Werner Koch  <wk@g10code.com>
1603         * gpg.c (main): Enable new assuan API.
1604         * call-agent.c: Changed to new Assuan API.
1606 2006-09-01  Werner Koch  <wk@g10code.com>
1608         * call-agent.c: Do not force using the pipe server.
1610         * gpg.c (main): Enable card related commands.
1612 2006-08-22  Werner Koch  <wk@g10code.com>
1614         * mainproc.c (proc_plaintext): Fixed a #warning
1616 2006-08-21  Werner Koch  <wk@g10code.com>
1618         * skclist.c (random_is_faked): Implemented.
1619         (is_insecure): Also test for the old uppercase version of the
1620         insecure string.
1621         * gpg.c (main): Renamed --quick-random to debug-quick-quick-random.
1623         * gpg.c (print_mds): Do not use the USE_SHA macros.
1625         * mainproc.c (proc_encrypted): Remove assign inside condition for
1626         better readibility.
1628         * packet.h: Moved consts to new header ../common/openpgpdefs.h.
1630 2006-08-16  Werner Koch  <wk@g10code.com>
1632         * keyserver.c (GPGKEYS_PREFIX): Rename to gpg2keys_.  This is so
1633         that we can install helpers from 1.4 and 2 without conflicts and
1634         first of all don't get lost with weird bug reports.
1636         * keyid.c (serialno_and_fpr_from_sk): New. Actually lost during
1637         the last 1.4 to 1.9 merge.
1639         * gpg.c (list_config): Output ccid-reader-id only for gnupg 1.
1641         * call-agent.c (agent_scd_writekey): New.
1642         (inq_writekey_parms): New.
1644         * gpgv.c: Include call-agent.h for use by stubs.
1646         * misc.c: Include call-agent.h for use by get_signature_count.
1648 2006-07-27  Werner Koch  <wk@g10code.com>
1650         * parse-packet.c (parse_comment): Cap comments at 65k.
1651         (parse_gpg_control): Skip too large control packets.
1653 2006-07-24  David Shaw  <dshaw@jabberwocky.com>  (wk)
1655         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
1656         Pass a union for preference hints rather than doing void * games.
1658         * sign.c (sign_file): Use it here.
1660         * sign.c (sign_file): When signing with multiple DSA keys, one
1661         being DSA1 and one being DSA2 and encrypting at the same time, if
1662         the recipient preferences give a hash that can work with the DSA2
1663         key, then allow the DSA1 key to be promoted rather than giving up
1664         and using hash_for().
1666         * pkclist.c (algo_available): Automatically enable DSA2 mode when
1667         handling a key that clearly isn't DSA1 (i.e. q!=160).
1669 2006-06-30  Werner Koch  <wk@g10code.com>
1671         * misc.c (checksum_mpi): No need for nbits as they are alredy
1672         included in the buffer.
1674 2006-06-29  Werner Koch  <wk@g10code.com>
1676         * parse-packet.c (parse_signature, parse_key): Need store the
1677         length of opaque data as number of bits.
1678         * card-util.c (card_store_subkey): Ditto.
1680         * mainproc.c (print_pkenc_list, check_sig_and_print): Replaced
1681         log_get_stream by calls to log_printf.  This avoids the extra LFs
1682         inserted by the logging function. They are a bit too smart
1683         sometimes.
1684         * pkclist.c (do_show_revocation_reason): Print final LF through
1685         log_printf to avoid extra LFs.
1686         * pubkey-enc.c (get_it): Ditto.
1688         * seskey.c (encode_md_value): Fix call to gcry.
1690 2006-06-27  Werner Koch  <wk@g10code.com>
1692         Applied patches from 1.4.x (2006-05-22 to 2006-06-23) from David:
1694         * keygen.c (keygen_upd_std_prefs, keygen_add_std_prefs)
1695         (proc_parameter_file): Add --default-keyserver-url to specify a
1696         keyserver URL at key generation time, and "Keyserver:" keyword for
1697         doing the same through a batch file.
1698         * options.h, gpg.c (main): Ditto.
1700         * sign.c (do_sign): For now don't accept a truncated hash even
1701         for DSA1 keys (be liberal in what you accept, etc).
1703         * import.c (import_one): Add a flag (from_sk) so we don't check
1704         prefs on an autoconverted public key.  The check should only
1705         happen on the sk side.  Noted by Dirk Traulsen.
1707         * keygen.c (gen_card_key): Add optional argument to return a
1708         pointer (not a copy) of the stub secret key for the secret key we
1709         just generated on the card.
1710         (generate_card_subkeypair): Use it here so that the signing key on
1711         the card can use the card to generate the 0x19 backsig on the
1712         primary key.  Noted by Janko Heilgeist and Jonas Oberg.
1714         * parse-packet.c (parse_user_id): Cap the user ID size at 2048
1715         bytes.  This prevents a memory allocation attack with a very large
1716         user ID.  A very large packet length could even cause the
1717         allocation (a u32) to wrap around to a small number.  Noted by
1718         Evgeny Legerov on full-disclosure.
1720         * keygen.c (gen_dsa): Allow generating DSA2 keys.  Allow
1721         specifying sizes > 1024 when --enable-dsa2 is set.  The size of q
1722         is set automatically based on the key size.
1723         (ask_keysize, generate_keypair): Ask for DSA size when
1724         --enable-dsa2 is set.
1726         * exec.c (make_tempdir) [W32]: Fix bug with a temporary directory
1727         on W32 that is over 256 bytes long.  Noted by Israel G. Lugo.
1729         * gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we
1730         are called with them closed.  This is to protect our
1731         keyring/trustdb files from corruption if they get attached to one
1732         of the standard fds.  Print a warning if possible that this has
1733         happened, and fail completely if we cannot reopen (should never
1734         happen).
1735         (main): Call it here.
1737         * parse-packet.c (dump_sig_subpkt, parse_signature): Fix meaning
1738         of key expiration and sig expiration subpackets - zero means
1739         "never expire" according to 2440, not "expire instantly".
1740         * build-packet.c (build_sig_subpkt_from_sig): Ditto.
1741         * getkey.c (fixup_uidnode, merge_selfsigs_main)
1742         (merge_selfsigs_subkey): Ditto.
1743         * keygen.c (keygen_add_key_expire): Ditto.
1745         * getkey.c (get_pubkey_byname)
1746         * import.c (import_one): Fix key selection problem when
1747         auto-key-locate returns a list of keys, not all of which are
1748         usable (revoked, expired, etc).  Noted by Simon Josefsson.
1750 2006-05-24  Werner Koch  <wk@g10code.com>
1752         * keyid.c (hash_public_key): Do not double hash the length bytes,
1753         they are already included by mpi_print.
1755         * misc.c (openpgp_pk_test_algo2): Get test call right.
1757         * misc.c (string_to_cipher_algo, string_to_digest_algo): New.
1758         * keygen.c (keygen_set_std_prefs): use them here.
1759         * gpg.c (main): and here.
1761 2006-05-23  Werner Koch  <wk@g10code.com>
1763         * card-util.c (generate_card_keys): Removed temporary kludge for
1764         generate_keypair.
1766         * call-agent.c (agent_scd_setattr): Add arg SERIALNO.
1767         (agent_scd_genkey): Ditto.
1768         (agent_scd_change_pin): Ditto.
1770         * call-agent.h (struct agent_card_info_s): Updated to match the
1771         one of 1.4.3.
1773         * Makefile.am (LDADD): Include ZLIBS.
1775         * gpgv.c: Removed stubs not anymore useful due to libgcrypt.
1777 2006-05-22  Werner Koch  <wk@g10code.com>
1779         * keyserver.c (keyidlist): Replaced mpi_get_keyid by v3_keyid.
1780         * keydb.h (v3_keyid): Added.
1782         * import.c (import): Better initialize KEYBLOCK as to quiet
1783         compiler warning.
1785         * skclist.c (random_is_faked): New.
1787         * mainproc.c: Include pka.h.
1789 2006-05-19  Werner Koch  <wk@g10code.com>
1791         * misc.c (openpgp_pk_test_algo2): Need to use gcry_pk_algo_info
1792         directly.
1793         (string_count_chr): New.
1795         * armor.c (parse_header_line): Use renamed function
1796         length_sans_trailing_ws.
1798         * options.h, gpg.c: Option --strict is not used thus removed code
1799         but kept option.
1801 2006-04-28  David Shaw  <dshaw@jabberwocky.com>  (wk)
1803         * keyserver.c (direct_uri_map): New.
1804         (keyserver_spawn): Used here to add "_uri" to certain gpgkeys_xxx
1805         helpers when the meaning is different if a path is provided (i.e.
1806         ldap).
1807         (keyserver_import_cert): Show warning if there is a CERT
1808         fingerprint, but no --keyserver set.
1810         * keyserver.c: Fix build problem with platforms that stick libcurl
1811         in a place not in the regular include search path.
1813         * options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.
1814         Defaults to disable.
1816         * pkclist.c (algo_available): If --enable-dsa2 is set, we're
1817         allowed to truncate hashes to fit DSA keys.
1819         * sign.c (match_dsa_hash): New.  Return the best match hash for a
1820         given q size.
1821         (do_sign, hash_for, sign_file): When signing with a DSA key, if it
1822         has q==160, assume it is an old DSA key and don't allow truncation
1823         unless --enable-dsa2 is also set.  q!=160 always allows truncation
1824         since they must be DSA2 keys.
1825         (make_keysig_packet): If the user doesn't specify a
1826         --cert-digest-algo, use match_dsa_hash to pick the best hash for
1827         key signatures.
1829         * gpg.c (print_mds): Add SHA-224.
1830         * armor.c (armor_filter, parse_hash_header): Add SHA-224.
1832         * sign.c (write_plaintext_packet):
1833         Factor common literal packet setup code from here, to...
1834         * encode.c (encode_simple): .. there.
1836         * main.h, plaintext.c (setup_plaintext_name): Here. New. Make sure
1837         the literal packet filename field is UTF-8 encoded.
1839         * options.h, gpg.c (main): Make sure --set-filename is UTF-8
1840         encoded and note when filenames are already UTF-8.
1842         * keyedit.c (menu_backsign): Give some more verbose errors when we
1843         have no need to backsign.
1845         * getkey.c (parse_auto_key_locate): Fix dupe-removal code.
1847         * keyedit.c (menu_backsign): Allow backsigning even if the secret
1848         subkey doesn't have a binding signature.
1850         * armor.c (radix64_read): Don't report EOF when reading only a pad
1851         (=) character.  The EOF actually starts after the pad.
1853         * gpg.c (main): Make --export, --send-keys, --recv-keys,
1854         --refresh-keys, and --fetch-keys follow their arguments from left
1855         to right.  Suggested by Peter Palfrader.
1857 2006-04-18  Werner Koch  <wk@g10code.com>
1859         * tdbio.c (open_db, migrate_from_v2): Removed feature to migration
1860         from old trustdb version 2.
1862         * gpg.c, mainproc.c: Removed pipemode feature.
1864         * status.c: Removed shared memory coprocess stuff
1866         Merged with current gpg 1.4.3 code.
1868         * keygen.c, keyid.c, misc.c, openfile.c, verify.c, trustdb.c
1869         * textfilter.c, tdbio.c, tdbdump.c, status.c, skclist.c, signal.c
1870         * sign.c, sig-check.c, seskey.c, seckey-cert.c, revoke.c
1871         * pubkey-enc.c, progress.c, plaintext.c, pkclist.c, photoid.c
1872         * passphrase.c, parse-packet.c, mdfilter.c, mainproc.c
1873         * keyserver.c, keyring.c, keylist.c, keyedit.c, keydb.c, kbnode.c
1874         * import.c, getkey.c, gpgv.c, helptext.c, free-packet.c
1875         * build-packet.c, cipher.c, compress.c, dearmor.c, decrypt.c
1876         * delkey.c, encr-data.c, encode.c, exec.c, export.c
1877         * gpg.c, armor.c: Updated from gnupg-1.4.3 and merged back gcry and
1878         gnupg-1.9 related changes.
1879         * trustdb.h, tdbio.h, status.h, photoid.h, packet.h, options.h
1880         * main.h, keyserver-internal.h, keyring.h, keydb.h, filter.h
1881         * exec.h: Ditto.
1882         * global.h: Removed after merging constants with gpg.h.
1883         * comment.c, pipemode.c: Removed.
1884         * card-util.c: Updated from gnupg-1.4.3.
1885         * compress-bz2.c: New.
1887 2005-06-15  Werner Koch  <wk@g10code.com>
1889         * g10.c (print_hashline, add_group): Fixes for signed/unsigned
1890         pointer mismatch warnings.
1892 2005-06-01  Werner Koch  <wk@g10code.com>
1894         * mkdtemp.c: Removed.
1895         * exec.c: Include mkdtemp.h
1897 2004-12-21  Werner Koch  <wk@g10code.com>
1899         * gpgv.c, g10.c (main): Use default_hoemdir ().
1901 2004-12-18  Werner Koch  <wk@g10code.com>
1903         * gpg.h (map_assuan_err): Define in terms of
1904         map_assuan_err_with_source.
1906 2004-12-15  Werner Koch  <wk@g10code.com>
1908         * Makefile.am (LDADD): Remove ZLIBS.
1910 2004-10-22  Werner Koch  <wk@g10code.com>
1912         * g10.c (main): Display a bit fat warning that this gpg should not
1913         be used.
1915         * card-util.c (fetch_url): Disable for gnupg 1.9
1916         (card_generate_subkey): Ditto.
1917         (card_store_subkey): Ditto.
1919 2004-09-30  Werner Koch  <wk@g10code.com>
1921         * gpgv.c (i18n_init): Always use LC_ALL.
1923         * Makefile.am (LDADD): Adjusted for gettext 0.14.
1925 2004-09-20  Werner Koch  <wk@g10code.com>
1927         * keyedit.c (show_key_with_all_names): Print the card S/N.
1929 2004-09-11  Moritz Schulte  <moritz@g10code.com>
1931         * openfile.c (copy_options_file): Fixed last commit (added a `+').
1933 2004-08-31  Werner Koch  <wk@g10code.de>
1935         * openfile.c (copy_options_file): Use gpg-conf.skel. Better take
1936         the length of SKELEXT into account, someone might make it larger.
1937         * Makefile.am: Install options.skel as gpg-conf.skel.
1939 2004-08-18  Marcus Brinkmann  <marcus@g10code.de>
1941         * passphrase.c (agent_get_passphrase): Fix detection of gpg-agent
1942         cancellation.
1944 2004-07-01  Werner Koch  <wk@gnupg.org>
1946         * card-util.c (change_login): Kludge to allow reading data from a
1947         file.
1948         (card_edit): Pass ARG_STRING to change_login.
1949         (card_status): Print CA fingerprints.
1950         (change_cafpr): New.
1951         (card_edit): New command CAFPR.
1953         * call-agent.h: Add members for CA fingerprints.
1954         * call-agent.c (agent_release_card_info): Invalid them.
1955         (learn_status_cb): Store them.
1957 2004-04-30  Werner Koch  <wk@gnupg.org>
1959         * g10.c (main) <gpgconf>: Use gpg.conf and not /dev/null as
1960         default filename.
1962 2004-04-28  Werner Koch  <wk@gnupg.org>
1964         * card-util.c (card_edit): Remove PIN verification.
1965         (generate_card_keys): New arg SERIALNO.  Do PIN verification here
1966         after resetting forced_chv1.
1968 2004-04-26  Werner Koch  <wk@gnupg.org>
1970         * card-util.c (change_name): Check that the NAME is not too long.
1971         (change_url): Likewise.
1972         (change_login): Likewise.
1974 2004-03-23  Werner Koch  <wk@gnupg.org>
1976         * g10.c: New options --gpgconf-list, --debug-level and --log-file
1977         (set_debug): Add arg DEBUG_LEVEL.
1978         (main): Look at less and less version specific config files.  From
1979         gnupg 1.3.
1981 2004-02-17  Werner Koch  <wk@gnupg.org>
1983         * call-agent.c (start_agent): Ignore an empty GPG_AGENT_INFO.
1984         * passphrase.c (agent_open): Ditto.
1986 2004-02-12  Werner Koch  <wk@gnupg.org>
1988         * gpgv.c: Removed g10defs.h.
1990         * Makefile.am: Include cmacros.am for common flags.
1992 2004-02-11  Werner Koch  <wk@gnupg.org>
1994         * openfile.c (try_make_homedir): Use GNUPG_DEFAULT_HOMEDIR.
1995         * gpgv.c (main): Ditto.
1996         * g10.c (main): Ditto.
1998 2004-01-19  Moritz Schulte  <mo@g10code.com>
2000         * keygen.c (do_generate_keypair): Print member fname, instead of
2001         newfname, again.
2002         (do_generate_keypair): Don't try to execute certain pieces of code
2003         in case an error occured.
2004         (gen_card_key): Don't print out a message, which is already
2005         printed by do_generate_keypair().
2007 2004-01-18  Moritz Schulte  <mo@g10code.com>
2009         * keygen.c (do_generate_keypair): Print member fname, instead of
2010         newfname.
2012 2003-12-17  Werner Koch  <wk@gnupg.org>
2014         * card-util.c (print_name): Fixed bad format string usage.
2015         (print_isoname): Ditto.
2017         * trustdb.c (check_regexp): s/exp/expr/.
2019         * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is
2020         always false due to the data type.
2022         * passphrase.c (agent_get_passphrase): Use xasprintf and avoid
2023         non-literal format strings.
2025         * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable):
2026         Fixed log_error format string bugs.  Kudos to the now working
2027         gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in
2028         gnupg 1.2.3.
2030 2003-12-15  Werner Koch  <wk@gnupg.org>
2032         * seckey-cert.c (protect_secret_key): Use gry_create_nonce for the
2033         IV; there is not need for real strong random here and it even
2034         better protect the random bits used for the key.
2036 2003-11-16  Moritz Schulte  <mo@g10code.com>
2038         * signal.c: Removed unused file.
2040 2003-11-10  Moritz Schulte  <mo@g10code.com>
2042         * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
2044 2003-10-25  Werner Koch  <wk@gnupg.org>
2046         * call-agent.c (learn_status_cb, scd_genkey_cb): Fixed faulty use
2047         of !spacep().
2049 2003-10-20  Werner Koch  <wk@gnupg.org>
2051         * card-util.c (card_edit): New command "passwd".  Add logic to
2052         check the PIN in advance.
2053         (card_status): Add new args to return the serial number.  Changed
2054         all callers.
2055         * call-agent.c (agent_scd_checkpin): New.
2057 2003-10-08  Werner Koch  <wk@gnupg.org>
2059         * call-agent.c (agent_scd_getattr): Don't clear the passed info
2060         structure, so that it can indeed be updated.
2062         * card-util.c (fpr_is_zero): New.
2063         (generate_card_keys): New.
2064         (card_edit): New command "generate".
2065         * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call
2066         to check_smartcard.
2067         (check_smartcard,show_smartcard): Removed.
2068         (show_sha1_fpr,fpr_is_zero): Removed.
2070 2003-10-01  Werner Koch  <wk@gnupg.org>
2072         * card-util.c: Tweaked to use this source also under 1.3.
2074 2003-09-30  Werner Koch  <wk@gnupg.org>
2076         * keylist.c (print_card_serialno): New.
2077         (list_keyblock_print): Use it here.
2079         * card-util.c (toggle_forcesig): New.
2080         (card_edit): New command "forcesig".
2082         * card-util.c (print_name, print_isoname): Use 0 and not LF fro
2083         the max_n arg of tty_print_utf8_string2.
2085         * call-agent.c (agent_scd_getattr): New.
2086         (learn_status_cb): Release values before assignment so that it can
2087         be used by getattr to update the structure.
2089         * card-util.c (change_pin): Simplified.  We now have only a PIN
2090         and an Admin PIN.
2092 2003-09-27  Werner Koch  <wk@gnupg.org>
2094         * sign.c (do_sign): Removed disabled testcode.
2096 2003-09-26  Timo Schulz  <twoaday@freakmail.de>
2098         * card_status (card_status): Do not use fputs since the fp
2099         parameter can be NULL. This fixes a segv.
2101 2003-09-24  Werner Koch  <wk@gnupg.org>
2103         * card-util.c (print_isoname,card_status): Handle opt.with_colons.
2104         (print_sha1_fpr_colon): New.
2106 2003-09-23  Werner Koch  <wk@gnupg.org>
2108         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
2110         * Makefile.am: Include W32LIBS where appropriate.
2112         * armor.c (parse_hash_header,armor_filter): Drop TIGER/192 support.
2113         * g10.c (print_hex,print_mds): Ditto.
2114         * pkclist.c (algo_available): Ditto.
2116         * armor.c (armor_filter): Allow using --comment multiple times to
2117         get multiple Comment header lines.  --no-comments resets list.
2118         * options.h, g10.c (main): Ditto. Deprecate --default-comment in
2119         favor of --no-comments.
2121         * g10.c (main): Trim --help to commonly used options.  Remove -f.
2123         * g10.c (main): Add --multifile as an alias to turn --encrypt into
2124         --encrypt-files (plus --verify-files, --decrypt-files).  Error out
2125         if --multifile is used with the commands that don't support it yet.
2127         * encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440
2128         directly to check for MDC usability.  Do not set the force_mdc or
2129         disable_mdc flags since there is no point any longer.
2131         * g10.c (main): Use "keyserver-url" instead of
2132         "preferred-keyserver" for the sake of short and simple commands.
2133         (add_keyserver_url): Clarify a few strings.  It's a
2134         "preferred keyserver URL".
2135         * keyedit.c (keyedit_menu): Ditto.
2136         * sign.c (mk_notation_policy_etc): Ditto.
2138         * main.h, keygen.c (keygen_add_keyserver_url): Signature callback
2139         for adding a keyserver URL.
2140         * keyedit.c (keyedit_menu, menu_set_keyserver_url): New command to
2141         set preferred keyserver to specified (or all) user IDs.
2142         * build-packet.c (build_sig_subpkt): Set preferred keyserver flag
2143         while building a preferred keyserver subpacket.
2145         * keylist.c (show_policy_url, show_keyserver_url): URLs might be
2146         UTF8.
2148         * keyedit.c (menu_addrevoker): Fix leaking a few bytes.
2150         * keyedit.c (show_key_with_all_names): Use list-option
2151         show-long-keyid in main --edit-key display.
2153         * keyedit.c (print_and_check_one_sig): Use list-option
2154         show-long-keyid in --edit-key "check" function.
2156         * passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
2158         * g10.c (main): Disable use-agent if passphrase-fd is given
2159         later. Suggested by Kurt Garloff.
2161         * exec.c, g10.c, gpgv.c, passphrase.c, photoid.c:
2162         s/__MINGW32__/_WIN32/ to help building on native Windows
2163         compilers.  Requested by Brian Gladman.  From Werner on stable
2164         branch.
2166         * options.h, g10.c (main): Add list-option
2167         list-preferred-keyserver.
2169         * keyedit.c (change_passphrase): When responding 'no' to the blank
2170         passphrase question, re-prompt for a new passphrase.  This is bug
2171         #202.
2173         * mainproc.c (check_sig_and_print): Use two different preferred
2174         keyserver displays - one if the key is not present (to tell the
2175         user where to get the key), the other if it is present (to tell
2176         the user where the key can be refreshed).
2178         * packet.h, parse-packet.c (parse_signature): Set flag if a
2179         preferred keyserver is present.
2181         * keylist.c (list_keyblock_print): Show keyserver url in listings
2182         with list-option show-keyserver-url.
2184         * mainproc.c (check_sig_and_print): Get the uid validity before
2185         printing any sig results to avoid munging the output with trustdb
2186         warnings.
2188         * g10.c (main): Don't include --show-keyring in --help as it is
2189         deprecated.
2191         * options.skel: Note that keyserver.pgp.com isn't synchronized,
2192         and explain the roundrobin a bit better.
2194         * sig-check.c (check_key_signature2), import.c (import_one,
2195         import_revoke_cert, chk_self_sigs, delete_inv_parts,
2196         collapse_uids, merge_blocks): Make much quieter during import of
2197         slightly munged, but recoverable, keys. Use log_error for
2198         unrecoverable import failures.
2200         * keyring.c (keyring_rebuild_cache): Comment.
2202         * sign.c (mk_notation_and_policy): Making a v3 signature with
2203         notations or policy urls is an error, not an info (i.e. increment
2204         the errorcount). Don't print the notation or policy url to stdout
2205         since it can be mixed into the output stream when piping and munge
2206         the stream.
2208         * packet.h, sig-check.c (signature_check2, do_check,
2209         do_check_messages): Provide a signing-key-is-revoked flag.  Change
2210         all callers.
2212         * status.h, status.c (get_status_string): New REVKEYSIG status tag
2213         for a good signature from a revoked key.
2215         * mainproc.c (do_check_sig, check_sig_and_print): Use it here.
2217         * import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare
2218         actual signatures on import rather than using keyid or class
2219         matching.  This does not change actual behavior with a key, but
2220         does mean that all sigs are imported whether they will be used or
2221         not.
2223         * parse-packet.c (parse_signature): Don't give "signature packet
2224         without xxxx" warnings for experimental pk algorithms.  An
2225         experimental algorithm may not have a notion of (for example) a
2226         keyid (i.e. PGP's x.509 stuff).
2228         * options.h, g10.c (main), keylist.c (list_keyblock_print),
2229         keyedit.c (print_and_check_one_sig): New "show-sig-expire"
2230         list-option to show signature expiration dates (if any).
2232         * options.h, g10.c (main, add_keyserver_url): Add
2233         --sig-preferred-keyserver to implant a "where to get my key"
2234         subpacket into a signature.
2236         * sign.c (mk_notation_and_policy): Rename to
2237         mk_notation_policy_etc and add preferred keyserver support for
2238         signatures.
2240         * keygen.c (do_add_key_flags): Don't set the certify flag for
2241         subkeys.
2242         (ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal
2243         subkeys.
2244         (generate_keypair): Provide key flags for the default DSA/Elgamal
2245         keys.
2247         * sig-check.c (signature_check, signature_check2,
2248         check_key_signature, check_key_signature2): Allow passing NULLs
2249         for unused parameters in the x2 form of each function to avoid the
2250         need for dummy variables. getkey.c, mainproc.c: Change all
2251         callers.
2253         * trustdb.h, trustdb.c (read_trust_options): New.  Returns items
2254         from the trustdb version record.
2255         * keylist.c (public_key_list): Use it here for the new "tru"
2256         record.
2257         * gpgv.c (read_trust_options): Stub.
2259         * keyedit.c (show_key_with_all_names): Use list-option
2260         show-validity in --edit-key interface as well.
2262         * options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
2263         verify-options "show-validity" and "show-long-keyid" to show
2264         trustdb validity and long keyids during (file) signature
2265         verification.
2267         * packet.h, main.h, sig-check.c (signature_check2)
2268         (check_key_signature2, do_check): If ret_pk is set, fill in the pk
2269         used to verify the signature.  Change all callers in getkey.c,
2270         mainproc.c, and sig-check.c.
2272         * keylist.c (list_keyblock_colon): Use the ret_pk from above to
2273         put the fingerprint of the signing key in "sig" records during a
2274         --with-colons --check-sigs.  This requires --no-sig-cache as well
2275         since we don't cache fingerprints.
2277         * parse-packet.c (parse_signature): No need to reserve 8 bytes for
2278         the unhashed signature cache any longer.
2280         * misc.c (pct_expando): Add two new expandos - signer's
2281         fingerprint (%g), and signer's primary fingerprint (%p).
2283         * g10.c (main): Add --rfc2440 alias for --openpgp since in a few
2284         months, they won't be the same thing.
2286         * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for
2287         "hkp", since it is occasionally written that way.
2288         (keyserver_spawn): Use ascii_isspace to avoid locale issues.
2290         * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the
2291         email field as well as the name field, and allow mixing fields
2292         when it is set.
2294         * trustdb.c (validate_one_keyblock): Certifications on revoked or
2295         expired uids do not count in the web of trust.
2297         * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use
2298         sigprocmask() if we have sigset_t, and only use sigaction() if we
2299         have struct sigaction.  This is for Forte c89 on Solaris which
2300         seems to define only the function call half of the two pairs by
2301         default.
2302         (pause_on_sigusr): Typo.
2303         (do_block): If we can't use sigprocmask() and sigset_t, try to get
2304         the number of signals from NSIG as well as MAXSIG, and if we
2305         can't, fail with an explanation.
2307         * signal.c, tdbio.c: Comment out the transaction code.  It was not
2308         used in this version, and was causing some build problems on
2309         quasi-posix platforms (Solaris and Forte c89).
2311         * keylist.c (list_keyblock_colon): Don't include validity values
2312         when listing secret keys since they can be incorrect and/or
2313         misleading.  This is a temporary kludge, and will be handled
2314         properly in 1.9/2.0.
2316         * mainproc.c (check_sig_and_print): Only show the "key available
2317         from" preferred keyserver line if the key is not currently
2318         present.
2320         * keyedit.c (sign_uids): Do not sign expired uids without --expert
2321         (same behavior as revoked uids).  Do not allow signing a user ID
2322         without a self-signature.  --expert overrides.  Add additional
2323         prompt to the signature level question.
2324         (menu_expire): When changing expiration dates, don't replace
2325         selfsigs on revoked uids since this would effectively unrevoke
2326         them. There is also no point in replacing expired selfsigs.  This
2327         is bug #181
2329         * g10.c (add_notation_data): Make sure that only ascii is passed
2330         to iscntrl.  Noted by Christian Biere.
2331         * getkey.c (classify_user_id2): Replaced isspace by spacep
2332         * keygen.c (ask_user_id): Ditto.
2333         (get_parameter_algo): Ditto.
2334         * keyedit.c (keyedit_menu): Ditto.
2335         * tdbdump.c (import_ownertrust): Ditto.  s/isxdigit/hexdigitp/.
2336         * revoke.c (ask_revocation_reason):
2337         * keyserver.c (keyserver_spawn): Dito.
2339         * parse-packet.c (parse): Disallow old style partial length for
2340         all key material packets to avoid possible corruption of keyrings.
2342         * import.c (import_keys_internal): Invalidate the cache so that
2343         the file descriptor gets closed.  Fixes bug reported by Juan
2344         F. Codagnone.
2346         * options.h, g10.c (main), main.h, keylist.c (show_keyserver_url),
2347         mainproc.c (check_sig_and_print), parse-packet.c (dump_sig_subpkt,
2348         parse_one_sig_subpkt, can_handle_critical): Add read-only support
2349         for preferred keyserver subpackets.  They're basically policy URLs
2350         with a different name.  Add a verify-option
2351         "show-preferred-keyserver" to turn them on and off (on by default,
2352         as per stable branch).
2354         * g10.c (main): Add "--set-notation" as alias to "--notation-data"
2355         this is to make things consistent with --set-policy-url meaning
2356         both sigs and certs.
2358         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
2359         "show-validity" and "show-long-keyid" list-options.
2361         * gpgv.c (get_validity, trust_value_to_string): Stubs.
2363         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
2364         version-specific gpg.conf file so it can be overridden on RISCOS.
2366         * keyedit.c (show_key_with_all_names): Fix assertion failure when
2367         using toggle to see a secret key.  Reported by Maxim Britov.
2370 2003-09-22  Timo Schulz  <twoaday@freakmail.de>
2372         * card-util.c (card_status): Free pk in case of an error
2373         and return if the card is no OpenPGP card.
2375 2003-09-18  Werner Koch  <wk@gnupg.org>
2377         * g10.c: New command --card-edit.
2378         * card-util.c (card_status): Use tty_fprintf for all output.
2379         (print_sha1_fpr, print_isoname): Ditto.
2380         (get_one_name,change_name, change_url, change_login,change_lang)
2381         (change_sex): New; taken from keygen.c.
2382         * keygen.c (smartcard_get_one_name, smartcard_change_name)
2383         (smartcard_change_url, smartcard_change_login_data)
2384         (smartcard_change_lang, smartcard_change_sex): Removed.
2385         (check_smartcard): Removed most menu items.
2387 2003-09-06  Werner Koch  <wk@gnupg.org>
2389         * misc.c (openpgp_pk_algo_usage): Allow AUTH where SIGN is allowed.
2391         * keygen.c (ask_passphrase): No need to allocated S2K in secure
2392         memory.
2394 2003-09-04  Werner Koch  <wk@gnupg.org>
2396         * keygen.c (do_add_key_flags, parse_parameter_usage)
2397         (do_generate_keypair): Add support the proposed AUTH key flag.
2398         * getkey.c (fixup_uidnode, merge_selfsigs_main)
2399         (merge_selfsigs_subkey, premerge_public_with_secret): Ditto.
2400         * keylist.c (print_capabilities): Ditto.
2402 2003-08-25  Timo Schulz  <twoaday@freakmail.de>
2404         * pkglue.c (mpi_from_sexp): New. Used to factor out
2405         some common code.
2407 2003-08-24  Werner Koch  <wk@gnupg.org>
2409         * keygen.c (do_generate_keypair): Print a reminder to use --gen-revoke.
2411 2003-08-18  Timo Schulz  <twoaday@freakmail.de>
2413         * encode.c (encode_sesskey): Checked the code and removed
2414         the warning since all compatibility checks with PGP succeeded.
2415         * mainproc.c (symkey_decrypt_sesskey): Better check for the
2416         algorithm and check the return values of some functions.
2417         * mdc.c (use_mdc): Simplified.
2419 2003-08-07  Werner Koch  <wk@gnupg.org>
2421         * pkglue.c (pk_sign): Fix last change.
2422         (pk_verify): Check for valid DATA array so that we don't segv in
2423         Libgcrypt.
2424         (pk_verify): Ditto.
2426 2003-08-06  Werner Koch  <wk@gnupg.org>
2428         * pkglue.c (pk_sign): Allow signing using RSA.
2430 2003-08-05  Werner Koch  <wk@gnupg.org>
2432         * Makefile.am (install-data-local): Dropped check for the ancient
2433         gpgm tool.
2434         (bin_PROGRAMS): Renamed gpg to gpg2 and gpgv to gpgv2.  This is so
2435         that it won't conflict with the current stable version of gpg.
2437         * pkglue.c (pk_check_secret_key): New.
2438         * seckey-cert.c (do_check): Reenable this test here again.
2440         * g10.c (main): Add command -K as an alias for
2441         --list-secret-keys. Command "-k" is now an alias to --list-keys.
2442         Remove special treatment of -kv and -kvv.
2443         (set_cmd): Ditto.
2444         (main): Strip a "-cvs" suffix when testing for a version specific
2445         config file.
2447         * status.h, status.c, g10.c [USE_SHM_COPROCESSING]: Removed.  This
2448         is not any longer available.
2450 2003-07-29  Werner Koch  <wk@gnupg.org>
2452         * g10.c (main): Add secmem features and set the random seed file.
2453         (g10_exit): Update the random seed file.
2455         * parse-packet.c (parse_signature,read_protected_v3_mpi)
2456         (parse_key): Fixed use of mpi_set_opaque.
2457         * keygen.c (gen_card_key): Ditto.
2459 2003-07-28  Werner Koch  <wk@gnupg.org>
2461         * status.c (progress_cb): Adjusted for use with Libcgrypt.
2462         (set_status_fd): Register that callback.
2464         * keygen.c (smartcard_change_login_data): New.
2465         (smartcard_change_lang): New.
2466         (smartcard_change_sex): New.
2467         (check_smartcard): Add menu entries to edit the above.
2468         (gen_elg,gen_dsa,gen_rsa): Reimplemented in terms of Libgcrypt.
2469         (genhelp_protect, genhelp_factors, key_from_sexp): New.
2470         * comment.c (make_comment_node_from_buffer): New.
2471         (make_comment_node): Reimplemented in terms of above.
2473 2003-07-27  Werner Koch  <wk@gnupg.org>
2475         Adjusted for gcry_mpi_print and gcry_mpi_scan API change.
2477 2003-07-24  Werner Koch  <wk@gnupg.org>
2479         * g10.c: New command --card-status.
2480         * card-util.c (card_status): New.
2481         * call-agent.c (learn_status_cb): Parse more information.
2483         * keylist.c (print_pubkey_info): Add FP arg for optional printing
2484         to a stream.  Changed all callers.
2486 2003-07-23  Werner Koch  <wk@gnupg.org>
2488         * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.
2489         (do_generate_keypair): Abd generate the authkey.
2490         (check_smartcard): Changed menu accordingly.
2492 2003-07-22  Werner Koch  <wk@gnupg.org>
2494         * g10.c: New command --change-pin.
2495         * card-util.c: New.
2496         * call-agent.c (agent_scd_change_pin): New.
2497         (agent_release_card_info): New.
2498         * keygen.c (check_smartcard): Use it here.
2500 2003-07-16  Werner Koch  <wk@gnupg.org>
2502         * export.c (parse_export_options): New option sexp-format.
2503         (export_seckeys,export_secsubkeys): Check sexp-format option.
2504         (do_export): Ignore armor for sexp format.
2505         (do_export_stream): Handle sexp-format.
2506         (write_sexp_line,write_sexp_keyparm, build_sexp_seckey): New.
2507         (build_sexp): New.
2509 2003-07-03  Werner Koch  <wk@gnupg.org>
2511         * options.h (DBG_CIPHER): Reintroduced it.
2512         * seskey.c (encode_session_key): Debug output of the session key.
2514         * pubkey-enc.c (get_it): Handle card case.
2515         * call-agent.c (agent_scd_pkdecrypt): New.
2516         * pkglue.c (pk_encrypt): Add RSA support.
2518         * g10.c (main): Default to --use-agent.
2520         * keygen.c (show_smartcard): Print info about the public key.
2521         (check_smartcard): Check for existing key here.
2522         (gen_card_key): And not anymore here.
2523         (fpr_is_zero): New.
2524         (generate_keypair): Generate both keys for a card.
2525         (smartcard_change_url): Nw.
2527 2003-07-02  Werner Koch  <wk@gnupg.org>
2529         * seckey-cert.c (is_secret_key_protected): Let it handle mode 1002.
2531 2003-07-01  Werner Koch  <wk@gnupg.org>
2533         * keygen.c (gen_card_key): Obviously we should use the creation
2534         date received from SCDAEMON, so that the fingerprints will match.
2535         * sign.c (do_sign): Pass the serialno to the sign code.
2536         * keyid.c (serialno_and_fpr_from_sk): New.
2538 2003-06-30  Werner Koch  <wk@gnupg.org>
2540         * call-agent.h (agent_card_info_s): Add field serialno.
2541         * call-agent.c (store_serialno): New.
2542         (learn_status_cb): Store the serial number.
2543         * keygen.c (gen_card_key): Store the serial number
2544         (check_smartcard): New argument to return the serial number.
2545         (generate_keypair): Get the serial number from check_smartcard and
2546         store it as a parameter.
2547         * parse-packet.c (parse_key): Use the protect.iv field to store the
2548         serial number.
2549         * build-packet.c (do_secret_key): Write the serial number.
2551 2003-06-27  Werner Koch  <wk@gnupg.org>
2553         * seckey-cert.c (check_secret_key): Bypass the unprotection for
2554         mode 1002.
2555         * sign.c (do_sign): Handle card case (i.e. mode 1002).
2557 2003-06-26  Werner Koch  <wk@gnupg.org>
2559         * build-packet.c (do_secret_key): Implement special protection
2560         mode 1002.
2561         * parse-packet.c (parse_key): Likewise.
2563         * keygen.c (smartcard_gen_key): New.
2564         * call-agent.c (agent_scd_setattr): New.
2566 2003-06-24  Werner Koch  <wk@gnupg.org>
2568         * Makefile.am: Removed signal.c
2570         * g10.c (emergency_cleanup): New.
2571         (main): Use gnupg_init_signals and register malloc for assuan.
2573 2003-06-23  Werner Koch  <wk@gnupg.org>
2575         * keyid.c (do_fingerprint_md): Made it work again.
2577 2003-06-19  Werner Koch  <wk@gnupg.org>
2579         Fixed all "==" comparisons against error code constants to use
2580         gpg_err_code().
2582         * import.c (import_secret_one):
2583         (import_revoke_cert):
2584         (chk_self_sigs):
2586         * misc.c (openpgp_md_map_name): Check also for the Hx format.
2587         (openpgp_cipher_map_name): Check also for the Sx format.
2588         (pubkey_get_npkey): Adjusted for changed gcrypt API.
2589         (pubkey_get_nskey): Ditto.
2590         (pubkey_get_nsig): Ditto.
2591         (pubkey_get_nenc): Ditto.
2593 2003-06-18  Werner Koch  <wk@gnupg.org>
2595         Finished the bulk of changes for gnupg 1.9.  This included
2596         switching to libgcrypt functions, using shared error codes from
2597         libgpg-error, replacing the old functions we used to have in
2598         ../util by those in ../jnlib and ../common, renaming the malloc
2599         functions and a couple of types.  Note, that not all changes are
2600         listed below becuause they are too similar and done at far too
2601         many places.  As of today the code builds using the current
2602         libgcrypt from CVS but it is very unlikely that it actually works.
2604         * sig-check.c (cmp_help): Removed.  Was never used.
2606         * pkglue.c: New. Most stuff taken from gnupg 1.1.2.
2607         * pkglue.h: New.
2609         * misc.c (pull_in_libs): Removed.
2611         * keygen.c (count_chr): New.
2612         (ask_user_id): Removed faked RNG support.
2614         * misc.c (openpgp_md_map_name,openpgp_cipher_map_name)
2615         (openpgp_pk_map_name): New.
2617         * skclist.c (build_sk_list): Removed faked RNG support.
2618         (is_insecure): Removed.
2620         * comment.c (make_mpi_comment_node): Use gcry MPI print function.
2622         * keyid.c (v3_keyid): New.
2624         * misc.c (mpi_write,mpi_write_opaque,mpi_read,mpi_read_opaque)
2625         (mpi_print): New.  Taken from gnupg 1.1.2.
2626         (checksum_mpi): Replaced by implementation from 1.1.2.
2628         * g10.c (my_strusage): Renamed from strusage and return NULL
2629         instead calling a default function.
2630         (add_to_strlist2): New.  Taken from ../util/strgutil.c of gnupg 1.2.
2632         * plaintext.c (handle_plaintext): New arg CREATE_FILE to cope with
2633         the fact that gpg-error does not have this error code anymore.
2635         * mainproc.c (symkey_decrypt_sesskey): Ditto.
2637         * seskey.c (make_session_key): Adjusted for use with libgcrypt.
2638         (encode_session_key): Ditto.
2639         (do_encode_md): Ditto.
2640         (encode_md_value): Ditto.
2642         * keyring.c: Use libgpg-error instead of READ_ERROR etc.
2644         * g10.c: Adjusted all algorithm name/id mapping functions.
2645         (set_debug): Pass MPI and CRYPTO debug values to libgcrypt.
2647         * Makefile.am (INCLUDES): Define LOCALEDIR and the default error
2648         source.
2650         * g10.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
2652         Renamed m_alloc et al to xmalloc et al.
2653         s/g10_errstr/gpg_strerror/
2654         s/MPI/gcry_mpi_t/
2655         Adjusted all md_open calls to the libgcrypt API.
2657         * build-packet.c (do_comment): Return error code from iobuf write
2658         function.
2659         (do_user_id): Ditto.
2660         (do_public_key): Ditto.
2662         * Makefile.am: Add new files, link gpg with libgpg-error.
2663         * g10.c, options.h: New option --agent-program.
2664         * call-agent.c: New.
2665         * gpg.h, call-agent.h: New.
2667 2003-06-03  David Shaw  <dshaw@jabberwocky.com>
2669         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
2670         "show-validity" and "show-long-keyid" list-options.
2672         * gpgv.c (get_validity, trust_value_to_string): Stubs.
2674         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
2675         version-specific gpg.conf file so it can be overridden on RISCOS.
2677 2003-06-01  David Shaw  <dshaw@jabberwocky.com>
2679         * g10.c (main), keylist.c (show_policy_url, show_notation),
2680         mainproc.c (check_sig_and_print): Emulate the old policy and
2681         notation behavior (display by default).  Send to status-fd whether
2682         it is displayed on the screen or not.
2684         * g10.c (main): Since we now have some options in devel that won't
2685         work in a stable branch gpg.conf file, try for a version-specific
2686         gpg.conf-VERSION file before falling back to gpg.conf.
2688         * main.h, options.h: Move various option flags to options.h.
2690 2003-05-31  David Shaw  <dshaw@jabberwocky.com>
2692         * mainproc.c (check_sig_and_print), main.h, keylist.c
2693         (show_policy, show_notation): Collapse the old print_notation_data
2694         into show_policy() and show_notation() so there is only one
2695         function to print notations and policy URLs.
2697         * options.h, main.h, g10.c (main), keyedit.c
2698         (print_and_check_one_sig), keylist.c (list_one,
2699         list_keyblock_print), pkclist.c (do_edit_ownertrust), sign.c
2700         (mk_notation_and_policy): New "list-options" and "verify-options"
2701         commands.  These replace the existing
2702         --show-photos/--no-show-photos,
2703         --show-notation/--no-show-notation,
2704         --show-policy-url/--no-show-policy-url, and --show-keyring
2705         options.  The new method is more flexible since a user can specify
2706         (for example) showing photos during sig verification, but not in
2707         key listings.  The old options are emulated.
2709         * main.h, misc.c (parse_options): New general option line
2710         parser. Fix the bug in the old version that did not handle report
2711         syntax errors after a valid entry.
2713         * import.c (parse_import_options), export.c
2714         (parse_export_options): Call it here instead of duplicating the
2715         code.
2717 2003-05-30  David Shaw  <dshaw@jabberwocky.com>
2719         * keylist.c (list_one): Don't show the keyring filename when in
2720         --with-colons mode.  Actually translate "Keyring" string.
2722         * mainproc.c (proc_tree): We can't currently handle multiple
2723         signatures of different classes or digests (we'd pretty much have
2724         to run a different hash context for each), but if they are all the
2725         same, make an exception.  This is Debian bug #194292.
2727         * sig-check.c (check_key_signature2): Make string translatable.
2729         * packet.h, getkey.c (fixup_uidnode): Mark real primary uids
2730         differently than assumed primaries.
2732         * keyedit.c (no_primary_warning): Use the differently marked
2733         primaries here in a new function to warn when an --edit-key
2734         command might rearrange the self-sig dates enough to change which
2735         uid is primary.
2736         (menu_expire, menu_set_preferences): Use no_primary_warning()
2737         here.
2739         * Makefile.am: Use @DLLIBS@ for -ldl.
2741 2003-05-26  David Shaw  <dshaw@jabberwocky.com>
2743         * getkey.c (premerge_public_with_secret): Made "no secret subkey
2744         for" warning a verbose item and translatable. (From wk on stable
2745         branch)
2747         * sig-check.c (check_key_signature2): Made "no subkey for subkey
2748         binding packet" a verbose item instead of a !quiet one.  There are
2749         too many garbled keys out in the wild. (From wk on stable branch)
2751         * filter.h: Remove const from WHAT. (From wk on stable branch)
2753         * progress.c (handle_progress): Store a copy of
2754         NAME. (progress_filter): Release WHAT, make sure not to print a
2755         NULL WHAT. (From wk on stable branch)
2757         * openfile.c (open_sigfile): Adjust free for new progress
2758         semantics. (From wk on stable branch)
2760         * plaintext.c (ask_for_detached_datafile): Don't dealloc
2761         pfx->WHAT. (From wk on stable branch)
2763         * seckey-cert.c (do_check): Issue the RSA_OR_IDEA status when the
2764         cipher algo is IDEA to make it easier to track down the
2765         problem. (From twoaday on stable branch)
2767 2003-05-24  David Shaw  <dshaw@jabberwocky.com>
2769         * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c,
2770         build-packet.c, getkey.c, keydb.c, openfile.c, plaintext.c,
2771         status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h,
2772         encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit
2773         all preprocessor instructions to remove whitespace before the '#'.
2774         This is not required by C89, but there are some compilers out
2775         there that don't like it.
2777 2003-05-21  David Shaw  <dshaw@jabberwocky.com>
2779         * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename
2780         is_disabled to cache_disabled_value, which now takes a pk and not
2781         just the keyid. This is for speed since there is no need to
2782         re-fetch a key when we already have that key handy.  Cache the
2783         result of the check so we don't need to hit the trustdb more than
2784         once.
2786         * getkey.c (skip_disabled): New function to get a pk and call
2787         is_disabled on it. (key_byname): Use it here.
2789         * packet.h, getkey.c (skip_disabled), keylist.c
2790         (print_capabilities): New "pk_is_disabled" macro to retrieve the
2791         cached disabled value if available, and fill it in via
2792         cache_disabled_value if not available.
2794         * trustdb.c (get_validity): Cache the disabled value since we have
2795         it handy and it might be useful later.
2797         * parse-packet.c (parse_key): Clear disabled flag when parsing a
2798         new key.  Just in case someone forgets to clear the whole key.
2800         * getkey.c (merge_selfsigs_main): Add an "if all else fails" path
2801         for setting a single user ID primary when there are multiple set
2802         primaries all at the same second, or no primaries set and the most
2803         recent user IDs are at the same second, or no signed user IDs at
2804         all. This is arbitrary, but deterministic.
2806         * exec.h, photoid.h: Add copyright message.
2808         * keylist.c (list_keyblock_print): Don't dump attribs for
2809         revoked/expired/etc uids for non-colon key listings.  This is for
2810         consistency with --show-photos.
2812         * main.h, keylist.c (dump_attribs), mainproc.c
2813         (check_sig_and_print): Dump attribs if --attrib-fd is set when
2814         verifying signatures.
2816         * g10.c (main): New --gnupg option to disable the various
2817         --openpgp, --pgpX, etc. options.  This is the same as --no-XXXX
2818         for those options.
2820         * revoke.c (ask_revocation_reason): Clear old reason if user
2821         elects to repeat question.  This is bug 153.
2823         * keyedit.c (sign_uids): Show keyid of the key making the
2824         signature.
2826 2003-05-21  Werner Koch  <wk@gnupg.org>
2828         * progress.c (handle_progress)
2829         * sign.c (write_plaintext_packet)
2830         * encode.c (encode_simple,encode_crypt): Make sure that a filename
2831         of "-" is considered to be stdin so that iobuf_get_filelength
2832         won't get called.  This fixes bug 156 reported by Gregery Barton.
2834 2003-05-02  David Shaw  <dshaw@jabberwocky.com>
2836         * packet.h, build-packet.c (build_sig_subpkt), export.c
2837         (do_export_stream), import.c (remove_bad_stuff, import),
2838         parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt): Remove
2839         vestigal code for the old sig cache subpacket.  This wasn't
2840         completely harmless as it caused subpacket 101 to disappear on
2841         import and export.
2843         * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c,
2844         sign.c, encode.c, getkey.c, revoke.c: The current flags for
2845         different levels of PGP-ness are massively complex.  This is step
2846         one in simplifying them. No functional change yet, just use a
2847         macro to check for compliance level.
2849         * sign.c (sign_file): Fix bug that causes spurious compression
2850         preference warning.
2852         * sign.c (clearsign_file): Fix bug that prevents proper warning
2853         message from appearing when clearsigning in --pgp2 mode with a
2854         non-v3 RSA key.
2856         * main.h, misc.c (compliance_option_string, compliance_string,
2857         compliance_failure), pkclist.c (build_pk_list), sign.c (sign_file,
2858         clearsign_file), encode.c (encode_crypt,
2859         write_pubkey_enc_from_list): New functions to put the "this
2860         message may not be usable...." warning in one place.
2862         * options.h, g10.c (main): Part two of the simplification.  Use a
2863         single enum to indicate what we are compliant to (1991, 2440,
2864         PGPx, etc.)
2866         * g10.c (main): Show errors for failure in export, send-keys,
2867         recv-keys, and refresh-keys.
2869         * options.h, g10.c (main): Give algorithm warnings for algorithms
2870         chosen against the --pgpX and --openpgp rules.
2872         * keydb.h, pkclist.c (algo_available): Make TIGER192 invalid in
2873         --openpgp mode.
2875         * sign.c (sign_file), pkclist.c (algo_available): Allow passing a
2876         hint of 0.
2878 2003-05-01  David Shaw  <dshaw@jabberwocky.com>
2880         * tdbio.c (create_version_record): Only create new trustdbs with
2881         TM_CLASSIC or TM_PGP.
2883         * trustdb.h, trustdb.c (trust_string, get_ownertrust_string,
2884         get_validity_string, ask_ownertrust, validate_keys), pkclist.c
2885         (do_edit_ownertrust): Rename trust_string to trust_value_to_string
2886         for naming consistency.
2888         * trustdb.h, trustdb.c (string_to_trust_value): New function to
2889         translate a string to a trust value.
2891         * g10.c (main): Use string_to_trust_value here for
2892         --force-ownertrust.
2894         * options.h, g10.c (main), trustdb.c (trust_model_string,
2895         init_trustdb, check_trustdb, update_trustdb, get_validity,
2896         validate_one_keyblock): An "OpenPGP" trust model is misleading
2897         since there is no official OpenPGP trust model.  Use "PGP"
2898         instead.
2900 2003-04-30  David Shaw  <dshaw@jabberwocky.com>
2902         * build-packet.c (build_sig_subpkt): Comments.
2904         * exec.c (exec_write): Cast NULL to void* to properly terminate
2905         varargs list.
2907         * keyedit.c (show_key_with_all_names): Just for safety, catch an
2908         invalid pk algorithm.
2910         * sign.c (make_keysig_packet): Crucial that the call to mksubpkt
2911         comes LAST before the calls to finalize the sig as that makes it
2912         possible for the mksubpkt function to get a reliable pointer to
2913         the subpacket area.
2915         * pkclist.c (do_we_trust_pre): If an untrusted key was chosen by a
2916         particular user ID, use that ID as the one to ask about when
2917         prompting whether to use the key anyway.
2918         (build_pk_list): Similar change here when adding keys to the
2919         recipient list.
2921         * trustdb.c (update_validity): Fix bug that prevented more than
2922         one validity record per trust record.
2923         (get_validity): When retrieving validity for a (user) supplied
2924         user ID, return the validity for that user ID only, and do not
2925         fall back to the general key validity.
2926         (validate_one_keyblock): Some commentary on whether
2927         non-self-signed user IDs belong in the web of trust (arguably,
2928         they do).
2930 2003-04-27  David Shaw  <dshaw@jabberwocky.com>
2932         * g10.c (main): Add --no-textmode.
2934         * export.c (do_export_stream), keyedit.c (show_key_with_all_names,
2935         menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
2936         (show_photos), sign.c (mk_notation_and_policy), trustdb.c
2937         (get_validity, reset_trust_records, validate_keys): Make some
2938         strings translatable.
2940         * mainproc.c (check_sig_and_print): Show digest algorithm and sig
2941         class when verifying a sig with --verbose on, and add version, pk
2942         and hash algorithms and sig class to VALIDSIG.
2944         * parse-packet.c (enum_sig_subpkt): Make a warning message a
2945         --verbose warning message since we don't need to warn every time
2946         we see an unknown critical (we only need to invalidate the
2947         signature).
2949         * trustdb.c (init_trustdb): Check the trustdb options even with
2950         TM_AUTO since the auto may become TM_CLASSIC or TM_OPENPGP.
2952 2003-04-26  David Shaw  <dshaw@jabberwocky.com>
2954         * sign.c (do_sign): Show the hash used when making a signature in
2955         verbose mode.
2957         * tdbio.h, tdbio.c (tdbio_read_model): New function to return the
2958         trust model used in a given trustdb.
2960         * options.h, g10.c (main), trustdb.c (init_trustdb, check_trustdb,
2961         update_trustdb): Use tdbio_read_model to implement an "auto" trust
2962         model which is set via the trustdb.
2964 2003-04-23  David Shaw  <dshaw@jabberwocky.com>
2966         * import.c (import_revoke_cert): Remove ultimate trust when
2967         revoking an ultimately trusted key.
2969         * keyedit.c (sign_uids): Allow replacing expired signatures.
2970         Allow duplicate signatures with --expert.
2972         * pkclist.c (check_signatures_trust): Don't display a null
2973         fingerprint when checking a signature with --always-trust enabled.
2975         * filter.h (progress_filter_context_t), progress.c
2976         (handle_progress), plaintext.c (ask_for_detached_datafile,
2977         hash_datafiles): Fix compiler warnings.  Make "what" constant.
2979         * build-packet.c (do_plaintext): Do not create invalid literal
2980         packets with >255-byte names.
2982 2003-04-15  Werner Koch  <wk@gnupg.org>
2984         * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS.
2986         * g10.c, options.h: New option --enable-progress-filter.
2987         * progress.c (handle_progress): Make use of it.
2989 2003-04-15  Marcus Brinkmann  <marcus@g10code.de>
2991         * progress.c: New file.
2992         * Makefile.am (common_source): Add progress.c.
2993         * filter.h (progress_filter_context_t): New type.
2994         (progress_filter, handle_progress): New prototypes.
2995         * main.h (open_sigfile): New argument for prototype.
2996         * openfile.c (open_sigfile): New argument to install progress
2997         filter.
2998         * encode.c (encode_simple): New variable PFX.  Register
2999         progress filter.  Install text_filter after that.
3000         (encode_crypt): Likewise.
3001         * sign.c (sign_file): Likewise.
3002         (clearsign_file): Likewise.
3003         * decrypt.c (decrypt_message): Likewise.
3004         (decrypt_messages): Likewise.
3005         * verify.c (verify_signatures): Likewise.
3006         (verify_one_file): Likewise.
3007         * plaintext.c (hash_datafiles): Likewise.
3008         (ask_for_detached_datafile): Likewise.
3010 2003-04-10  Werner Koch  <wk@gnupg.org>
3012         * passphrase.c (read_passphrase_from_fd): Do a dummy read if the
3013         agent is to be used.  Noted by Ingo Klöcker.
3014         (agent_get_passphrase): Inhibit caching when we have no
3015         fingerprint.  This is required for key generation as well as for
3016         symmetric only encryption.
3018         * passphrase .c (agent_get_passphrase): New arg CANCELED.
3019         (passphrase_to_dek): Ditto.  Passed to above.  Changed all
3020         callers to pass NULL.
3021         * seckey-cert.c (do_check): New arg CANCELED.
3022         (check_secret_key): Terminate loop when canceled.
3024         * keyedit.c (change_passphrase): Pass ERRTEXT untranslated to
3025         passphrase_to_dek and translate where appropriate.
3026         * seckey-cert.c (check_secret_key): Ditto.
3027         * keygen.c (ask_passphrase): Ditto.
3028         * passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT.
3029         Switch the codeset to utf-8.
3031 2003-04-09  Werner Koch  <wk@gnupg.org>
3033         * decrypt.c (decrypt_messages): Fixed error handling; the function
3034         used to re-loop with same file after an error.  Reported by Joseph
3035         Walton.
3037 2003-04-08  David Shaw  <dshaw@jabberwocky.com>
3039         * main.h, g10.c (main), import.c (parse_import_options,
3040         fix_pks_corruption): It's really PKS corruption, not HKP
3041         corruption.  Keep the old repair-hkp-subkey-bug command as an
3042         alias.
3044         * g10.c (main): Rename --no-version to --no-emit-version for
3045         consistency.  Keep --no-version as an alias.
3047 2003-04-04  David Shaw  <dshaw@jabberwocky.com>
3049         * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash.
3051         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Remove
3052         unused code.
3054 2003-04-01  Werner Koch  <wk@gnupg.org>
3056         * mainproc.c (check_sig_and_print): Add primary key fpr to VALIDSIG
3057         status.
3059 2003-03-24  David Shaw  <dshaw@jabberwocky.com>
3061         * keydb.h: Err on the side of making an unknown signature a SIG
3062         rather than a CERT.
3064         * import.c (delete_inv_parts): Discard any key signatures that
3065         aren't key types (i.e. 0x00, 0x01, etc.)
3067         * g10.c (main): Add deprecated option warning for
3068         --list-ownertrust.  Add --compression-algo alias for
3069         --compress-algo.  Change --version output strings to match
3070         "showpref" strings, and make translatable.
3072         * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for
3073         --command-fd boolean input.
3075         * trustdb.c: Fix typo (DISABLE_REGEXP -> DISABLE_REGEX)
3077         * keyedit.c (show_key_with_all_names_colon): Show no-ks-modify
3078         flag.
3080 2003-03-11  David Shaw  <dshaw@jabberwocky.com>
3082         * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv"
3083         keyserver option.  Defaults to on.
3085         * passphrase.c (agent_get_passphrase): Fix memory leak with
3086         symmetric messages.  Fix segfault with symmetric messages.  Fix
3087         incorrect prompt with symmetric messages.
3089 2003-03-10  Werner Koch  <wk@gnupg.org>
3091         * compress.c (init_uncompress): Use a 15 bit window size so that
3092         the output of implementations which don't run for PGP 2
3093         compatibility won't get garbled.
3095 2003-03-04  David Shaw  <dshaw@jabberwocky.com>
3097         * trustdb.c (validate_keys): Mask the ownertrust when building the
3098         list of fully valid keys so that disabled keys are still counted
3099         in the web of trust.
3100         (get_ownertrust_with_min): Do the same for the minimum ownertrust
3101         calculation.
3103         * parse-packet.c (dump_sig_subpkt): Show the notation names for
3104         not-human-readable notations.  Fix cosmetic off-by-one length
3105         counter.
3107         * options.skel: Add explantion and commented-out
3108         "no-mangle-dos-filenames".
3110         * mainproc.c (proc_encrypted): Make string translatable.
3112         * keyserver.c (keyserver_spawn): Quote ':', '%', and any 8-bit
3113         characters in the uid strings sent to the keyserver helper.
3115         * keyring.c (keyring_rebuild_cache): Lock the keyring while
3116         rebuilding the signature caches to prevent another gpg from
3117         tampering with the temporary copy.
3119         * keygen.c (keygen_set_std_prefs): Include AES192 and AES256 in
3120         default prefs.
3122         * keyedit.c (show_prefs): Make strings translatable.
3124         * keydb.c: Double the maximum number of keyrings to 40.
3126         * gpgv.c (main): Fix bug #113 - gpgv should accept the
3127         --ignore-time-conflict option.
3129         * g10.c (main): --openpgp disables --pgpX.  Double the amount of
3130         secure memory to 32k (keys are getting bigger these days).
3132         * Makefile.am: Makefile.am: Use @CAPLIBS@ to link in -lcap if we
3133         are using capabilities.
3135 2003-02-26  David Shaw  <dshaw@jabberwocky.com>
3137         * keyserver.c (keyserver_spawn): Include various pieces of
3138         information about the key in the data sent to the keyserver
3139         helper.  This allows the helper to use it in instructing a remote
3140         server which may not have any actual OpenPGP smarts in parsing
3141         keys.
3143         * main.h, export.c (export_pubkeys_stream, do_export_stream): Add
3144         ability to return only the first match in an exported keyblock for
3145         keyserver usage.  This should be replaced at some point with a
3146         more flexible solution where each key can be armored seperately.
3148 2003-02-22  David Shaw  <dshaw@jabberwocky.com>
3150         * sign.c (sign_file): Do not push textmode filter onto an unopened
3151         IOBUF (segfault).  Noted by Marcus Brinkmann.  Push and
3152         reinitialize textmode filter for each file in a multiple file
3153         list.
3155         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Set
3156         and show the keyserver no-modify flag.
3158         * keygen.c (add_keyserver_modify): New.
3159         (keygen_upd_std_prefs): Call it here.
3160         (keygen_set_std_prefs): Accept "ks-modify" and "no-ks-modify" as
3161         prefs to set and unset keyserver modify flag.
3163         * g10.c (main): Accept "s1" in addition to "idea" to match the
3164         other ciphers.
3166         * main.h, misc.c (idea_cipher_warn): We don't need this if IDEA
3167         has been disabled.
3169 2003-02-21  David Shaw  <dshaw@jabberwocky.com>
3171         * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in
3172         default prefs if they are disabled.
3174         * g10.c (main): Use 3DES instead of CAST5 if we don't have CAST5
3175         support.  Use 3DES for the s2k cipher in --openpgp mode.
3176         (print_mds): #ifdef all of the optional digest algorithms.
3178 2003-02-12  David Shaw  <dshaw@jabberwocky.com>
3180         * keydb.h, getkey.c (classify_user_id, classify_user_id2): Make
3181         'exact' a per-desc item.  Merge into one function since
3182         'force_exact' is no longer needed.
3183         (key_byname): Use new classify_user_id function, and new exact
3184         flag in KEYDB_SEARCH_DESC.
3186         * keyring.h, keyring.c (keyring_search): Return an optional index
3187         to show which KEYDB_SEARCH_DESC was the matching one.
3189         * keydb.h, keydb.c (keydb_search): Rename to keydb_search2, and
3190         pass the optional index to keyring_search.  Add a macro version of
3191         keydb_search that calls this new function.
3193         * export.c (do_export_stream): If the keyid! syntax is used,
3194         export only that specified key.  If the key in question is a
3195         subkey, export the primary plus that subkey only.
3197 2003-02-11  David Shaw  <dshaw@jabberwocky.com>
3199         * exec.c (set_exec_path): Add debugging line.
3201         * g10.c (print_hex, print_mds): Print long hash strings a lot
3202         neater.  This assumes at least an 80-character display, as there
3203         are a few other similar assumptions here and there.  Users who
3204         need unformatted hashes can still use with-colons.  Check that
3205         SHA384 and 512 are available before using them as they are no
3206         longer always available.
3208         * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@
3209         as GNUPG_LIBEXECDIR so it can be easily overridden at make time.
3211 2003-02-04  David Shaw  <dshaw@jabberwocky.com>
3213         * armor.c (parse_hash_header, armor_filter): Accept the new SHAs
3214         in the armor Hash: header.
3216         * g10.c (print_hex): Print long hash strings a little neater.
3217         (print_mds): Add the new SHAs to the hash list.
3219 2003-02-02  David Shaw  <dshaw@jabberwocky.com>
3221         * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on
3222         a v4 key (treat as a v4 revocation).
3224         * import.c (print_import_check): Do not re-utf8 convert user IDs.
3226 2003-01-27  David Shaw  <dshaw@jabberwocky.com>
3228         * mainproc.c (list_node): Show signature expiration date in
3229         with-colons sig records.
3231         * keylist.c (list_keyblock_colon), mainproc.c (list_node): Show
3232         trust sig information in with-colons sig records.
3234 2003-01-16  David Shaw  <dshaw@jabberwocky.com>
3236         * g10.c (add_group): Trim whitespace after a group name so it does
3237         not matter where the user puts the = sign.
3239         * options.skel: Comment out the first three lines in case someone
3240         manually copies the skel file to their homedir.
3242         * sign.c (clearsign_file): Only use pgp2mode with v3 keys and
3243         MD5. This matches what we do when decoding such messages and
3244         prevents creating a message (v3+RIPEMD/160) that we can't verify.
3246         * sig-check.c (signature_check2): Use G10ERR_GENERAL as the error
3247         for signature digest conflict.  BAD_SIGN implies that a signature
3248         was checked and we may try and print out a user ID for a key that
3249         doesn't exist.
3251 2003-01-15  David Shaw  <dshaw@jabberwocky.com>
3253         * trustdb.c (init_trustdb, get_validity): Don't use a changed
3254         trust model to indicate a dirty trustdb, and never auto-rebuild a
3255         dirty trustdb with the "always" trust model.
3257         * g10.c (add_group): Last commit missed the \t ;)
3259 2003-01-14  David Shaw  <dshaw@jabberwocky.com>
3261         * packet.h, parse-packet.c (setup_user_id), free-packet.c
3262         (free_user_id), keydb.h, keyid.c (namehash_from_uid): New function
3263         to rmd160-hash the contents of a user ID packet and cache it in
3264         the uid object.
3266         * keylist.c (list_keyblock_colon): Use namehash in field 8 of
3267         uids.  Show dates for creation (selfsig date), and expiration in
3268         fields 6 and 7.
3270         * trustdb.c (get_validity, get_validity_counts, update_validity):
3271         Use new namehash function rather than hashing it locally.
3273 2003-01-14  Werner Koch  <wk@gnupg.org>
3275         * g10.c (add_group): Fixed group parsing to allow more than one
3276         delimiter in a row and also allow tab as delimiter.
3278 2003-01-12  David Shaw  <dshaw@jabberwocky.com>
3280         * tdbio.c (tdbio_set_dbname): Fix assertion failure with
3281         non-fully-qualified trustdb names.
3283 2003-01-11  David Shaw  <dshaw@jabberwocky.com>
3285         * trustdb.c (get_validity_info, get_ownertrust_info,
3286         trust_letter): Simplify by returning a ? for error directly.
3288         * keyedit.c (show_key_with_all_names): Use get_validity_string and
3289         get_ownertrust_string to show full word versions of trust
3290         (i.e. "full" instead of 'f').
3292         * trustdb.h, trustdb.c (get_ownertrust_string,
3293         get_validity_string): Same as get_ownertrust_info, and
3294         get_validity_info, except returns a full string.
3296         * trustdb.c (get_ownertrust_with_min): New.  Same as
3297         'get_ownertrust' but takes the min_ownertrust value into account.
3299 2003-01-10  David Shaw  <dshaw@jabberwocky.com>
3301         * armor.c (armor_filter): Comment about PGP's end of line tab
3302         problem.
3304         * trustdb.h, trustdb.c (trust_letter): Make
3305         static. (get_ownertrust_info, get_validity_info): Don't mask the
3306         trust level twice.
3308         * trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info),
3309         keylist.c (list_keyblock_colon), keyedit.c
3310         (show_key_with_all_names_colon, menu_revuid): Pass a user ID in
3311         rather than a namehash, so we only have to do the hashing in one
3312         place.
3314         * packet.h, pkclist.c (build_pk_list), free-packet.c
3315         (release_public_key_parts): Remove unused namehash element for
3316         public keys.
3318 2003-01-07  David Shaw  <dshaw@jabberwocky.com>
3320         * keygen.c (keygen_set_std_prefs): Warn when setting an IDEA
3321         preference when IDEA is not available.
3323 2003-01-06  David Shaw  <dshaw@jabberwocky.com>
3325         * trustdb.c (get_validity_info): 'd' for disabled is not a
3326         validity value any more.
3328         * packet.h, tdbio.h, tdbio.c (tdbio_read_record,
3329         tdbio_write_record), trustdb.c (update_validity): Store temporary
3330         full & marginal counts in the trustdb.
3331         (clear_validity, get_validity_counts): Return and clear temp
3332         counts.
3333         (store_validation_status): Keep track of which keyids have been
3334         stored.
3335         (validate_one_keyblock, validate_key_list): Use per-uid copies of
3336         the full & marginal counts so they can be recalled for multiple
3337         levels.
3338         (validate_keys): Only use unused keys for each new round.
3339         (reset_unconnected_keys): Rename to reset_trust_records, and only
3340         skip specifically excluded records.
3342         * keylist.c (print_capabilities): Show 'D' for disabled keys in
3343         capabilities section.
3345         * trustdb.c (is_disabled): Remove incorrect comment.
3347 2003-01-03  David Shaw  <dshaw@jabberwocky.com>
3349         * import.c (import_one): Only do the work to create the status
3350         display for interactive import if status is enabled.
3352         * keyring.c (keyring_search): skipfnc didn't work properly with
3353         non-keyid searches.  Noted by Stefan Bellon.
3355         * getkey.c (merge_selfsigs_main): Remove some unused code and make
3356         sure that the pk selfsigversion member accounts for 1F direct
3357         sigs.
3359 2003-01-02  Werner Koch  <wk@gnupg.org>
3361         * keydb.c (keydb_add_resource): Don't assume that try_make_homedir
3362         terminates but check again for the existence of the directory and
3363         continue then.
3364         * openfile.c (copy_options_file): Print a warning if the skeleton
3365         file has active options.
3367 2002-12-29  David Shaw  <dshaw@jabberwocky.com>
3369         * getkey.c (merge_selfsigs_main), main.h, sig-check.c
3370         (check_key_signature2): Pass the ultimately trusted pk directly to
3371         check_key_signature2 to avoid going through the key selection
3372         mechanism.  This prevents a deadly embrace when two keys without
3373         selfsigs each sign the other.
3375 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
3377         * keyserver.c (keyserver_refresh): Don't print the "refreshing..."
3378         line if there are no keys to refresh or if there is no keyserver
3379         set.
3381         * getkey.c (merge_selfsigs_main): Any valid user ID should make a
3382         key valid, not just the last one.  This also fixes Debian bug
3383         #174276.
3385 2002-12-27  Stefan Bellon  <sbellon@sbellon.de>
3387         * import.c (print_import_check): Changed int to size_t.
3389 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
3391         * keyedit.c (keyedit_menu, menu_revuid): Add "revuid" feature to
3392         revoke a user ID.  This is the same as issuing a revocation for
3393         the self-signature, but a much simpler interface to do it.
3395 2002-12-26  David Shaw  <dshaw@jabberwocky.com>
3397         * keydb.h, getkey.c (key_byname): Flag to enable or disable
3398         including disabled keys.  Keys specified via keyid (i.e. 0x...)
3399         are always included.
3401         * getkey.c (get_pubkey_byname, get_seckey_byname2,
3402         get_seckey_bynames), keyedit.c (keyedit_menu, menu_addrevoker):
3403         Include disabled keys in these functions.
3405         * pkclist.c (build_pk_list): Do not include disabled keys for -r
3406         or the key prompt.  Do include disabled keys for the default key
3407         and --encrypt-to.
3409         * trustdb.h, trustdb.c (is_disabled): New skipfnc for skipping
3410         disabled keys.
3412         * gpgv.c (is_disabled): Stub.
3414         * keygen.c (keygen_add_key_expire): Properly handle updating a key
3415         expiration to a no-expiration value.
3417         * keyedit.c (enable_disable_key): Comment.
3419         * import.c (import_one): When in interactive mode and --verbose,
3420         don't repeat some key information twice.
3422 2002-12-22  Timo Schulz  <ts@winpt.org>
3424         * import.c (print_import_check): New.
3425         (import_one): Use it here.
3426         Use merge_keys_and_selfsig in the interactive mode to avoid
3427         wrong key information.
3428         * status.h: Add new status code.
3429         * status.c: Ditto.
3431 2002-12-13  David Shaw  <dshaw@jabberwocky.com>
3433         * pkclist.c (do_we_trust): Tweak language to refer to the "named
3434         user" rather than "owner".  Noted by Stefan Bellon.
3436         * trustdb.h, trustdb.c (trustdb_pending_check): New function to
3437         check if the trustdb needs a check.
3439         * import.c (import_keys_internal): Used here so we don't rebuild
3440         the trustdb if it is still clean.
3441         (import_one, chk_self_sigs): Only mark trustdb dirty if the key
3442         that is being imported has any sigs other than self-sigs.
3443         Suggested by Adrian von Bidder.
3445         * options.skel: Include the required '=' sign in the sample
3446         'group' option.  Noted by Stefan Bellon.
3448         * import.c (chk_self_sigs): Don't try and check a subkey as if it
3449         was a signature.
3451 2002-12-11  David Shaw  <dshaw@jabberwocky.com>
3453         * tdbio.c (tdbio_read_record, tdbio_write_record): Compact the
3454         RECTYPE_TRUST records a bit.
3456         * g10.c (main): Comment out --list-trust-path until it can be
3457         implemented.
3459         * import.c (import_one): Warn when importing an Elgamal primary
3460         that this may take some time (to verify self-sigs).
3461         (chk_self_sigs): Try and cache all self-sigs so the keyblock is
3462         written to the keyring with a good rich cache.
3464         * keygen.c (ask_algo): Make the Elgamal sign+encrypt warning
3465         stronger, and remove the RSA sign+encrypt warning.
3467 2002-12-06  Stefan Bellon  <sbellon@sbellon.de>
3469         * options.h: Fixed typo (mangle_dos_names instead of
3470         mangle_dos_filenames).
3472 2002-12-05  Werner Koch  <wk@gnupg.org>
3474         * g10.c: New options --[no-]mangle-dos-filenames.
3475         * options.h (opt): Added mangle-dos-filenames.
3476         * openfile.c (open_outfile) [USE_ONLY_8DOT3]: Truncate the
3477         filename only when this option is set; this is the default.
3479 2002-12-04  David Shaw  <dshaw@jabberwocky.com>
3481         * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01)
3482         change.  Minimal isn't always best.
3484         * sign.c (update_keysig_packet): Use the current time rather then
3485         a modification of the original signature time.  Make sure that
3486         this doesn't cause a time warp.
3488         * keygen.c (keygen_add_key_expire): Properly handle a key
3489         expiration date in the past (use a duration of 0).
3491         * keyedit.c (menu_expire): Use update_keysig_packet so any sig
3492         subpackets are maintained during the update.
3494         * build-packet.c (build_sig_subpkt): Mark sig expired or unexpired
3495         when the sig expiration subpacket is added.
3496         (build_sig_subpkt_from_sig): Handle making an expiration subpacket
3497         from a sig that has already expired (use a duration of 0).
3499         * packet.h, sign.c (update_keysig_packet), keyedit.c
3500         (menu_set_primary_uid, menu_set_preferences): Add ability to issue
3501         0x18 subkey binding sigs to update_keysig_packet and change all
3502         callers.
3504         * trustdb.c (validate_keys): Show trust parameters when building
3505         the trustdb, and make sure that the version record update was
3506         successful.
3507         (init_trustdb): If the current parameters aren't what was used for
3508         building the trustdb, the trustdb is invalid.
3510         * tbio.c (tdbio_db_matches_options): Update to work with new
3511         trustdbs.
3513 2002-12-03  David Shaw  <dshaw@jabberwocky.com>
3515         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Store
3516         trust model in the trustdb version record.
3517         (tdbio_update_version_record): New function to update version
3518         record values during a trustdb check or update.
3519         (tdbio_dump_record): Show trust model in dump.
3521         * trustdb.c (validate_keys): Call tdbio_update_version_record on
3522         success so that the correct options are stored in the trustdb.
3524         * options.h: rearrange trust models so that CLASSIC is 0 and
3525         OPENPGP is 1.
3527         * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
3528         pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8
3529         mode.  This is basically identical to --pgp7 in all ways except
3530         that signing subkeys, v4 data sigs (including expiration), and SK
3531         comments are allowed.
3533         * getkey.c (finish_lookup): Comment.
3535         * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu):
3536         Reorder user ID display in the --edit-key menu to match that of
3537         the --list-keys display.
3539         * g10.c (add_notation_data): Fix initialization.
3541 2002-12-01  David Shaw  <dshaw@jabberwocky.com>
3543         * keyedit.c (menu_expire): Don't lose key flags when changing the
3544         expiration date of a subkey.  This is not the most optimal
3545         solution, but it is minimal change on the stable branch.
3547         * main.h, keygen.c (do_copy_key_flags): New function to copy key
3548         flags, if any, from one sig to another.
3549         (do_add_key_expire): New function to add key expiration to a sig.
3550         (keygen_copy_flags_add_expire): New version of
3551         keygen_add_key_expire that also copies key flags.
3552         (keygen_add_key_flags_and_expire): Use do_add_key_expire.
3554         * import.c (fix_hkp_corruption): Comment.
3556 2002-11-25  Stefan Bellon  <sbellon@sbellon.de>
3558         * plaintext.c (handle_plaintext) [__riscos__]: If nooutput is set,
3559         no filetype is needed obviously.
3561 2002-11-24  David Shaw  <dshaw@jabberwocky.com>
3563         * main.h, misc.c (default_cipher_algo, default_compress_algo):
3564         New.  Return the default algorithm by trying
3565         --cipher-algo/--compress-algo, then the first item in the pref
3566         list, then s2k-cipher-algo or ZIP.
3568         * sign.c (sign_file, sign_symencrypt_file), encode.c
3569         (encode_simple, encode_crypt): Call default_cipher_algo and
3570         default_compress_algo to get algorithms.
3572         * g10.c (main): Allow pref selection for compress algo with
3573         --openpgp.
3575         * mainproc.c (proc_encrypted): Use --s2k-digest-algo for
3576         passphrase mangling rather than --digest-algo.
3578         * sign.c (hash_for): If --digest-algo is not set, but
3579         --personal-digest-preferences is, then use the first hash
3580         algorithm in the personal list.  If the signing algorithm is DSA,
3581         then use the first 160-bit hash algorithm in the personal list.
3582         If --pgp2 is set and it's a v3 RSA key, use MD5.
3584         * g10.c (main), keydb.c (keydb_add_resource,
3585         keydb_locate_writable): Rename --default-keyring as
3586         --primary-keyring.  Stefan wins the naming contest.
3588 2002-11-23  David Shaw  <dshaw@jabberwocky.com>
3590         * g10.c (add_notation_data): Disallow notation names that do not
3591         contain a '@', unless --expert is set.  This is to help prevent
3592         people from polluting the (as yet unused) IETF namespace.
3594         * main.h: Comments about default algorithms.
3596         * photoid.c (image_type_to_string): Comments about 3-letter file
3597         extensions.
3599         * encode.c (encode_simple), passphrase.c (passphrase_to_dek),
3600         sign.c (sign_symencrypt_file): Use --s2k-digest-algo for
3601         passphrase mangling rather than --digest-algo.
3603 2002-11-21  David Shaw  <dshaw@jabberwocky.com>
3605         * keygen.c (keygen_set_std_prefs): Properly handle an empty
3606         preference string.
3608         * misc.c (string_to_compress_algo): "none" is a bad choice since
3609         it conflicts with the "none" in setpref.
3611 2002-11-14  David Shaw  <dshaw@jabberwocky.com>
3613         * g10.c (main): Allow compression algorithm names as the argument
3614         to --compress-algo.  The old algorithm names still work for
3615         backwards compatibility.
3617         * misc.c (string_to_compress_algo): Allow "none" as an alias for
3618         "uncompressed".
3620 2002-11-13  Stefan Bellon  <sbellon@sbellon.de>
3622         * getkey.c (get_pubkey_byfprint_fast): Fixed type incompatibility,
3623         was unsigned char instead of byte.
3625 2002-11-13  David Shaw  <dshaw@jabberwocky.com>
3627         * encode.c (encode_simple): Make sure that files larger than about
3628         4G use partial length encoding.  This is required because OpenPGP
3629         allows only for 32 bit length fields.  From Werner on stable
3630         branch.
3632         * getkey.c (get_pubkey_direct): Renamed to...
3633         (get_pubkey_fast): this and made extern.
3634         (get_pubkey_byfprint_fast): New.  From Werner on stable branch.
3636         * keydb.h, import.c (import_one): Use get_pubkey_fast instead of
3637         get_pubkey.  We don't need a merged key and actually this might
3638         lead to recursions.
3639         (revocation_present): Likewise for search by fingerprint.  From
3640         Werner on stable branch.
3642         * g10.c (main): Try to create the trustdb even for non-colon-mode
3643         list-key operations.  This is required because getkey needs to
3644         know whether a a key is ultimately trusted.  From Werner on stable
3645         branch.
3647         * exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
3648         we don't need it here as it behaves more like a Posix system.
3649         From Werner on stable branch.
3651         * passphrase.c (agent_get_passphrase): Ditto.  From Werner on
3652         stable branch.
3654         * tdbio.c (MY_O_BINARY): Need binary mode with Cygwin.  From
3655         Werner on stable branch.
3657         * g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
3658         the registry.  From Werner on stable branch.
3660         * keyedit.c (show_key_with_all_names_colon): Make --with-colons
3661         --edit display match the validity and trust of --with-colons
3662         --list-keys.
3664         * passphrase.c (agent_send_all_options): Fix compile warning.
3666         * keylist.c (list_keyblock_colon): Validity for subkeys should
3667         match that of the primary key, and not that of the last user ID.
3669         * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys
3670         carry these facts onto all their subkeys, but only after the
3671         subkey has a chance to be marked valid.  This is to fix an
3672         incorrect "invalid public key" error verifying a signature made by
3673         a revoked signing subkey, with a valid unrevoked primary key.
3675 2002-11-09  Werner Koch  <wk@gnupg.org>
3677         * passphrase.c (agent_send_all_options): Use tty_get_ttyname to
3678         get the default ttyname.
3680 2002-11-07  David Shaw  <dshaw@jabberwocky.com>
3682         * keyring.h, keyring.c (keyring_register_filename): Return the
3683         pointer if a given keyring is registered twice.
3685         * keydb.h, keydb.c (keydb_add_resource): Use flags to indicate a
3686         default keyring.
3687         (keydb_locate_writable): Prefer the default keyring if possible.
3689         * g10.c (main): Add --default-keyring option.
3691 2002-11-06  David Shaw  <dshaw@jabberwocky.com>
3693         * options.h, g10.c (main), trustdb.c (ask_ownertrust): Add
3694         --force-ownertrust option for debugging purposes.  This allows
3695         setting a whole keyring to a given trust during an
3696         --update-trustdb.  Not for normal use - it's just easier than
3697         hitting "4" all the time to test a large trustdb.
3699         * pubkey-enc.c (get_session_key): With hidden recipients or try a
3700         given passphrase against all secret keys rather than trying all
3701         secret keys in turn.  Don't if --try-all-secrets or --status-fd is
3702         enabled.
3704         * passphrase.c (passphrase_to_dek): Mode 1 means do a regular
3705         passphrase query, but don't prompt with the key info.
3707         * seckey-cert.c (do_check, check_secret_key): A negative ask count
3708         means to enable passphrase mode 1.
3710         * keydb.h, getkey.c (enum_secret_keys): Add flag to include
3711         secret-parts-missing keys (or not) in the list.
3713 2002-11-05  David Shaw  <dshaw@jabberwocky.com>
3715         * keyserver.c (keyserver_search_prompt): When --with-colons is
3716         enabled, don't try and fit the search output to the screen size -
3717         just dump the whole list.
3719 2002-11-04  David Shaw  <dshaw@jabberwocky.com>
3721         * keyserver.c (keyserver_search_prompt): When --with-colons is
3722         enabled, just dump the raw keyserver protocol to stdout and don't
3723         print the menu.
3725         * keyserver.c (show_prompt): Don't show a prompt when command-fd
3726         is being used.
3728         * trustdb.c (trust_model_string, check_trustdb, update_trustdb,
3729         validate_one_keyblock): It's not clear what a trustdb rebuild or
3730         check means with a trust model other than "classic" or "openpgp",
3731         so disallow this.
3733 2002-11-03  David Shaw  <dshaw@jabberwocky.com>
3735         * options.h, g10.c (main): Add --trust-model option.  Current
3736         models are "openpgp" which is classic+trustsigs, "classic" which
3737         is classic only, and "always" which is the same as the current
3738         option --always-trust (which still works).  Default is "openpgp".
3740         * trustdb.c (validate_one_keyblock): Use "openpgp" trust model to
3741         enable trust sigs.
3743         * gpgv.c (main), mainproc.c (check_sig_and_print), pkclist.c
3744         (do_we_trust, do_we_trust_pre, check_signatures_trust): Use new
3745         --trust-model option in place of --always-trust.
3747         * keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids,
3748         keyedit_menu): Prompt for and create a trust signature with
3749         "tsign".  This is functional, but needs better UI text.
3751         * build-packet.c (build_sig_subpkt): Able to build trust and
3752         regexp subpackets.
3754         * pkclist.c (do_edit_ownertrust): Comment.
3756 2002-11-02  David Shaw  <dshaw@jabberwocky.com>
3758         * keygen.c (set_one_pref, keygen_set_std_prefs): Allow using the
3759         full algorithm name (CAST5, SHA1) rather than the short form (S3,
3760         H2).
3762         * main.h, keygen.c (keygen_get_std_prefs), keyedit.c
3763         (keyedit_menu): Return and use a fake uid packet rather than a
3764         string since we already have a nice parser/printer in
3765         keyedit.c:show_prefs.
3767         * main.h, misc.c (string_to_compress_algo): New.
3769 2002-11-01  David Shaw  <dshaw@jabberwocky.com>
3771         * g10.c (main): Add --no-throw-keyid.
3773         * keydb.h, encode.c (write_pubkey_enc_from_list), g10.c (main),
3774         pkclist.c (build_pk_list): Add --hidden-recipient (-R) and
3775         --hidden-encrypt-to, which do a single-user variation on
3776         --throw-keyid.  The "hide this key" flag is carried in bit 0 of
3777         the pk_list flags field.
3779         * keyserver.c (parse_keyrec): Fix shadowing warning.
3781 2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
3783         * compress.c (init_compress) [__riscos__]: Use
3784         riscos_load_module() to load ZLib module.
3786         * g10.c (main) [__riscos__]: Renames due to changes in riscos.c
3787         (e.g. prefixes all RISC OS specific functions with riscos_*).
3788         * photoid.c (show_photos) [__riscos__]: Likewise.
3789         * signal.c (got_fatal_signal) [__riscos__]: Likewise.
3791         * trustdb.c (check_regexp) [__riscos__]: Branch to RISC OS RegEx
3792         handling.
3794 2002-10-31  David Shaw  <dshaw@jabberwocky.com>
3796         * build-packet.c (do_plaintext), encode.c (encode_sesskey,
3797         encode_simple, encode_crypt), sign.c (write_plaintext_packet): Use
3798         wipememory() instead of memset() to wipe sensitive memory as the
3799         memset() might be optimized away.
3801 2002-10-30  David Shaw  <dshaw@jabberwocky.com>
3803         * trustdb.c (check_regexp): Modern regexps require REG_EXTENDED.
3805 2002-10-29  David Shaw  <dshaw@jabberwocky.com>
3807         * packet.h, trustdb.h, trustdb.c (trust_string): New.  Return a
3808         string like "fully trusted", "marginally trusted", etc.
3809         (get_min_ownertrust): New.  Return minimum ownertrust.
3810         (update_min_ownertrust): New.  Set minimum ownertrust.
3811         (check_regexp): New.  Check a regular epression against a user ID.
3812         (ask_ownertrust): Allow specifying a minimum value.
3813         (get_ownertrust_info): Follow the minimum ownertrust when
3814         returning a letter.
3815         (clear_validity): Remove minimum ownertrust when a key becomes
3816         invalid.
3817         (release_key_items): Release regexp along with the rest of the
3818         info.
3819         (validate_one_keyblock, validate_keys): Build a trust sig chain
3820         while validating.  Call check_regexp for regexps.  Use the minimum
3821         ownertrust if the user does not specify a genuine ownertrust.
3823         * pkclist.c (do_edit_ownertrust): Only allow user to select a
3824         trust level greater than the minimum value.
3826         * parse-packet.c (can_handle_critical): Can handle critical trust
3827         and regexp subpackets.
3829         * trustdb.h, trustdb.c (clear_ownertrusts), delkey.c
3830         (do_delete_key), import.c (import_one): Rename clear_ownertrust to
3831         clear_ownertrusts and have it clear the min_ownertrust value as
3832         well.
3834         * keylist.c (list_keyblock_print): Indent uid to match pub and
3835         sig.
3837         * keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,
3838         menu_addrevoker), keylist.c (list_keyblock_print,
3839         print_fingerprint): Show "T" or the trust depth for trust
3840         signatures, and add spaces to some strings to make room for it.
3842         * packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
3843         parse_signature): Parse trust signature values.
3845         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record):
3846         Reserve a byte for the minimum ownertrust value (for use with
3847         trust signatures).
3849 2002-10-29  Stefan Bellon  <sbellon@sbellon.de>
3851         * build-packet.c (calc_plaintext, do_plaintext): Removed RISC OS
3852         specific filetype parts (it's now done in make_basename()).
3854         * plaintext.c (handle_plaintext): Tidied up RISC OS specific
3855         filetype parts.
3857         * encode.c (encode_simple, encode_crypt): Added argument to
3858         make_basename() call.
3860         * sign.c (write_plaintext_packet): Added argument to
3861         make_basename() call.
3863 2002-10-28  Stefan Bellon  <sbellon@sbellon.de>
3865         * build-packet.c (calc_plaintext, do_plaintext): Added filetype
3866         handling for RISC OS' file types.
3868         * plaintext.c (handle_plaintext) [__riscos__]: Added filetype
3869         handling for RISC OS' file types.
3871 2002-10-23  David Shaw  <dshaw@jabberwocky.com>
3873         * main.h, import.c (sec_to_pub_keyblock, import_secret_one,
3874         parse_import_options), g10.c (main): New import-option
3875         "convert-sk-to-pk" to convert a secret key into a public key
3876         during import.  It is on by default.
3878 2002-10-23  Werner Koch  <wk@gnupg.org>
3880         * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK
3881         has been assigned.
3883 2002-10-18  Timo Schulz  <ts@winpt.org>
3885         * keylist.c: (print_pubkey_info): New.
3886         (print_seckey_info): New.
3887         * main.h: Prototypes for the new functions.
3888         * delkey.c (do_delete_key): Use it here.
3889         * revoke.c (gen_desig_revoke): Ditto.
3891 2002-10-17  Werner Koch  <wk@gnupg.org>
3893         * pkclist.c (do_edit_ownertrust): Show all user IDs.  This should
3894         be enhanced to also show the current trust level.  Suggested by
3895         Florian Weimer.
3897 2002-10-17  David Shaw  <dshaw@jabberwocky.com>
3899         * g10.c (main): Handle --strict and --no-strict from the command
3900         line before the options file is loaded.
3902 2002-10-15  David Shaw  <dshaw@jabberwocky.com>
3904         * g10.c (main): Disable --textmode when encrypting (symmetric or
3905         pk) in --pgp2 mode as PGP 2 can't handle the unknown length
3906         literal packet.  Reported by Michael Richardson.
3908 2002-10-14  David Shaw  <dshaw@jabberwocky.com>
3910         * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,
3911         show_prompt, keyserver_search_prompt, keyserver_spawn): Go to
3912         version 1 of the keyserver protocol.  This is a better design,
3913         similar to --with-colons, that allows for keys with multiple user
3914         IDs rather than using multiple keys.  It also matches the machine
3915         readable pksd format.  Also use a prettier --search-keys listing
3916         format that can fill different size windows (currently set at 24
3917         lines).
3919 2002-10-12  Werner Koch  <wk@gnupg.org>
3921         * keygen.c (print_status_key_created): New.
3922         (do_generate_keypair): Use it to print the fingerprint.
3923         (generate_subkeypair): Likewise.
3925 2002-10-11  David Shaw  <dshaw@jabberwocky.com>
3927         * keyedit.c (menu_addrevoker): Properly back out if the signature
3928         fails.  Also, do not allow appointing the same revoker twice, and
3929         report ALREADY_SIGNED if the user tries it.
3931 2002-10-07  David Shaw  <dshaw@jabberwocky.com>
3933         * import.c (import_keys_internal): Missed one s/inp/inp2/.
3935         * keylist.c (print_capabilities): Properly indicate per-key
3936         capabilities of sign&encrypt primary keys that have
3937         secret-parts-missing (i.e. no capabilities at all)
3939         * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
3941 2002-10-04  David Shaw  <dshaw@jabberwocky.com>
3943         * getkey.c (get_pubkey_direct): Don't cache keys retrieved via
3944         this function as they may not have all their fields filled in.
3946         * sig-check.c (signature_check2): Use new is_primary flag to check
3947         rather than comparing main_keyid with keyid as this still works in
3948         the case of a not fully filled in pk.
3950 2002-10-04  Werner Koch  <wk@gnupg.org>
3952         * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing
3953         warning.
3955         * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char
3956         problem in %-escaping.  Noted by Ingo Klöcker.
3958 2002-10-03  David Shaw  <dshaw@jabberwocky.com>
3960         * options.h, g10.c (main): Add --strict and --no-strict to switch
3961         the log_warning severity level from info to error.
3963         * keylist.c (print_capabilities): Secret-parts-missing keys should
3964         show that fact in the capabilities, and only primary signing keys
3965         can certify other keys.
3967         * packet.h, parse_packet.c (parse_key): Add is_primary flag for
3968         public keys (it already exists for secret keys).
3970 2002-10-02  David Shaw  <dshaw@jabberwocky.com>
3972         * import.c (import_secret_one): Check for an illegal (>110)
3973         protection cipher when importing a secret key.
3975         * keylist.c (list_keyblock_print): Show a '#' for a
3976         secret-parts-missing key.
3978         * parse_packet.c (parse_key): Some comments.
3980         * revoke.c (gen_revoke): Remove some debugging code.
3982         * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated
3983         option again.
3985         * seckey-cert.c (do_check): Don't give the IDEA warning unless the
3986         cipher in question is in fact IDEA.
3988 2002-10-01  David Shaw  <dshaw@jabberwocky.com>
3990         * import.c (import_one): Make sure that a newly imported key
3991         starts with a clean ownertrust.
3993 2002-10-01  Werner Koch  <wk@gnupg.org>
3995         * getkey.c (get_pubkey_direct): New.
3996         (merge_selfsigs_main): Use it here to look for an ultimately
3997         trusted key.  Using the full get_pubkey might lead to an
3998         infinitive recursion.
4000 2002-09-29  David Shaw  <dshaw@jabberwocky.com>
4002         * keyserver.c (parse_keyserver_uri): Force the keyserver URI
4003         scheme to lowercase to be case-insensitive.
4005 2002-09-28  David Shaw  <dshaw@jabberwocky.com>
4007         * export.c (do_export_stream): Comment.
4009         * sig-check.c (check_key_signature2): Properly handle a
4010         non-designated revocation import.
4012 2002-09-26  Werner Koch  <wk@gnupg.org>
4014         * g10.c (set_homedir): New. Changed all direct assignments to use
4015         this.
4016         * gpgv.c (set_homedir): Ditto.
4018 2002-09-25  David Shaw  <dshaw@jabberwocky.com>
4020         * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses
4021         sockets.  Remove the old NETLIBS variable since the keyserver
4022         stuff is no longer internal.
4024 2002-09-24  David Shaw  <dshaw@jabberwocky.com>
4026         * import.c (import_keys_stream): Fix compiler type warning.
4028         * keyring.c (keyring_rebuild_cache), sig-check.c
4029         (check_key_signature2), import.c (import, chk_self_sigs): Minor
4030         language cleanups.
4032 2002-09-23  Stefan Bellon  <sbellon@sbellon.de>
4034         * main.h: Introduced fast-import as import option. Removed
4035         fast as separate option from prototypes.
4036         * import.c (parse_import_options): Added fast-import option.
4037         (import_*): Removed fast as separate option.
4038         * g10.c (main): Added option fast-import, removed old fast
4039         as separate argument.
4040         * keyserver.c (keyserver_spawn): Removed old fast as separate
4041         argument.
4043 2002-09-22  Stefan Bellon  <sbellon@sbellon.de>
4045         * import.c (import_keys, import_keys_stream,
4046         import_keys_internal): Added trustdb update/check to key import if
4047         not fast-import and interactive set/no-auto-check-trustdb unset.
4048         Avoided function clone by introducing import_keys_internal.
4050 2002-09-19  David Shaw  <dshaw@jabberwocky.com>
4052         * keyserver.c (keyserver_spawn): Properly handle line truncation.
4053         Don't leak memory (~10-20 bytes) on searches.
4054         (keyserver_search_prompt): Cleanup.
4056         * keylist.c (list_keyblock_colon): Show 1F direct key signatures
4057         in --with-colons listing.
4059 2002-09-16  David Shaw  <dshaw@jabberwocky.com>
4061         * keyedit.c (menu_addrevoker): The direct key signature for
4062         revocation keys must be at least v4 to carry the revocation key
4063         subpacket.  Add a PGP 2.x warning for revocation keys.
4065 2002-09-14  David Shaw  <dshaw@jabberwocky.com>
4067         * g10.c (check_permissions): Rearrange strings to make translating
4068         easier (don't incorporate string parts).
4070         * keyedit.c (sign_uids): Make strings translatable.
4072         * sig-check.c (check_key_signature2): Make string translatable.
4074 2002-09-13  David Shaw  <dshaw@jabberwocky.com>
4076         * getkey.c (check_revocation_keys): Move....
4077         * main.h, sig-check.c (check_revocation_keys): to here.  Also
4078         return the signature_check error code rather than 0/1 and cache
4079         the sig result.
4081         * sig-check.c (check_key_signature2): Divert to
4082         check_revocation_keys if a revocation sig is made by someone other
4083         than the pk owner.
4085         * getkey.c (merge_selfsigs_main): Tidy.
4087 2002-09-13  Werner Koch  <wk@gnupg.org>
4089         * g10.c (main) [__MINGW32__]: Activate oLoadExtension.
4091 2002-09-12  David Shaw  <dshaw@jabberwocky.com>
4093         * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove
4094         internal HKP support.
4096         * keyserver.c (keyserver_spawn): Remove whitespace after keyserver
4097         commands.
4099 2002-09-10  David Shaw  <dshaw@jabberwocky.com>
4101         * exec.c (expand_args): Remove loop left over from earlier
4102         implementation.
4103         (exec_write): Missed one tick.
4105 2002-09-10  Werner Koch  <wk@gnupg.org>
4107         * g10.c, options.h: Removed option --emulate-checksum-bug.
4108         * misc.c (checksum_u16_nobug): Removed.
4109         (checksum_u16): Removed the bug emulation.
4110         (checksum_mpi): Ditto.
4111         (checksum_mpi_counted_nbits): Removed and replaced all calls
4112         with checksum_mpi.
4114         * parse-packet.c (read_protected_v3_mpi): New.
4115         (parse_key): Use it here to store it as an opaque MPI.
4116         * seckey-cert.c (do_check): Changed the v3 unprotection to the new
4117         why to store these keys.
4118         (protect_secret_key): Likewise.
4119         * build-packet.c (do_secret_key): And changed the writing.
4121         * tdbio.c (tdbio_set_dbname, open_db): Use new macro MY_O_BINARY
4122         to avoid silly ifdefs.
4123         (open_db): Fallback to RDONLY so that gpg may be used from a
4124         RO-medium.
4126         * encode.c (encode_simple): Make sure we don't use an ESK packet
4127         when we don't have a salt in the S2K.
4129         * misc.c (pct_expando) <case f>: Make sure that LEN is initialized.
4131         * exec.c (exec_finish): Use ticks to denote filenames in messages.
4132         (make_tempdir, exec_write): Changed format of messages.
4134         * keyserver.c (print_keyinfo): Release USERID in on error.
4135         (keyserver_work) [!DISABLE_KEYSERVER_HELPERS]: Exclude the unused
4136         code.
4138 2002-09-09  Werner Koch  <wk@gnupg.org>
4140         * parse-packet.c (make_attribute_uidname): Add new ar MAX_NAMELEN
4141         for sanity checks.  Changed both callers. Limit the size of an %s.
4143         * options.skel: Comment lock-once out, so that this file does not
4144         change anything when copied to a new home directory.
4145         * openfile.c (try_make_homedir): Don't exit after copying the
4146         option skeleton.
4148         * options.h: Don't use a comma when declaring variables over more
4149         than one line.
4151         * mainproc.c (symkey_decrypt_sesskey): Check length of the session
4152         key.
4154         * hkp.c (dehtmlize): Use ascii_tolower to protect against weird
4155         locales.  Cast the argument for isspace for the sake of broken
4156         HP/UXes.
4157         (parse_hkp_index): s/ascii_memcasecmp/ascii_strncasecmp/.
4159         * g10.c: Removed option --emulate-3des-s2k-bug.
4161         * passphrase.c (hash_passphrase): Was used here.
4163         * export.c (parse_export_options)
4164         * keyserver.c (parse_keyserver_options)
4165         * import.c (parse_import_options)
4166         * g10.c (check_permissions): s/ascii_memcasecmp/ascii_strncasecmp/.
4168 2002-09-09  David Shaw  <dshaw@jabberwocky.com>
4170         * g10.c (add_group): Use '=' to separate group name from group
4171         members.  Use a better error message for when no = is found.
4173         * hkp.c (hkp_export): Use CRLF in headers.
4175 2002-09-03  David Shaw  <dshaw@jabberwocky.com>
4177         * mainproc.c (print_pkenc_list): Don't increment the error counter
4178         when printing the list of keys a message was encrypted to.  This
4179         would make gpg give a non-zero exit code even for completely valid
4180         messages if the message was encrypted to more than one key that
4181         the user owned.
4183 2002-09-02  Werner Koch  <wk@gnupg.org>
4185         * g10.c (main): Try to set a default character set.  Print the
4186         used one in verbosity level 3.
4187         * gpgv.c (main): Try to set a default character set.
4189         * status.c, status.h (STATUS_IMPORT_OK): New.
4190         * import.c (import_one,import_secret_one): Print new status.
4192 2002-08-30  David Shaw  <dshaw@jabberwocky.com>
4194         * pkclist.c (build_pk_list): Add new status code to indicate an
4195         untrusted user.  This (or a disabled key) fail with "unavailable
4196         pubkey" (G10ERR_UNU_PUBKEY).
4198         * pkclist.c (build_pk_list): Fail if any recipient keys are
4199         unusable.
4201         * options.skel: The PGP LDAP keyserver is back.  Use MIT keyserver
4202         as a sample rather than cryptnet as cryptnet does not support
4203         searching yet.
4205         * keyedit.c (show_key_with_all_names): Fix error message
4206         (preferences are userid/selfsig and not key specific).
4208 2002-08-30  Werner Koch  <wk@gnupg.org>
4210         * pkclist.c (do_we_trust_pre): Changed the wording of a warning.
4212         * encode.c (encode_simple,encode_crypt): Use new style CTB for
4213         compressssed packets when using MDC.  We need to do this so that
4214         concatenated messages are properly decrypted.  Old style
4215         compression assumes that it is the last packet; given that we
4216         can't determine the length in advance, the uncompressor does not
4217         know where to start.  Actually we should use the new CTB always
4218         but this would break PGP 2 compatibility.
4220         * parse-packet.c (parse): Special treatment for new style CTB
4221         compressed packets.
4223         * build-packet.c (do_mdc): Removed. Was not used.
4224         (do_encrypted_mdc): Count in the version number and the MDC packet.
4226 2002-08-28  David Shaw  <dshaw@jabberwocky.com>
4228         * sig-check.c (do_check_messages, do_check): Show keyid in error
4229         messages.
4231         * keyserver.c (print_keyinfo): More readable key listings for
4232         --search-keys responses.
4234 2002-08-26  David Shaw  <dshaw@jabberwocky.com>
4236         * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into
4237         new "dehtmlize" function.  Remove HTML before trying to parse each
4238         line from the keyserver.  If the keyserver provides key type
4239         information in the listing, use it.
4241 2002-08-23  David Shaw  <dshaw@jabberwocky.com>
4243         * sig-check.c (do_check, do_check_messages): Emit the usual sig
4244         warnings even for cached sigs.  This also serves to protect
4245         against missing a sig expiring while cached.
4247         * getkey.c (merge_selfsigs_main): Don't check UID self-sigs twice.
4249 2002-08-22  David Shaw  <dshaw@jabberwocky.com>
4251         * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys
4252         into chk_self_sigs.  This improves efficiency as the same
4253         signatures are not checked multiple times.  Clarify when a subkey
4254         is revoked (any revocation signature, even if it is dated before
4255         the binding signature).
4257         * getkey.c (merge_selfsigs_subkey): Subkey revocation comments.
4259         * keylist.c (list_one): Stats are only for public key listings.
4261         * g10.c (main), options.skel: Default should be include-revoked
4262         for keyserver operations.
4264 2002-08-21  Werner Koch  <wk@gnupg.org>
4266         * import.c (import_print_stats): Print new non_imported counter
4267         which is currently not used because we terminate on errors.
4269 2002-08-20  David Shaw  <dshaw@jabberwocky.com>
4271         * options.skel: Document no-include-attributes for
4272         keyserver-options.
4274         * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and
4275         comments.
4277         * export.c (do_export_stream): Fix noop bug in exporting sensitive
4278         revocation keys.
4280         * pkclist.c (do_edit_ownertrust): Comment out the option for
4281         showing trust paths until it can be implemented.
4283 2002-08-19  Werner Koch  <wk@gnupg.org>
4285         * getkey.c (get_user_id_native): Renamed to ..
4286         (get_user_id_printable): this.  Filter out all dangerous
4287         characters.  Checked all usages.
4288         (get_user_id_string_native): Renamed to..
4289         (get_user_id_string_printable): this.  Filter out all dangerous
4290         characters.  Checked all usages.
4291         * keyedit.c (show_basic_key_info): New.
4292         * keylist.c (print_fingerprint): New mode 3.
4293         * import.c (import_one): Use new function to display the user ID.
4295 2002-08-16  Timo Schulz  <ts@winpt.org>
4297         * g10.c (main): Enable opt.interactive.
4299         * import.c (import_one): Ask the user if the key shall be
4300         imported when the interactive mode is used. Useful to extract
4301         selected keys from a file.
4303 2002-08-16  Werner Koch  <wk@gnupg.org>
4305         * seckey-cert.c: Workaround to allow decryption of v3 keys created
4306         with a bug in the mpi_get_secure_buffer.
4308 2002-08-14  David Shaw  <dshaw@jabberwocky.com>
4310         * hkp.c (parse_hkp_index): Properly handle really large keys
4311         (5 digit key length) in HKP searches.
4313 2002-08-13  David Shaw  <dshaw@jabberwocky.com>
4315         * encode.c (encode_simple): Fix problem with using compression
4316         algo 2 and symmetric compressed files.
4318         * encode.c (encode_simple, encode_crypt): If we are not using a
4319         MDC, compress even if a file is already compressed.  This is to
4320         help against the chosen ciphertext attack.
4322         * pkclist.c (select_algo_from_prefs): Fix requested algorithm bug
4323         so the request succeeds even if the requested algorithm is not the
4324         first found.
4326         * cipher.c (write_header), encode.c (use_mdc, encode_simple,
4327         encode_crypt, encrypt_filter), g10.c (main): Be more eager to use
4328         a MDC.  We use a MDC if the keys directly support it, if the keys
4329         list AES (any) or TWOFISH anywhere in the prefs, or if the cipher
4330         chosen does not have a 64 bit blocksize.
4332 2002-08-08  David Shaw  <dshaw@jabberwocky.com>
4334         * options.skel: Some language tweaks, and remove the
4335         load-extension section for random gatherers.
4337         * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files
4338         with user-only permissions, but restore the original permissions
4339         if the user has something special set.
4341         * openfile.c (copy_options_file): Create new options file
4342         (gpg.conf) with user-only permissions.
4344         * keydb.c (keydb_add_resource): Create new keyrings with user-only
4345         permissions.
4347         * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only
4348         permissions.
4350 2002-08-07  David Shaw  <dshaw@jabberwocky.com>
4352         * sig-check.c (signature_check2): Sanity check that the md has a
4353         context for the hash that the sig is expecting.  This can happen
4354         if a onepass sig header does not match the actual sig, and also if
4355         the clearsign "Hash:" header is missing or does not match the
4356         actual sig.
4358         * keyedit.c (menu_revsig): Properly show a uid is revoked without
4359         restarting gpg.  This is Debian bug 124219, though their supplied
4360         patch will not do the right thing.
4362         * main.h, tdbio.c (tdbio_set_dbname), misc.c (removed
4363         check_permissions), keydb.c (keydb_add_resource), g10.c (main,
4364         check_permissions): Significant reworking of the permission check
4365         mechanism.  The new behavior is to check everything in the homedir
4366         by checking the homedir itself.  If the user wants to put
4367         (possibly shared) keyrings outside the homedir, they are not
4368         checked.  The options file and any extension files are checked
4369         wherever they are, as well as their enclosing directories.  This
4370         is Debian bug 147760.
4372 2002-08-06  Stefan Bellon  <sbellon@sbellon.de>
4374         * g10.c (main): Use of EXTSEP_S in new gpg.conf string.
4375         * openfile.c (copy_options_file): Ditto.
4377 2002-08-06  David Shaw  <dshaw@jabberwocky.com>
4379         * options.h, g10.c (main), mainproc.c (proc_encrypted):
4380         --ignore-mdc-error option to turn a MDC check error into a
4381         warning.
4383         * encode.c (encode_crypt), g10.c (main), sign.c (sign_file,
4384         clearsign_file): Use the same --pgpX warning string everywhere to
4385         ease translations.
4387         * encode.c (write_pubkey_enc_from_list): Warn when using
4388         --throw-keyid with --pgpX.  Noted by Vedaal Nistar.
4390         * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke):
4391         Export a minimal pk along with the revocation cert when in --pgpX
4392         mode so that PGP can import it.
4394 2002-08-06  Werner Koch  <wk@gnupg.org>
4396         * options.skel: Changed comments.
4398         * g10.c (main): Try to use "gpg.conf" as default option file.
4399         * openfile.c (copy_options_file): Changed name of created file.
4401 2002-08-02  Werner Koch  <wk@gnupg.org>
4403         * Makefile.am (LDFLAGS): Removed DYNLINK_LDFLAGS.
4405 2002-07-30  David Shaw  <dshaw@jabberwocky.com>
4407         * options.h, g10.c (main), mainproc.c (proc_encrypted): Return a
4408         decryption failed error if a MDC does not verify.  Warn if a MDC
4409         is not present (can disable via --no-mdc-warning).
4411         * exec.c (exec_write), g10.c (main), keyserver.c
4412         (keyserver_spawn): Use new DISABLE_KEYSERVER_PATH rather than
4413         FIXED_EXEC_PATH.
4415 2002-07-28  David Shaw  <dshaw@jabberwocky.com>
4417         * sig-check.c (do_check): Properly validate v4 sigs with no hashed
4418         section at all.
4420 2002-07-25  Werner Koch  <wk@gnupg.org>
4422         * delkey.c (do_delete_key): Always allow to delete a key in batch mode
4423         when specified by fingerprint.  Suggested by Enzo Michelangeli.
4425 2002-07-25  David Shaw  <dshaw@jabberwocky.com>
4427         * keyedit.c (menu_revsig): Change "revsig" to honor selected uids
4428         so the user can revoke sigs from particular uids only.
4430         * keylist.c (list_keyblock_print): Don't display expired uids in
4431         --list-keys unless -v and not --list-sigs (just like revoked
4432         uids).
4434         * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c:
4435         "Warning" -> "WARNING"
4437 2002-07-24  David Shaw  <dshaw@jabberwocky.com>
4439         * main.h, import.c (parse_import_options, fix_hkp_corruption,
4440         import_one, delete_inv_parts), g10.c (main): New import-option
4441         "repair-hkp-subkey-bug", which repairs as much as possible the HKP
4442         mangling multiple subkeys bug.  It is on by default for keyserver
4443         receives, and off by default for regular --import.
4445         * main.h, import.c (import, import_one, delete_inv_parts), hkp.c
4446         (hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver
4447         import options when doing keyserver receives.
4449         * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c
4450         (main), keyserver.c (keyserver_spawn): If the user does not use
4451         "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before
4452         calling the keyserver helper.  If the user does use "exec-path",
4453         append GNUPG_LIBEXECDIR after the specified path.
4455 2002-07-23  David Shaw  <dshaw@jabberwocky.com>
4457         * import.c (parse_import_options), export.c
4458         (parse_export_options): Fix offset problem with reversed ("no-")
4459         meanings.
4461         * import.c (delete_inv_parts): Discard subkey signatures (0x18 and
4462         0x28) if found in the userid section of the key.
4464         * sig-check.c (signature_check2): Signatures made by invalid
4465         subkeys (bad/missing binding sig) are also invalid.
4467         * keylist.c (print_fingerprint): Show the primary as well as the
4468         secondary key fingerprint in modes 1 & 2.
4470 2002-07-22  David Shaw  <dshaw@jabberwocky.com>
4472         * options.h, main.h, g10.c (main), import.c
4473         (parse_import_options, delete_inv_parts), keyserver.c
4474         (parse_keyserver_options): add new --import-options option.  The
4475         only current flag is "allow-local-sigs".
4477         * g10.c (main): Don't disable MDC in pgp7 mode.
4479         * options.h, g10.c (main), keyserver.c (parse_keyserver_options):
4480         Remove old keyserver-option include-attributes now that there is
4481         an export-option for the same thing.
4483         * options.h, main.h, export.c (parse_export_options,
4484         do_export_stream), g10.c (main): add new --export-options option.
4485         Current flags are "include-non-rfc", "include-local-sigs",
4486         "include-attributes", and "include-sensitive-revkeys".
4488         * options.h, hkp.c (hkp_export), keyserver.c
4489         (parse_keyserver_options, keyserver_spawn): try passing unknown
4490         keyserver options to export options, and if successful, use them
4491         when doing a keyserver --send-key.
4493         * build-packet.c (build_sig_subpkt): We do not generate
4494         SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
4496         * revoke.c (gen_desig_revoke): Lots more comments about including
4497         sensitive revkeys along with the revocation sig itself.
4499         * keyserver.c (parse_keyserver_options): Simpler implementation
4500         that can skip one pass over the options.
4502 2002-07-18  David Shaw  <dshaw@jabberwocky.com>
4504         * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying
4505         "sensitive" as an argument to an addrevoker command.  This sets
4506         the 0x40 sensitive revoker flag.
4508         * revoke.c (gen_desig_revoke): When generating a designated
4509         revocation, include the direct key sig that contains the
4510         designated revoker subpacket.  This allows sensitive designated
4511         revocation subpackets to be exported.  Also indicate which
4512         revokers are sensitive in the first place.
4514 2002-07-17  David Shaw  <dshaw@jabberwocky.com>
4516         * keyedit.c (show_key_with_all_names_colon): The 0x40 class bit in
4517         a designated revoker means "sensitive", not "local".  It's
4518         exportable under the right circumstances.
4520         * main.h, options.h, export.c (do_export_stream), g10.c (main),
4521         hkp.c (hkp_export), keyserver.c (keyserver_spawn: Add a flag to
4522         skip attribute packets and their signatures while exporting.  This
4523         is to accomodate keyservers (pksd again) that choke on attributes.
4524         Use keyserver-option "include-attributes" to control it.  This
4525         defaults to ON (i.e. don't skip).
4527 2002-07-09  David Shaw  <dshaw@jabberwocky.com>
4529         * options.h, keyserver.c (parse_keyserver_uri, keyserver_spawn,
4530         keyserver_work), hkp.c (hkp_ask_import, hkp_export, hkp_search):
4531         Use a much more strict reading of RFC-2396 for the keyserver URIs.
4532         Specifically, don't try and be smart about checking the value of
4533         ":port" so long as it is all digits, and properly handle opaque
4534         data (those scheme specific parts that do not start with "//").
4536 2002-07-04  David Shaw  <dshaw@jabberwocky.com>
4538         * photoid.c (get_default_photo_command, show_photos): Honor
4539         FIXED_PHOTO_VIEWER and DISABLE_PHOTO_VIEWER.
4541         * mainproc.c (check_sig_and_print): Use --show-photos to show
4542         photos when verifying a sig made by a key with a photo.
4544         * keyserver.c (parse_keyserver_uri): Properly parse a URI with no
4545         :port section and an empty file path, but with a terminating '/'.
4546         (keyserver_work): Honor DISABLE_KEYSERVER_HELPERS.
4548         * hkp.c (hkp_ask_import): Display keyserver URI as a URI, but only
4549         if verbose.
4551         * exec.c, g10.c: USE_EXEC_PATH -> FIXED_EXEC_PATH
4553 2002-07-03  David Shaw  <dshaw@jabberwocky.com>
4555         * exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If
4556         USE_EXEC_PATH is defined at compile time, use it to lock the
4557         exec-path and not allow the user to change it.
4559 2002-07-02  David Shaw  <dshaw@jabberwocky.com>
4561         * options.h, g10.c (main), keyserver.c (keyserver_refresh):
4562         Maintain and use the original keyserver URI for cosmetics rather
4563         than trying to recreate it when needed.
4565         * mainproc.c (check_sig_and_print): Properly disregard expired
4566         uids.  Make sure that the first uid listed is a real uid and not
4567         an attribute (attributes should only be listed in the "aka"
4568         section).  When there are no valid textual userids, try for an
4569         invalid textual userid before using any attribute uid.
4571 2002-07-01  David Shaw  <dshaw@jabberwocky.com>
4573         * options.skel: Fix a few typos, clarify "group", and remove
4574         sample photo viewers for Win32 since they are the defaults now.
4576         * parse-packet.c (make_attribute_uidname), keylist.c
4577         (dump_attribs): Fix two typecast warnings.
4579         * packet.h, build-packet.c (build_attribute_subpkt), exec.c
4580         (expand_args), mkdtemp.c (mkdtemp), photoid.c
4581         (parse_image_header): Fix some signedness compiler warnings.
4583 2002-07-01  Werner Koch  <wk@gnupg.org>
4585         * photoid.c (get_default_photo_command): Also use __MINGW32__
4586         instead of HAVE_DOSISH_SYSTEM.
4588         * encode.c (encode_symmetric): Do not use the new encryption code.
4590 2002-06-30  Werner Koch  <wk@gnupg.org>
4592         * photoid.c: Use __MINGW32__ to include windows because
4593         HAVE_DOSISH_SYSTEM is also set for OS/2 and plain DOS.  Provide
4594         constant missing in older mingw installations.
4596 2002-06-21  Stefan Bellon  <sbellon@sbellon.de>
4598         * g10.c [__riscos__]: Moved RISC OS specific stuff to util/riscos.c
4599         and include/util.h.
4601         * gpgv.c [__riscos__]: Likewise.
4603 2002-06-20  David Shaw  <dshaw@jabberwocky.com>
4605         * keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a
4606         suggested algorithm which will be used if available.
4608         * encode.c (encode_crypt, encrypt_filter), sign.c (sign_file): Use
4609         new select_algo_from_prefs feature to check if forcing an
4610         algorithm would violate the recipient preferences.
4612         * photoid.c (get_default_photo_command, show_photos): Use
4613         different default viewers on different platforms.  Currently we
4614         have Win 9x, Win NT (2k, xp), Mac OSX, RISC OS, and "everybody
4615         else".  These are #ifdefs as much as possible to avoid clutter.
4617         * g10.c (strusage, build_list), keyedit.c (show_prefs), main.h,
4618         misc.c (compress_algo_to_string, check_compress_algo), pkclist.c
4619         (algo_available), keygen.c (keygen_set_std_prefs): New
4620         algo_to_string and check functions for compress algorithms.
4622 2002-06-20  Werner Koch  <wk@gnupg.org>
4624         * misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
4625         trap disabling - it is quite possible that this is a debug relict.
4627 2002-06-20  Stefan Bellon  <sbellon@sbellon.de>
4629         * g10.c [__riscos__]: Added image file system feature.
4631         * gpgv.c [__riscos__]: Added image file system feature.
4633         * photoid.c (show_photos) [__riscos__]: Set RISC OS filetype of
4634         photo id according to MIME type.
4636 2002-06-19  David Shaw  <dshaw@jabberwocky.com>
4638         * hkp.c (parse_hkp_index): Don't leak memory when failing out of a
4639         bad HKP keyserver.
4641         * g10.c (add_notation_data): Relax slightly the rules as to what
4642         can go into a notation name - 2440 allows "@", for example.
4644 2002-06-17  David Shaw  <dshaw@jabberwocky.com>
4646         * import.c (clean_subkeys, import_one): Only allow at most 1
4647         binding sig and at most 1 revocation sig on a subkey, as per
4648         2440:11.1.
4650         * hkp.c (parse_hkp_index, hkp_search): Error if the keyserver
4651         returns an unparseable HKP response.
4653 2002-06-15  David Shaw  <dshaw@jabberwocky.com>
4655         * keyedit.c (show_key_with_all_names), keylist.c
4656         (list_keyblock_print): Show "[expired]" before expired uids.
4658         * keyedit.c (show_key_with_all_names_colon), mainproc.c
4659         (list_node), keylist.c (list_keyblock_colon): Show flag 'e' for
4660         expired user ids.  Use "uat" for user attribute packets instead of
4661         "uid".  Also use '<count> <length>' rather than the fake user id
4662         string on attributes.
4664         * keygen.c (keygen_add_revkey): Remove unused code.
4666         * misc.c (check_permissions): Check directory permissions
4667         properly - they are not special files.
4669         * pkclist.c (expand_id, expand_group, build_pk_list): When
4670         expanding groups before building a pk list, inherit flags from the
4671         original pre-expanded string.
4673         * pubkey-enc.c (is_algo_in_prefs): Don't use prefs from expired
4674         uids.
4676 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
4678         * free-packet.c (copy_signature): Properly copy a signature that
4679         carries a revocation key on it.
4681         * pkclist.c (expand_id, expand_group, build_pk_list): Groups now
4682         work properly when used in the "Enter the user ID" prompt.
4684 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
4686         * keyedit.c (show_key_with_all_names): Display warning if a user
4687         tries to show prefs on a v3 key with a v3 selfsig.
4689         * kbnode.c (dump_kbnode): Show if a uid is expired.
4691         * import.c (merge_blocks, import_revoke_cert): Show user ID
4692         receiving a revocation certificate.
4694         * free-packet.c (cmp_user_ids): Properly compare attribute ids.
4696         * pkclist.c (expand_groups): Maintain the strlist flags while
4697         expanding.  Members of an expansion inherit their flags from the
4698         expansion key.
4700         * options.h, cipher.c (write_header), g10.c (main), keygen.c
4701         (keygen_set_std_prefs): remove the personal_mdc flag.  It no
4702         longer serves a purpose now that the personal preference lists are
4703         split into cipher/digest/zip.
4705 2002-06-14  Timo Schulz  <ts@winpt.org>
4707         * skclist.c (is_insecure): Implemented.
4709 2002-06-12  David Shaw  <dshaw@jabberwocky.com>
4711         * keyserver.c (keyserver_spawn): Properly handle PROGRAM responses
4712         when they have a CRLF ending.  Noted by Keith Ray.
4714         * keyserver.c (keyserver_spawn): Handle CRLF endings from
4715         keyserver helpers.  Also don't leak the last line worth of memory
4716         from the keyserver response.
4718         * main.h, misc.c (deprecated_warning): New function to warn about
4719         deprecated options and commands.
4721         * g10.c (main), keyserver-internal.h, keyserver.c
4722         (parse_keyserver_uri): Use new deprecated function to warn about
4723         honor-http-proxy, auto-key-retrieve, and x-broken-hkp.
4725 2002-06-11  David Shaw  <dshaw@jabberwocky.com>
4727         * Makefile.am: link gpg with NETLIBS for the built-in HKP access.
4729 2002-06-10  David Shaw  <dshaw@jabberwocky.com>
4731         * options.h, keyserver.c (keyserver_opts), g10.c (main): New
4732         keyserver option "include-subkeys".  This feature already existed,
4733         but now can be turned off.  It defaults to on.
4735         * options.h, keyserver.c (parse_keyserver_options,
4736         keyserver_spawn): There are now enough options to justify making a
4737         structure for the keyserver options rather than a page of
4738         if-then-else-if-then-etc.
4740         * getkey.c (merge_keys_and_selfsig, merge_selfsigs_main): Fix bug
4741         in calculating key expiration dates.
4743 2002-06-09  David Shaw  <dshaw@jabberwocky.com>
4745         * keydb.h, getkey.c (get_user_id_native), import.c (import_one):
4746         Display user ID while importing a key.  Note this applies to both
4747         --import and keyserver --recv-keys.
4749         * exec.c (exec_finish): Log unnatural exit (core dump, killed
4750         manually, etc) for fork/exec/pipe child processes.
4752 2002-06-08  Timo Schulz  <ts@winpt.org>
4754         * encode.c (encode_symmetric): Disable the compat flag
4755         when the expert mode is enabled.
4757 2002-06-07  David Shaw  <dshaw@jabberwocky.com>
4759         * options.skel, options.h, main.h, keydb.h, pkclist.c
4760         (build_pk_list, expand_groups), g10.c (main, add_group): Add new
4761         "group" command to allow one name to expand into multiple keys.
4762         For simplicity, and to avoid potential loops, we only expand once
4763         - you can't make an alias that points to an alias.
4765         * main.h, g10.c (main), keygen.c (build_personal_digest_list):
4766         Simplify the default digest list - there is really no need for the
4767         other hashes since they will never be used after SHA-1 in the
4768         list.
4770         * options.skel, options.h, g10.c (main), hkp.c (hkp_ask_import,
4771         hkp_export, hkp_search), keyserver.c (parse_keyserver_options,
4772         parse_keyserver_uri, keyserver_work, keyserver_refresh): Make the
4773         "x-broken-hkp" keyserver scheme into keyserver-option
4774         "broken-http-proxy".  Move honor_http_proxy into
4775         keyserver_options.  Canonicalize the three variations of "hkp",
4776         "x-hkp", and "x-broken-hkp" into "hkp".
4778 2002-06-07  Stefan Bellon  <sbellon@sbellon.de>
4780         * g10.c [__riscos__]: Added --attribute-file to do the same as
4781         --attribute-fd, but with a filename not a fd as argument.
4782         Added magic symbol for RISC OS to use different memory management.
4784         * gpgv.c [__riscos__]: Added magic symbol for RISC OS to use
4785         different memory management.
4787 2002-06-06  David Shaw  <dshaw@jabberwocky.com>
4789         * main.h, g10.c (main), keygen.c (build_personal_digest_list): Put
4790         in a default digest preference list consisting of SHA-1, followed
4791         by every other installed digest except MD5.  Note this is the same
4792         as having no digest preference at all except for SHA-1 being
4793         favored.
4795         * options.h, g10.c (main), keygen.c (keygen_set_std_prefs),
4796         pkclist.c (select_algo_from_prefs): Split
4797         --personal-preference-list into three:
4798         --personal-{cipher|digest|compress}-preferences.  This allows a
4799         user to set one without affecting another (i.e. setting only a
4800         digest pref doesn't imply an empty cipher pref).
4802         * exec.c (exec_read): This is a safer way of guessing the return
4803         value of system().  Noted by Stefan Bellon.
4805 2002-06-05  David Shaw  <dshaw@jabberwocky.com>
4807         * hkp.c (parse_hkp_index): Be more robust with keyservers
4808         returning very unparseable responses.
4810         * exec.c (exec_read): Catch and display an error when the remote
4811         process exits unnaturally (i.e. segfault) so the user knows what
4812         happened.  Also fix exec_write stub which has a different number
4813         of arguments now.
4815 2002-06-05  Timo Schulz  <ts@winpt.org>
4817         * encode.c (encode_simple): Ignore the new mode for RFC1991.
4818         * mainproc.c (symkey_decrypt_sesskey): Better check for weird
4819         keysizes.
4821 2002-06-05  Timo Schulz  <ts@winpt.org>
4823         * encode.c (encode_sesskey): New.
4824         (encode_simple): Use it here. But by default we use the compat
4825         mode which supress to generate encrypted session keys.
4827 2002-06-05  Timo Schulz  <ts@winpt.org>
4829         * mainproc.c (symkey_decrypt_sesskey): New.
4830         (proc_symkey_enc): Support for encrypted session keys.
4832 2002-06-04  David Shaw  <dshaw@jabberwocky.com>
4834         * sign.c (hash_for, sign_file): When encrypting and signing at the
4835         same time, consult the various hash prefs to pick a hash algorithm
4836         to use.  Pass in a 160-bit hint if any of the signing keys are
4837         DSA.
4839         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
4840         Pass a "hints" opaque pointer in to let the caller give hints as
4841         to what algorithms would be acceptable.  The only current hint is
4842         for PREFTYPE_HASH to require a 160-bit hash for DSA.  Change all
4843         callers in encode.c (encode_crypt, encrypt_filter) and sign.c
4844         (sign_file).  If we settle on MD5 as the best algorithm based
4845         solely on recepient keys and SHA1 is also a possibility, use SHA1
4846         unless the user intentionally chose MD5.  This is as per 2440:13.
4848         * exec.c (make_tempdir): Fix duplicated filename problem.
4850 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4852         * packet.h, parse-packet.c (enum_sig_subpkt): Report back from
4853         enum_sig_subpkt when a subpacket is critical and change all
4854         callers in keylist.c (show_policy_url, show_notation), mainproc.c
4855         (print_notation_data), and pkclist.c (do_show_revocation_reason).
4857         * keylist.c (show_policy_url, show_notation): Display if the
4858         policy or notation is critical.
4860 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4862         * main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd,
4863         list_keyblock_print, list_keyblock_colon), status.h, status.c
4864         (get_status_string): New --attribute-fd feature to dump the
4865         contents of attribute subpackets for frontends.  If --status-fd is
4866         also used, then a new status tag ATTRIBUTE is provided for each
4867         subpacket.
4869         * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_main,
4870         merge_selfsigs_subkey), parse-packet.c (setup_user_id): Keep track
4871         of the expiration time of a user ID, and while we're at it, use
4872         the expired flag from the selfsig rather than reparsing the
4873         SIG_EXPIRE subpacket.
4875         * photoid.c (generate_photo_id): When adding a new photo ID,
4876         showing the photo for confirmation is not safe when noninteractive
4877         since the "user" may not be able to dismiss a viewer window.
4878         Noted by Timo Schulz.
4880 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4882         * options.skel: Sample photo viewers for Win32.
4884         * misc.c (pct_expando): Use the seckey for %k/%K if the pubkey is
4885         not available.
4887         * photoid.h, photoid.c (show_photos): Include the seckey in case a
4888         user tries to view a photo on a secret key, and change all callers
4889         in keyedit.c (menu_showphoto), keylist.c (list_keyblock_print),
4890         and photoid.c (generate_photo_id).
4892 2002-06-02  David Shaw  <dshaw@jabberwocky.com>
4894         * photoid.c (show_photos): Work properly when not called with a
4895         public key.
4897 2002-05-31  David Shaw  <dshaw@jabberwocky.com>
4899         * sign.c (mk_notation_and_policy): Free unneeded buffer.
4901         * hkp.c (parse_hkp_index): Properly handle the '&' character
4902         (i.e. "&amp;") in HKP responses.
4904         * getkey.c (merge_selfsigs_main): Fix reversed expiration time
4905         check with self-sigs.
4907         * keyedit.c (sign_uids): When making a new self-sig on a v3 key,
4908         make a v3 self-sig unless it is currently a v3 self-sig being
4909         promoted to v4.
4911 2002-05-31  Timo Schulz  <ts@winpt.org>
4913         * pkclist.c (do_show_revocation_reason): Don't use capital
4914         letters for non-interactive output.
4915         (show_revocation_reason): Now it is global.
4916         * pubkey-enc.c (get_it): Show if the key has been revoked.
4918 2002-05-30  David Shaw  <dshaw@jabberwocky.com>
4920         * sign.c (write_signature_packets, sign_file, clearsign_file,
4921         sign_symencrypt_file): Make a v4 signature if a policy URL or
4922         notation is set, unless v3 sigs are forced via rfc1991 or
4923         force-v3-sigs.  Also remove some doubled code and clarify an error
4924         message (we don't sign in PGP2 mode - just detach-sign).
4926         * parse-packet.c (parse_one_sig_subpkt): Add KS_FLAGS to the "any
4927         size" section.
4929 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
4931         * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and
4932         "no-mdc" in the prefs string to allow switching on and off the MDC
4933         feature.  This is needed to properly export a key from GnuPG for
4934         use on PGP which does not support MDC - without this, MDC-capable
4935         implementations will still try and generate MDCs which will break
4936         PGP.
4938         * keygen.c (keygen_get_std_prefs): Show "[mdc]" in prefs string if
4939         it is enabled.
4941         * options.h, g10.c (main), cipher.c (write_header), keygen.c
4942         (keygen_set_std_prefs): For consistency, allow the user to specify
4943         mdc/no-mdc in the --personal-preference-list.  If disabled, it
4944         acts just like --disable-mdc.
4946 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
4948         * options.h, exec.c: Add some debugging info, using the 1024 debug
4949         flag.
4951         * exec.c (win_system): New system()-like function for win32 that
4952         does not return until the child process terminates.  Of course,
4953         this doesn't help if the process itself exits before it is
4954         finished.
4956 2002-05-29  Werner Koch  <wk@gnupg.org>
4958         * encode.c (encode_simple): Intialize PKT when --no-literal is used.
4960         * keyedit.c (show_key_with_all_names_colon): Renamed the record
4961         for revocation keys to "rvk".
4963 2002-05-27  Werner Koch  <wk@gnupg.org>
4965         * keyedit.c (show_key_with_all_names_colon): New.
4966         (show_key_with_all_names): Divert to new function when required.
4967         Sanitize printing of revoker name.
4969 2002-05-27  David Shaw  <dshaw@jabberwocky.com>
4971         * build-packet.c (build_sig_subpkt): Handle setting sig flags for
4972         certain subpacket types (notation, policy url, exportable,
4973         revocable).  keyedit.c (sign_mk_attrib): Flags no longer need to
4974         be set here.
4976         * packet.h, parse-packet.c (parse_one_sig_subpkt), build-packet.c
4977         (build_sig_subpkt): Call parse_one_sig_subpkt to sanity check
4978         buffer lengths before building a sig subpacket.
4980 2002-05-26  David Shaw  <dshaw@jabberwocky.com>
4982         * sign.c (mk_notation_and_policy): Include secret key to enable %s
4983         expandos, and pass notations through pct_expando as well.
4985         * main.h, misc.c (pct_expando): Add %s and %S expandos for
4986         signer's keyid.
4988 2002-05-25  David Shaw  <dshaw@jabberwocky.com>
4990         * g10.c (strusage, build_list): Add compress algorithms to
4991         --version list.  Show algorithm numbers when --verbose --version
4992         is done.
4994 2002-05-22  David Shaw  <dshaw@jabberwocky.com>
4996         * options.h, main.h, keygen.c (keygen_set_set_prefs,
4997         keygen_get_std_prefs, keygen_upd_std_prefs), keyedit.c
4998         (keyedit_menu), g10.c (main), pkclist.c (select_algo_from_prefs):
4999         Add --personal-preference-list which allows the user to factor in
5000         their own preferred algorithms when the preference lists are
5001         consulted.  Obviously, this does not let the user violate a
5002         recepient's preferences (and the RFC) - this only influences the
5003         ranking of the agreed-on (and available) algorithms from the
5004         recepients.  Suggested by David Hollenberg.
5006         * options.h, keygen.c (keygen_set_std_prefs), g10.c (main): Rename
5007         --preference-list to --default-preference-list (as that is what it
5008         really is), and make it a true default in that if the user selects
5009         "default" they get this list and not the compiled-in list.
5011 2002-05-22  Werner Koch  <wk@gnupg.org>
5013         * g10.c (main): Add missing LF in a info printout and made it
5014         translatable.  Noted by Michael Tokarev.
5016 2002-05-21  Werner Koch  <wk@gnupg.org>
5018         * g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
5019         was erroneously introduced on 2002-01-09.
5021         * signal.c (got_fatal_signal): Don't write the Nul to stderr.
5022         Reported by David Hollenberg.
5024 2002-05-18  David Shaw  <dshaw@jabberwocky.com>
5026         * main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a
5027         designated revocation via --desig-revoke
5029         * keyedit.c (keyedit_menu, menu_addrevoker): New "addrevoker"
5030         command to add a designated revoker to a key.
5032 2002-05-17  David Shaw  <dshaw@jabberwocky.com>
5034         * gpgv.c: Add stub for get_ownertrust().
5036         * g10.c (main): --allow-freeform-uid should be implied by
5037         OpenPGP.  Add --no-allow-freeform-uid.
5039         * keyedit.c (sign_uids): Issue a warning when signing a
5040         non-selfsigned uid.
5042         * getkey.c (merge_selfsigs_main): If a key has no selfsigs, and
5043         allow-non-selfsigned-uid is not set, still try and make the key
5044         valid by checking all uids for a signature from an ultimately
5045         trusted key.
5047 2002-05-16  David Shaw  <dshaw@jabberwocky.com>
5049         * main.h, keygen.c (keygen_add_revkey): Add revocation key
5050         subpackets to a signature (callable by
5051         make_keysig_packet). (write_direct_sig): Write a 1F direct key
5052         signature. (parse_revocation_key): Parse a string in
5053         algo:fpr:sensitive format into a revocation
5054         key. (get_parameter_revkey, do_generate_keypair): Call above
5055         functions when prompted from a batch key generation file.
5057         * build-packet.c (build_sig_subpkt): Allow multiple revocation key
5058         subpackets in a single sig.
5060         * keydb.h, getkey.c (get_seckey_byfprint): Same as
5061         get_pubkey_byfprint, except for secret keys.  We only know the
5062         fingerprint of a revocation key, so this is needed to retrieve the
5063         secret key needed to issue a revokation.
5065         * packet.h, parse-packet.c (parse_signature, parse_revkeys): Split
5066         revkey parsing off into a new function that can be used to reparse
5067         after manipulating the revkey list.
5069         * sign.c (make_keysig_packet): Ability to make 1F direct key
5070         signatures.
5072 2002-05-15  David Shaw  <dshaw@jabberwocky.com>
5074         * options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl
5075         as a sample LDAP server instead.
5077         * getkey.c (merge_selfsigs_main): Properly handle multiple
5078         revocation keys in a single packet.  Properly handle revocation
5079         keys that are in out-of-order packets.  Remove duplicates in
5080         revocation key list.
5082 2002-05-14  Timo Schulz   <ts@winpt.org>
5084         * exec.c (make_tempdir) [MINGW32]: Added missing '\'.
5086 2002-05-14  Stefan Bellon  <sbellon@sbellon.de>
5088         * exec.c (make_tempdir): Make use of EXTSEP_S instead of hardcoded
5089         dot as extension separator.
5091 2002-05-13  David Shaw  <dshaw@jabberwocky.com>
5093         * photoid.c (show_photos): Use the long keyid as the filename for
5094         the photo.  Use the short keyid as the filename on 8.3 systems.
5096         * exec.h, exec.c (make_tempdir, exec_write, exec_finish): Allow
5097         caller to specify filename.  This should make things easier on
5098         windows and macs where the file extension is required, but a whole
5099         filename is even better.
5101         * keyedit.c (show_key_with_all_names, show_prefs): Show proper
5102         prefs for a v4 key uid with no selfsig at all.
5104         * misc.c (check_permissions): Don't check permissions on
5105         non-normal files (pipes, character devices, etc.)
5107 2002-05-11  Werner Koch  <wk@gnupg.org>
5109         * mainproc.c (proc_symkey_enc): Avoid segv in case the parser
5110         encountered an invalid packet.
5112         * keyserver.c (keyserver_export): Get confirmation before sending
5113         all keys.
5115 2002-05-10  Stefan Bellon  <sbellon@sbellon.de>
5117         * g10.c, hkp.c, keyedit.c, keyserver.c: Replaced all occurrances
5118         of strcasecmp with ascii_strcasecmp and all occurrances of
5119         strncasecmp with ascii_memcasecmp.
5121 2002-05-10  David Shaw  <dshaw@jabberwocky.com>
5123         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show
5124         assumed prefs for hash and compression as well as the cipher pref.
5125         Show assumed prefs if there are no prefs at all on a v4
5126         self-signed key.
5128         * options.h, g10.c (main), sign.c (make_keysig_packet): New
5129         --cert-digest-algo function to override the default key signing
5130         hash algorithm.
5132 2002-05-09  David Shaw  <dshaw@jabberwocky.com>
5134         * getkey.c (merge_selfsigs_main): Make sure the revocation key
5135         list starts clean as this function may be called more than once
5136         (e.g. from functions in --edit).
5138         * g10.c, encode.c (encode_crypt), sign.c (sign_file,
5139         sign_symencrypt_file): Make --compress-algo work like the
5140         documentation says.  It should be like --cipher-algo and
5141         --digest-algo in that it can override the preferences calculation
5142         and impose the setting the user wants.  No --compress-algo setting
5143         allows the usual preferences calculation to take place.
5145         * main.h, compress.c (compress_filter): use new
5146         DEFAULT_COMPRESS_ALGO define, and add a sanity check for compress
5147         algo value.
5149 2002-05-08  David Shaw  <dshaw@jabberwocky.com>
5151         * pkclist.c (select_algo_from_prefs): There is an assumed
5152         compression preference for uncompressed data.
5154 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
5156         * options.h, g10.c (main), getkey.c (finish_lookup), pkclist.c
5157         (algo_available): --pgp7, identical to --pgp6 except that it
5158         permits a few algorithms that PGP 7 added: AES128, AES192, AES256,
5159         and TWOFISH.  Any more of these --pgpX flags, and it'll be time to
5160         start looking at a generic --emulate-pgp X option.
5162         * export.c (do_export_stream): Warn the user when exporting a
5163         secret key if it or any of its secret subkeys are protected with
5164         SHA1 while simple_sk_checksum is set.
5166         * parse-packet.c (parse_key): Show when the SHA1 protection is
5167         used in --list-packets.
5169         * options.h, build-packet.c (do_comment), g10.c (main): Rename
5170         --no-comment as --sk-comments/--no-sk-comments (--no-comment still
5171         works) and make the default be --no-sk-comments.
5173 2002-05-07  Werner Koch  <wk@gnupg.org>
5175         * keygen.c (get_parameter_algo): Never allow generation of the
5176         deprecated RSA-E or RSA-S flavors of PGP RSA.
5177         (ask_algo): Allow generation of RSA sign and encrypt in expert
5178         mode.  Don't allow ElGamal S+E unless in expert mode.
5179         * helptext.c: Added entry keygen.algo.rsa_se.
5181 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
5183         * keyedit.c (sign_uids): If --expert is set, allow re-signing a
5184         uid to promote a v3 self-sig to a v4 one.  This essentially
5185         deletes the old v3 self-sig and replaces it with a v4 one.
5187         * packet.h, parse-packet.c (parse_key), getkey.c
5188         (merge_keys_and_selfsig, merge_selfsigs_main): a v3 key with a v4
5189         self-sig must never let the v4 self-sig express a key expiration
5190         time that extends beyond the original v3 expiration time.
5192 2002-05-06  David Shaw  <dshaw@jabberwocky.com>
5194         * keyedit.c (sign_uids): When making a self-signature via "sign"
5195         don't ask about sig level or expiration, and include the usual
5196         preferences and such for v4 self-sigs.  (menu_set_preferences):
5197         Convert uids from UTF8 to native before printing.
5199         * keyedit.c (sign_uids): Convert uids from UTF8 to native before
5200         printing.  (menu_set_primary_uid): Show error if the user tries to
5201         make a uid with a v3 self-sig primary.
5203 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
5205         * import.c (import_one): When merging with a key we already have,
5206         don't let a key conflict (same keyid but different key) stop the
5207         import: just skip the bad key and continue.
5209         * exec.c (make_tempdir): Under Win32, don't try environment
5210         variables for temp directories - GetTempDir tries environment
5211         variables internally, and it's better not to second-guess it in
5212         case MS adds some sort of temp dir handling to Windows at some
5213         point.
5215 2002-05-05  Timo Schulz  <ts@winpt.org>
5217         * mainproc.c (proc_symkey_enc): Don't ask for a passphrase
5218         in the list only mode.
5220 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
5222         * keyserver.c (keyserver_refresh): --refresh-keys implies
5223         --merge-only so as not to import keys with keyids that match the
5224         ones being refreshed.  Noted by Florian Weimer.
5226 2002-05-04  Stefan Bellon  <sbellon@sbellon.de>
5228         * free-packet.c (copy_public_key): Don't call m_alloc(0), therefore
5229         added consistency check for revkey and numrefkeys.
5231         * getkey.c (check_revocation_keys): Added consistency check for
5232         revkey and numrefkeys.
5234         * keyedit.c (show_key_with_all_names): Likewise.
5236 2002-05-03  David Shaw  <dshaw@jabberwocky.com>
5238         * photoid.c: Provide default image viewer for Win32.
5240         * misc.c (pct_expando): %t means extension, not name ("jpg", not
5241         "jpeg").
5243         * keyserver.c (keyserver_spawn), photoid.c (show_photos), exec.h,
5244         exec.c: Allow the caller to determine the temp file extension when
5245         starting an exec_write and change all callers.
5247         * keyedit.c (sign_uids): Nonrevocable key signatures cause an
5248         automatic promotion to v4.
5250         * exec.c: Provide stubs for exec_ functions when NO_EXEC is
5251         defined.
5253 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
5255         * photoid.h, photoid.c (parse_image_header, image_type_to_string):
5256         Useful functions to return data about an image.
5258         * packet.h, parse-packet.c (make_attribute_uidname,
5259         parse_attribute_subpkts, parse_attribute), photoid.h, photoid.c
5260         (show_photos): Handle multiple images in a single attribute
5261         packet.
5263         * main.h, misc.c (pct_expando), sign.c (mk_notation_and_policy),
5264         photoid.c (show_photos): Simpler expando code that does not
5265         require using compile-time string sizes.  Call
5266         image_type_to_string to get image strings (i.e. "jpg",
5267         "image/jpeg").  Change all callers.
5269         * keyedit.c (menu_showphoto), keylist.c (list_keyblock_print):
5270         Allow viewing multiple images within a single attribute packet.
5272         * gpgv.c: Various stubs for link happiness.
5274 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
5276         * build-packet.c (build_sig_subpkt), keyedit.c (sign_uids),
5277         options.h, sign.c (mk_notation_and_policy), g10.c (main,
5278         add_notation_data, add_policy_url (new), check_policy_url
5279         (removed)): Allow multiple policy URLs on a given signature.
5280         Split "--notation-data" into "--cert-notation" and
5281         "--sig-notation" so the user can set different policies for key
5282         and data signing.  For backwards compatibility, "--notation-data"
5283         sets both, as before.
5285 2002-05-02  Werner Koch  <wk@gnupg.org>
5287         * options.skel: Removed the comment on trusted-keys because this
5288         option is now deprecated.
5290 2002-05-01  David Shaw  <dshaw@jabberwocky.com>
5292         * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute
5293         packets on a given key are legal.
5295         * keyserver.c (keyserver_refresh): the fake v3 keyid hack applies
5296         to "mailto" URLs as well since they are also served by pksd.
5298 2002-04-29  Werner Koch  <wk@gnupg.org>
5300         Added a copyright year for files changed this year.
5302 2002-04-25  Werner Koch  <wk@gnupg.org>
5304         * g10.c, options.h: New options --display, --ttyname, --ttytype,
5305         --lc-ctype, --lc-messages to be used with future versions of the
5306         gpg-agent.
5307         * passphrase.c (agent_send_option,agent_send_all_options): New.
5308         (agent_open): Send options to the agent.
5310         * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit
5311         do_sync because revalidation_mark does it only if when the
5312         timestamp actually changes.
5314 2002-04-23  David Shaw  <dshaw@jabberwocky.com>
5316         * main.h, keygen.c (do_generate_keypair), keylist.c
5317         (print_signature_stats, list_all, list_one, list_keyblock,
5318         list_keyblock_print, list_keyblock_colon): After generating a new
5319         key, show the key information (name, keyid, fingerprint, etc.)
5320         Also do not print uncheckable signatures (missing key..) in
5321         --check-sigs.  Print statistics (N missing keys, etc.) after
5322         --check-sigs.
5324         * keyedit.c (sign_uids): When signing a key with an expiration
5325         date on it, the "Do you want your signature to expire at the same
5326         time?" question should default to YES.
5328 2002-04-22  David Shaw  <dshaw@jabberwocky.com>
5330         * parse-packet.c (parse_plaintext), packet.h, plaintext.c
5331         (handle_plaintext): Fix bug in handling literal packets with
5332         zero-length data (no data was being confused with partial body
5333         length).
5335         * misc.c (pct_expando), options.skel: %t means extension ("jpg").
5336         %T means MIME type ("image/jpeg").
5338         * import.c (import_one): Only trigger trust update if the keyring
5339         is actually changed.
5341         * export.c (do_export_stream): Missing a m_free.
5343 2002-04-22  Stefan Bellon  <sbellon@sbellon.de>
5345         * keyid.c (expirestr_from_sk, expirestr_from_sig): Added _() to
5346         string constant.
5348         * exec.c (make_tempdir) [__riscos__]: Better placement of
5349         temporary file.
5351 2002-04-20  David Shaw  <dshaw@jabberwocky.com>
5353         * keygen.c (generate_subkeypair): 2440bis04 adds that creating
5354         subkeys on v3 keys is a MUST NOT.
5356         * getkey.c (finish_lookup): The --pgp6 "use the primary key"
5357         behavior should only apply while data signing and not encryption.
5358         Noted by Roger Sondermann.
5360 2002-04-19  Werner Koch  <wk@gnupg.org>
5362         * keygen.c (keygen_set_std_prefs): Put back 3DES because the RFC
5363         says it is good form to do so.
5365 2002-04-19  David Shaw  <dshaw@jabberwocky.com>
5367         * keyedit.c (menu_deluid): Only cause a trust update if we delete
5368         a non-revoked user id.
5370         * hkp.c (hkp_ask_import), keyserver.c (parse_keyserver_options,
5371         keyserver_spawn), options.h: Remove fast-import keyserver option
5372         (no longer meaningful).
5374         * g10.c (main), keyedit.c (sign_uids), options.h: Change
5375         --default-check-level to --default-cert-check-level as it makes
5376         clear what it operates on.
5378         * g10.c (main): --pgp6 also implies --no-ask-sig-expire.
5380         * delkey.c (do_delete_key): Comment.
5382         * keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,
5383         menu_expire, menu_revsig, menu_revkey): Only force a trustdb check
5384         if we did something that changes it.
5386         * g10.c: add "--auto-check-trustdb" to override a
5387         "--no-auto-check-trustdb"
5389 2002-04-19  Werner Koch  <wk@gnupg.org>
5391         * tdbio.c (tdbio_write_nextcheck): Return a status whether the
5392         stamp was actually changed.
5393         * trustdb.c (revalidation_mark): Sync the changes.  Removed the
5394         sync operation done by its callers.
5395         (get_validity): Add logic for maintaining a pending_check flag.
5396         (clear_ownertrust): New.
5398         * keyedit.c (sign_uids): Don't call revalidation_mark depending on
5399         primary_pk.
5400         (keyedit_menu): Call revalidation_mark after "trust".
5401         (show_key_with_all_names): Print a warning on the wrong listed key
5402         validity.
5404         * delkey.c (do_delete_key): Clear the owenertrust information when
5405         deleting a public key.
5407 2002-04-18  Werner Koch  <wk@gnupg.org>
5409         * seskey.c (encode_md_value): Print an error message if a wrong
5410         digest algorithm is used with DSA.  Changed all callers to cope
5411         with a NULL return.  Problem noted by Imad R. Faiad.
5413 2002-04-18  David Shaw  <dshaw@jabberwocky.com>
5415         * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable
5416         signatures that can expire.  In short, the only thing that can
5417         override an unexpired nonrevocable signature is another unexpired
5418         nonrevocable signature.
5420         * getkey.c (finish_lookup): Always use primary signing key for
5421         signatures when --pgp6 is on since pgp6 and 7 do not understand
5422         signatures made by signing subkeys.
5424 2002-04-18  Werner Koch  <wk@gnupg.org>
5426         * trustdb.c (validate_keys): Never schedule a nextcheck into the
5427         past.
5428         (validate_key_list): New arg curtime use it to set next_expire.
5429         (validate_one_keyblock): Take the current time from the caller.
5430         (clear_validity, reset_unconnected_keys): New.
5431         (validate_keys): Reset all unconnected keys.
5433         * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax
5434         for use with secret keys.
5435         (lookup): Advance the searchmode after a search FIRST.
5437         * seckey-cert.c (do_check): Always calculate the old checksum for
5438         use after unprotection.
5440         * g10.c, options.skel: New option --no-escape-from.  Made
5441         --escape-from and --force-v3-sigs the default and removed them
5442         from the options skeleton.
5444 2002-04-16  Werner Koch  <wk@gnupg.org>
5446         * parse-packet.c (parse_key): Support a SHA1 checksum as per
5447         draft-rfc2440-bis04.
5448         * packet.h (PKT_secret_key): Add field sha1chk.
5449         * seckey-cert.c (do_check): Check the SHA1 checksum
5450         (protect_secret_key): And create it.
5451         * build-packet.c (do_secret_key): Mark it as sha-1 protected.
5452         * g10.c, options.h: New option --simple-sk-checksum.
5454 2002-04-13  David Shaw  <dshaw@jabberwocky.com>
5456         * parse-packet.c (parse_signature): Minor fix - signatures should
5457         expire at their expiration time and not one second later.
5459         * keygen.c (proc_parameter_file): Allow specifying preferences
5460         string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation
5461         file.
5463         * keyedit.c (keyedit_menu): Print standard error message when
5464         signing a revoked key (no new translation).
5466         * getkey.c (merge_selfsigs): Get the default set of key prefs from
5467         the real (not attribute) primary uid.
5469 2002-04-12  David Shaw  <dshaw@jabberwocky.com>
5471         * pkclist.c (build_pk_list): Fix bug that allowed a key to be
5472         selected twice in batch mode if one instance was the default
5473         recipient and the other was an encrypt-to.  Noted by Stefan
5474         Bellon.
5476         * parse-packet.c (dump_sig_subpkt): Show data in trust and regexp
5477         sig subpackets.
5479         * keyedit.c (keyedit_menu): Use new function real_uids_left to
5480         prevent deleting the last real (i.e. non-attribute) uid.  Again,
5481         according to the attribute draft. (menu_showphoto): Make another
5482         string translatable.
5484 2002-04-11  David Shaw  <dshaw@jabberwocky.com>
5486         * build-packet.c (build_sig_subpkt): Delete subpackets from both
5487         hashed and unhashed area on update.  (find_subpkt): No longer
5488         needed.
5490         * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key
5491         with a v4 signature.  As usual, --expert overrides.  Try to tweak
5492         some strings to a closer match so they can all be translated in
5493         one place.  Use different helptext keys to allow different help
5494         text for different questions.
5496         * keygen.c (keygen_upd_std_prefs): Remove preferences from both
5497         hashed and unhashed areas if they are not going to be used.
5499 2002-04-10  David Shaw  <dshaw@jabberwocky.com>
5501         * misc.c (pct_expando), options.skel: Use %t to indicate type of a
5502         photo ID (in this version, it's always "jpeg").  Also tweak string
5503         expansion loop to minimize reallocs.
5505         * mainproc.c (do_check_sig): Variable type fix.
5507         * keyedit.c (menu_set_primary_uid): Differentiate between true
5508         user IDs and attribute user IDs when making one of them primary.
5509         That is, if we are making a user ID primary, we alter user IDs.
5510         If we are making an attribute packet primary, we alter attribute
5511         packets.  This matches the language in the latest attribute packet
5512         draft.
5514         * keyedit.c (sign_uids): No need for the empty string hack.
5516         * getkey.c (fixup_uidnode): Only accept preferences from the
5517         hashed segment of the self-sig.
5519 2002-04-10  Werner Koch  <wk@gnupg.org>
5521         * tdbio.c (migrate_from_v2): Fixed the offset to read the old
5522         ownertrust value and only add entries to the table if we really
5523         have a value.
5525 2002-04-08  David Shaw  <dshaw@jabberwocky.com>
5527         * status.h, status.c (get_status_string): Add KEYEXPIRED, EXPSIG,
5528         and EXPKEYSIG.  Add "deprecated-use-keyexpired-instead" to
5529         SIGEXPIRED.
5531         * sig-check.c (do_check): Start transition from SIGEXPIRED to
5532         KEYEXPIRED, since the actual event is signature verification by an
5533         expired key and not an expired signature. (do_signature_check,
5534         packet.h): Rename as signature_check2, make public, and change all
5535         callers.
5537         * mainproc.c (check_sig_and_print, do_check_sig): Use status
5538         EXPSIG for an expired, but good, signature.  Add the expiration
5539         time (or 0) to the VALIDSIG status line.  Use status KEYEXPSIG for
5540         a good signature from an expired key.
5542         * g10.c (main): remove checks for no arguments now that argparse
5543         does it.
5545 2002-04-06  Werner Koch  <wk@gnupg.org>
5547         * keyring.c (keyring_get_keyblock): Disable the keylist mode here.
5549         * encode.c (encode_simple, encode_crypt): Only test on compressed
5550         files if a compress level was not explicity set.
5552         * keygen.c (keygen_set_std_prefs): Removed Blowfish and Twofish
5553         from the list of default preferences, swapped the preferences of
5554         RMD160 and SHA1.  Don't include a preference to 3DES unless the
5555         IDEA kludge gets used.
5557         * free-packet.c (free_packet): call free_encrypted also for
5558         PKT_ENCRYPTED_MDC.
5560         * compress.c (release_context): New.
5561         (handle_compressed): Allocate the context and setup a closure to
5562         release the context.  This is required because there is no
5563         guarantee that the filter gets popped from the chain at the end
5564         of the function.  Problem noted by Timo and probably also the
5565         cause for a couple of other reports.
5566         (compress_filter): Use the release function if set.
5568         * tdbio.c [__CYGWIN32__]: Don't rename ftruncate.  Noted by
5569         Disastry.
5571         * parse-packet.c (parse_signature): Put parens around a bit test.
5573         * exec.c (make_tempdir): Double backslash for TMP directory
5574         creation under Windows.  Better strlen the DIRSEP_S constants for
5575         allocation measurements.
5577         * decrypt.c (decrypt_messages): Release the passphrase aquired
5578         by get_last_passphrase.
5580 2002-04-02  Werner Koch  <wk@gnupg.org>
5582         * Makefile.am (EXTRA_DIST): Removed OPTIONS an pubring.asc - they
5583         are no longer of any use.
5585 2002-04-03  David Shaw  <dshaw@jabberwocky.com>
5587         * keyserver.c (parse_keyserver_options): fix auto-key-retrieve to
5588         actually work as a keyserver-option (noted by Roger Sondermann).
5590         * keylist.c (reorder_keyblock): do not reorder the primary
5591         attribute packet - the first user ID must be a genuine one.
5593 2002-03-31  David Shaw  <dshaw@jabberwocky.com>
5595         * keylist.c (list_keyblock_colon): Fix ownertrust display with
5596         --with-colons.
5598         * keygen.c (generate_user_id), photoid.c (generate_photo_id):
5599         Properly initialize the user ID refcount.  A few more "y/n" ->
5600         "y/N" in photoid.c.
5602         * keyedit.c (ask_revoke_sig): Warn the user if they are about to
5603         revoke an expired sig (not a problem, but they should know).  Also
5604         tweak a few prompts to change "y/n" to "y/N", which is how most
5605         other prompts are written.
5607         * keyserver.c (keyserver_search_prompt): Control-d escapes the
5608         keyserver search prompt.
5610         * pkclist.c (show_revocation_reason & callers): If a subkey is
5611         considered revoked solely because the parent key is revoked, print
5612         the revocation reason from the parent key.
5614         * trustdb.c (get_validity): Allow revocation/expiration to apply
5615         to a uid/key with no entry in the trustdb.
5617 2002-03-29  David Shaw  <dshaw@jabberwocky.com>
5619         * keyserver.c (printunquoted): unquote backslashes from keyserver
5620         searches
5622         * hkp.c (write_quoted): quote backslashes from keyserver searches
5624 2002-03-26  Werner Koch  <wk@gnupg.org>
5626         * keygen.c (ask_keysize): Removed the warning for key sizes > 1536.
5628 2002-03-25  Werner Koch  <wk@gnupg.org>
5630         * keyedit.c (sign_uids): Use 2 strings and not a %s so that
5631         translations can be done the right way.
5632         * helptext.c: Fixed small typo.
5634 2002-03-23  David Shaw  <dshaw@jabberwocky.com>
5636         * import.c (append_uid, merge_sigs): it is okay to import
5637         completely non-signed uids now (with --allow-non-selfsigned-uid).
5639         * getkey.c (get_primary_uid, merge_selfsigs_main): do not choose
5640         an attribute packet (i.e. photo) as primary uid.  This prevents
5641         oddities like "Good signature from [image of size 2671]".  This is
5642         still not perfect (one can still select an attribute packet as
5643         primary in --edit), but is closer to the way the draft is going.
5645         * g10.c (build_list): algorithms should include 110.
5647         * g10.c (main): --pgp2 implies --no-ask-sig-expire and
5648         --no-ask-cert-expire as those would cause a v4 sig/cert.
5650         * armor.c (is_armor_header): be more lenient in what constitutes a
5651         valid armor header (i.e. -----BEGIN blah blah-----) as some
5652         Windows programs seem to add spaces at the end.  --openpgp makes
5653         it strict again.
5655 2002-03-18  David Shaw  <dshaw@jabberwocky.com>
5657         * keyserver.c (keyserver_search_prompt): Properly handle a "no
5658         keys found" case from the internal HKP code (external HKP is ok).
5659         Also, make a COUNT -1 (i.e. streamed) keyserver response a little
5660         more efficient.
5662         * g10.c (main): Add --no-allow-non-selfsigned-uid
5664 2002-03-17  David Shaw  <dshaw@jabberwocky.com>
5666         * g10.c (main): --openpgp implies --allow-non-selfsigned-uid.
5668         * getkey.c (merge_selfsigs_main): If none of the uids are primary
5669         (because none are valid) then pick the first to be primary (but
5670         still invalid).  This is for cosmetics in case some display needs
5671         to print a user ID from a non-selfsigned key.  Also use
5672         --allow-non-selfsigned-uid to make such a key valid and not
5673         --always-trust.  The key is *not* automatically trusted via
5674         --allow-non-selfsigned-uid.
5676         * mainproc.c (check_sig_and_print): Make sure non-selfsigned uids
5677         print [uncertain] on verification even though one is primary now.
5679         * getkey.c (merge_selfsigs): If the main key is not valid, then
5680         neither are the subkeys.
5682         * import.c (import_one): Allow --allow-non-selfsigned-uid to work
5683         on completely unsigned keys.  Print the uids in UTF8.  Remove
5684         mark_non_selfsigned_uids_valid().
5686         * keyedit.c (show_key_with_all_names): Show revocation key as
5687         UTF8.
5689         * sign.c (clearsign_file): Allow --not-dash-escaped to work with
5690         v3 keys.
5692 2002-03-14  Werner Koch  <wk@gnupg.org>
5694         * main.h: Changed the default algorithms to CAST5 and SHA1.
5696 2002-03-13  David Shaw  <dshaw@jabberwocky.com>
5698         * import.c (chk_self_sigs): Show which user ID a bad self-sig
5699         (invald sig or unsupported public key algorithm) resides on.
5701         * import.c (chk_self_sigs): any valid self-sig should mark a user
5702         ID or subkey as valid - otherwise, an attacker could DoS the user
5703         by inventing a bogus invalid self-signature.
5705 2002-03-07  David Shaw  <dshaw@jabberwocky.com>
5707         * g10.c (main): make a few more strings translatable.
5709         * options.h, options.skel, g10.c (main), gpgv.c, mainproc.c
5710         (check_sig_and_print), keyserver.c (parse_keyserver_options):
5711         --auto-key-retrieve should really be a keyserver-option variable.
5713         * import.c (revocation_present): new function to print a warning
5714         if a key is imported that has been revoked by designated revoker,
5715         but the designated revoker is not present to verify the
5716         revocation.  If keyserver-options auto-key-retrieve is set, try
5717         and fetch the designated revoker from the keyserver.
5719         * import.c (import_one): call revocation_present after importing a
5720         new key.  Note that this applies to --import, --recv-keys, and
5721         --search-keys.
5723         * keyserver-internal.h, keyserver.c (keyserver_import_fprint):
5724         import via fingerprint (for revocation keys).
5726         * keyserver.c (keyserver_import_keyid): much simpler
5727         implementation now that we're using KEYDB_SEARCH_DESC internally.
5729 2002-03-04  David Shaw  <dshaw@jabberwocky.com>
5731         * revoke.c (gen_revoke): do not prompt for revocation reason for
5732         v3 revocations (unless force-v4-certs is on) since they wouldn't
5733         be used anyway.
5735         * keyedit.c (menu_revsig): show the status of the sigs
5736         (exportable? revocable?) to the user before prompting for which
5737         sig to revoke.  Also, make sure that local signatures get local
5738         revocations.
5740         * keyedit.c (ask_revoke_sig): remind the user which sigs are
5741         local.
5743         * g10.c (main): Add "exec-path" variable to override PATH for
5744         execing programs.
5746         * export.c (do_export_stream): properly check return code from
5747         classify_user_id to catch unclassifiable keys.
5749 2002-03-03  David Shaw  <dshaw@jabberwocky.com>
5751         * parse-packet.c (parse_signature): variable type tweak for RISC
5752         OS (from Stefan)
5754 2002-02-28  David Shaw  <dshaw@jabberwocky.com>
5756         * getkey.c (check_revocation_keys): New function to check a
5757         revocation against a list of potential revocation keys.  Note the
5758         loop-breaking code here.  This is to prevent blowing up if A is
5759         B's revocation key, while B is also A's.  Note also that this is
5760         written so that a revoked revoker can still issue revocations:
5761         i.e. If A revokes B, but A is revoked, B is still revoked.  I'm
5762         not completely convinced this is the proper behavior, but it
5763         matches how PGP does it.  It does at least have the advantage of
5764         much simpler code - my first version of this had lots of loop
5765         maintaining code so you could chain revokers many levels deep and
5766         if D was revoked, C was not, which meant that B was, and so on.
5767         It was sort of scary, actually.
5769         * getkey.c (merge_selfsigs_main): Add any revocation keys onto the
5770         pk.  This is particularly interesting since we normally only get
5771         data from the most recent 1F signature, but you need multiple 1F
5772         sigs to properly handle revocation keys (PGP does it this way, and
5773         a revocation key could be marked "sensitive" and hence in a
5774         different signature).  Also, if a pk has a revocation key set,
5775         check for revocation sigs that were not made by us - if made by a
5776         valid revocation key, mark the pk revoked.
5778         * packet.h, getkey.c (cache_public_key): do not cache key if
5779         "dont_cache" is set.  This allows the revocation key code to look
5780         up a key and return information that may be inaccurate to prevent
5781         loops without caching the fake data.
5783         * packet.h, sig-check.c (do_signature_check): Record if a
5784         signature was made by a revoked pk.
5786         * packet.h, parse-packet.c (parse_one_sig_subpkt,
5787         can_handle_critical, parse_signature): Get revocation key
5788         information out of direct sigs.
5790         * keylist.c (list_keyblock_print): don't assume that the presence
5791         of a 0x20 signature means the key is revoked.  With revocation
5792         keys, this may not be true if the revocation key is not around to
5793         verify it or if verification failed.  Also, 0x1F should get listed
5794         as "sig", and not "unexpected signature class".
5796         * keyedit.c (show_key_with_all_names): Add a flag for printing
5797         revoker information and change all callers.
5799         * import.c (merge_blocks): merge in any new direct key (0x1F)
5800         sigs.
5802         * import.c (import_revoke_cert): don't keep processing after a
5803         revocation is rejected.
5805         * import.c (delete_inv_parts): Allow importing a revocation
5806         signature even if it was not issued by the key.  This allows a
5807         revocation key to issue it.  Of course, the sig still needs to be
5808         checked before we trust it.
5810         * free-packet.c (copy_public_key): Include a new copy of the
5811         revocation keys when duping a pk.
5813         * free-packet.c (free_seckey_enc, release_public_key_parts): Free
5814         any revocation keys that are attached to a sig or pk.
5816         * export.c (do_export_stream): Do not export signatures with
5817         "sensitive" revocation keys in them.
5819 2002-02-27  David Shaw  <dshaw@jabberwocky.com>
5821         * export.c (do_export_stream): Do not include v3 keys in a
5822         --export-secret-subkeys export.
5824         * getkey.c (merge_selfsigs_main): If a key isn't valid (say,
5825         because of no self-signature), allow --always-trust to force it
5826         valid so it can be trusted.
5828 2002-02-25  David Shaw  <dshaw@jabberwocky.com>
5830         * hkp.c (hkp_ask_import), hkp.h, keyserver.c (all): treat key
5831         lists internally as fingerprints when possible.  All this is via
5832         KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows
5833         the helper program to search the keyserver by fingerprint if
5834         desired (and the keyserver supports it).  Note that automatic
5835         fingerprint promotion during refresh only applies to v4 keys as a
5836         v4 fingerprint can be easily changed into a long or short key id,
5837         and a v3 cannot.
5839         * pubkey-enc.c, getkey.c, misc.c, main.h: Take two copies of
5840         hextobyte() from pubkey-enc.c and getkey.c and make them into one
5841         copy in misc.c.
5843 2002-02-22  David Shaw  <dshaw@jabberwocky.com>
5845         * keyserver.c (keyserver_search_prompt): Detect a "no keys found"
5846         case even if the helper program does not explicitly say how many
5847         keys were found.
5849         * hkp.c (parse_hkp_index): Bug fix - don't report non-revoked keys
5850         as revoked in HKP key searches.
5852 2002-02-19  Werner Koch  <wk@gnupg.org>
5854         * parse-packet.c (parse_trust): Made parsing more robust.
5856 2002-02-19  David Shaw  <dshaw@jabberwocky.com>
5858         * hkp.c (parse_hkp_index): Catch corruption in HKP index lines
5859         (can be caused by broken or malicious keyservers).
5861         * keyserver.c (keyserver_work): Add KEYSERVER_NOT_SUPPORTED for
5862         unsupported actions (say, a keyserver that has no way to search,
5863         or a readonly keyserver that has no way to add).  Also add a
5864         USE_EXTERNAL_HKP define to disable the internal HKP keyserver
5865         code.
5867 2002-02-14  Werner Koch  <wk@gnupg.org>
5869         * g10.c: New option --no-use-agent.
5871         * pkclist.c (check_signatures_trust): Always print the warning for
5872         unknown and undefined trust.  Removed the did_add cruft.  Reported
5873         by Janusz A. Urbanowicz.
5875 2002-02-11  David Shaw  <dshaw@jabberwocky.com>
5877         * hkp.c (parse_hkp_index): Bug fix - properly handle user IDs with
5878         colons (":") in them while HKP searching.
5880 2002-02-09  David Shaw  <dshaw@jabberwocky.com>
5882         * misc.c (pct_expando): More comments.
5884         * keydb.h, sign.c (mk_notation_and_policy): Clarify what is a sig
5885         and what is a cert.  A sig has sigclass 0x00, 0x01, 0x02, or 0x40,
5886         and everything else is a cert.
5888         * g10.c (main), keyedit.c (keyedit_menu): Add a "nrlsign" for
5889         nonrevocable and local key signatures.
5891         * g10.c (main): Add a --no-force-mdc to undo --force-mdc.
5893         * options.h, g10.c (main), cipher.c (write_header): Add a knob to
5894         --disable-mdc/--no-disable-mdc.  Off by default, of course, but is
5895         used in --pgp2 and --pgp6 modes.
5897         * pkclist.c (build_pk_list): Allow specifying multiple users in
5898         the "Enter the user ID" loop.  Enter a blank line to stop.  Show
5899         each key+id as it is added.
5901         * keylist.c (show_policy_url), mainproc.c (print_notation_data):
5902         It is not illegal (though possibly silly) to have multiple policy
5903         URLs in a given signature, so print all that are present.
5905         * hkp.c (hkp_search): More efficient implementation of URL-ifying
5906         code.
5908 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
5910         * main.h, misc.c (pct_expando): New function to generalize
5911         %-expando processing in any arbitrary string.
5913         * photoid.c (show_photo): Call the new pct_expando function rather
5914         than expand strings internally.
5916         * sign.c (mk_notation_and_policy): Show policy URLs and notations
5917         when making a signature if show-policy/show-notation is on.
5918         %-expand policy URLs during generation.  This lets the user have
5919         policy URLs of the form "http://notary.jabberwocky.com/keysign/%K"
5920         which will generate a per-signature policy URL.
5922         * main.h, keylist.c (show_policy_url, show_notation): Add amount
5923         to indent so the same function can be used in key listings as well
5924         as during sig generation.  Change all callers.
5926 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
5928         * keyserver.c, options.h (parse_keyserver_options, keyidlist):
5929         Workaround for the pksd and OKS keyserver bug that calculates v4
5930         RSA keyids as if they were v3.  The workaround/hack is to fetch
5931         both the v4 (e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids.  This
5932         only happens for key refresh while using the HKP scheme and the
5933         refresh-add-fake-v3-keyids keyserver option must be set.  This
5934         should stay off by default.
5936 2002-02-03  David Shaw  <dshaw@jabberwocky.com>
5938         * keyserver.c (keyserver_spawn): Bug fix - do not append keys to
5939         each other when --sending more than one.
5941 2002-02-02  David Shaw  <dshaw@jabberwocky.com>
5943         * options.h, g10.c (main), keyedit.c (sign_uids), sign.c
5944         (mk_notation_and_policy): Split "--set-policy-url" into
5945         "--cert-policy-url" and "--sig-policy-url" so the user can set
5946         different policies for key and data signing.  For backwards
5947         compatibility, "--set-policy-url" sets both, as before.
5949 2002-01-30  Werner Koch  <wk@gnupg.org>
5951         * g10.c (main): --gen-random --armor does now output a base64
5952         encoded string.
5954 2002-01-28  David Shaw  <dshaw@jabberwocky.com>
5956         * g10.c (main), options.h, pkclist.c (algo_available): --pgp6
5957         flag.  This is not nearly as involved as --pgp2.  In short, it
5958         turns off force_mdc, turns on no_comment, escape_from, and
5959         force_v3_sigs, and sets compression to 1.  It also restricts the
5960         user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160.
5961         See the comments above algo_available() for lots of discussion on
5962         why you would want to do this.
5964 2002-01-27  David Shaw  <dshaw@jabberwocky.com>
5966         * keygen.c (keygen_set_std_prefs): Comment
5968         * keyedit.c (sign_uids): Bug fix - when signing with multiple
5969         secret keys at the same time, make sure each key gets the sigclass
5970         prompt.
5972         * exec.c (exec_finish): Close the iobuf and FILE before trying to
5973         waitpid, so the remote process will get a SIGPIPE and exit.  This
5974         is only a factor when using a pipe to communicate.
5976         * exec.c (exec_write): Disable cache-on-close of the fd iobuf (is
5977         this right?  Why is a fd iobuf cached at all?)
5979 2002-01-26  Werner Koch  <wk@gnupg.org>
5981         * g10.c, options.h: New option --gpg-agent-info
5982         * passphrase.c (agent_open): Let it override the environment info.
5983         * seckey-cert.c (check_secret_key): Always try 3 times when the
5984         agent is enabled.
5985         * options.skel: Describe --use-agent.
5987 2002-01-24  David Shaw  <dshaw@jabberwocky.com>
5989         * pubkey-enc.c (is_algo_in_prefs, get_it): Only check preferences
5990         against keys with v4 self sigs - there is really little point in
5991         warning for every single non-IDEA message encrypted to an old key.
5993         * pkclist.c (select_algo_from_prefs): Only put in the fake IDEA
5994         preference if --pgp2 is on.
5996         * mainproc.c (check_sig_and_print): Print "Expired" for expired
5997         but good signatures (this still prints "BAD" for expired but bad
5998         signatures).
6000 2002-01-23  David Shaw  <dshaw@jabberwocky.com>
6002         * keygen.c (ask_keysize): Cosmetic: don't present a RSA signing
6003         key as a "keypair" which can be 768 bits long (as RSA minimum is
6004         1024).
6006         * pubkey-enc.c (is_algo_in_prefs): Allow IDEA as a fake preference
6007         for v3 keys with v3 selfsigs.
6009 2002-01-22  David Shaw  <dshaw@jabberwocky.com>
6011         * packet.h, getkey.c (merge_selfsigs_main), pkclist.c
6012         (select_algo_from_prefs): Implement the fake IDEA preference as
6013         per RFC2440:12.1.  This doesn't mean that IDEA will be used (the
6014         plugin may not be present), but it does mean that a v3 key with a
6015         v3 selfsig has an implicit IDEA preference instead of 3DES.  v3
6016         keys with v4 selfsigs use preferences as normal.
6018         * encode.c (encode_crypt): if select_algo_from_prefs fails, this
6019         means that we could not find a cipher that both keys like.  Since
6020         all v4 keys have an implicit 3DES preference, this means there is
6021         a v3 key with a v3 selfsig in the list.  Use 3DES in this case as
6022         it is the safest option (we know the v4 key can handle it, and
6023         we'll just hope the v3 key is being used in an implementation that
6024         can handle it).  If --pgp2 is on, warn the user what we're doing
6025         since it'll probably break PGP2 compatibility.
6027         * g10.c (main): Do not force using IDEA for encrypted files in
6028         --pgp2 mode - let the fake IDEA preference choose this for us for
6029         better compatibility when encrypting to multiple keys, only some
6030         of which are v3.
6032         * keygen.c (keygen_set_std_prefs): Put 3DES on the end of the
6033         default cipher pref list (RFC2440: "...it is good form to place it
6034         there explicitly.").  If the user has the IDEA plugin installed,
6035         put a preference for IDEA *after* 3DES to effectively disable its
6036         use for everything except encrypting along with v3 keys.
6038         * encode.c, g10.c, sign.c: Change the PGP2 warning line from
6039         "... will not be usable ..." to "... may not be usable ..." as the
6040         user could be using one of the enhanced PGP2 variations.
6042         * helptext.c: Revise the sign_uid.class help text as suggested by
6043         Stefan.
6045 2002-01-20  Werner Koch  <wk@gnupg.org>
6047         * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be
6048         used with the agent.  Changed all callers.
6049         (agent_get_passphrase): Likewise and send it to the agent
6050         * seckey-cert.c (do_check): New arg tryagain_text.
6051         (check_secret_key): Pass the string to do_check.
6052         * keygen.c (ask_passphrase): Set the error text is required.
6053         * keyedit.c (change_passphrase): Ditto.
6055         * passphrase.c (agent_open): Disable opt.use_agent in case of a
6056         problem with the agent.
6057         (agent_get_passphrase): Ditto.
6058         (passphrase_clear_cache): Ditto.
6060 2002-01-19  Werner Koch  <wk@gnupg.org>
6062         * passphrase.c (agent_open): Add support for the new Assuan based
6063         gpg-agent.  New arg to return the used protocol version.
6064         (agent_get_passphrase): Implemented new protocol here.
6065         (passphrase_clear_cache): Ditto.
6066         (readline): New.
6068 2002-01-15  Timo Schulz  <ts@winpt.org>
6070         * encode.c (encode_crypt_files): Fail if --output is used.
6072         * g10.c: New command --decrypt-files.
6074         * decrypt.c (decrypt_messages): New.
6076 2002-01-09  David Shaw  <dshaw@jabberwocky.com>
6078         * g10.c, misc.c, gpgv.c: move idea_cipher_warn to misc.c so gpgv.c
6079         doesn't need a stub for it any longer.
6081         * g10.c (get_temp_dir), main.h: no longer used (it's in exec.c now)
6083         * g10.c (main), delkey.c (delete_keys), main.h : Allow
6084         --delete-key (now --delete-keys, though --delete-key still works,
6085         of course) to delete multiple keys in one go.  This applies to
6086         --delete-secret-key(s) and --delete-secret-and-public-key(s) as
6087         well.
6089 2002-01-09  Timo Schulz  <ts@winpt.org>
6091         * encode.c (encode_crypt_files): Now it behaves like verify_files.
6093         * g10.c (main): We don't need to check argc for encode_crypt_files
6094         any longer.
6096 2002-01-09  Timo Schulz  <ts@winpt.org>
6098         * exec.c: Include windows.h for dosish systems.
6100 2002-01-08  Timo Schulz  <ts@winpt.org>
6102         * g10.c (main): New description for --encrypt-files.
6104 2002-01-08  Werner Koch  <wk@gnupg.org>
6106         * g10.c (main): Must register the secring for encryption because
6107         it is needed to figure out the default recipient.  Reported by
6108         Roger Sondermann.
6110 2002-01-05  David Shaw  <dshaw@jabberwocky.com>
6112         * keyedit.c (menu_adduid): Require --expert before adding a photo
6113         ID to a v3 key, and before adding a second photo ID to any key.
6115         * keyedit.c (keyedit_menu): Don't allow adding photo IDs in
6116         rfc1991 or pgp2 mode.
6118         * getkey.c (merge_selfsigs_subkey): Permit v3 subkeys.  Believe it
6119         or not, this is allowed by rfc 2440, and both PGP 6 and PGP 7 work
6120         fine with them.
6122         * g10.c, options.h, keyedit.c, sign.c: Move the "ask for
6123         expiration" switch off of --expert, which was getting quite
6124         overloaded, and onto ask-sig-expire and ask-cert-expire.  Both
6125         default to off.
6127         * g10.c (main): Change the default compression algo to 1, to be
6128         more OpenPGP compliant (PGP also uses this, so it'll help with
6129         interoperability problems as well).
6131         * encode.c (encode_crypt): Handle compression algo 2, since the
6132         default is now 1.
6134         * build-packet.c (build_attribute_subpkt): Fix off-by-one error.
6136 2002-01-05  Werner Koch  <wk@gnupg.org>
6138         * g10.c (main): Do not register the secret keyrings for certain
6139         commands.
6141         * keydb.c (keydb_add_resource): Use access to test for keyring
6142         existence.  This avoids cached opened files which are bad under
6143         RISC OS.
6145 2002-01-04  David Shaw  <dshaw@jabberwocky.com>
6147         * sign.c (sign_file, sign_symencrypt_file): always use one-pass
6148         packets unless rfc1991 is enabled.  This allows a signature made
6149         with a v3 key to work in PGP 6 and 7.  Signatures made with v4
6150         keys are unchanged.
6152         * g10.c (main): Disallow non-detached signatures in PGP2 mode.
6153         Move the "you must use files and not pipes" PGP2 warning up so all
6154         the PGP2 stuff is together.
6156         * encode.c (encode_simple): Use the actual filesize instead of
6157         partial length packets in the internal literal packet from a
6158         symmetric message.  This breaks PGP5(?), but fixes PGP2, 6, and 7.
6159         It's a decent tradeoff.  Note there was only an issue with
6160         old-style RFC1991 symmetric messages.  2440-style messages in 6
6161         and 7 work with or without partial length packets.
6163 2002-01-03  David Shaw  <dshaw@jabberwocky.com>
6165         * g10.c (main): Removed --no-default-check-level option, as it is
6166         not consistent with other "default" options.  Plus, it is the same
6167         as saying --default-check-level 0.
6169         * exec.c (exec_read): Disallow caching tempfile from child
6170         process, as this keeps the file handle open and can cause unlink
6171         problems on some platforms.
6173         * keyserver.c (keyserver_search_prompt): Minor tweak - don't
6174         bother to transform keyids into textual form if they're just going
6175         to be transformed back to numbers.
6177 2002-01-03  Timo Schulz <ts@winpt.org>
6179         * g10.c: New command --encrypt-files.
6181         * verify.c (print_file_status): Removed the static because
6182         encode_crypt_files also uses this function.
6184         * main.h (print_files_status): New.
6185         (encode_crypt_files): New.
6187         * encode.c (encode_crypt_files): New.
6189 2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
6191         * keyserver.c: Moved util.h include down in order to avoid
6192         redefinition problems on RISC OS.
6194         * keyring.c (keyring_lock): Only lock keyrings that are writable.
6196         * keyring.c (keyring_update_keyblock): Close unused iobuf.
6198         * hkp.c (parse_hkp_index, hkp_search) [__riscos__]: Changed
6199         unsigned char* to char* because of compiler issues.
6201         * exec.c (exec_finish) [__riscos__]: Invalidate close cache so
6202         that file can be unlinked.
6204 2001-12-28  David Shaw  <dshaw@jabberwocky.com>
6206         * g10.c (main): Use a different strlist to check extensions since
6207         they need to be handled seperately now.
6209         * misc.c,main.h (check_permissions): Properly handle permission
6210         and ownership checks on files in the lib directory
6211         (e.g. /usr/local/lib/gnupg), which are owned by root and are
6212         world-readable, and change all callers to specify extension or
6213         per-user file.
6215         * photoid.c (show_photo), keyserver.c (keyserver_spawn): Bug fix -
6216         don't call exec_finish if exec_write fails.
6218         * keyserver.c (keyserver_spawn): Look for OPTIONS from the
6219         keyserver helper - specifically, a "OUTOFBAND" option for the
6220         email keyserver.
6222         * mainproc.c (list_node), keylist.c (list_keyblock_colon),
6223         import.c (delete_inv_parts), export.c (do_export_stream): Use
6224         signature flags for exportability check rather than re-parsing the
6225         subpacket.
6227         * keyid.c, keydb.h (get_lsign_letter): No longer needed.
6229 2001-12-27  David Shaw  <dshaw@jabberwocky.com>
6231         * exec.c (exec_finish): Show errors when temp files cannot be
6232         deleted for whatever reason.
6234         * exec.c (exec_read): Don't rely on WEXITSTATUS being present.
6236         * exec.c (make_tempdir): Add temp file creator for win32.  Don't
6237         create an incoming temp file if the exec is write-only.
6239         * keyserver.c (keyserver_spawn): Clean up error handling, for when
6240         the spawn fails.
6242         * photoid.c (show_photo): Clean up error handling.
6244         * misc.c (check_permissions): Neaten.
6246 2001-12-25  David Shaw  <dshaw@jabberwocky.com>
6248         * mkdtemp.c (mkdtemp): Add copyleft info and tweak the 'X' counter
6249         to be a bit simpler.
6251         * keyserver.c, photoid.c: Remove unused headers left over from
6252         when the exec functions lived there.
6254 2001-12-23  Timo Schulz <ts@winpt.org>
6256         * misc.c (check_permissions): Do not use it for W32 systems.
6258         * tdbio.c (migrate_from_v2): Define ftruncate as chsize() for W32.
6260         * mkdtemp.c: W32 support.
6262         * photoid.c: Ditto.
6264         * exec.c: Ditto.
6266 2001-12-22  David Shaw  <dshaw@jabberwocky.com>
6268         * exec.c (make_tempdir): avoid compiler warning with const
6270         * mkdtemp.c (mkdtemp): catch the empty ("") string case in case
6271         someone repurposes mkdtemp at some point.
6273         * photoid.c (generate_photo_id, show_photo): some type changes
6274         from Stefan Bellon.
6276         * exec.c (make_tempdir): handle Win32 systems, suggested by Timo
6277         Schulz.
6279 2001-12-22  Werner Koch  <wk@gnupg.org>
6281         * encode.c (encode_simple, encode_crypt): i18n 2 strings.
6283 2001-12-22  Timo Schulz <ts@winpt.org>
6285         * encode.c (encode_simple, encode_crypt): Use is_file_compressed
6286         to avoid to compress compressed files.
6288 2001-12-22  Werner Koch  <wk@gnupg.org>
6290         * keyserver.c (keyserver_spawn): Removed some variables
6291         declaration due to shadowing warnings.
6293         * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid
6294         compiler warnig due to index(3).
6296         * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value.
6297         * keylist.c (list_one): Made resname const.
6299         * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is
6300         not used.
6302         * options.skel: Changed one example photo viewer to qiv.
6304 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
6306         * Makefile.am: add exec.c, exec.h, photoid.c, and photoid.h
6308         * build-packet.c (build_attribute_subpkt): new function to build
6309         the raw attribute subpacket.  Note that attribute subpackets have
6310         the same format as signature subpackets.
6312         * exec.c: new file with generic exec-a-program functionality.
6313         Used by both photo IDs and keyserver helpers.  This is pretty much
6314         the same code that used to be keyserver specific, with some
6315         changes to be usable generically.
6317         * free-packet.c (free_attributes (new)): function to free an
6318         attribute packet.
6320         * gpgv.c: added stub show_photo
6322         * keyedit.c (keyedit_menu, menu_adduid, menu_showphoto): can add a
6323         photo (calls generate_photo_id), or display a photo (calls
6324         show_photo) from the --edit menu.  New commands are "addphoto",
6325         and "delphoto" (same as "deluid").
6327         * keylist.c (list_keyblock_print): show photos during key list if
6328         --show-photos enabled.
6330         * keyserver.c (keyserver_spawn): use the generic exec_xxx
6331         functions to call keyserver helper.
6333         * g10.c, options.h: three new options - --{no-}show-photos, and
6334         --photo-viewer to give the command line to display a picture.
6336         * options.skel: instructions for the photo viewer
6338         * parse-packet.c (parse_user_id, setup_user_id (new)): common code
6339         for both user IDs and attribute IDs moved to setup_user_id.
6341         * parse-packet.c (make_attribute_uidname (new)): constructs a fake
6342         "name" for attribute packets (e.g. "[image of size ...]")
6344         * parse-packet.c (parse_attribute (replaces parse_photo_id),
6345         parse_attribute_subpkts): Builds an array of individual
6346         attributes.  Currently only handles attribute image / type jpeg
6347         subpackets.
6349         * sign.c (hash_uid): Fix bug in signing attribute (formerly
6350         photo_id) packets.
6352         * packet.h, and callers: globally change "photo_id" to "attribute"
6353         and add structures for attributes.  The packet format is generic
6354         attributes, even though the only attribute type thus far defined
6355         is jpeg.
6357 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
6359         * parse-packet.c (can_handle_critical): Can handle critical
6360         revocation subpackets now.
6362         * trustdb.c (mark_usable_uid_certs): Disregard revocations for
6363         nonrevocable sigs.  Note that this allows a newer revocable
6364         signature to override an older nonrevocable signature.
6366         * sign.c (make_keysig_packet): add a duration field and change all
6367         callers.  This makes make_keysig_packet closer to
6368         write_signature_packets and removes some duplicated expiration
6369         code.
6371         * keyedit.c (keyedit_menu, menu_revsig, sign_uids,
6372         sign_mk_attrib): Add nrsign command, don't allow revoking a
6373         nonrevocable signature,
6375         * g10.c (main): Add --nrsign option to nonrevocably sign a key
6376         from the command line.
6378         * build-packet.c (build_sig_subpkt_from_sig): Comment to explain
6379         the use of CRITICAL.
6381 2001-12-21  Werner Koch  <wk@gnupg.org>
6383         * g10.c. options.h : New option --show-keyring
6384         * getkey.c (get_ctx_handle): New.
6385         * keylist.c (list_one): Implement option here.  By David Champion.
6387 2001-12-20  David Shaw  <dshaw@jabberwocky.com>
6389         * keyserver.c (keyserver_spawn): Use mkdtemp() to make temp
6390         directory.
6392         * mkdtemp.c: replacement function for those platforms that don't
6393         have mkdtemp (make a temp directory securely).
6395 2001-12-19  David Shaw  <dshaw@jabberwocky.com>
6397         * misc.c (check_permissions): New function to stat() and ensure
6398         the permissions of GNUPGHOME and the files have safe permissions.
6400         * keydb.c (keydb_add_resource): Check keyring permissions.
6402         * tdbio.c (tdbio_set_dbname): Check permissions of trustdb.gpg
6404         * keyserver.c (keyserver_spawn): Disable keyserver schemes that
6405         involve running external programs if the options file has unsafe
6406         permissions or ownership.
6408         * g10.c, options.h: New option --no-permission-warning to disable
6409         the permission warning message(s).  This also permits use of the
6410         keyserver if it had been disabled (see above).  Also check the
6411         permissions/ownership of random_seed.
6413         * keyserver.c (keyserver_spawn): The new glibc prints a warning
6414         when using mktemp() (the code was already secure, but the warning
6415         was bound to cause confusion).  Use a different implementation
6416         based on get_random_bits() instead.  Also try a few times to get
6417         the temp dir before giving up.
6419 2001-12-19  Werner Koch  <wk@gnupg.org>
6421         * g10.c, passphrase.c [CYGWIN32]: Allow this as an alias for MINGW32.
6423 2001-12-18  David Shaw  <dshaw@jabberwocky.com>
6425         * g10.c (idea_cipher_warn): Add a flag to show the warning always
6426         or once per session and change all callers (show always except for
6427         the secret key protection and unknown cipher from an encrypted
6428         message errors).  Also make the strings translatable.
6430         * pubkey-enc.c (get_it): Add the IDEA cipher warning if the user
6431         tries to decrypt an IDEA encrypted message without the IDEA
6432         plugin.
6434         * keyserver.c (parse_keyserver_uri): More strict checking of the
6435         keyserver URI.  Specifically, fail if the ":port" section is
6436         anything except a number between 1 and 65535.
6438 2001-12-17  David Shaw  <dshaw@jabberwocky.com>
6440         * keyserver.c (print_keyinfo): No need to check for
6441         control/illegal characters, as utf8_to_native does this for us.
6443         * mainproc.c (proc_encrypted): Use generic IDEA warning.
6445         * gpgv.c: add stub for idea_cipher_warn
6447         * g10.c, hkp.c, keyserver.c: Fix capitalization and plural issues.
6449         * encode.c (encode_crypt), sign.c (sign_file, clearsign_file):
6450         disable pgp2 mode after the message is no longer pgp2 compatible.
6452         * g10.c (main): Tweak the PGP2.x IDEA warning to use the generic
6453         warning, and not merely fail if the IDEA plugin isn't there.
6455         * g10.c (main, idea_cipher_warn), keygen.c (set_one_pref),
6456         seckey-cert.c (do_check): Add a generic IDEA warning for when the
6457         IDEA plugin is not present.  This pops up when the user uses
6458         "--cipher-algo idea", when setpref is used to set a "S1"
6459         preference, and when a secret key protected with IDEA is used.
6461 2001-12-15  Werner Koch  <wk@gnupg.org>
6463         * keyserver.c (keyserver_spawn): Assert that we have dropped privs.
6465 2001-12-13  Werner Koch  <wk@gnupg.org>
6467         * pubkey-enc.c (get_session_key): Check that the public key
6468         algorithm is indeed usable for en/decryption.  This avoid a
6469         strange error message from pubkey_decrypt if for some reasons a
6470         bad algorithm indentifier is passed.
6472 2001-12-12  David Shaw  <dshaw@jabberwocky.com>
6474         * Fixed some types for portability.  Noted by Stefan Bellon.
6476 2001-12-11  Werner Koch  <wk@gnupg.org>
6478         * hkp.c (hkp_export): Do not print possible control characters
6479         from a keyserver response.
6480         (parse_hkp_index): Made uid an unsigned char* because it is passed to
6481         isspace().
6482         (hkp_search): Ditto for the char* vars.
6484         * g10.c (main): Print the IDEA warning also for -c and -se.
6486         * g10.c (get_temp_dir): Assert that we have dropped privs
6488         * encode.c (encode_crypt): Include the first key into the --pgp2
6489         check.
6491 2001-12-07  David Shaw  <dshaw@jabberwocky.com>
6493         * g10.c, options.h: New option --pgp2.  This is identical to
6494         "--rfc1991 --cipher-algo idea --compress-algo 1 --digest-algo md5
6495         --force_v3_sigs" with the addition of an warning to advise the
6496         user not to use a pipe (which would break pgp2 compatibility).
6498         * encode.c (encode_crypt): warn if the user tries to encrypt to
6499         any key that is not RSA and <= 2048 bits when the --pgp2 option is
6500         used.
6502         * sign.c (sign_file, clearsign_file): When using --pgp2, make a v3
6503         sig, and warn if the signature is made with a non-v3 key.
6505 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
6507         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Prompt
6508         for sig expiration if --expert is set and --force-v3-sigs is not
6509         set (v3 sigs cannot expire).
6511         * mainproc.c (check_sig_and_print): After checking a sig, print
6512         expiration status.  This causes a error return if the sig is
6513         expired.
6515         * build-packet.c (build_sig_subpkt_from_sig): Include a critical
6516         sig expiration subpacket if the sig is to expire.
6518         * keyedit.c (sign_uids): Do not sign an expired key unless
6519         --expert is set, in which case prompt.  Also, offer to expire a
6520         signature when the key the user is signing expires.
6522         * keygen.c (ask_expire_interval): Add a value to determine whether
6523         to prompt for a key or sig expiration and change all callers.
6525         * keyid.c: New functions: expirestr_from_sig and
6526         colon_expirestr_from_sig.
6528         * keylist.c (list_keyblock_colon): Show sig expiration date in the
6529         --with-colons listing.
6531         * sign.c (make_keysig_packet, write_signature_packets): Pass in an
6532         optional timestamp for the signature packet, and change all
6533         callers.
6535         * keyedit.c (sign_mk_attrib): Include a critical expiration
6536         subpacket in the signature if an expiration date is given.
6538 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6540         * keyedit.c (sign_uids): If the user tries to sign a
6541         locally-signed key, allow the cert to be promoted to a full
6542         exportable signature.  This essentially deletes the old
6543         non-exportable sig, and replaces it with a new exportable one.
6545 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6547         * keyedit.c (keyedit_menu): Do not allow signing a revoked key
6548         unless --expert is set, and ask even then.
6550         * keyedit.c (sign_uids): Do not allow signing a revoked UID unless
6551         --expert is set, and ask even then.
6553         * g10.c, options.h : New option --expert
6555 2001-11-16  David Shaw  <dshaw@jabberwocky.com>
6557         * Allow the user to select no compression via "--compress-algo 0"
6558         on the command line.
6560         * keyedit.c (show_prefs): Show compression preferences in the
6561         long-form "showpref" style.
6563         * keygen.c (set_one_pref): Permit setting a no-compression ("Z0")
6564         preference.
6566         * getkey.c (fixup_uidnode): Fix compression preference corruption
6567         bug.
6569 2001-12-02  David Shaw  <dshaw@jabberwocky.com>
6571         * g10.c: Add advisory --for-your-eyes-only option as per section
6572         5.9 of 2440.
6574 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
6576         * Force a V4 sig if the user has a notation or policy URL set.
6578 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6580         * g10.c: Add options --keyserver-options, --temp-directory, and
6581         auto-key-retrieve (the opposite of no-auto-key-retrieve).
6583         * hkp.c (hkp_search): New function to handle searching a HKP
6584         keyserver for a key
6586         * hkp.c (hkp_ask_import, hkp_export): Pretty large changes to make
6587         them communicate via the generic functions in keyserver.c
6589         * keyserver.c: new file with generic keyserver routines for
6590         getting keys from a keyserver, sending keys to a keyserver, and
6591         searching for keys on a keyserver.  Calls the internal HKP stuff
6592         in hkp.c for HKP keyserver functions.  Other calls are handled by
6593         an external program which is spawned and written to and read from
6594         via pipes.  Platforms that don't have pipes use temp files.
6596 2001-11-20  David Shaw  <dshaw@jabberwocky.com>
6598         * options.h, g10.c: New options show-notation, no-show-notation,
6599         default-check-level, no-default-check-level, show-policy-url,
6600         no-show-policy-url.
6602         * packet.h, sign.c (make_keysig_packet), parse-packet.c
6603         (parse_signature), free-packet.c (free_seckey_enc): Fill in
6604         structures for notation, policy, sig class, exportability, etc.
6606         * keyedit.c, keylist.c (print_and_check_one_sig,
6607         list_keyblock_print): Show flags in signature display for cert
6608         details (class, local, notation, policy, revocable).  If selected,
6609         show the notation and policy url.
6611         * keyedit.c (sign_uids): Prompt for and use different key sig
6612         classes.
6614         * helptext.c (helptexts): Add help text to explain different
6615         key signature classes
6617 2001-11-26  David Shaw  <dshaw@jabberwocky.com>
6619         * trustdb.c (mark_usable_uid_certs): Fix segfault from bad
6620         initialization and fix reversed key signature expiration check.
6622 2001-11-09  Werner Koch  <wk@gnupg.org>
6624         * export.c (do_export_stream): Put all given names into a search
6625         description and change the loop so that all matching names are
6626         returned.
6628 2001-11-08  Werner Koch  <wk@gnupg.org>
6630         * pubkey-enc.c (get_it): To reduce the number of questions on the
6631         MLs print the the name of cipher algorithm 1 with the error message.
6633         * mainproc.c: Changed the way old rfc1991 encryption cipher is
6634         selected. Based on a patch by W Lewis.
6636         * pkclist.c (do_edit_ownertrust): Allow to skip over keys, the non
6637         working "show info" is now assigned to "i"
6638         * trustdb.c (ask_ownertrust, validate_keys): Implement a real quit
6639         here.  Both are by David Shaw.
6641         * trustdb.c (validate_keys): Make sure next_exipire is initialized.
6643         * sign.c (make_keysig_packet): Use SHA-1 with v4 RSA keys.
6645         * g10.c, options.h : New option --[no-]froce-v4-certs.
6646         * sign.c (make_keysig_packet): Create v4 sigs on v4 keys even with
6647         a v3 key.  Use that new option.  By David Shaw
6649         * revoke.c (ask_revocation_reason): Allow to select "no reason".
6650         By David Shaw.
6652         * keyid.c (fingerprint_from_sk): Calculation of an v3 fpr was
6653         plain wrong - nearly the same code in fingerprint_from_pk is correct.
6655         * build-packet.c (do_secret_key): Added a few comments to the code.
6657 2001-11-07  Werner Koch  <wk@gnupg.org>
6659         * g10.c (main): Print a warning when -r is used w/o encryption.
6660         Suggested by Pascal Scheffers.
6662 2001-10-23  Werner Koch  <wk@gnupg.org>
6664         * keyedit.c (keyedit_menu): Changed helptext for showpref
6665         command.  Suggested by Reinhard Wobst.
6667         * keyring.c (keyring_search): When marking the offtbl ready, take
6668         into account that we may have more than one keyring.
6670 2001-10-22  Werner Koch  <wk@gnupg.org>
6672         * Makefile.am: Do not use OMIT_DEPENDENCIES
6674         * build-packet.c (build_sig_subpkt): Default is now to put all
6675         types of subpackets into the hashed area and only list those which
6676         should go into the unhashed area.
6678 2001-10-18  Werner Koch  <wk@gnupg.org>
6680         * keydb.c (keydb_add_resource): Rearranged the way we keep track
6681         of the resource. There will now be an entry for each keyring here
6682         and not in keyring.c itself.  Store a token to allow creation of a
6683         keyring handle.  Changed all functions to utilize this new design.
6684         (keydb_locate_writable): Make a real implementation.
6685         * keyring.c (next_kr): Removed and changed all callers to set the
6686         resource directly from the one given with the handle.
6687         (keyring_is_writable): New.
6688         (keyring_rebuild_cache): Add an arg to pass the token from keydb.
6690 2001-10-17  Werner Koch  <wk@gnupg.org>
6692         * keyring.c (keyring_search): Enabled word search mode but print a
6693         warning that it is buggy.
6695 2001-10-11  Werner Koch  <wk@gnupg.org>
6697         * hkp.c (hkp_ask_import): No more need to set the port number for
6698         the x-hkp scheme.
6699         (hkp_export): Ditto.
6701 2001-10-06  Stefan Bellon  <sbellon@sbellon.de>
6703         * passphrase.c [__riscos__]: Disabled agent specific stuff.
6704         * g10.c: New option --no-force-v3-sigs.
6706 2001-10-04  Werner Koch  <wk@gnupg.org>
6708         * export.c (do_export_stream): Do not push the compress filter
6709         here because the context would run out of scope due to the
6710         iobuf_close done by the caller.
6711         (do_export): Do it here instead.
6713 2001-09-28  Werner Koch  <wk@gnupg.org>
6715         * keyedit.c (sign_uids): Always use the primary key to sign keys.
6716         * getkey.c (finish_lookup): Hack to return only the primary key if
6717         a certification key has been requested.
6719         * trustdb.c (cmp_kid_for_make_key_array): Renamed to
6720         (validate_one_keyblock): this and changed arg for direct calling.
6721         (make_key_array): Renamed to
6722         (validate_one_keyblock): this and changed args for direct calling.
6723         (mark_usable_uid_certs, validate_one_keyblock)
6724         (validate_key_list): Add next_expire arg to keep track of
6725         expiration times.
6726         (validate_keys): Ditto for UTKs and write the stamp.
6728         * tdbio.c (migrate_from_v2): Check return code of tbdio_sync.
6730         * tdbdump.c (import_ownertrust): Do a tdbio_sync().
6732         * keyring.c: Made the offtbl an global object.
6734 2001-09-27  Werner Koch  <wk@gnupg.org>
6736         * pkclist.c (do_edit_ownertrust): Allow settin of ultimate trust.
6738         * trustdb.c (mark_keyblock_seen): New.
6739         (make_key_array): Use it to mark the subkeys too.
6740         (validate_keys): Store validity for ultimatly trusted keys.
6742 2001-09-26  Werner Koch  <wk@gnupg.org>
6744         * pkclist.c (check_signatures_trust, do_we_trust): Removed the
6745         invocation of add_ownertrust. Minor changes to the wording.
6746         (add_ownertrust, add_ownertrust_cb): Removed.
6748         * trustdb.c (get_validity): Allow to lookup the validity using a
6749         subkey.
6751         * trustdb.c (new_key_hash_table): Increased the table size to 1024
6752         and changed the masks accordingly.
6753         (validate): Changed stats printing.
6754         (mark_usable_uid_certs): New.
6755         (cmp_kid_for_make_key_array): Does now check the signatures and
6756         figures out a usable one.
6758 2001-09-25  Werner Koch  <wk@gnupg.org>
6760         * keyring.c (new_offset_item,release_offset_items)
6761         (new_offset_hash_table, lookup_offset_hash_table)
6762         (update_offset_hash_table, update_offset_hash_table_from_kb): New.
6763         (keyring_search): Use a offset table to optimize search for
6764         unknown keys.
6765         (keyring_update_keyblock, keyring_insert_keyblock): Insert new
6766         offsets.
6767         * getkey.c (MAX_UNK_CACHE_ENTRIES): Removed the unknown keys
6768         caching code.
6770         * g10.c, options.h, import.c: Removed the entire
6771         allow-secret-key-import stuff because the validity is now
6772         controlled by other means.
6774         * g10.c: New command --rebuild-keydb-caches.
6775         * keydb.c (keydb_rebuild_caches): New.
6776         * keyring.c (do_copy): Moved some code to
6777         (create_tmp_file, rename_tmp_file, write_keyblock): new functions.
6778         (keyring_rebuild_cache): New.
6780         * packet.h (PKT_ring_trust): Add sigcache field.
6781         * parse-packet.c (parse_trust): Parse sigcache.
6782         * keyring.c (do_copy): Always insert a sigcache packet.
6783         (keyring_get_keyblock): Copy the sigcache packet to the signature.
6784         * sig-check.c (cache_sig_result): Renamed from
6785         cache_selfsig_result. Changed implementation to use the flag bits
6786         and changed all callers.
6787         (mdc_kludge_check): Removed this unused code.
6788         (do_check): Do not set the sig flags here.
6790         * import.c (read_block): Make sure that ring_trust packets are
6791         never imported.
6792         * export.c (do_export_stream): and never export them.
6794         * trustdb.c (make_key_array): Skip revoked and expired keys.
6796 2001-09-24  Werner Koch  <wk@gnupg.org>
6798         * g10.c, options.h: New option --no-auto-check-trustdb.
6800         * keygen.c (do_generate_keypair): Set newly created keys to
6801         ultimately trusted.
6803         * tdbio.h, tdbio.c: Removed all support for records DIR, KEY, UID,
6804         PREF, SIG, SDIR and CACH. Changed migration function to work
6805         direct on the file.
6806         (tdbio_read_nextcheck): New.
6807         (tdbio_write_nextcheck): New.
6809 2001-09-21  Werner Koch  <wk@gnupg.org>
6811         Revamped the entire key validation system.
6812         * trustdb.c: Complete rewrite. No more validation on demand,
6813         removed some functions, adjusted to all callers to use the new
6814         and much simpler interface. Does not use the LID anymore.
6815         * tdbio.c, tdbio.h: Add new record types trust and valid. Wrote a
6816         migration function to convert to the new trustdb layout.
6817         * getkey.c (classify_user_id2): Do not allow the use of the "#"
6818         prefix.
6819         * keydb.h: Removed the TDBIDX mode add a skipfnc to the
6820         descriptor.
6821         * keyring.c (keyring_search): Implemented skipfnc.
6823         * passphrase.c (agent_open): Add missing bracket.  Include windows.h.
6825 2001-09-19  Werner Koch  <wk@gnupg.org>
6827         * keylist.c (print_fingerprint): Renamed from fingerprint, made
6828         global available. Added new arg to control the print style.
6829         * mainproc.c (print_fingerprint): Removed.
6830         * pkclist.c (print_fpr, fpr_info): Removed and changed callers to
6831         use print_fingerprint.
6832         * keyedit.c (show_fingerprint): Ditto.
6834         * passphrase.c (writen, readn)
6835         (agent_open, agent_close)
6836         (agent_get_passphrase)
6837         (passphrase_clear_cache): Support for W32.  Contributed by Timo.
6839         * import.c (import_one): Release keydb handles at 2 more places.
6841         * keyring.c (keyring_release): Close the iobuf.
6842         (keyring_get_keyblock): Init ret_kb to NULL and store error contidion.
6844         * import.c (import_new_stats_handle): New.
6845         (import_release_stats_handle): New.
6846         (import_print_stats): Renamed from static fnc print_stats.
6847         (import_keys, import_keys_stream): Add an optional status handle
6848         arg and changed all callers.
6849         * hkp.c (hkp_ask_import): Add an stats_handle arg and changed all
6850         callers.
6852         * mainproc.c (print_pkenc_list): Use print_utf8_string2().
6854 2001-09-18  Werner Koch  <wk@gnupg.org>
6856         * g10.c: New command --refresh-keys.
6857         * hkp.c (hkp_refresh_keys): New. Contributed by Timo Schulz.
6859         * parse-packet.c (parse): Stop on impossible packet lengths.
6861 2001-09-17  Werner Koch  <wk@gnupg.org>
6863         * mainproc.c (print_notation_data): Wrap notation data status lines
6864         after 50 chars.
6866         * mainproc.c (proc_pubkey_enc): Make option try-all-secrets work.
6867         By disastry@saiknes.lv.
6869 2001-09-14  Werner Koch  <wk@gnupg.org>
6871         * parse-packet.c (dump_sig_subpkt): List key server preferences
6872         and show the revocable flag correctly. Contributed by David Shaw.
6874 2001-09-09  Werner Koch  <wk@gnupg.org>
6876         * keyedit.c (keyedit_menu): No need to define another p.
6878         * keylist.c (print_capabilities): s/used/use/ so that it
6879         does not shadow a global.
6880         * sign.c (sign_file): Renamed arg encrypt to encryptflag
6881         * keygen.c: Replaced all "usage" by "use".
6882         * misc.c (openpgp_pk_algo_usage): Ditto.
6884         * pubkey-enc.c (get_it): Renamed arg k to enc so that the later
6885         defined k does not shadow it.
6887         * parse-packet.c (parse_gpg_control): No need to define another i.
6889         * getkey.c (get_pubkey_byfprint): Must use the enum values and not
6890         the fprint_len.
6891         * keyring.c (keyring_search): Removed a non-sense break.  Both
6892         bugs pointed out by Stefan.
6894 2001-09-07  Werner Koch  <wk@gnupg.org>
6896         * status.c, status.h: Added NO_RECP and ALREADY_SIGNED.
6897         * pkclist.c (build_pk_list): Issue NO_RECP.
6898         * keyedit.c (sign_uids): Added experimental ALREADY_SIGNED
6900         * hkp.c (hkp_import): Use log_error. Bug reported by Neal H
6901         Walfield.
6903         * getkey.c (classify_user_id2): Change args to take the desc union
6904         direct.  It was a stupid idea to pass the individual fields of an
6905         union to this function. Changed all callers.
6906         (classify_user_id): Ditto and allow to pass NULL as the description.
6908 2001-09-06  Werner Koch  <wk@gnupg.org>
6910         * getkey.c (fixup_uidnode): Features flag is now a bit vector.
6911         * keygen.c (add_feature_mdc): Ditto.
6913         Revamped the entire key I/O code to be prepared for other ways of
6914         key storages and to get rid of the existing shit.  GDBM support has
6915         gone.
6916         * keydb.c: New
6917         * keyring.c, keyring.h: New.
6918         * ringedit.c: Removed.  Moved some stuff to keyring.c
6919         * getkey.c: Changed everything related to the key retrieving
6920         functions which are now using the keydb_ functions.
6921         (prepare_search, word_match_chars, word_match)
6922         (prepare_word_match, compare_name): Moved to keyring.c
6923         (get_pubkey_byname): Removed ctx arg and add ret_kdbhd
6924         arg.  Changed all callers.
6925         (key_byname): Use get_pubkey_end to release the context and take
6926         new ret_kbdhd arg.  Changed all callers.
6927         (classify_user_id2): Fill the 16 byte fingerprint up with 4 null
6928         bytes not with zero bytes of value 4, tsss.
6929         * import.c (import_one): Updated to use the new keydb interface.
6930         (import_secret_one): Ditto.
6931         (import_revoke_cert): Ditto.
6932         * delkey.c (do_delete_key): Ditto.
6933         * keyedit.c (keyedit_menu): Ditto.
6934         (get_keyblock_byname): Removed.
6935         * revoke.c (gen_revoke): Ditto.
6936         * export.c (do_export_stream): Ditto.
6937         * trustdb.c (update_trustdb): Ditto.
6938         * g10.c, gpgv.c (main): Renamed add_keyblock_resource to
6939         keydb_add_resource.
6940         * Makefile.am:  Added and removed files.
6942         * keydb.h: Moved KBNODE typedef and MAX_FINGERPRINT_LEN to
6943         * global.h: this new header.
6945 2001-09-03  Werner Koch  <wk@gnupg.org>
6947         * passphrase.c (agent_get_passphrase): Changed nread to size_t.
6948         (passphrase_clear_cache): Ditto.
6950         * keyid.c (mk_datestr): Avoid trigraphs.
6951         (fingerprint_from_pk): Cache the keyid in the pk.
6953         * options.h: Add opt.with_fingerprint so that we know whether the
6954         corresponding options was used.
6955         * g10.c (main): Set it here.
6956         * pkclist.c (check_signatures_trust): Always print fingerprint
6957         when this option is used.  Mixed a minor memory leak.
6959         * status.c, status.h: New status INV_RECP.
6960         * pkclist.c (build_pk_list): Issue this status.
6962 2001-08-31  Werner Koch  <wk@gnupg.org>
6964         * parse-packet.c (parse_key,parse_pubkeyenc)
6965         (parse_signature): Return error on reading bad MPIs.
6967         * mainproc.c (check_sig_and_print): Always print the user ID even
6968         if it is not bound by a signature.  Use the primary UID in the
6969         status messages and encode them in UTF-8
6970         * status.c (write_status_text_and_buffer): New.
6972 2001-08-30  Werner Koch  <wk@gnupg.org>
6974         * packet.h (sigsubpkttype_t): Add SIGSUBPKT_FEATURES.
6975         (PKT_public_key, PKT_user_id): Add a flag for it.
6976         * parse-packet.c, build-packet.c: Add support for them.
6977         * getkey.c (fixup_uidnode, merge_selfsigs): Set the MDC flags.
6978         * keygen.c (add_feature_mdc): New.
6979         (keygen_upd_std_prefs): Always set the MDC feature.
6980         * keyedit.c (show_prefs): List the MDC flag
6981         * pkclist.c (select_mdc_from_pklist): New.
6982         * encode.c (encode_crypt, encrypt_filter): Test whether MDC
6983         should be used.
6984         * cipher.c (write_header): Set MDC use depending on the above test.
6985         Print more status info.
6987         * delkey.c (do_delete_key): Kludge to delete a secret key with no
6988         public key available.
6990         * ringedit.c (find_secret_keyblock_direct): New.
6991         * getkey.c (seckey_available): Simplified.
6993         * ringedit.c (cmp_seckey): Now compares the secret key against the
6994         public key while ignoring all secret parts.
6995         (keyring_search): Use a public key packet as arg.  Allow to search
6996         for subnkeys
6997         (search): Likewise. Changed all callers.
6998         (find_secret_keyblock_bypk): New.
6999         (find_secret_keyblock_byname): First locate the pubkey and then
7000         find the correponding secret key.
7001         * parse-packet.c (parse): Renamed pkttype arg to onlykeypkts and
7002         changed code accordingly.  Changed all callers.
7003         (search_packet): Removed pkttype arg.
7004         * keyedit.c (keyedit_menu): First locate the public key and then
7005         try to locate a secret key.
7007         * ringedit.c (locate_keyblock_by_fpr): Removed.
7008         (locate_keyblock_by_keyid): Removed.
7009         (find_keyblock_bysk): Removed.
7011         * sig-check.c (check_key_signature2): Print the keyid along with
7012         the wrong sig class errors.
7014 2001-08-24  Werner Koch  <wk@gnupg.org>
7016         * sign.c (sign_file): Stripped the disabled comment packet code.
7017         (sign_file, sign_symencrypt_file): Moved common code to ..
7018         (write_onepass_sig_packets): .. this new function.
7019         (sign_file, clearsign_file, sign_symencrypt_file): Moved common
7020         code to
7021         (write_signature_packets): this new function.
7022         (write_signature_packets, make_keysig_packet)
7023         (update_keysig_packet): Moved common code to
7024         (hash_uid, hash_sigclass_to_magic): these new functions
7025         (sign_file, sign_symencrypt_file): Moved common code to
7026         (write_plaintext_packet):  this new function.
7028 2001-08-21  Stefan Bellon  <sbellon@sbellon.de>
7030         * trustdb.c (query_trust_info): Changed trustlevel to signed int.
7031         * g10.c [__riscos__]: Fixed handling of --use-agent --lock-multiple.
7033 2001-08-20  Werner Koch  <wk@gnupg.org>
7035         * encr-data.c (decrypt_data): Keep track on whether we already
7036         printed information about the used algorithm.
7037         * mainproc.c (proc_encrypted): Removed the non-working IDEA hack
7038         and print a message about the assumed algorithm.
7039         * passphrase.c (passphrase_to_dek): Use the same algorithm as above.
7040         (proc_symkey_enc): Print the algorithm, so that the user knows it
7041         before entering the passphrase.
7042         (proc_pubkey_enc, proc_pubkey_enc): Zero the DEK out.
7043         * encode.c (encode_crypt, encrypt_filter): Ditto.
7045         * g10.c: Allow for --sign --symmetric.
7046         * sign.c (sign_and_symencrypt): New.
7048         Applied patches from Stefan Bellon <sbellon@sbellon.de> to support
7049         RISC OS.  Nearly all of these patches are identified by the
7050         __riscos__ macro.
7051         * compress.c: Added a couple of casts.
7052         * g10.c [__riscos__]: Some patches and new options foo-file similar
7053         to all foo-fd options.
7054         * gpgv.c, openfile.c, ringedit.c, tdbio.c: Minor fixes.  Mainly
7055         replaced hardcoded path separators with EXTSEP_S like macros.
7056         * passprase.c [__riscos__]: Disabled agent stuff
7057         * trustdb.c (check_trust): Changed r_trustlevel to signed int to
7058         avoid mismatch problems in pkclist.c
7059         * pkclist.c (add_ownertrust): Ditto.
7060         * plaintext.c (handle_plaintext) [__riscos__]: Print a note when
7061         file can't be created.
7062         * options.h [__riscos__]: Use an extern unless included from the
7063         main module.
7064         * signal.c (got_fatal_signal) [__riscos__]: Close all files.
7066 2001-08-14  Werner Koch  <wk@gnupg.org>
7068         * keygen.c (ask_algo): New arg r_usage.  Allow for RSA keys.
7069         (gen_rsa): Enabled the code.
7070         (do_create): Enabled RSA branch.
7071         (parse_parameter_usage): New.
7072         (proc_parameter_file): Handle usage parameter.
7073         (read_parameter_file): Ditto.
7074         (generate_keypair): Ditto.
7075         (generate_subkeypair): Ditto.
7076         (do_generate_keypair): Ditto.
7077         (do_add_key_flags): New.
7078         (keygen_add_std_prefs): Use the new function.
7079         (keygen_add_key_flags_and_expire): New.
7080         (write_selfsig, write_keybinding): Handle new usage arg.
7081         * build-packet.c (build_sig_subpkt): Make sure that key flags go
7082         into the hashed area.
7084         * keygen.c (write_uid): Initialize the reference cunter.
7086         * keyedit.c (keyedit_menu): No more need to update the trustdb for
7087         preferences.  Added calls to merge keblock.
7089         * kbnode.c (dump_kbnode): Print some more flags.
7091 2001-08-10  Werner Koch  <wk@gnupg.org>
7093         Revamped the preference handling.
7095         * packet.h (prefitem_t, preftype_t): New.
7096         (PKT_public_key): Added a uid field.
7097         (PKT_user_id): Added field to store preferences and a reference
7098         counter.
7099         * parse-packet.c (parse_user_id,parse_photo_id): Initialize them
7100         * free-packet.c (free_user_id): Free them.
7101         (copy_user_id): Removed.
7102         (scopy_user_id): New.
7103         (cmp_user_ids): Optimized for identical pointers.
7104         (release_public_key_parts): Release the uid.
7105         (copy_public_key_with_new_namehash): Removed.
7106         (copy_prefs): New.
7107         * keyedit.c (menu_adduid): Use the new shallow copy user id.
7108         (show_prefs): Adjusted implementation.
7109         (keyedit_menu): No more need to update the trustdb after changing
7110         preferences.
7111         * getkey.c (fixup_uidnode): Store preferences.
7112         (find_by_name): Return a user id packet and remove namehash stuff.
7113         (lookup): Removed the unused namehash stuff.
7114         (finish_lookup): Added foundu arg.
7115         (pk_from_block): Removed the namehash arg and changed all callers.
7116         (merge_selfsigs): Copy prefs to all keys.
7117         * trustdb.c (get_pref_data): Removed.
7118         (is_algo_in_prefs): Removed.
7119         (make_pref_record): Deleted and removed all class.
7120         * pkclist.c (select_algo_from_prefs): Adjusted for the new
7121         preference implementation.
7122         * pubkey-enc.c (is_algo_in_prefs): New.
7123         (get_it): Use that new function.
7125 2001-08-09  Werner Koch  <wk@gnupg.org>
7127         * build-packet.c (build_sig_subpkt): Fixed calculation of
7128         newarea->size.
7130         * g10.c (main): New option "--preference-list"
7131         * keyedit.c (keyedit_menu): New commands "setpref" and "updpref".
7132         (menu_set_preferences): New.
7133         * keygen.c (keygen_set_std_prefs): New.
7134         (set_one_pref): New.
7135         (check_zip_algo): New.
7136         (keygen_get_std_prefs): New.
7137         (keygen_upd_std_prefs): New
7138         (keygen_add_std_prefs): Move the pref setting code into the above fnc.
7139         * build-packet.c (build_sig_subpkt): Updated the list of allowed
7140         to update subpackets.
7142 2001-08-08  Werner Koch  <wk@gnupg.org>
7144         * packet.h (subpktarea_t): New.
7145         (PKT_signature): Use that type for hashed_data and unhashed_data and
7146         removed the _data prefix from those fields.  Changed all users.
7147         * parse-packet.c (parse_signature): Changed allocation for that.
7148         (parse_sig_subpkt): Changed declaration
7149         (enum_sig_subpkt): Ditto and changed implementation accordingly.
7150         * free-packet.c (cp_subpktarea): Renamed from cp_data_block and
7151         adjusted implementation. Changed caller.
7152         * sig-check.c (mdc_kludge_check): Adjusted the hashing.
7153         (do_check): Ditto.
7154         * sign.c (sign_file, clearsign_file, make_keysig_packet,
7155         update_keysig_packet): Ditto.
7156         * build-packet.c (build_sig_subpkt): Partial rewrite.
7157         (find_subpkt): Adjusted and made static.
7158         (delete_sig_subpkt): Adjusted.
7159         (do_signature): Ditto.
7161         * keygen.c (ask_keysize): Do not print the notes about suggested
7162         key sizes if just a DSA key is generated.
7164         * trustdb.c (add_ultimate_key): s/log_error/log_info/ for
7165         duplicated inserted trusted keys.
7167 2001-08-07  Werner Koch  <wk@gnupg.org>
7169         * sign.c (sleep): Redefine for W32.
7171         * g10.c, options.h: Set new flag opt.no_homedir_creation when
7172         --no-options is given.
7173         * openfile.c (try_make_homedir): Don't create the homedir in that case.
7175 2001-08-03  Werner Koch  <wk@gnupg.org>
7177         * armor.c (armor_filter): Removed the default comment string
7178         because it could get us in trouble due to translations using non
7179         ascii characters.
7181 2001-08-01  Werner Koch  <wk@gnupg.org>
7183         * keylist.c (list_keyblock_print): Do not list revoked UIDs unless
7184         in verbose mode and we do no signature listing.
7186         * getkey.c (finish_lookup): Skip subkeys which are not yet valid.
7187         * g10.c, options.h: New option --ignore-valid-from.
7189         * sign.c (make_keysig_packet): Added new sigversion argument to
7190         allow the caller to force generation of required signature
7191         version. Changed all callers. Suggested by Thomas Roessler.
7193         * keyedit.c (sign_uids): Force v4 signature generation for local
7194         sigs.  Removed the check for local signature and pre-v4 keys.
7196 2001-07-27  Werner Koch  <wk@gnupg.org>
7198         * keyedit.c (sign_uids): Check that we are not trying to to a
7199         lsign with a pre-v4 key.  Bug noticed by Thomas Roessler.
7201 2001-07-26  Werner Koch  <wk@gnupg.org>
7203         * parse-packet.c (parse_photo_id): Reset all variables.
7204         * getkey.c (merge_selfsigs_main): Removed checks on PHOTO_ID
7205         because this is handled identically to a user ID.
7207 2001-07-06  Werner Koch  <wk@gnupg.org>
7209         * cipher.c (write_header): Don't use MDC with --rfc1991.  Suggested
7210         by disastry@saiknes.lv.
7212 2001-07-05  Werner Koch  <wk@gnupg.org>
7214         * g10.c, options.h: New option --preserve-permissions.
7215         * ringedit.c (add_keyblock_resource): Use it here
7216         (keyring_copy): and here.
7218         * trustdb.c (verify_own_keys): Be more silent on --quiet.
7219         Suggested by Thomas Roessler.
7220         * sig-check.c (check_key_signature2): Ditto.
7221         * mainproc.c (proc_encrypted, proc_tree): Ditto
7222         * getkey.c (lookup): Ditto.
7224 2001-07-04  Werner Koch  <wk@gnupg.org>
7226         * ringedit.c (add_keyblock_resource): Restore filename in case of error.
7228 2001-06-25  Werner Koch  <wk@gnupg.org>
7230         * kbnode.c (dump_kbnode): Print the signature timestamp.
7232         * keyedit.c (keyedit_menu): New menu point "primary".
7233         (change_primary_uid_cb): New.
7234         (menu_set_primary_uid): New.
7235         * sign.c (update_keysig_packet): New.
7236         * build-packet.c (build_sig_subpkt): Put the primary UID flag into
7237         the hashed area. Allow update of some more packets.
7239 2001-06-15  Werner Koch  <wk@gnupg.org>
7241         * getkey.c (merge_selfsigs): Exit gracefully when a secret key is
7242         encountered.  May happen if a secret key is in public keyring.
7243         Reported by Francesco Potorti.
7245 2001-06-12  Werner Koch  <wk@gnupg.org>
7247         * getkey.c (compare_name): Use ascii_memistr(), ascii_memcasecmp()
7248         * keyedit.c (keyedit_menu): Use ascii_strcasecmp().
7249         * armor.c (radix64_read): Use ascii_toupper().
7250         * ringedit.c (do_bm_search): Ditto.
7251         * keygen.c (read_parameter_file): Ditto.
7252         * openfile.c (CMP_FILENAME): Ditto.
7253         * g10.c (i18n_init): We can now use just LC_ALL.
7255 2001-05-29  Werner Koch  <wk@gnupg.org>
7257         * keygen.c (generate_subkeypair): Print a warning if a subkey is
7258         created on a v3 key. Suggested by Brian M. Carlson.
7260 2001-05-27  Werner Koch  <wk@gnupg.org>
7262         * keyid.c (get_lsign_letter): New.
7263         * keylist.c (list_keyblock_colon): Use it here.
7264         * mainproc.c (list_node): and here.
7266         * getkey.c, packet.h, free-packet.c: Removed that useless key
7267         created field; I dunno why I introducded this at all - the
7268         creation time is always bound to the key packet and subject to
7269         fingerprint calculation etc.
7271         * getkey.c (fixup_uidnode): Add keycreated arg and use this
7272         instead of the signature timestamp to calculate the
7273         help_key_expire.  Bug reported by David R. Bergstein.
7274         (merge_selfsigs_main): Correct key expiration time calculation.
7275         (merge_selfsigs_subkey): Ditto.
7277 2001-05-25  Werner Koch  <wk@gnupg.org>
7279         * revoke.c (gen_revoke): Add a cast to a tty_printf arg.
7280         * delkey.c (do_delete_key): Ditto.
7281         * keyedit.c (print_and_check_one_sig): Ditto.
7282         (ask_revoke_sig): Ditto.
7283         (menu_revsig): Ditto.
7284         (check_all_keysigs): Removed unused arg.
7286 2001-05-23  Werner Koch  <wk@gnupg.org>
7288         * g10.c (opts): Typo fix by Robert C. Ames.
7290 2001-05-06  Werner Koch  <wk@gnupg.org>
7292         * revoke.c: Small typo fix
7294 2001-05-04  Werner Koch  <wk@gnupg.org>
7296         * passphrase.c (passphrase_clear_cache): Shortcut if agent usage
7297         is not enabled.
7299 2001-05-01  Werner Koch  <wk@gnupg.org>
7301         * passphrase.c (writen): Replaced ssize_t by int.  Thanks to
7302         to Robert Joop for reporting that SunOS 4.1.4 does not have it.
7304 2001-04-28  Werner Koch  <wk@gnupg.org>
7306         * getkey.c (merge_public_with_secret): pkttype was not set to subkey.
7308 2001-04-27  Werner Koch  <wk@gnupg.org>
7310         * skclist.c (build_sk_list): Changed one log_debug to log_info.
7312 2001-04-25  Werner Koch  <wk@gnupg.org>
7314         * keyedit.c (show_prefs): Add a verbose mode.
7315         (show_key_with_all_names): Pass verbose flag for special value of
7316         with_pref.
7317         (keyedit_menu): New command "showpref"
7318         (show_key_with_all_names): Mark revoked uids and the primary key.
7320 2001-04-24  Werner Koch  <wk@gnupg.org>
7322         * getkey.c (get_primary_uid): Return a different string in case of
7323         error and made it translatable.
7325         * build-packet.c (do_secret_key): Ugly, we wrote a zero
7326         instead of the computed ndays.  Thanks to M Taylor for complaining
7327         about a secret key import problem.
7329 2001-04-23  Werner Koch  <wk@gnupg.org>
7331         * hkp.c (hkp_ask_import): Allow to specify a port number for the
7332         keyserver.  Add a kudge to set the no_shutdown flag.
7333         (hkp_export): Ditto.
7334         * options.skel: Document the changes
7336 2001-04-20  Werner Koch  <wk@gnupg.org>
7338         * options.skel: Add some more comments.
7340 2001-04-19  Werner Koch  <wk@gnupg.org>
7342         * keyid.c (mk_datestr): New.  Handles negative times.  We must do
7343         this because Windoze segvs on negative times passed to gmtime().
7344         Changed all datestr_from function to use this one.
7346         * keyid.c, keyid.h (colon_strtime): New. To implement the
7347         fixed-list-mode.
7348         (colon_datestr_from_pk): New.
7349         (colon_datestr_from_sk): New.
7350         (colon_datestr_from_sig): New.
7351         * keylist.c (list_keyblock_colon): Use these functions here.
7352         * mainproc.c (list_node): Ditto.
7354 2001-04-18  Werner Koch  <wk@gnupg.org>
7356         * openfile.c (open_sigfile): Fixed the handling of ".sign".
7357         * mainproc.c (proc_tree): Use iobuf_get_real_fname.
7358         Both are by Vincent Broman.
7360 2001-04-14  Werner Koch  <wk@gnupg.org>
7362         * getkey.c (fixup_uidnode): Removed check for !sig which is
7363         pointless here.  Thanks to Jan Niehusmann.
7365 2001-04-10  Werner Koch  <wk@gnupg.org>
7367         * sig-check.c (check_key_signature2): Use log_info instead of
7368         log_error so that messed up keys do not let gpg return an error.
7369         Suggested by Christian Kurz.
7371         * getkey.c (merge_selfsigs_main): Do a fixup_uidnode only if we
7372         have both, uid and sig.  Thanks to M Taylor.
7374 2001-04-05  Werner Koch  <wk@gnupg.org>
7376         * armor.c (unarmor_pump_new,unarmor_pump_release): New.
7377         (unarmor_pump): New.
7378         * pipemode.c (pipemode_filter): Use the unarmor_pump to handle
7379         armored or non-armored detached signatures.  We can't use the
7380         regular armor_filter because this does only check for armored
7381         signatures the very first time.  In pipemode we may have a mix of
7382         armored and binary detached signatures.
7383         * mainproc.c (proc_tree): Do not print the "old style" notice when
7384         this is a pipemode processes detached signature.
7385         (proc_plaintext): Special handling of pipemode detached sigs.
7387         * packet.h (CTRLPKT_PLAINTEXT_MARK): New.
7388         * parse-packet.c (create_gpg_control): New.
7389         * kbnode.c (dump_kbnode): Support it here.
7390         * mainproc.c (check_sig_and_print): Fixed the check for bad
7391         sequences of multiple signatures.
7392         (proc_plaintext): Add the marker packet.
7393         (proc_tree): We can now check multiple detached signatures.
7395 2001-04-02  Werner Koch  <wk@gnupg.org>
7397         The length of encrypted packets for blocksizes != 8 was not
7398         correct encoded.  I think this is a minor problem, because we
7399         usually use partial length packets.  Kudos to Kahil D. Jallad for
7400         pointing this out.
7401         * packet.h: Add extralen to PKT_encrypted.
7402         * cipher.c (write_header): Set extralen.
7403         * build-packet.c (do_encrypted): Use extralen instead of const 10.
7404         (do_encrypted_mdc): Ditto.
7405         * parse-packet.c (parse_encrypted): Set extralen to 0 because we
7406         don't know it here.
7408 2001-03-30  Werner Koch  <wk@gnupg.org>
7410         * getkey.c (premerge_public_with_secret): Changed wording an add
7411         the keyID to the info message.
7413 2001-03-29  Werner Koch  <wk@gnupg.org>
7415         * getkey.c (premerge_public_with_secret): Use log_info instead of
7416         log_error when no secret key was found for a public one.
7417         Fix the usage if the secret parts of a key are not available.
7419         * openfile.c (ask_outfile_name): Trim spaces.
7420         (open_outfile): Allow to enter an alternate filename.  Thanks to
7421         Stefan Bellon.
7422         * plaintext.c (handle_plaintext): Ditto.
7424 2001-03-28  Werner Koch  <wk@gnupg.org>
7426         * mainproc.c (do_check_sig): Allow direct key and subkey
7427         revocation signature.
7428         * sig-check.c (check_key_signature2): Check direct key signatures.
7429         Print the signature class along with an error.
7431 2001-03-27  Werner Koch  <wk@gnupg.org>
7433         * packet.h: Add a missing typedef to an enum.  Thanks to Stefan Bellon.
7435         * g10.c: New option --no-sig-create-check.
7436         * sign.c (do_sign): Implement it here.
7437         * g10.c: New option --no-sig-cache.
7438         * sig-check.c (check_key_signature2): Implement it here.
7439         (cache_selfsig_result): and here.
7441         * keylist.c (list_keyblock): Removed debugging stuff.
7443         * getkey.c (cache_public_key): Made global.
7444         * keygen.c (write_selfsig, write_keybinding): Cache the new key.
7446         * getkey.c (key_byname): Add new arg secmode and changed all
7447         callers to request explicitly the mode.  Deriving this information
7448         from the other supplied parameters does not work if neither pk nor
7449         sk are supplied.
7451 2001-03-25  Werner Koch  <wk@gnupg.org>
7453         * packet.h (ctrlpkttype_t): New.
7454         * mainproc.c (add_gpg_control,proc_plaintext,proc_tree): Use the
7455         new enum values.
7456         * pipemode.c (make_control): Ditto.
7457         * armor.c (armor_filter): Ditto.
7459 2001-03-24  Werner Koch  <wk@gnupg.org>
7461         * sign.c (do_sign): Verify the signature right after creation.
7463 2001-03-23  Werner Koch  <wk@gnupg.org>
7465         * status.c, status.h (STATUS_UNEXPECTED): New.
7466         * mainproc.c (do_proc_packets): And emit it here.
7468 2001-03-21  Werner Koch  <wk@gnupg.org>
7470         * status.c: Add sys/types.h so that it runs on Ultrix.  Reported
7471         by Georg Schwarz.x
7473         * build-packet.c (build_sig_subpkt): Fixed generaton of packet
7474         length header in case where 2 bytes headers are needed.  Thanks to
7475         Piotr Krukowiecki.
7477 2001-03-19  Werner Koch  <wk@gnupg.org>
7479         * g10.c (main): the default keyring is no always used unless
7480         --no-default-keyring is given.
7482         * ringedit.c (add_keyblock_resource): invalidate cache after file
7483         creation.
7485 2001-03-15  Werner Koch  <wk@gnupg.org>
7487         * keygen.c (ask_algo): Changed the warning of the ElGamal S+E Algo.
7489         * keylist.c (print_capabilities): New.
7490         (list_keyblock_colon): and use it here.
7492 2001-03-13  Werner Koch  <wk@gnupg.org>
7494         * main.c, options.h: New option --fixed_list_mode.
7495         * keylist.c (list_keyblock_colon): use it here.
7497         * getkey.c (merge_keys_and_selfsig): Divert merging of public keys
7498         to the function used in key selection..
7499         * keylist.c (is_uid_valid): Removed.
7500         (list_keyblock): Splitted into ..
7501         (list_keyblock_print, list_keyblock_colon): .. these.
7502         functions.  Changed them to use the flags set in the key lookup code.
7503         (reorder_keyblock): New, so that primary user IDs are listed first.
7505         * ringedit.c (keyring_copy): flush the new iobuf chaces before
7506         rename or remove operations.  This is mainly needed for W32.
7508         * hkp.c [HAVE_DOSISH_SYSTEM]: Removed the disabled code because we
7509         have now W32 socket support in ../util/http.c
7511         * skclist.c (key_present_in_sk_list): New.
7512         (is_duplicated_entry): New.
7513         (build_sk_list): Check for duplicates and do that before unlocking.
7515 2001-03-12  Werner Koch  <wk@gnupg.org>
7517         * armor.c (parse_header_line): Removed double empty line check.
7518         (parse_header_line): Replaced trim_trailing_ws with a counting
7519         function so that we can adjust for the next read.
7521         * options.skel: Fixed 3 typos. By Thomas Klausner. Replaced the
7522         keyserver example by a better working server.
7524         * parse-packet.c (parse_symkeyenc): Return Invalid_Packet on error.
7525         (parse_pubkeyenc): Ditto.
7526         (parse_onepass_sig): Ditto.
7527         (parse_plaintext): Ditto.
7528         (parse_encrypted): Ditto.
7529         (parse_signature): Return error at other places too.
7530         (parse_key): Ditto.
7531         * g10.c (main): Set opt.list_packets to another value when invoked
7532         with the --list-packets command.
7533         * mainproc.c (do_proc_packets): Don's stop processing when running
7534         under --list-packets command.
7536         * signal.c (do_sigaction): Removed.
7537         (init_one_signal): New to replace the above.  Needed to support
7538         systems without sigactions. Suggested by Dave Dykstra.
7539         (got_fatal_signal,init_signals): Use the above here.
7540         (do_block): Use sigset() if sigprocmask() is not available.
7542         * armor.c (parse_hash_header): Test on TIGER192, which is the
7543         correct value as per rfc2440.  By Edwin Woudt.
7545 2001-03-08  Werner Koch  <wk@gnupg.org>
7547         * misc.c: Include time.h. By James Troup.
7549         * getkey.c: Re-enabled the unknown user Id and PK caches and
7550         increased their sizes.
7552         * getkey.c (merge_selfsigs_main): Set expire date and continue
7553         processing even if we found a revoked key.
7554         (merge_selfsigs_subkeys): Ditto.
7556         * packet.h: Add an is_revoked flag to the user_id packet.
7557         * getkey.c (fixup_uidnode): Set that flag here.
7558         (merge_selfsigs_main): Fix so that the latest signature is used to
7559         find the self-signature for an UID.
7560         * parse-packet.c (parse_user_id): Zero out all fields.
7561         * mainproc.c (check_sig_and_print): Print the primary user ID
7562         according the the node flag and then all other non-revoked user IDs.
7563         (is_uid_revoked): Removed; it is now handled by the key selection code.
7565         Changed the year list of all copyright notices.
7567 2001-03-07  Werner Koch  <wk@gnupg.org>
7569         * getkey.c (finish_lookup): Print an info message only in verbose mode.
7571 2001-03-05  Werner Koch  <wk@gnupg.org>
7573         * packet.h: Replaced sigsubpkt_t value 101 by PRIV_VERIFY_CACHE.
7574         We have never used the old value, so we can do this without any harm.
7575         * parse-packet.c (dump_sig_subpkt): Ditto.
7576         (parse_one_sig_subpkt): Parse that new sub packet.
7577         * build-packet.c (build_sig_subpkt): Removed the old one from the
7578         hashed area.
7579         (delete_sig_subpkt): New.
7580         (build_sig_subpkt): Allow an update of that new subpkt.
7581         * sig-check.c (check_key_signature2): Add verification caching
7582         (cache_selfsig_result): New.
7583         * export.c (do_export_stream): Delete that sig subpkt before exporting.
7584         * import.c (remove_bad_stuff): New.
7585         (import): Apply that function to all imported data
7587 2001-03-03  Werner Koch  <wk@gnupg.org>
7589         * getkey.c: Introduced a new lookup context flag "exact" and used
7590         it in all place where we once used primary.
7591         (classify_user_id2): Replaced the old function and add an extra
7592         argument to return whether an exact keyID has been requested.
7593         (key_byname): Removed the unused ctx.primary flag
7594         (get_seckey_byname2): Ditto.
7595         (finish_lookup): Changed debugging output.
7597 2001-03-02  Werner Koch  <wk@gnupg.org>
7599         * keylist.c (list_one): Remove the merge key calls.
7601 2001-03-01  Werner Koch  <wk@gnupg.org>
7603         * getkey.c (finish_lookup): Don't use it if we no specific usage
7604         has been requested.
7605         (merge_selfsigs_main): fix UID only if we have an signature.
7606         (lookup): Return UNU_PUBKEY etc. instead of NO_PUBKEY if we found
7607         a key but the requested usage does not allow this key.
7608         * import.c (import_one): Take UNU_PUBKEY into account.
7609         * mainproc.c (list_node): Ditto.
7610         * keylist.c (list_keyblock): Ditto.
7611         * keyedit.c (print_and_check_one_sig): Ditto.
7613 2001-02-09  Werner Koch  <wk@gnupg.org>
7615         * delkey.c (delete_key): Removed that silly assert which rendered
7616         the whole new stuff meaningless.
7618 2001-02-08  Werner Koch  <wk@gnupg.org>
7620         * getkey.c (key_byname): It can happen that we have both, sk and pk
7621         NULL, fix for that.
7623         * parse-packet.c (parse_one_sig_subpkt): Add support for
7624         primary_uid and key_flags.
7625         (can_handle_critical): Ditto
7627         * parse-packet.c (parse_encrypted): Fixed listing of pktlen for
7628         MDC packets.
7630         * getkey.c: Backported the version of this file from gpg 1.1. this
7631         involved some changes in other files too.
7632         * parse-packet.c (parse_key): Clear req_usage.
7633         * skclist.c (build_sk_list): Use req_usage to pass the usage
7634         information to the lookup function.
7635         * pkclist.c (build_pk_list): Ditto.
7636         * free-packet.c (copy_public_parts_to_secret_key): New.
7637         * keydb.h: Add IS_* macros to check the sig_class.
7638         * misc.c (openpgp_cipher_test_algo): New.
7639         (openpgp_pk_test_algo): New.
7640         (openpgp_pk_algo_usage): New.
7641         (openpgp_md_test_algo): New.
7642         * packet.h: Add a few fields to PKT_{public,secret}_key and
7643         PKT_user_id.
7644         * seckey-cert.c (do_check): Use the new main_keyid field.
7646 2001-02-04  Werner Koch  <wk@gnupg.org>
7648         * encr-data.c (decrypt_data): Catch error when we had problems to
7649         parse the encrypted packet. By Timo.
7651 2001-01-29  Werner Koch  <wk@gnupg.org>
7653         * g10.c (main): --batch does now set nogreeting.
7655         * delkey.c (do_delete_key): Fixed delete-both functionality.
7657 2001-01-22  Werner Koch  <wk@gnupg.org>
7659         * g10.c: New command --delete-secret-and-public-key.
7660         * delkey.c (delete_key): Add new arg allow_both.
7661         (do_delete_key): Move most stuff from above to this new function.
7663 2001-01-12  Werner Koch  <wk@gnupg.org>
7665         * passphrase.c (passphrase_to_dek): Use MD5 when IDEA is installed
7666         and we have no S2K.
7667         * mainproc.c (proc_encrypted): Likewise
7669 2001-01-11  Werner Koch  <wk@gnupg.org>
7671         * sig-check.c (do_check): Print the signature key expire message
7672         only in verbose mode and added the keyID.
7674 2001-01-09  Werner Koch  <wk@gnupg.org>
7676         * status.c, status.h: New status USERID_HINT.
7677         (write_status_text): Replace LF and CR int text by C-escape sequence.
7679         * passphrase.c (passphrase_to_dek): Fixed the NEED_PASSPHRASE
7680         output.  It does now always print 2 keyIDs.  Emit the new
7681         USERID_HINT.
7683 2001-01-08  Werner Koch  <wk@gnupg.org>
7685         * g10.c, options.h: New option --no-expensive-trust-checks.
7686         * keylist.c (list_keyblock): Act on this option.
7688 2001-01-04  Werner Koch  <wk@gnupg.org>
7690         * g10.c (main): Set homedir only in the pre-parsing phase and
7691         replace backslashes in the W32 version.
7693 2001-01-03  Werner Koch  <wk@gnupg.org>
7695         * status.c, status.h : New status KEY_CREATED
7696         * keygen.c (do_generate_keypair,generate_subkeypair): Emit it.
7698 2000-12-28  Werner Koch  <wk@gnupg.org>
7700         * signal.c (got_fatal_signal): Remove lockfiles here because the
7701         atexit stuff does not work due to the use of raise. Suggested by
7702         Peter Fales.
7703         * gpgv.c (remove_lockfiles): New stub.
7705 2000-12-19  Werner Koch  <wk@gnupg.org>
7707         * status.c, status.h (cpr_get_no_help): New.
7708         * keyedit.c (keyedit_menu): Use it here because we have our own
7709         help list here.
7711 2000-12-18  Werner Koch  <wk@gnupg.org>
7713         * mainproc.c (print_failed_pkenc): Don't print the sometimes
7714         confusing message about unavailabe secret key.  Renamed ...
7715         (print_pkenc_list): ... to this and introduced failed arg.
7716         (proc_encrypted): Print the failed encryption keys and then
7717         the one to be used.
7718         (proc_pubkey_enc): Store also the key we are going to use.
7720         * mainproc.c (check_sig_and_print): Don't list revoked user IDs.
7721         (is_uid_revoked): New.
7723 2000-12-08  Werner Koch  <wk@gnupg.org>
7725         * pipemode.c: Made the command work.  Currently only for
7726         non-armored detached signatures.
7727         * mainproc.c (release_list): Reset the new pipemode vars.
7728         (add_gpg_control): Handle the control packets for pipemode
7729         * status.c, status.h: New stati {BEGIN,END}_STREAM.
7731 2000-12-07  Werner Koch  <wk@gnupg.org>
7733         * g10.c: New option --allow-secret-key-import.
7734         * import.c (import_keys,import_keys_stream): Honor this option.
7735         (import): New arg allow_secret and pass that arg down to ...
7736         (import_secret_one): to this and print a warning if secret key
7737         importing is not allowed.
7739 2000-12-05  Werner Koch  <wk@gnupg.org>
7741         * cipher.c (cipher_filter): Moved the end_encryption status ...
7742         * encode.c (encode_simple,encode_crypt): to here
7743         * sign.c (sign_file): and here.
7745         * status.c (mywrite): Removed.
7746         (get_status_string): Removed the LFs from the strings.
7747         (set_status_fd,is_status_enabed,write_status_text,
7748         write_status_buffer): Replaced all mywrite by stdio calls and use
7749         fdopen to create a strem.  This is needed to make things smoother
7750         in the W32 version.
7752 2000-12-04  Werner Koch  <wk@gnupg.org>
7754         * import.c (merge_blocks): Increment n_sigs for revocations.
7756 2000-11-30  Werner Koch  <wk@gnupg.org>
7758         * g10.c (main): Use iobuf_translate_file_handle for all options
7759         with filehandles as arguments.  This is function does some magic
7760         for the W32 API.
7762         * verify.c (verify_signatures): Add a comment rant about the
7763         detached signature problem.
7764         * mainproc.c (proc_tree): Issue an error if a detached signature
7765         is assumed but a standard one was found.
7766         * plaintext.c (hash_datafiles): Don't fall back to read signature
7767         from stdin.
7768         * openfile.c (open_sigfile): Print verbose message only if the
7769         file could be accessed.
7771 2000-11-24  Werner Koch  <wk@gnupg.org>
7773         * passphrase.c [HAVE_DOSISH_SYSTEM]: Disabled all the agent stuff.
7775 2000-11-16  Werner Koch  <wk@gnupg.org>
7777         * g10.c: New option --use-agent
7778         * passphrase.c (agent_open,agent_close): New.
7779         (agent_get_passphrase,agent_clear_passphrase): New.
7780         (passphrase_clear_cache): New.
7781         (passphrase_to_dek): Use the agent here.
7782         * seckey-cert.c (do_check): Clear cached passphrases.
7784 2000-11-15  Werner Koch  <wk@gnupg.org>
7786         * status.c (write_status_text): Moved the big switch to ...
7787         (get_status_string): ... new function.
7788         (write_status_buffer): New.
7790         * status.c (mywrite): New and replaced all write() by this.
7792         * status.c, status.h: Add 3 status lcodes for notaions and policy.
7793         * mainproc.c (print_notation_data): Do status output of notations.
7795 2000-11-13  Werner Koch  <wk@gnupg.org>
7797         * sign.c (clearsign_file): Use LF macro to print linefeed.
7799 2000-11-11  Paul Eggert  <eggert@twinsun.com>
7801         Clean up the places in the code that incorrectly use "long" or
7802         "unsigned long" for file offsets.  The correct type to use is
7803         "off_t".  The difference is important on large-file hosts,
7804         where "off_t" is longer than "long".
7806         * keydb.h (struct keyblock_pos_struct.offset):
7807         Use off_t, not ulong, for file offsets.
7808         * packet.h (dbg_search_packet, dbg_copy_some_packets,
7809         search_packet, copy_some_packets): Likewise.
7810         * parse-packet.c (parse, dbg_search_packet, search_packet,
7811         dbg_copy_some_packets, copy_some_packets): Likewise.
7812         * ringedit.c (keyring_search): Likewise.
7814         * parse-packet.c (parse): Do not use %lu to report file
7815         offsets in error diagnostics; it's not portable.
7816         * ringedit.c (keyring_search): Likewise.
7818 2000-11-09  Werner Koch  <wk@gnupg.org>
7820         * g10.c (main): New option --enable-special-filenames.
7822 2000-11-07  Werner Koch  <wk@gnupg.org>
7824         * g10.c (main): New command --pipemode.
7825         * pipemode.c: New.
7827 2000-10-23  Werner Koch  <wk@gnupg.org>
7829         * armor.c (armor_filter): Changed output of hdrlines, so that a CR
7830         is emitted for DOS systems.
7832         * keygen.c (read_parameter_file): Add a cast for isspace().
7834         * status.c (myread): Use SIGINT instead of SIGHUP for DOS.
7836 2000-10-19  Werner Koch  <wk@gnupg.org>
7838         * g10.c: New option --ignore-crc-error
7839         * armor.c (invalid_crc): New.
7840         (radix64_read): Act on new option.
7842         * openfile.c (try_make_homedir): Klaus Singvogel fixed a stupid
7843         error introduced on Sep 6th.
7845 2000-10-18  Werner Koch  <wk@gnupg.org>
7847         * misc.c (print_cipher_algo_note): Don't print the note for AES.
7848         Changed wording.
7850 2000-10-16  Werner Koch  <wk@gnupg.org>
7852         * mainproc.c (do_proc_packets): Hack to fix the problem that
7853         signatures are not detected when there is a MDC packet but no
7854         compression packet.
7856         * g10.c (print_hashline): New.
7857         (print_mds): Use above func with --with-colons.
7859         * mainproc.c (check_sig_and_print): Detect multiple signatures
7860         and don't verify them.
7862 2000-10-14  Werner Koch  <wk@gnupg.org>
7864         * mainproc.c (add_onepass_sig): There is an easier solution to the
7865         error fixed yesterday; just check that we only have onepass
7866         packets.  However, the other solution provides an cleaner
7867         interface and opens the path to get access to other information
7868         from the armore headers.
7869         (release_list): Reset some more variables.
7871 2000-10-13  Werner Koch  <wk@gnupg.org>
7873         * mainproc.c (add_gpg_control): New.
7874         (do_proc_packets): use it.
7875         (proc_plaintext): Changed logic to detect clearsigns.
7876         (proc_tree): Check the cleartext sig with some new code.
7878         * packet.h: New packet PKT_GPG_CONTROL.
7879         * parse-packet.c (parse_gpg_control): New.
7880         * misc.c (get_session_marker): New.
7881         * armor.c (armor_filter): Replaced the faked 1-pass packet by the
7882         new control packet.
7884         * keyedit.c (keyedit_menu): Allow batchmode with a command_fd.
7885         * status.c (my_read): New.
7886         (do_get_from_fd): use it.
7888 2000-10-12  Werner Koch  <wk@gnupg.org>
7890         * keygen.c (keygen_add_std_prefs): Add Rijndael to the prefs.
7892 2000-10-07  Werner Koch  <wk@gnupg.org>
7894         * gpgv.c: Add more stubs for ununsed code to make the binary smaller.
7896 Wed Oct  4 15:50:18 CEST 2000  Werner Koch  <wk@openit.de>
7898         * sign.c (hash_for): New arg to take packet version in account, changed
7899         call callers.
7901         * gpgv.c: New.
7902         * Makefile.am: Rearranged source files so that gpgv can be build with
7903         at least files as possible.
7905 Mon Sep 18 12:13:52 CEST 2000  Werner Koch  <wk@openit.de>
7907         * hkp.c (not_implemented): Print a notice for W32
7909 Fri Sep 15 18:40:36 CEST 2000  Werner Koch  <wk@openit.de>
7911         * keygen.c (keygen_add_std_prefs): Changed order of preferences to
7912         twofish, cast5, blowfish.
7914         * pkclist.c (algo_available): Removed hack to disable Twofish.
7916 Thu Sep 14 17:45:11 CEST 2000  Werner Koch  <wk@openit.de>
7918         * parse-packet.c (dump_sig_subpkt): Dump key flags. Print special
7919         warning in case of faked ARRs.
7921         * getkey.c (finsih_lookup): Hack so that for v4 RSA keys the subkey
7922         is used for encryption.
7924 Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>
7926         * g10.c (main): Default S2K algorithms are now SHA1 and CAST5 - this
7927         should solve a lot of compatibility problems with other OpenPGP
7928         apps because those algorithms are SHOULD and not optional.  The old
7929         way to force it was by using the --openpgp option whith the drawback
7930         that this would disable a couple of workarounds for PGP.
7932         * g10.c (main): Don't set --quite along with --no-tty.  By Frank Tobin.
7934         * misc.c (disable_core_dump): Don't display a warning here but a return
7935         a status value and ...
7936         * g10.c (main): ...print warnining here. Suggested by Sam Roberts.
7938 Wed Sep 13 18:12:34 CEST 2000  Werner Koch  <wk@openit.de>
7940         * keyedit.c (keyedit_menu): Allow to use "debug" on the secret key.
7942         * ringedit.c (cmp_seckey): Fix for v4 RSA keys.
7943         * seckey-cert.c (do_check): Workaround for PGP 7 bug.
7945 Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
7947         * misc.c (print_pubkey_algo_note): Do not print the RSA notice.
7948         * sig-check.c (do_signature_check): Do not emit the RSA status message.
7949         * pubkey-enc.c (get_session_key): Ditto.
7951         * encode.c (encode_simple, encode_crypt): Fix for large files.
7952         * sign.c (sign_file): Ditto.
7954 Wed Sep  6 14:59:09 CEST 2000  Werner Koch  <wk@openit.de>
7956         * passphrase.c (hash_passphrase): Removed funny assert.  Reported by
7957         David Mathog.
7959         * openfile.c (try_make_homedir): Changes for non-Posix systems.
7960         * g10.c (main): Take the default homedir from macro.
7962         * g10.c: The --trusted-key option is back.
7963         * trustdb.c (verify_own_key): Handle this option.
7964         (add_ultimate_key): Moved stuff from verify_own_key to this new func.
7965         (register_trusted_key): New.
7967 Fri Aug 25 16:05:38 CEST 2000  Werner Koch  <wk@openit.de>
7969         * parse-packet.c (dump_sig_subpkt): Print info about the ARR.
7971         * openfile.c (overwrite_filep): Always return okay if the file is
7972         called /dev/null.
7973         (make_outfile_name): Add ".sign" to the list of know extensions.
7974         (open_sigfile): Ditto.
7976 Wed Aug 23 19:52:51 CEST 2000  Werner Koch  <wk@openit.de>
7978         * g10.c: New option --allow-freeform-uid. By Jeroen C. van Gelderen.
7979         * keygen.c (ask_user_id): Implemented here.
7981 Fri Aug  4 14:23:05 CEST 2000  Werner Koch  <wk@openit.de>
7983   * status.c (do_get_from_fd): Ooops, we used fd instead of opt.command_fd.
7984   Thanks to Michael Tokarev.
7986 Tue Aug  1 20:06:23 CEST 2000  Werner Koch  <wk@openit.de>
7988   * g10.c: New opttion --try-all-secrets on suggestion from Matthias Urlichs.
7989   * pubkey-enc.c (get_session_key): Quite easy to implement here.
7991 Thu Jul 27 17:33:04 CEST 2000  Werner Koch  <wk@openit.de>
7993   * g10.c: New option --merge-only.  Suggested by Brendan O'Dea.
7994   * import.c (import_one): Implemented it here
7995   (import_secret_one): Ditto.
7996   (print_stats): and give some stats.
7998 Thu Jul 27 12:01:00 CEST 2000  Werner Koch  <wk@openit.de>
8000   * g10.c: New options --show-session-key and --override-session-key
8001   * pubkey-enc.c (hextobyte): New.
8002   (get_override_session_key): New.
8003   * mainproc.c (proc_pubkey_enc): Add session-key stuff.
8004   * status.h, status.c (STATUS_SESSION_KEY): New.
8006 Thu Jul 27 10:02:38 CEST 2000  Werner Koch  <wk@openit.de>
8008   * g10.c (main): Use setmode(O_BINARY) for MSDOS while generating random bytes
8009   (print_mds): Likewise for stdin.
8010   * plaintext.c (handle_plaintext): Likewise for stdout.
8012 Mon Jul 24 10:30:17 CEST 2000  Werner Koch  <wk@openit.de>
8014   * keyedit.c (menu_expire): expire date for primary key can be set again.
8016 Wed Jul 19 11:26:43 CEST 2000  Werner Koch  <wk@openit.de>
8018   * keylist.c (is_uid_valid): New.
8019   (list_keyblock): Print validity information for all user IDs.  Note, this
8020   has to be done at other places too; for now we have only minimal support.
8022 Wed Jul 12 13:32:06 CEST 2000  Werner Koch  <wk@openit.de>
8024   * helptext.c, pkclist.c: s/superseeded/superseded/
8026 Mon Jul 10 16:08:57 CEST 2000  Werner Koch  <wk@openit.de>
8028   * parse-packet.c (enum_sig_subpkt): Fixed testing on crtitical bit in case
8029   of a NULL buffer.  Reported by Peter Marschall.
8031 Wed Jul  5 13:28:45 CEST 2000  Werner Koch  <wk@openit.de>
8033   * keyedit.c, keyid.c: Add some _()
8035   * argparse.c:  Changed the flag to suppress --version handling to also
8036   suppress --help.
8038 Wed Jun 28 11:54:44 CEST 2000  Werner Koch  <wk@openit.de>
8040   * armor.c (armor_filter): Set sigclass to 0 in case of non-dash-escaped
8041   clearsig.  This makes this mode work again.
8043   * mainproc.c (proc_tree): Fixed handling of one-pass-sig packets in textmode.
8044   Disabled the ugly workaround for PGP 5 - let's see whether thi breaks less
8045   cases. Found by Ted Cabeen.
8047   * options.h (DBG_HASHING): New.  All commented md_start_debug are now
8048   controlled by this debug option.
8050   * sign.c (print_status_sig_created): New and called from 2 places.
8052   * keygen.c (gen_rsa): New, but commented.
8053   (ask_algo): Commented support for RSA.
8055   * seckey-cert.c (protect_secret_key): Started to fix the code for v4 RSA
8056   keys - it is not solved yet. However, we have time until, Sep 20th ;)
8058 Wed Jun 14 12:27:09 CEST 2000  Werner Koch  <wk@openit.de>
8060   * status.c (init_shm_coprocessing): Changed the sequence of the get,attach
8061   to cope with the changes in newer Linux kernels.  This bug has been found
8062   by <dmitri@advantrix.com> who also proposed this solution.  Hopefully
8063   this does not break gpg on to many systems.
8065   * cipher.c (write_header): Protect the IV with the MDC too.
8066   * encr-data.c (decrypt_data): Likewise.
8068 Fri Jun  9 10:09:52 CEST 2000  Werner Koch  <wk@openit.de>
8070   * g10.c: New options --no-auto-key-retrieve
8071   * options.h (auto_key_retrieve): New.
8072   * mainproc.c (check_sig_and_print): Implemented that.
8074 Wed Jun  7 19:19:09 CEST 2000  Werner Koch  <wk@openit.de>
8076   * sig-check.c (do_check): Use EMULATE_MDENCODE also on v4 packets.
8078 Wed Jun  7 17:25:38 CEST 2000  Werner Koch  <wk@openit.de>
8080   * cipher.c (write_header): Use plain CFB mode for MDC encrypted packets.
8081   * encr-data.c (decrypt_data): Ditto.
8083 Mon Jun  5 23:41:54 CEST 2000  Werner Koch  <wk@openit.de>
8085   * seskey.c (do_encode_md, encode_md_value): Add new arg v3compathack to work
8086   around a bug in old versions.
8087   * sig-check.c (do_check): use the aboved workaround when enabled.
8088   * g10.c: New option --emulate-md-decode-bug
8090 Mon Jun  5 12:37:43 CEST 2000  Werner Koch  <wk@openit.de>
8092   * build-packet.c (do_mdc): New.
8093   (do_encrypted_mdc): Changed for the new proposal.
8094   * parse-packet.c (parse_mdc): New.
8095   (parse_encrypted): Fixed for the new proposal.
8096   * packet.h (PKT_MDC): New.
8097   * cipher.c (cipher_filter): Build the MDC packet here.
8098   * g10.c (main): Enable --force-mdc.
8099   * encr-data.c (mdc_decode_filter): Fixed for new MDC method
8101   * options.h(rfc2440): New.
8102   * g10.c (main): Changed the selected values for --openpgp to not include
8103   optional algorithms.
8105 Thu May 18 11:38:54 CEST 2000  Werner Koch  <wk@openit.de>
8107         * keyedit.c (keyedit_menu): Add a keyword arg to the prompt.
8109         * status.c, status.h: Added 3 new status tokens.
8110         * status.c (do_get_from_fd): New.
8111         (cpr_enabled,cpr_get,cpr_get_hidden,cpr_kill_prompt,
8112          cpr_get_answer_is_yes,cpr_get_answer_yes_no_quit): Modified to work
8113          with the new function.
8114         * g10.c: Add new option --command-fd.
8116         * status.c (progress_cb): New.
8117         (set_status_fd): Register progress functions
8119 Fri May 12 14:01:20 CEST 2000  Werner Koch  <wk@openit.de>
8121         * delkey.c (delete_key): Add 2 new status messages
8122         * status.c, status.h (STATUS_DELETE_PROBLEM): New.
8124         Fixed years of copyright in all source files.
8126 Mon May  1 17:08:14 CEST 2000  Werner Koch  <wk@openit.de>
8128         * trustdb.c (propagate_validity): Fixed the bug that only one uid
8129         gets fully trusted even when all are signed by an ultimate key.
8131 Mon May  1 15:38:04 CEST 2000  Werner Koch  <wk@openit.de>
8133         * getkey.c (key_byname): Always returned a defined context.  Fixed
8134         a segv for invalid user id specifications. Reported by Walter Koch.
8136         * getkey.c (get_user_id): I18ned "no user id" string. By Walter.
8138         * pkclist.c (do_show_revocation_reason): Typo fixes.
8139         * helptext.c: Ditto.
8141         * armor.c (armor_filter): Fixed some CRLF issues.  By Mike McEwan.
8143 Fri Apr 14 19:37:08 CEST 2000  Werner Koch  <wk@openit.de>
8145         * pkclist.c (do_show_revocation_reason): New.
8146         (show_revocation_reason): New and called at various places.
8148         * g10.c (main): Fixed small typo.
8150         * pkclist.c (do_we_trust): Act on always_trust but not for revoked
8151         keys. Suggested by Chip Salzenberg.
8153         * g10.c: New option --lock-never.
8155         * ringedit.c (get_writable_keyblock_file): New.
8156         * keygen.c (do_generate_keypair): Use this instead of the hardwired one.
8158         * keygen.c (ask_user_id): Check that the email address is in the
8159         correct field.  Suggested by Christian Kurz.
8161 Mon Apr 10 13:34:19 CEST 2000  Werner Koch  <wk@openit.de>
8163         * keyedit.c (show_key_with_all_names): s/sbb/ssb/
8165 Tue Mar 28 14:26:58 CEST 2000  Werner Koch  <wk@openit.de>
8167         * trustdb.c (verify_own_keys): Do not print warning about unprotected
8168         key when in quiet mode.
8170 Wed Mar 22 13:50:24 CET 2000  Werner Koch  <wk@openit.de>
8172         * mainproc.c (print_userid): Do UTF8 conversion before printing.
8173         * import.c (import_one): Ditto.
8174         (import_secret_one): Ditto.
8175         (delete_inv_parts): Ditto.
8177 Thu Mar 16 16:20:23 CET 2000  Werner Koch  <wk@openit.de>
8179         * keylist.c (print_key_data): Handle a NULL pk gracefully.
8181         * getkey.c (merge_one_pk_and_selfsig): Fixed silly code for
8182         getting the primary keys keyID but kept using the one from the
8183         subkey.
8184         * pubkey-enc.c (get_it): Print a note for expired subkeys.
8186         * getkey.c (has_expired): New.
8187         (subkeys_expiretime): New.
8188         (finish_lookup): Check for expired subkeys needed for encryption.
8189         (merge_keys_and_selfsig): Fixed expiration date merging for subkeys.
8191         * keylist.c (list_keyblock): Print expiration time for "sub".
8192         (list_one): Add missing merging for public keys.
8193         * mainproc.c (list_node): Ditto.
8195 2000-03-14 13:49:38  Werner Koch  (wk@habibti.openit.de)
8197         * keygen.c (keyedit_menu): Do not allow to use certain commands
8198         while the secret key is selected.
8200 2000-03-09 12:53:09  Werner Koch  (wk@habibti.openit.de)
8202         * keygen.c (ask_expire_interval): Movede parsig to ...
8203         (parse_expire_string): ... this new function. And some new control
8204         commands.
8205         (proc_parameter_file): Add expire date parsing.
8206         (do_generate_keypair): Allow the use of specified output files.
8208 2000-03-08 10:38:38  Werner Koch  (wk@habibti.openit.de)
8210         * keygen.c (ask_algo): Removed is_v4 return value and the commented
8211         code to create Elg keys in a v3 packet. Removed the rounding
8212         of key sizes here.
8213         (do_create): Likewise removed arg v4_packet.
8214         (gen_elg): Likewise removed arg version. Now rounding keysizes here.
8215         (gen_dsa): Rounding keysize now here.
8216         (release_parameter_list): New
8217         (get_parameter*): New.
8218         (proc_parameter_file): New.
8219         (read_parameter_file): New.
8220         (generate_keypair): Splitted. Now uses read_parameter_file when in
8221         batch mode.  Additional argument to specify a parameter file.
8222         (do_generate_keypair): Main bulk of above fucntion and uses the
8223         parameter list.
8224         (do_create): Don't print long notice in batch mode.
8225         * g10.c (main): Allow batched key generation.
8227 Thu Mar  2 15:37:46 CET 2000  Werner Koch  <wk@gnupg.de>
8229         * pubkey-enc.c (get_it): Print a note about unknown cipher algos.
8231         * g10.c (opts): Add a note to the help listing about the man page
8232         and removed some options from the help listing.
8234         * keyedit.c (print_and_check_one_sig): Use a new function to truncate
8235         the output of the user ID.  Suggested by Jan-Benedict Glaw.
8237 Wed Feb 23 10:07:57 CET 2000  Werner Koch  <wk@gnupg.de>
8239         * helptext.c: typo fix.
8241 Thu Feb 17 13:39:32 CET 2000  Werner Koch  <wk@gnupg.de>
8243         * revoke.c: Removed a bunch of commented code.
8245         * packet.h (SIGSUBPKT_REVOC_REASON): New.
8246         * build-packet.c (build_sig_subpkt): Support new sub packet.
8247         * parse-packet.c (parse_one_sig_subpkt): Ditto.
8248         (dump_sig_subpkt): Ditto.
8249         * revoke.c (ask_revocation_reason): New.
8250         (release_revocation_reason_info): New.
8251         (revocation_reason_build_cb): New.
8252         (gen_revoke): Ask for reason.
8253         * main.h (struct revocation_reason_info): Add declaration.
8254         * keyedit.c (menu_revsig): Add support for revocation reason.
8255         (menu_revkey): Ditto.
8256         (sign_uid_mk_attrib): Renamed to ...
8257         (sign_mk_attrib): ... this, made static and add support for reasons.
8259 Tue Feb 15 08:48:13 CET 2000  Werner Koch  <wk@gnupg.de>
8261         * build-packet.c (build_packet): Fixed fixing of old comment packets.
8263         * import.c (import_keys): Fixed importing from stdin when called with
8264         nnames set to zero as it normally happens.
8266 Mon Feb 14 14:30:20 CET 2000  Werner Koch  <wk@gnupg.de>
8268         * sig-check.c (check_key_signature2): Add new arg r_expired.
8269         (do_signature_check): New arg to pass it down to ...
8270         (do_check): New arg r-expire which is set when the signature
8271         has expired.
8272         * trustdb.c (check_sig_record): Set SIGF_EXPIRED flag and set
8273         the expiretime to zero so that thi signature will not be checked
8274         anymore.
8276 Fri Feb 11 17:44:40 CET 2000  Werner Koch  <wk@gnupg.de>
8278         * g10.c (g10_exit): Update the random seed_file.
8279         (main): Set the random seed file.  New option --no-random-seed-file.
8281 Thu Feb 10 17:39:44 CET 2000  Werner Koch  <wk@gnupg.de>
8283         * keyedit.c (menu_expire): Fixed segv due to unitialized sub_pk.
8284         By Rémi.
8286 Thu Feb 10 11:39:41 CET 2000  Werner Koch  <wk@gnupg.de>
8288         * keylist.c (list_keyblock): Don't print warnings in the middle of
8289         regulat output lines.  By Rémi.
8291         * sig-check.c: Include options.h
8293 Wed Feb  9 15:33:44 CET 2000  Werner Koch  <wk@gnupg.de>
8295         * gpg.c: New option --ignore-time-conflict
8296         * sig-check.c (do_check): Implemented this option.
8297         * trustdb.c (check_trust): Ditto.
8298         * sign.c (do_sign): Ditto.
8299         * keygen.c (generate_subkeypair): Ditto.
8301         * encode.c (encode_simple): use iobuf_cancel after open failure.
8302         Reported by Huy Le.
8304 Fri Jan 14 18:32:01 CET 2000  Werner Koch  <wk@gnupg.de>
8306         * packet.h (STRING2KEY): Changed mode from byte to int.
8307         * parse-packet.c (parse_key): Add the special GNU protection stuff
8308         * build-packet.c (so_secret_key): Ditto.
8309         * seckey-cert.c (do_check): Ditto.
8310         * keyedit.c (change_passphrase): Ditto.
8311         * export.c (export_secsubkeys): New.
8312         (do_export_stream): Hack to export the primary key using mode 1001.
8313         * g10.c: New command --export-secret-subkeys
8315 Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
8317         * armor.c (is_armored): Check for 1-pass-sig packets. Reported by
8318         David Hallinan <hallinan@rtd.com>.
8319         (armor_filter): Replaced one LF by the LF macro.  Reported by
8320         Wolfgang Redtenbacher.
8322 Wed Jan  5 11:51:17 CET 2000  Werner Koch  <wk@gnupg.de>
8324         * g10.c (main): Reset new global flag opt.pgp2_workarounds
8325         when --openpgp is used.
8326         * mainproc.c (proc_plaintext): Do the PGP2,5 workarounds only
8327         when the global flag is set.
8328         (proc_tree): Ditto.
8329         * textfilter.c (copy_clearsig_text): Ditto.
8330         * armor.c (armor_filter): Ditto.
8332         * g10.c: New option --list-only
8333         * mainproc.c (proc_tree): Don't do it if opt.list_only is active.
8334         (proc_pubkey_enc): Implement option.
8336         * status.h, status.c ({BEGIN,END}_{EN,DE}CRYPTION): New.
8337         * cipher.c (cipher_filter): New status outputs.
8338         * mainproc.c (proc_encrypted): New status outputs.
8340 Fri Dec 31 14:08:15 CET 1999  Werner Koch  <wk@gnupg.de>
8342         * armor.c (armor_filter): Made the "Comment:" header translatable.
8344         * hkp.c (hkp_import): Make sure that the program does not return
8345         success when there is a connection problem.  Reported by Phillip Jones.
8347 Sun Dec 19 15:22:26 CET 1999  Werner Koch  <wk@gnupg.de>
8349         * armor.c (LF): Use this new macro at all places where a line LF
8350         is needed.  This way DOSish textfiles should be created when the
8351         input data is also in dos mode.
8352         * sign.c (LF): Ditto.
8353         * textfilter.c (LF): Ditto.
8354         (copy_clearsig_text): Disabled the forcing of CR,LF sequences
8355         for DOS systems.
8357         * plaintext.c (handle_plaintext): Fixes for line endings on DOS.
8358         and react on a LF in cleartext.
8359         * armor.c (fake_packet): Restore the original line ending after
8360         removing trailing spaces.
8362         * signal.c (got_fatal_signal): DOS fix.
8364 Thu Dec 16 10:07:58 CET 1999  Werner Koch  <wk@gnupg.de>
8366         * mainproc.c (print_failed_pkenc): Fix for unknown algorithm.
8367         Found by fygrave@epr0.org.
8369 Thu Dec  9 10:31:05 CET 1999  Werner Koch  <wk@gnupg.de>
8371         * hkp.c: i18n the strings.
8373 Sat Dec  4 15:32:20 CET 1999  Werner Koch  <wk@gnupg.de>
8375         * trustdb.c (verify_key): Shortcut for ultimately trusted keys.
8377 Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
8379         * pkclist.c (build_pk_list): Validate the trust using the namehash
8380         if this one has been set by the key lookup.
8382         * g10.c: Add --delete-secret-key to the help page.
8384         * openfile.c (copy_options_file): Made static.
8385         (try_make_homedir): New.
8386         * ringedit.c (add_keyblock_resource): Use the try_make_hoemdir logic.
8387         * tdbio.c (tdbio_set_dbname): Likewise.
8389         * keygen.c (generate_user_id): Use m_alloc_clear() here. We should
8390         better use an allocation function specific to the user_id packet.
8392         * keygen.c (keygen_add_std_prefs): Changed symmetric preferences
8393         to include Blowfish again.  This is due to it's better speed compared
8394         to CAST5.
8396         * g10.c (strusage): Print the home directory.
8398         * armor.c (armor_filter): Take action on the cancel control msg.
8399         * filter.h (armor_filter_context_t): Add cancel flag.
8401 Mon Nov 29 21:52:11 CET 1999  Werner Koch  <wk@gnupg.de>
8403         * g10.c: New option --fast-list-mode ..
8404         * keylist.c (list_keyblock): .. and implemented.
8405         * mainproc.c (list_node): Ditto.
8407         * import.c (mark_non_selfsigned_uids_valid): Fixed the case that there
8408         is a uid without any packet following.
8410 Mon Nov 22 11:14:53 CET 1999  Werner Koch  <wk@gnupg.de>
8412         * mainproc.c (proc_plaintext): Never enable the hash processing
8413         when skip_verify is active.
8415         * armor.c (parse_header_line): Stop parsing on a WS line too.
8416         Suggested by Aric Cyr.
8418         * tdbdump.c (HEXTOBIN): Changed the name of the argument, so that
8419         traditional cpp don't mess up the macros. Suggested by Jos Backus.
8421         * mainproc.c (list_node): Print the PK algo in the --with-colon mode.
8422         * keylist.c (list_keyblock): Ditto.
8424         * signal.c (got_fatal_signal): Found the reason why exit(8) did not
8425         work - it is better to set the disposition back to default before
8426         raising the signal.  Print the notice on stderr always.
8428 Fri Nov 12 20:33:19 CET 1999  Werner Koch  <wk@gnupg.de>
8430         * g10.c (make_username): Swapped the logic.
8431         * keylist.c (public_key_list): Now takes a STRLIST as arg and moved
8432         the creation ot this list to the caller, so that he can copy with
8433         UTF-conversion of user IDs.  Changed all callers.
8434         (secret_key_list): Likewise.
8436         * getkey.c (get_user_id_string_native): New and ...
8437         * encode.c (write_pubkey_enc_from_list): ... use it here.
8439         * pubring.asc: Updated.
8441         * packet.h (PKT_PHOTO_ID): New.
8442         * parse-packet.c (parse_photo_id): New.
8443         * build-packet.c (do_user_id: Handle photo IDs.
8444         (build_packet): Change CTB for photo IDs
8445         * free-packet.c (free_user_id): Release memory used for photo IDs
8446         * sig-check.c (hash_uid_node): Handle photo IDs too.
8447         * trustdb.c (print_uid_from_keyblock): Hash photo ID.
8448         (make_uid_records): Ditto.
8449         * getkey.c (find_by_name): Ditto.
8450         * keyedit.c (show_prefs): Ditto.
8451         * keylist.c (list_keyblock): Ditto.
8453 Thu Oct 28 16:08:20 CEST 1999  Werner Koch  <wk@gnupg.de>
8455         * keygen.c (ask_expire_interval): Print a warning for systems
8456         with a signed 32 time_t if the exiration time is beyoind 2038.
8458 Fri Oct  8 20:40:50 CEST 1999  Werner Koch  <wk@gnupg.de>
8460         * ringedit.c (enum_keyblocks): The last fix way really stupid;
8461         reverted and set rt to Unknown.
8463 Fri Oct  8 20:32:01 CEST 1999  Werner Koch  <wk@gnupg.de>
8465         * ringedit.c (enum_keyblocks): Zero the entire kbpos out on open.
8467         * g10.c (oEntropyDLL): Removed option.
8468         (main): Made the warning on development versions more verbose.
8470         * g10.c (oHonorHttpProxy): New option.
8471         * hkp.c (hkp_ask_import,hkp_export): Implement this option.
8472         * options.skel: Enable this option for new installations
8474 Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
8476         * import.c (import_keys): Changed calling interface, adjusted caller.
8477         (import): Moved printing of stats out ...
8478         (print_stats): New. ... to here.
8479         (import_keys_stream): Call stats print here.
8480         (import_keys): Print stats as totals for all files.
8482         * tdbio.h (DIRF_NEWKEYS): New
8483         * tdbio.c (tdbio_dump_record): Print the new flag.
8484         * trustdb.c (check_trust_record): New arg sigs_only.  Adapted all
8485         callers.
8486         (do_update_trust_record): Removed recheck arg and add a new sigs_only
8487         do we can later improve on the performance.  Changed all callers too.
8488         (check_trustdb): Evalutate the new flag and add a status output.
8489         Do a check when the dir record has not been checked.
8490         (build_cert_tree): Evaluate the new flag.
8491         (check_trust): Ditto.  Do a trust_record check, when the dir record
8492         is not marked as checked.
8493         (mark_fresh_keys): New.
8494         (clear_lid_table): New.
8495         (sync_trustdb): New.
8496         * import.c (import_keys): Call sync_trustdb() after processing.
8497         (import_keys_stream): Ditto.
8498         * tdbdump.c (import_ownertrust): Ditto.
8500         * import.c (import_revoke_cert): Notify the trust DB.
8501         (do_update_trust_record): Use |= to set the REVOKED bit and not &=;
8502         shame on me for this bad copy+paste introduced bug.
8503         (do_we_trust): Add trustmask to allow revoked key override to work.
8504         Chnaged are to allow return of a mofified trustlevel. Adapted the
8505         one caller.
8507         * g10.c: New options --emulate-3des-s2k-bug
8508         * passphrase.c (hash_passphrase): Implemented above.
8510         * mainproc.c (proc_tree): Check for standalone signatures.
8511         (do_check_sig): Print a notice for a standalone revocation
8512         (check_sig_and_print): Do not print an error for unchecked standalone
8513         revocations.
8515 Tue Sep 28 20:54:37 CEST 1999  Werner Koch  <wk@gnupg.de>
8517         * encode.c (encode_simple): Use new CTB when we don't have the
8518         length of the file.  This is somewhat strange as the comment above
8519         indicates that this part is actually fixed for PGP 5 - maybe I simply
8520         lost the source line, tsss.
8522         * armor.c (armor_filter): Set a flag if no OpenPGP data has been found.
8523         * verify.c (verify_signatures): Add an error helptext.
8525 Thu Sep 23 19:24:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8527         * openfile.c (open_outfile): Fixed the 8dot3 handling.
8529         * passphrase.c (passphrase_to_dek): Print uid using utf8 func.
8530         * delkey.c (delete_key): Ditto.
8531         * pkclist.c (show_paths,do_edit_ownertrust,do_we_trust): Ditto
8532         (do_we_trust_pre): Ditto.
8533         * trustdb.c (print_user_id,check_uidsigs): Ditto.
8534         * revoke.c (gen_revoke,ask_revoke_sig): Ditto.
8536 Thu Sep 23 09:52:58 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8538         * verify.c (print_file_status): New.
8539         (verify_one_file): Moved status print to th new fnc. Add error status.
8540         * status.c, status.h (STATUS_FILE_ERROR): New
8542 Wed Sep 22 10:14:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8544         * openfile.c (make_outfile_name): Use case-insenstive compare for
8545         DOS systems.  Add ".pgp" to the list of know extensions.
8546         (open_outfile): For DOS systems try to replace the suffiy instead of
8547         appending it.
8549         * status.c, status.h: Add STATUS_FILE_{START,DONE}.
8550         * verify.c (verify_one_file): Emit these new stati.
8552         * sign.c (clearsign_file): Avoid duplicated Entries in the "Hash:"
8553         line.  Those headers are now only _not_ printed when there are
8554         only old-style keys _and_ all hashs are MD5.
8556 Mon Sep 20 12:24:41 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8559         * verify.c (verify_files, ferify_one_file): New.
8560         * g10.c:  New command --verify-files
8562 Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8564         * g10.c: Add UK spelling as alias for armor options ;-)
8566         * import.c (append_uid): Fixed a SEGV when there is no selfsig and
8567         no subkey.
8568         (merge_sigs): Ditto.  Removed the assertion.
8570 Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8572         * g10.c: New option --entropy-dll-name
8574 Mon Sep 13 10:51:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8576         * signal.c (got_fatal_signal): Print message using write(2) and
8577         only for development versions.
8579 Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8581         * tdbio.c (tdbio_set_dbname): Use mkdir macro
8582         * ringedit.c (add_keyblock_resource): Ditto.
8584 Fri Sep  3 10:04:45 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8586         * pkclist.c (build_pk_list): Skip keys set with --encrypt-to also
8587         when asking for a key.
8589         * plaintext.c (handle_plaintext): Make sure that we don't read a
8590         second EOF in the read loop for partial length packets.
8592         * mainproc.c (check_sig_and_print): print user ID as utf-8.
8594 Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8596         * import.c (merge_blocks): First add new subkeys, then merge subkey
8597         certificates.
8598         (merge_sigs): Don't merge subkey signatures here.
8600 Wed Sep  1 15:30:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8602         * keygen.c (ask_expire_interval): Fixed bug related to cpr_xx (tnx
8603         Francis J. Lacoste).
8605 Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8607         * plaintext.c (do_hash): Hash CR,LF for a single CR.
8608         (ask_for_detached_datafile): Changed arguments to be closer to
8609         those of hash_datafiles and cleanup the code a bit.
8610         * mainproc.c (proc_tree): Workaround for pgp5 textmode detached
8611         signatures.  Changed behavior of asking for data file to be the same
8612         as with provided data files.
8614         * keylist.c (list_keyblock): Use UTF8 print functions.
8616 Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8618         * import.c (chk_self_sigs): some s/log_error/log_info/ so that gpg
8619         does not return an error if a key has some invalid packets.
8621         * helptext.c: Fixed some typos and changed the way the
8622         translation works.  The english text is now the keyword for gettext
8623         and not anymore the keyword supplied to the function.  Done after
8624         some discussion with Walter who thinks this is much easier for the
8625         translators.
8627         * misc.c (disable_core_dumps): Don't do it for DOSish systems.
8629         * signal.c (signal_name): Bounds check on signum.
8631 Wed Aug  4 10:34:18 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8633         * pubring.asc: Updated.
8635         * pkclist.c (do_we_trust_pre,check_signatures_trust): Do not print
8636         the warning about --always_trust when --quiet is used.
8638         * pkclist.c (fpr_info): New and called at several places.
8640         * parse-packet.c (dump_sig_subpkt): List revocation key contents.
8642 Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8644         * pkclist.c (build_pk_list): Fixed typo in format string.
8646         * trustdb.c (create_shadow_dir): Don't translate the error string.
8648         * g10.c (main): Fixed spelling of user-id.
8649         * getkey.c (find_by_name_pk,find_by_name_sk,
8650         find_by_keyid,find_by_keyid_sk): Ditto and translate it.
8651         * import.c (mark_non_selfsigned_uids_valid,delete_inv_parts): Ditto.
8654 Mon Jul 26 01:01:39 CEST 1999  Michael Roth <mroth@nessie.de>
8656         * g10.c, options.h: New options --no-literal and --set-filesize
8658         * encode.c (encode_simple, encode_crypt): Support for the options
8659         --no-literal and --set-filesize.
8661         * sign.c (sign_file): ditto.
8663 Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8666         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
8667         when we have no keyring at all to enum.
8669         * getkey.c (classify_user_id): Rewrote to relax the recognition of
8670         keyIDs and fingerprints (Michael).
8672         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
8673         (print_failed_pkenc): Print status NO_SECKEY.
8675         * import.c (mark_non_selfsigned_uids_valid): New.
8676         * g10.c: New option --allow-non-selfsigned-uid.
8678         * pkclist.c (print_fpr): New.
8679         (do_we_trust_pre): Print the fpr before asking whether to use the key
8680         anyway.
8681         (do_edit_ownertrust): Likewise.
8683 Thu Jul 22 20:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8686         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
8687         when we have no keyring at all to enum.
8689         * getkey.c (classify_user_id): Rewrote to relax the recognition of
8690         keyIDs and fingerprints (Michael).
8692         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
8693         (print_failed_pkenc): Print status NO_SECKEY.
8695         * import.c (mark_non_selfsigned_uids_valid): New.
8696         * g10.c: New option --allow-non-selfsigned-uid.
8698 Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8700         * g10.c: New options --disable-{cipher,pubkey}-algo.
8702 Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8704         * status.h (STATUS_IMPORTED): New.
8705         * import.c (import): Print some status information (Holger Schurig).
8707         * g10.c (main): Make --no-greeting work again. Add a warning when
8708         --force-mds is used.
8710 Tue Jul 13 17:39:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8712         * pkclist.c (do_edit_ownertrust): Changed the way help works.
8713         (build_pk_list): Implemented default recipient stuff.
8714         * g10.c: New options --default-recipient[-self]
8715         (main): Suppress greeting in most cases, entering a passphrase or
8716         a missing value is not considered to be interactive use.
8717         Merged --print-md and --print-mds; the latter is now obsolete.
8718         Changed the way --gen-random works and documented it.
8719         Changed the way --gen-prime works and add a man entry.
8720         * g10.c (MAINTAINER_OPTIONS): Removed.
8722 Mon Jul 12 18:45:57 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8724         * keyedit.c (keyedit_menu): Add arg sign_mode and changed callers
8725         * g10.c (main): New command --lsign-key.
8727 Mon Jul 12 14:55:34 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8729         * mainproc.c (kidlist_item): New.
8730         (release_list): Release failed pk-enc-list.
8731         (print_failed_pkenc): New
8732         (proc_encrypted): Print info about failed PK enc.
8734         * openfile.c (make_outfile_name): s/error/info/
8736         * passphrase.c (passphrase_to_dek): Return an empty passphrase when
8737         in batch mode and don't make the warning message fatal
8738         * seckey-cert.c (check_secret_key): Try only once when in batch mode.
8740         * g10.c (make_username): New.
8742 Thu Jul  8 16:21:27 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8745         * packet.h (PKT_ring_trust): New
8746         * parse-packet.c (parse_trust): Store trust value
8747         * build-packet (build_packet): Ignore ring trust packets.
8748         * mainproc.c (add_ring_trust): New.
8749         (list_node): Print "rtv" records.
8750         * g10.c: New option --with-fingerprint.
8752         * trustdb.c (verify_own_keys): Don't insert if we are dry running
8753         (check_trust): Ditto.
8755 Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8757         * Makefile.am: Support for libtool.
8759         * keygen.c (ask_expire_interval): Hack to allow for an expire date.
8761         * trustdb.c (do_update_trust_record,update_trust_record): Splitted.
8762         (check_trust_record): New.
8763         (check_trust,build_cert_tree): Check the dir record as needed.
8764         (upd_pref_record): Removed.
8765         (make_pref_record): New.
8766         (propagate_validity): Stop as soon as we have enough validity.
8768         * tbdio.c (MAX_CACHE_ENTRIES_HARD): Increased the limit.
8771 Fri Jul  2 11:45:54 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8773         * g10.c (g10_exit): Dump random stats.
8775         * sig-check.c (check_key_signature,check_key_signature2): Enhanced
8776         version and wrapper for old function.
8777         (do_signature_check,signature_check): Ditto.
8779 Thu Jul  1 12:47:31 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8782         * keyedit.c (show_key_with_all_names): Print a notice for disabled keys.
8783         (enable_disable_keys): Add functionality
8784         * pkclist.c (edit_ownertrust): preserve disabled state.
8785         (build_pk_list): Skip disabled keys.
8786         * trustdb.c (upd_one_ownertrust): Ditto.
8787         (build_cert_tree): Mask the ownertrust.
8788         (trust_letter): Mask the value.
8789         (do_check): Take disabled flag into account.
8791         * passphrase.c (passphrase_to_dek): Add a pubkey_algo arg and changed
8792         all callers.
8794         * g10.c (utf8_strings): 2 new options.
8796         * trustdb.c (insert_trust_record_by_pk): New, replaces the next one.
8797         (insert_trust_record): Now takes a keyblock as arg.  Changed all
8798         callers to use the appropritae function.
8800         * openfile.c (ask_outfile_name): New.
8801         * plaintext.c (handle_plaintext): Ask for filename if there is
8802         no valid syntax. Don't use fname varbatim but filter it.
8804 Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8807         * trustdb.h (TRUST_FLAG_DISABLED): New.
8809         * status.c (USE_CAPABILITIES): Capabilities support (Remi).
8811         * tdbio.c : Added new fields to the DIR record.
8812         (tdbio_write_record): Fixed the update of the hash tables.
8813         (tdbio_delete_record): Drop the record from the hash tables.
8814         (drop_from_hashtbl): New.
8816         * status.c (cpr_get): Special online help mode.
8817         * helptext.c ("keyedit.cmd"): Removed.
8818         * keyedit.c (keyedit_menu): Use only help system.
8819         (enable_disable_key): New bit doies not yet work.
8821 Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8824         * dearmor.c (enarmor_file): Fixed comment string.
8825         * tdbdump.c (export_ownertrust): Text fix.
8826         * tbio.c (tdbio_invalid): Ditto.
8828         * parse-packet.c (parse_key): Made temp buffer larger.
8830         * Makefile.am (install-data-local): Add missing backslashes
8832 Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8834         * g10.c (main): Made iterated+salted the default S2K method.
8836         * Makefile.am (install-data-local): Use DESTDIR.
8838         * passphrase.c (passphrase_to_dek): Emit missing-passphrase while in
8839         batchmode.
8841         * parse-packet.c (parse_pubkeyenc): Fixed a SEGV.
8843 Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
8845         * g10.c: New options --openpgp, --no-tty, --emit-version,
8846           --default-comment and --lock-multiple
8848 Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8850         * free-packet.c (free_encrypted): Fixed EOF case (Remi).
8851         (free_plaintext): Ditto.
8853         * helptext.c (keyedit.delsig.unknown): New (Remi).
8854         * keyedit.c (print_and_check_one_sig): Add arg print_without_key and
8855         changed all callers to make use of it (Remi):
8857 Tue Jun  8 13:36:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8859         * keylist.c (print_key_data): New and called elsewhere.
8860         * g10.c: New option --with-key-data
8862 Wed Jun  2 14:17:19 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8864         * mainproc.c (proc_tree): Yet another bad hack to cope with
8865         broken pgp2 created detached messages in textmode.
8867 Tue Jun  1 16:01:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8869         * openfile.c (make_outfile_name): New.
8870         * plaintext.c (handle_plaintext): Outputfile is now the inputfile
8871         without the suffix.
8872         * g10.c: New option --use-embedded-filename
8874 Mon May 31 19:41:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8876         * g10.c (main): Fix for SHM init (Michael).
8878         * compress.c, encr-data.c, mdfilter.c,
8879           plaintext.c, free-packet.c: Speed patches (Rémi).
8881 Thu May 27 09:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8883         * status.c (cpr_get_answer_yes_no_quit): New.
8884         * keyedit.c (menu_delsig): New.
8885         (check_all_keysigs): Splitted.
8886         (print_and_check_one_sig): New.
8888 Wed May 26 14:36:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8890         * build-packet.c (build_sig_subpkt): Support large packets.
8891         * parse-packet.c (enum_sig_subpkt): Replaces parse_sig_subpkt.
8892         * mainproc.c (print_notation_data): Print all notation packets.
8893         * g10.c (add_notation_data): Add a way to specify the critical flag.
8894         (main): Add option --set-policy-url.
8895         (check_policy_url): Basic checks.
8896         * sign.c (mk_notation_and_policy): Replaces mk_notation.
8898         * parse-packet.c (can_handle_critical): Moved decision whether we can
8899         handle critical subpacket to an extra function.
8901 Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8903         * sign.c (sign_file): Always use compression algo 1 for signed
8904         onyl file becuase we can´ be sure the the verifier supports other
8905         algorithms.
8907         * build-packet.c (build_sig_subpkt): Support for notation data.
8908         * sign.c (sign_file,clearsign_file,make_keysig_packet): Ditto.
8909         (mk_notation): New.
8910         * g10.c (add_notation_data): New and add option -N
8911         * mainproc.c (print_notation_data): New.
8912         (check_sig_and_print): Print any notation data of the signed text.
8914 Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8916         * pkclist.c (check_signatures_trust): Print a warning and return
8917         immediateley if opt.always_trust is true.
8919         * g10.c (main): Corrected handling of no-default-keyring
8921         * pkclist.c (algo_available): Disable Twofish until we have settled
8922         how to do the MDC.
8924         * hkp.c: Disable everything for mingw32
8926 Sat May 22 22:47:26 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8928         * mainproc.c (check_sig_and_print): Add sig creation time to the
8929         VALIDSIG status output. Add more info to the ERRSIG output.
8930         * sig-check.c (signature_check): Add sig time after epoch to SIG_ID.
8932         * import.c (import_one): Merge duplicate user IDs.
8933         (collapse_uids): New.
8934         * kbnode.c (move_kbnode): New.
8935         (remove_kbnode): New.
8936         * keyedit.c (keyedit_menu): Call collapse_uids.
8938         * g10.c: new option --logger-fd.
8940         * import.c: s/log_*_f/log_*/
8942 Thu May 20 14:04:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8944         * misc.c (pull_in_libs): do the volatile only for gcc
8946         * sig-check (signature_check): Emit SIG_iD only for classes 0 and 1.
8948         * armor.c (armor_filter): Add detection of PGP2 created clearsigs.
8949         (fake_packet): A tab is not a WS for pgp2 - handle this.
8950         * textfilter.c (len_without_trailing_chars): New.
8951         (copy_clearsig_text): Add pgp2mode arg.
8952         * sign.c (clearsign_file): pass old_style to the above fnc.
8955 Wed May 19 16:04:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8957         * g10.c: New option --interactive.
8959         * mainproc.c (proc_plaintext): Add workaround for pgp2 bug
8960         (do_check_sig): Ditto.
8961         (proc_tree): Ditto.
8962         * plaintext.c (do_hash): Ditto.
8963         (hash_datafiles): Ditto, add an arg, changed all callers.
8964         * mdfilter.c (md_filter): Add support for the alternate hash context.
8966 Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8968         * parse-packet.c (parse_encrypted): Support for PKT_ENCRYPTED_MDC.
8969         * build-packet.c (do_encrypted_mdc): Ditto.
8970         * cipher.c (write_header): Add mdc hashing.
8971         (cipher_filter): write out the hash.
8972         * mainproc.c (do_proc_packets): Add PKT_ENCRYPTED_MDC.
8973         * encr-data.c (decrypt_data): Add mdc hashing.
8974         (mdc_decode_filter): New.
8976         * parse-packet.c (parse_sig_subpkt): Fixed stupid bug for subpkt
8977         length calculation
8978         (parse_signature): Fixed even more stupid bug.
8980 Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8982         * build-packet.c (do_signature): Removed MDC hack.
8983         * encode.c (encode_crypt_mdc): Removed.
8984         * mainproc.c (do_check_sig): Removed MDC hack.
8985         (check_sig_and_print): Ditto.
8986         * parse-packet.c (parse_signature): Ditto.
8987         * sig-check.c (mdc_kludge_check): Ditto.
8988         * free-packte.c (copy_signature, free_seckey_enc): Ditto.
8990         * parse-packet.c (parse_signature,parse_key): Store data of
8991         unknown algorithms with mpi_set_opaque inseatd of the old
8992         faked data stuff.
8993         (read_rest): Removed.
8994         (read_rest2): Renamed to read_rest
8995         * build-packet.c (write_fake_data): Use mpi_get_opaque.
8996         * free-packet.c (cp_fake_data): Removed and cahnged all callers
8997         to use mpi_copy.
8998         (free_pubkey_enc,free_seckey_enc,release_public_key_parts,
8999          release_secret_key_parts): Use mpi_free for opaque data.
9001 Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9003         * trustdb.c (check_trust): Check for revoked subkeys.
9004         * pkclist.c (do_we_trust): Handled revoked subkeys.
9005         (do_we_trust_pre): Ditto.
9006         (check_signatures_trust): Ditto.
9008         * build-packet.c (hash_public_key): Fix for ancient g10 keys.
9010         * mainproc.c (do_proc_packets): Return EOF if no data has been read.
9011         * g10.c (main): Catch errors for default operation.
9013 Thu Apr 29 12:29:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9015         * sign.c (sign_file): Fixed hashing in case of no subpackets.
9016         (clearsign_file): Ditto.
9017         (make_keysig_packet): Ditto.
9019 Wed Apr 28 13:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9021         * keyedit.c (keyedit_menu): Add new command revkey.
9022         * (menu_revkey): New.
9025 Mon Apr 26 17:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9027         * parse-packet.c (parse_signature): Add the MDC hack.
9028         * build-packet.c (do_signature): Ditto.
9029         * free-packet.c (free_seckey_enc,copy_signature,cmp_signatures): Ditto.
9030         * mainproc.c (do_check_sig): Ditto.
9031         * sig-check.c (mdc_kludge_check): New.
9032         * encode.c (encrypt_mdc_file): New.
9034         * keyedit.c (check_all_keysigs): List revocations.
9035         * (menu_revsig): New.
9036         * sign (make_keysig_packet): Support for class 0x30.
9038 Sun Apr 18 20:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9040         * pkclist.c (select_algo_from_prefs): Fixed the case that one key
9041         has no preferences (Remi Guyomarch).
9043         keylist.c (list_keyblock): ulti_hack to propagate trust to all uids.
9045 Sun Apr 18 10:11:28 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9047         * seckey-cert.c (do_check): Use real IV instead of a 0 one, so that
9048         it works even if the length of the IV doesn't match the blocksize.
9049         Removed the save_iv stuff.
9050         (protect_secret_key): Likewise.  Create the IV here.
9051         * packet.h (PKT_secret_key): Increased size of IV field and add a
9052         ivlen field.
9053         * parse-packet.c (parse_key): Use the len protect.ivlen.
9054         * build-packet.c (do_secret_key). Ditto.
9056         * getkey.c (key_byname): Close keyblocks.
9058         * Makefile.am (gpgm): Removed this
9059         * g10.c: Merged gpg and gpgm
9061         * import.c (import): Utilize option quiet.
9062         * tdbio.c (tdbio_set_dbname): Ditto.
9063         * ringedit.c (add_keyblock_resource,keyring_copy): Ditto.
9065         * keyedit.c (sign_uids): Add some batch support.
9067         * g10.c (main): add call to tty_batchmode.
9069 Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9071         * status.c (write_status_text): Some more status codes.
9072         * passphrase_to_dek (passphrase_to_dek): add a status code.
9073         * seckey_cert.c (check_secret_key): Likewise.
9075         * encr-data.c (decrypt_data): Reverse the last changes
9076         * cipher.c (write_header): Ditto.
9078         * parse-packet.c (parse_key): Dropped kludge for ancient blowfish mode.
9080 Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9082         * mainproc.c (proc_encrypted): Add a new status output
9083         * passphrase.c (passphrase_to_dek): Ditto.
9084         * status.h status.c: Add new status tokens.
9086 Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9088         * encr-data.c (decrypt_data): Fixes for 128 bit blocksize
9089         * cipher.c (write_header): Ditto.
9090         * seckey-cert.c (do_check): Ditto.
9091         (protect_secret_key). Ditto.
9092         * misc.c (print_cipher_algo_note): Twofish is now a standard algo.
9094         * keygen.c (do_create): Fixed spelling (Gaël Quéri)
9095         (ask_keysize): Only allow keysizes up to 4096
9097         * ringedit.c (add_keyblock_resource): chmod newly created secrings.
9099         * import.c (delete_inv_parts): Fixed accidently deleted subkeys.
9101 Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
9103         * armor.c: Removed duped include (John Bley)
9104         * mainproc.c: Ditto.
9106         * build-packet.c (hash_public_key): Fixed hashing of the header.
9108         * import.c (delete_inv_parts): Allow import of own non-exportable sigs.
9110 Sat Mar 20 13:59:47 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9112         * armor.c (fake_packet): Fix for not not-dash-escaped
9114 Sat Mar 20 11:44:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9116         * g10.c (main): Added command --recv-keys
9117         * hkp.c (hkp_import): New.
9119 Wed Mar 17 13:09:03 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9121         * trustdb.c (check_trust): add new arg add_fnc and changed all callers.
9122         (do_check): Ditto.
9123         (verify_key): Ditto.
9124         (propagate_validity): Use the new add_fnc arg.
9125         (print_user_id): Add the FILE arg.
9126         (propagate_ownertrust): New.
9127         * pkclist.c (add_ownertrust_cb): New and changed the add_ownertrust
9128         logic.
9130         * getkey.c (get_keyblock_bylid): New.
9131         * trustdb.c (print_uid_from_keyblock): New.
9132         (dump_tn_tree_with_colons): New.
9133         (list_trust_path): Add colon print mode.
9135         * trustdb.c (insert_trust_record): Always use the primary key.
9137         * encode.c (encode_simple): Added text_mode filter (Rémi Guyomarch)
9138         (encode_crypt): Ditto.
9140         * mainproc.c (proc_pubkey_enc): Added status ENC_TO.
9141         * armor.c (armor_filter): Added status NODATA.
9142         * passphrase.c (passphrase_to_dek): Always print NEED_PASSPHRASE
9143         * seckey_cert.c (check_secret_key): Added BAD_PASS status.
9145         * g10.c (main): Set g10_opt_homedir.
9147 Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9149         * keygen.c (do_create): Changed wording of the note (Hugh Daniel)
9151 Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9153         * tdbdump.c: New
9155         * trustdb.c (walk_sigrecs,do_list_sigs,list_sigs,
9156         list_records,list_trustdb,export_ownertrust,import_ownertrust): Moved
9157         to tdbdump.c
9158         (init_trustdb): renamed to setup_trustdb.  Changed all callers.
9159         (do_init_trustdb): renamed to init_trustdb().
9160         * trustdb.c (die_invalid_db): replaced by tdbio_invalid.
9161         * tdbio.c (tdbio_invalid): New.
9163         * import.c (delete_inv_parts): Skip non exportable signatures.
9164         * keyedit.c (sign_uid_mk_attrib): New.
9165         (sign_uids): Add the local argument.
9166         (keyedit_menu): New "lsign" command.
9167         * trustdb.c (register_trusted_key): Removed this and all related stuff.
9168         * g10.c (oTrustedKey): Removed option.
9170         * tdbio.h (dir.valcheck): New trustdb field.
9171         * tdbio.c: Add support for this field
9172         (tdbio_read_modify_stamp): New.
9173         (tdbio_write_modify_stamp): New.
9174         * trustdb.c (do_check): Check against this field. Removed cache update.
9175         (verify_key): Add cache update.
9176         (upd_uid_record): Some functional changes.
9177         (upd_cert_record): Ditto
9179 Wed Mar 10 11:26:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9181         * keylist.c (list_keyblock): Fixed segv in uid. Print 'u' as
9182         validity of sks.
9184 Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9186         * getkey.c (classify_user_id): Add new mode 12 (#<lid>).
9188         * seckey-cert.c (check_secret_key): replaced error by info.
9190         * trustdb.c (query_trust_info): Add another arg, changed all callers.
9191         (check_trust): Ditto.
9192         (do_check): Ditto.
9193         (verify_key): Handle namehash.
9194         * keylist.c (list_keyblock): print trust info for user ids.
9196         * sig-check.c (signature_check): Add sig-created to status output.
9198 Tue Mar  2 16:44:57 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9200         * textfilter.c (copy_clearsig_text): New.
9201         (clearsign): Removed.
9202         * sign.c (clearsign_file): does not use textfiler anymore.
9204         * keygen.c (ask_user_id): print a note about the used charset.
9206 Tue Mar  2 10:38:42 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9208         * sig-check.c (signature_check): sig-id now works for all algos.
9210         * armor.c (armor_filter): Fixed armor bypassing.
9212 Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9214         * keygen.c (ask_user_id): Don't change the case of email addresses.
9215         (has_invalid_email_chars): Adjusted.
9217         * keylist.c (list_one): Really list serect keys (Remi Guyomarch)
9219         * keyedit.c (menu_select_uid): Add some braces to make egcs happy.
9220         (menu_select_key): Ditto.
9222         * mainproc.c (do_proc_packets): List sym-enc packets (Remi Guyomarch)
9224 Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9226         * pkclist.c (build_pk_list): Return error if there are no recipients.
9228         * sig-check.c (signature_check): New signature id feature.
9229         * armor.c (make_radic64_string): New.
9231         * mainproc.c (proc_pubkey_enc): early check for seckey availability.
9233         * pkclist.c (do_we_trust_pre): print user id before asking.
9235         * ringedit.c (add_keyblock_resource,get_keyblock_handle): Cleaner
9236         handling of default resource.
9239 Thu Feb 25 18:47:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9241         * pkclist.c (algo_available): New.
9242         (select_algo_from_prefs): Check whether algo is available.
9244         * ringedit.c (keyring_copy): Take care of opt.dry_run.
9245         (do_gdbm_store): Ditto.
9246         * openfile.c (open_outfile). Ditto.
9247         (copy_options_file): Ditto.
9248         * trustdb.c (update_trustdb): Ditto.
9249         (clear_trust_checked_flag): Ditto.
9250         (update_trust_record): Ditto.
9251         (insert_trust_record): Ditto.
9253 Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9255         * keylist.c (secret_key_list): Now really list the secret key.
9257         * trustdb.c (do_init_trustdb): New. Init is now deferred.
9259 Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9261         * getkey.c (lookup_sk): Return G10ERR_NO_SECKEY and not x_PUBKEY.
9263 Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9265         * pkclist.c (select_algo_from_prefs): retrieve LID if not there.
9267         * armor.c (fake_packet): Replaced ugly lineending handling.
9269         * g10.c (oNoEncryptTo): New.
9270         * pkclist.c (build_pk_list): Implemented this option.
9272         * g10.c (main): Greeting is now printed to stderr and not to tty.
9273         Use add_to_strlist() instead of direct coding.
9275         * import.c (import): Use iobuf_push_filter2.
9277         * mainproc.c (check_sig_and_print): Print all user ids
9278         for good signatures.
9279         * getkey.c (get_pubkeyblock): New.
9281         * import.c (chk_self_sigs): Fixed SEGV for unbounded class 0x18 keys.
9282         (delete_inv_parts): Delete special marked packets.
9284 Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9286         * g10.c (main): New option --encrypt-to
9288         * pkclist.c (build_pk_list): Implemented encrypt-to.
9290         * parse-packet.c (parse_user_id): Removed the hack to work with
9291         utf-8 strings.
9293         * g10.c (main): Install lockfile cleanup handler.
9294         * tdbio.c (cleanup): Removed: this is now handled by dotlock.
9296 Sat Feb 13 14:13:04 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9298         * tdbio.c (tdbio_set_dbname): Init lockhandle for a new trustdb
9300 Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9302         * g10.c (main): check for development version now in configure
9304         * tdbio.c (tdbio_write_record): Add uid.validity
9305         (tdbio_read_record) : Ditto.
9306         (tdbio_dump_record) : Ditto.
9308         * keygen.c (keygen_add_std_prefs): Replaced Blowfish by Twofish,
9309         removed MD5 and Tiger.
9310         * pubkey-enc.c (get_it): Suppress warning about missing Blowfish
9311         in preferences in certain cases.
9313         * ringedit.c (lock_rentry,unlock_rentry): New.
9315         * getkey.c (key_byname): Pass ret_kb down to lookup_xx.
9317         * armor.c (armor_filter): No output of of empty comment lines.
9318         Add option --no-version to suppress the output of the version string.
9320         * getkey.c: Release the getkey context for auto context variables.
9322 Sun Jan 24 18:16:26 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9324         * getkey.c: Changed the internal design to allow simultaneous
9325         lookup of multible user ids
9326         (get_pubkey_bynames): New.
9327         (get_seckey_bynames): New.
9328         (get_seckey_next): New.
9329         (get_seckey_end): New.
9330         * keylist.c (list_one): Use the new functions.
9332         * keylist.c (list_keyblock): add a newline for normal listings.
9334         * g10.c (--recipient): New option name to replace --remote-user
9337 Wed Jan 20 18:59:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9339         * textfilter.c: Mostly rewritten
9340         * plaintext.c (handle_plaintext): Use now text_filter semantics.
9342 Tue Jan 19 19:34:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9344         * export.c (export_pubkeys_stream): New.
9345         (do_export_stream): New.
9346         * g10.c (aSendKeys): New command.
9347         * hkp.c (hkp_export): New.
9349         * compress.c (do_uncompress): Hack for algo 1 and 1.1.3
9351 Sun Jan 17 11:04:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9353         * textfilter.c (text_filter): Now uses iobuf_read_line().
9354         (read_line): Removed.
9356         * armor.c (trim_trailing_spaces): Removed and replaced
9357         by trim_trailing_ws from libutil
9359 Sat Jan 16 12:03:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9361         * hkp.c (hkp_ask_import): Use only the short keyid
9363 Sat Jan 16 09:27:30 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9365         * import.c (import_key_stream): New
9366         (import): New, moved most of import_keys here.
9367         * g10.c: New option --keyserver
9368         * mainproc.c (check_sig_and_print): Hook to import a pubkey.
9370         * pref.c pref.h : Removed
9372         * hkp.c hkp.h: New
9374 Wed Jan 13 14:10:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9376         * armor.c (radix64_read): Print an error if a bad armor was detected.
9378 Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9380         * armor.c (radix64_read): Now handles malformed armors produced
9381         by some buggy MUAs.
9383 Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9385         * ringedit.c (find_keyblock_bysk): New.
9387         * skc_list.c (is_insecure): New.
9388         (build_sk_list): usage check for insecure keys.
9390         * import.c (chk_self_sigs): Add handling for subkeys.
9391         (delete_inv_parts): Skip unsigned subkeys
9393         * sig-check.c (do_check): Print info if the signature is older
9394         than the key.
9395         * keygen.c (generate_subkeypair): Fail on time warp.
9396         * sign.c (do_sign): Ditto.
9398 Sun Jan 10 15:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9400         * armor.c (fake_packet): Fixed not-dash-escaped bug.
9402 Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9404         * sig-check.c (do_check): Output time diff on error
9406         * status.c (STATUS_VALIDSIG): New.
9407         (is_status_enabled): New.
9408         * mainproc.c (check_sig_and_print): Issue that status message.
9410         * plaintext.c (special_md_putc): Removed
9412         * armor.c (armor_filter): print error for truncated lines.
9414         * free-packet.c (free_encrypted): Revomed call to set_block_mode.
9415         (free_plaintext): Ditto.
9417 Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
9419         * pkclist.c (add_ownertrust): Fixed return value.
9421         * encr-data.c (decrypt_data): Disabled iobuf_set_limit and
9422         iobuf_pop_filter stuff.
9423         * compress.c (handle_compressed): Disabled iobuf_pop_filter.
9425         * packet.h (PKT_secret_key): Add is_primary flag.
9426         * parse-packet.c (parse_key): Set this flag.
9427         * passphrase.c (passphrase_to_dek): Kludge to print the primary
9428         keyid - changed the API: keyid must now hold 2 keyids.
9429         * getkey.c (get_primary_seckey): New.
9430         * seckey-cert.c (do_check): pass primary keyid to passphrase query
9432         * tbdio.c (open_db): removed the atexit
9433         (tdbio_set_dbname): and moved it to here.
9435         * armor.c: Rewrote large parts.
9437 Tue Dec 29 19:55:38 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9439         * revoke.c (gen_revoke): Removed compression.
9441         * pkclist.c (do_we_trust_pre): special check for revoked keys
9443         * trustdb.c (update_trust_record): Fixed revoke flag.
9445 Tue Dec 29 14:41:47 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9447         * misc.c (disable_core_dumps): Check for EINVAL (Atari)
9449         * getkey (merge_one_pk_and_selfsig): Fixed search of expiredate.
9450         (merge_keys_and_selfsig): Ditto.
9452         * free-packet.c (cmp_public_keys): cmp expire only for v3 packets
9453         (cmp_secret_keys): Ditto.
9454         (cmp_public_secret_key): Ditto.
9456 Wed Dec 23 17:12:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9458         * armor.c (find_header): Reset not_dashed at every header
9460 Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9462         * pkclist.c (add_ownertrust): Refresh validity values.
9464         * trustdb.c (enum_cert_paths_print): New arg refresh.
9466         * ringedit.c: Fixed problems fix keyrings
9467         * parse-packet.c (dbg_parse_packet): New debug functions.
9469         * getkey.c (getkey_disable_caches): New.
9470         * import.c (import_keys): Disable caches.
9472 Thu Dec 17 18:31:15 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9474         * misc.c (trap_unaligned): Only for glibc 1
9476         * sign.c (write_dash_escaped): Now escapes "From " lines
9477         * g10.c: New option --escape-from-lines
9479         * trustdb.c (sort_tsl_list): New
9480         (list_trust_path): Now prints sorted list.
9481         (enum_cert_paths): Likewise.
9482         (enum_cert_paths_print): New.
9483         (print_paths): New printing format.
9484         * pkclist.c (add_ownertrust): New arg quit.
9485         (edit_ownertrust): New quit selection and does not query
9486         the recipients ownertrust anymore.
9487         (add_ownertrust): Print the ceritficate path.
9490 Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9492         * parse-packet.c (parse_signature): Now checks for critical bit
9493         (parse_sig_subpkt): Splitted.
9494         (parse_one_sig_subpkt): New.
9495         * sig-check.c (do_check): handle critical bit.
9497 Sun Dec 13 14:10:56 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9499         * pcklist.c (select_algo_from_prefs): Preferences should
9500         now work (lost the != ? )
9502 Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9504         * ringedit.c (gdbm_store): Fix for inserts
9506         * g10.c (main): New option --export-all
9507         * export.c (export_pubkeys): New arg.
9508         (do_export): Now may skip old keys.
9510         * status.c: Minor patches for Sun's cc
9512         * keygen.c (ask_algo): Disabled v3 ElGamal choice, rearranged
9513          the numbers.  Add a warning question when a sign+encrypt key
9514          is selected.
9516         * g10.c (do_not_use_RSA): Removed.
9517         * misc.c (print_pubkey_algo_note): New as replacement for the
9518         do_not_use_RSA() and chnaged all callers.
9519         (print_cipher_algo_note): New.
9520         (print_hash_algo_note): New.
9522         * cipher.c (write_header): Add a call to print_cipher_algo_note.
9523         * seckey-cert.c (protect_secret_key): Ditto
9524         * sign.c (do_sign): Add a call to print_digest_algo_note.
9526         * getkey.c (get_long_user_id_string): New.
9527         * mainproc.c (check_sig_and_print): Changed the format of the
9528         status output.
9530         * encrypt.c (write_pubkey_enc_from_list): print used symmetric cipher.
9532         * pkclist.c (do_we_trust): Changed a message.
9534 Wed Dec  9 13:41:06 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9536         * misc.c (trap_unaligned) [ALPHA]: Only if UAC_SIGBUS is defined.
9538         * sign.c (write_dash_escaped): Add the forgotten patch by Brian Moore.
9540         * compress.c (do_uncompress): Fixed the inflating bug.
9543 Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9545         * trustdb.c (upd_uid_record): Now uses the newest self-signature
9546         (insert_trust_record): Now calls update with recheck set to true.
9547         (register_trusted_key): New.
9548         (verify_own_keys): Enhanced by list of trusted keys.
9550         * g10.c (main): Print a warning when a devel version is used.
9551         (main): New option --trusted-key
9553         * import.c (merge_blocks): Fixed merging of new user ids and
9554         added merging of subkeys.
9555         (append_uid): Ditto.
9556         (merge_keysig): New.
9557         (append_key): New.
9558         * getkey.c (merge_one_pk_and_selfsig): Get the expiration time
9559         from the newest self-signature.
9560         (merge_keys_and_selfsig): Ditto.
9562         * free-packet.c (cmp_secret_key): New.
9565 Fri Nov 27 21:37:41 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9567         * g10.c: New option --lock-once
9568         * tdbio.c (open_db): Add an atexit
9569         (cleanup): New.
9570         (tdbio_sync): Add locking.
9571         (tdbio_end_transaction): Ditto.
9572         (put_record_into_cache): Ditto.
9573         * ringedit.c (keyring_copy): Ditto.
9574         (cleanup): New.
9575         (add_keyblock_resource): Add an atexit.
9577 Fri Nov 27 15:30:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9579          * armor.c (find_header): Another fix for clearsigs.
9581 Fri Nov 27 12:39:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9584         * status.c (display_help): Removed.
9585         * helptext.c: New and removed the N_() from all cpr_gets.
9588 Fri Nov 20 16:54:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9590         * g10.c (main): New option --not-dash-escaped
9591         * sign.c (write_dashed_escaped): Ditto.
9592         * armor.c (find_header): Support for NotDashEscaped header.
9594         * getkey.c: print "disabled cache.." only if verbose is used.
9596 Thu Nov 19 07:17:31 1998  Werner Koch  <werner.koch@guug.de>
9598         * parse-packet.c (dump_sig_subpkt): Fixed expire listing
9599         * getkey.c (merge_keys_and_selfsig): Fixed expire calculation.
9600         (merge_one_pk_and_selfsig): Ditto.
9601         * keyedit.c (menu_expire). Ditto.
9602         * keygen.c (keygen_add_key_expire): Ditto.
9603         (ask_expire_interval): New and changed all local function to use
9604         this instead.
9605         (keygen_add_key_expire): Opaque should now be a public key;
9606         changed all callers.
9608         * parse.packet.c (parse): use skip_rest to skip packets.
9610         * keyedit.c (keyedit_menu): New arg for cmdline cmds.
9612 Wed Nov 18 20:33:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
9614         * trustdb.c (check_trustdb): Now rechecks all gived userids.
9615         (collect_paths): Some fixes.
9616         (upd_pref_records): Skips empty items, evaluate all items.
9618         * parse-packet.c (dump_sig_subpkt): Better listing of prefs.
9619         (skip_packet): Now knows about marker packet
9621         * g10.c: removed cmd "--edit-sig".
9623         * pubring.asc: Updated.
9625 Sat Nov 14 14:01:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
9627         * g10.c (main): Changed syntax of --list-trust-path
9628         * trustdb.c (list_trust_path): Replaced max_depth by
9629         opt.max_cert_depth
9631 Fri Nov 13 07:39:58 1998  Werner Koch  <werner.koch@guug.de>
9633         * trustdb.c (collect_paths): Removed a warning message.
9634         (enum_trust_web): Removed.
9635         (enum_cert_paths): New.
9636         * pkclist.c (add_ownertrust): Changed to use enum_cert_paths.
9637         (edit_ownertrust): Now list ceritficates on request.
9638         (show_paths): New.
9640 Wed Nov 11 18:05:44 1998  Werner Koch  <werner.koch@guug.de>
9642         * g10.c (main): New option --max-cert-depth
9643         * tdbio.h: add new fields to ver and dir record.
9644         * tdbio.c: read/write/dump of these fields.
9645         (tdbio_db_matches_options): New.
9646         * trustdb.c: replaced MAC_CERT_DEPTH by opt.max_cert_depth.
9647         (do_check): cache validity and changed other functions
9648         to reset the cached value.
9650         * keylist.c (list_one): Now lists the ownertrust.
9651         * mainproc.c (list_node): Ditto.
9653 Tue Nov 10 10:08:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9655         * g10.c (g10_exit): Now looks at the new g10_errors_seen.
9656         * mainproc.c (check_sig_and_print): Sets g10_errors_seen.
9658         * *.c : i18n many more strings.
9660         * ringedit.c (locate_keyblock_by_keyid): Add HAVE_LIBGDBM
9661         (locate_keyblock_by_fpr): Ditto.
9663         * g10.c (main): removed unsused "int errors".
9664         (main): Add new option --charset.
9666         * g10.c (main): special message for the unix newbie.
9668 Mon Nov  9 07:17:42 1998  Werner Koch  <werner.koch@guug.de>
9670         * getkey.c (finish_lookup): Kludge to prefere algo 16.
9672         * trustdb.c (new_lid_table): Clear cached item.
9674         * status.c (cpr_get_utf8): New.
9675         * pkclist.c (build_pk_list): Uses this.
9677 Sun Nov  8 17:20:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9679         * mainproc.c (check_sig_and_print): Why did I use strlen()-1
9680         in the printf? - This truncated the TZ.
9682 Sat Nov  7 15:57:28 1998  me,,,  (wk@tobold)
9684         * getkey.c (lookup): Changes to support a read_next.
9685         (get_pubkey): Fixed a memory leak.
9687         * keylist.c (list_one): Now lists all matching user IDs.
9689 Tue Nov  3 16:19:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9691         * keygen.c (ask_user_id): Now converted to UTF-8
9693         * g10.c (main): Kludge for pgp clearsigs and textmode.
9695 Fri Oct 30 16:40:39 1998  me,,,  (wk@tobold)
9697         * signal.c (block_all_signals): New.
9698         (unblock_all_signals): New
9699         * tdbio.c (tdbio_end_transaction): Now blocks all signals.
9701         * trustdb.c (new_lid_table): Changed the representation of the
9702         former local_lid_info stuff.
9704         * trustdb.c (update_trust_record): Reorganized the whole thing.
9705         * sig-check.c (check_key_signature): Now handles class 0x28
9708 Wed Oct 28 18:56:33 1998  me,,,  (wk@tobold)
9710         * export.c (do_export): Takes care of the exportable sig flag.
9712 Tue Oct 27 14:53:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9714         * trustdb.c (update_trust_record): New "fast" parameter.
9716 Sun Oct 25 19:32:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
9718         * openfile.c (copy_options_File): New.
9719         * ringedit.c (add_keyblock_resource): Creates options file
9720         * tdbio.c (tdbio_set_dbname): Ditto.
9722 Sat Oct 24 14:10:53 1998  brian moore <bem@cmc.net>
9724         * mainproc.c (proc_pubkey_enc): Don't release the DEK
9725         (do_proc_packets): Ditto.
9727 Fri Oct 23 06:49:38 1998  me,,,  (wk@tobold)
9729         * keyedit.c (keyedit_menu): Comments are now allowed
9731         * trustdb.c: Rewrote large parts.
9734 Thu Oct 22 15:56:45 1998  Michael Roth  (mroth@nessie.de)
9736         * encode.c: (encode_simple): Only the plain filename without
9737         a given directory is stored in generated packets.
9738         (encode_crypt): Ditto.
9740         * sign.c: (sign_file) Ditto.
9743 Thu Oct 22 10:53:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
9745         * trustdb.c (update_trust_record): Add new optional arg.
9747         * import.c (import_keys): Add statistics output
9748         * trustdb.c (update_trustdb): Ditto.
9749         (insert_trustdb): Ditto.
9751         * tdbio.c (tdbio_begin_transaction): New.
9752         (tdbio_end_transaction): New.
9753         (tdbio_cancel_transaction): New.
9755         * g10.c (main): New option --quit.
9757         * trustdb.c (check_hint_sig): No tests for user-id w/o sig.
9758         This caused an assert while checking the sigs.
9760         * trustdb.c (upd_sig_record): Splitted into several functions.
9762         * import.c (import_keys): New arg "fast".
9763         * g10.c (main): New command --fast-import.
9765 Wed Oct 21 18:19:36 1998  Michael Roth <mroth@nessie.de>
9767         * ringedit.c (add_keyblock_resource): Directory is now created.
9768         * tdbio.c (tdbio_set_dbname): New info message.
9770 Wed Oct 21 11:52:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9772         * trustdb.c (update_trustdb): released keyblock in loop.
9774         * keylist.c (list_block): New.
9775         (list_all): Changed to use list_block.
9777         * trustdb.c: Completed support for GDBM
9779         * sign.c (only_old_style): Changed the way force_v3 is handled
9780         (sign_file): Ditto.
9781         (clearsign_file): Ditto.
9783         * keygen.c (has_invalid_email_chars): Splitted into mailbox and
9784         host part.
9786         * keylist.c (list_one): Add a merge_keys_and_selfsig.
9787         * mainproc.c (proc_tree): Ditto.
9789 Sun Oct 18 11:49:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9791         * sign.c (only_old_style): Add option force_v3_sigs
9792         (sign_file): Fixed a bug in sig->version
9793         (clearsign_file): Ditto.
9795         * parse-packet.c (dump_sig_subpkt): New
9797         * keyedit.c (menu_expire): New.
9798         * free-packet.c (cmp_signatures): New
9801 Sat Oct 17 10:22:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9803         * armor.c: changed output line length from 72 to 64.
9805         * keyedit.c (fix_keyblock): New.
9807 Fri Oct 16 10:24:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
9809         * trustdb.c: Rewrote most.
9810         * tdbio.c: Add cache and generalized hash tables.
9812         * options.h (ENABLE_COMMENT_PACKETS): New but undef'ed.
9813         * encode.c, sign.c, keygen.c: Disabled comment packets.
9814         * export.c (do_export): Comment packets are never exported,
9815         except for those in the secret keyring.
9817         * g10.c (main): Removed option do-no-export-rsa; should be
9818         be replaced by a secpial tool.
9819         * export.c (do_export): Removed the code for the above option.
9821         * armor.c (find_header): Support for new only_keyblocks.
9822         * import.c (import_keys): Only looks for keyblock armors.
9824         * packet.h: replaced valid_days by expiredate and changed all users.
9825         * build-packet.c (do_public_key): calculates valid-days
9826         (do_secret_key): Ditto.
9827         * parse-packet.c (parse_key): expiredate is calucated from the
9828         valid_period in v3 packets.
9829         * keyid.c (do_fingerprint_md): calculates valid_dates.
9831         * keygen.c (add_key_expire): fixed key expiration time for v4 packets.
9833         * armor.c (find_header): A LF in the first 28 bytes
9834         was skipped for non-armored data.
9836 Thu Oct  8 11:35:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
9838         * armor.c (is_armored): Add test on old comment packets.
9840         * tdbio.c (tdbio_search_dir_bypk): fixed memory leak.
9842         * getkey.c: Changed the caching algorithms.
9844 Wed Oct  7 19:33:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9846         * kbnodes.c (unused_nodes): New.
9848 Wed Oct  7 11:15:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9850         * keyedit.c (sign_uids): Fixed a problem with SK which could caused
9851         a save of an unprotected key.
9852         (menu_adduid): Ditto.
9854         * keyedit.c (keyedit_menu): Prefs are now correctly listed for
9855         new user ids.
9857         * trustdb.c (update_trust_record): New.
9858         (insert_trust_record): Now makes use of update_trust_record.
9860 Tue Oct  6 16:18:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9862         * trustdb.c (read_record): replaces most of the tdbio_read_records.
9863         (write_record): Ditto.
9865 Sat Oct  3 11:01:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9867         * keygen.c (ask_alogo): enable ElGamal enc-only only for addmode.
9869 Wed Sep 30 10:15:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9871         * import.c (import_one): Fixed update of wrong keyblock.
9873 Tue Sep 29 08:32:08 1998  me,,,  (wk@tobold)
9875         * mainproc.c (proc_plaintext): Display note for special filename.
9876         * plaintext.c (handle_plaintext): Suppress output of special file.
9878 Mon Sep 28 12:57:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
9880         * g10.c (verify_own_keys): Add warning if a key is not protected.
9882         * passphrase (hash_passphrase): Fixed iterated+salted mode and
9883         setup for keysizes > hashsize.
9885         * g10.c (main): New options: --s2k-{cipher,digest,mode}.
9887 Fri Sep 25 09:34:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
9889         * g10.c: Chnaged some help texts.
9891 Tue Sep 22 19:34:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9893         * passphrase.c (read_passphrase_from_fd): fixed bug for long
9894         passphrases.
9896 Mon Sep 21 11:28:05 1998  Werner Koch  (wk@(none))
9898         * getkey.c (lookup): Add code to use the sub key if the primary one
9899         does not match the usage.
9901         * armor.c (armor_filter): New error message: no valid data found.
9902         (radix64_read): Changes to support multiple messages.
9903         (i18n.h): New.
9904         * mainproc.c (add_onepass_sig): bug fix.
9906 Mon Sep 21 08:03:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9908         * pkclist.c (do_we_trust): Add keyid to most messages.
9910         * passphrase.c (read_passphrase_from_fd): New.
9911         (have_static_passphrase): New
9912         (get_passphrase_fd): Removed.
9913         (set_passphrase_fd): Removed.
9914         * g10.c (main): passphrase is now read here.
9916         * keyedit.c (keyedit_menu): "help" texts should now translate fine.
9918 Mon Sep 21 06:40:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
9920         * encode.c (encode_simple): Now disables compression
9921         when --rfc1991 is used.
9922         (encode_crypt): Ditto.
9924 Fri Sep 18 16:50:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
9926         * getkey.c (merge_key_and_selfsig): New.
9928 Fri Sep 18 10:20:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
9930         * pkclist.c (select_algo_from_prefs): Removed 3DES kludge.
9932         * seskey.c (make_session_key): Fixed SERIOUS bug introduced
9933         by adding the weak key detection code.
9935         * sign.c (sign_file): Changed aremor header in certain cases.
9937 Tue Sep 15 17:52:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
9939         * mainproc.c (check_sig_and_print): Replaced ascime by asctimestamp.
9941 Mon Sep 14 11:40:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9943         * seskey.c (make_session_key): Now detects weak keys.
9945         * trustdb (clear_trust_checked_flag): New.
9947         * plaintext.c (handle_plaintext): Does no anymore suppress CR from
9948         cleartext signed messages.
9950 Sun Sep 13 12:54:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
9952         * trustdb.c (insert_trust_record): Fixed a stupid bug in the free
9953         liunked list loops.
9955 Sat Sep 12 15:49:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9957         * status.c (remove_shmid): New.
9958         (init_shm_comprocess): Now sets permission to the real uid.
9960 Wed Sep  9 11:15:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9962         * packet.h (PKT_pubkey_enc): New flah throw_keyid, and add logic to
9963         implement it.
9964         * g10.c (main): New Option --throw-keyid
9966         * getkey.c (enum_secret_keys): Add new ar and changed all callers.
9968 Tue Sep  8 20:04:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
9970         * delkey.c (delete_key): Moved from keyedit.c.
9972 Mon Sep  7 16:37:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9974         * build-packet.c (calc_length_header): New arg new_ctb to correctly
9975         calculate the length of new style packets.
9977         * armor.c (is_armored): Checks for symkey_enc packets.
9979         * pkclist.c (select_algo_from_prefs): 3DEs substitute is now CAST5.
9981 Tue Aug 11 17:54:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
9983         * build-packet.c (do_secret_key): Fixed handling of old keys.
9985         * getkey.c (compare_name): Fixed exact and email matching
9987         * openfile.c (open_outfile): Changed arguments and all callers.
9989 Tue Aug 11 09:14:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
9991         * encode.c (encode_simple): Applied option set-filename and comment.
9992         (encode_crypt): Ditto.
9993         * sign.c (sign_file): Ditto.
9994         * armor.c (armor_filter): Applied option comment.
9996         * encode.c (encode_crypt): Moved init_packet to the begin.
9997         (encode_simple): add an init_packet().
9999         * comment (write_comment): Now enforces a hash sign as the 1st byte.
10001         * import.c (import_one): Add explanation for "no user ids".
10003         * compress.c (do_uncompress): Applied Brian Warner's patch to support
10004         zlib 1.1.3 etc.
10006         * trustdb.c (check_trust): Fixed a problem after inserting new keys.
10008         * getkey (lookup): do not return the primary key if usage is given
10009         (lookup_sk): Ditto and take usage into account.
10011         * status.c (cpr_get_answer_is_yes): add display_help.
10013 Mon Aug 10 10:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10015         * getkey.c (lookup_sk): Now always returns the primary if arg
10016         primary is true.
10017         (lookup): Likewise.
10018         (get_pubkey_byname): Now returns the primary key
10019         (get_seckey_byname): Ditto.
10022 Mon Aug 10 08:34:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10024         * keyid.c (pubkey_letter): ELG_E is now a small g.
10026 Sat Aug  8 17:26:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
10028         * openfile (overwrite_filep): Changed semantics and all callers.
10030 Sat Aug  8 12:17:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
10032         * status.c (display_help): New.
10034 Thu Aug  6 16:30:41 1998  Werner Koch,mobil,,,  (wk@tobold)
10036         * seskey.c (encode_session_key): Now uses get_random_bits().
10038 Thu Aug  6 07:34:56 1998  Werner Koch,mobil,,,  (wk@tobold)
10040         * ringedit.c (keyring_copy): No more backupfiles for
10041         secret keyrings and add additional warning in case of
10042         a failed secret keyring operation.
10044 Wed Aug  5 11:54:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
10046         * g10.c (check_opts): Moved to main.  Changed def_cipher_algo
10047         semantics and chnaged all users.
10049         * pubkey-enc.c (get_sssion_key): New informational output
10050         about preferences.
10052         * parse-packet.c (parse_symkeyenc): Fixed salted+iterated S2K
10053         (parse_key): Ditto.
10054         * build-packet.c (do_secret_key): Ditto.
10055         (do_symkey_enc): Ditto.
10057 Tue Aug  4 08:59:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
10059         * getkey.c (enum_secret_keys): Now returns only primary keys.
10061         * getkey (lookup): Now sets the new namehash field.
10063         * parse-packet.c (parse_sig_subpkt2): New.
10065         * sign.c (sign_file): one-pass sigs are now emiited reverse.
10066         Preference data is considered when selecting the compress algo.
10068 Wed Jul 29 12:53:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10070         * free-packet.c (copy_signature): New.
10072         * keygen.c (generate_subkeypair): rewritten
10073         * g10.c (aKeyadd): Removed option --add-key
10075 Mon Jul 27 10:37:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10077         * seckey-cert.c (do_check): Additional check on cipher blocksize.
10078         (protect_secret_key): Ditto.
10079         * encr-data.c: Support for other blocksizes.
10080         * cipher.c (write_header): Ditto.
10082 Fri Jul 24 16:47:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10084         * kbnode.c (insert_kbnode): Changed semantics and all callers.
10085         * keyedit.c : More or less a complete rewrite
10087 Wed Jul 22 17:10:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
10089         * build-packet.c (write_sign_packet_header): New.
10091 Tue Jul 21 14:37:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
10093         * import.c (import_one): Now creates a trustdb record.
10095         * g10.c (main): New command --check-trustdb
10097 Mon Jul 20 11:15:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
10099         * genkey.c (generate_keypair): Default key is now DSA with
10100         encryption only ElGamal subkey.
10102 Thu Jul 16 10:58:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10104         * keyid.c (keyid_from_fingerprint): New.
10105         * getkey.c (get_pubkey_byfprint): New.
10107 Tue Jul 14 18:09:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
10109         * keyid.c (fingerprint_from_pk): Add argument and changed all callers.
10110         (fingerprint_from_sk): Ditto.
10112 Tue Jul 14 10:10:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10114         * plaintext.c (handle_plaintext): Now returns create error if
10115         the file could not be created or the user responded not to overwrite
10116         the file.
10117         * mainproc.c (proc_plaintext): Tries again if the file could not
10118         be created to check the signature without output.
10120         * misc.c (disable_core_dumps): New.
10121         * g10.c (main): disable coredumps for gpg
10123         * g10.c (MAINTAINER_OPTIONS): New to disable some options
10125 Mon Jul 13 16:47:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
10127         * plaintext.c (hash_datafiles): New arg for better support of
10128         detached sigs. Changed all callers.
10129         * mainproc.c (proc_signature_packets): Ditto.
10131         * g10.c (main): New option "compress-sigs"
10132         * sig.c (sign_file): detached signatures are not anymore compressed
10133         unless the option --compress-sigs is used.
10135 Thu Jul  9 19:54:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
10137         * armor.c: Fixes to allow zero length cleartext signatures
10139 Thu Jul  9 14:52:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
10141         * g10.c (build_list): Now drops setuid.
10142         (main): Changed the way keyrings  and algorithms are registered .
10144 Wed Jul  8 14:17:30 1998  Werner Koch  (wk@isil.d.shuttle.de)
10146         * packet.h (PKT_public_key): Add field keyid.
10147         * parse-packet.c (parse_key): Reset the above field.
10148         * keyid.c (keyid_from_pk): Use above field as cache.
10150         * tdbio.c, tdbio.h: New
10151         * trustdb.c: Moved some functions to tdbio.c.
10152         (print_keyid): New.
10154         * pkclist.c (check_signatures_trust): New.
10156 Wed Jul  8 10:45:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10158         * plaintext.c (special_md_putc): New.
10159         (handle_plaintext): add clearsig argument
10160         * mainproc.c (proc_plaintext): detection of clearsig
10161         * sign.c (write_dased_escaped): Changed clearsig format
10163 Tue Jul  7 18:56:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
10165         * armor.c (find_header): Now makes sure that there is only one
10166         empty line for clearsigs, as this is what OP now says.
10168 Mon Jul  6 13:09:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
10170         * g10.c (main): New option default-secret-key
10171         * getkey.c (get_seckey_byname): support for this option.
10173 Mon Jul  6 09:03:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
10175         * getkey.c (add_keyring): Keyrings are now added to end of the
10176         list of keyrings.  The first added keyringwill be created.
10177         (add_secret_keyring): Likewise.
10179         * ringedit.c (add_keyblock_resource): Files are created here.
10181         * g10.c (aNOP): Removed
10183         * getkey.c (lookup): Add checking of usage for name lookups
10184         * packet.h (pubkey_usage): Add a field which may be used to store
10185         usage capabilities.
10186         * pkclist.c (build_pk_list): getkey now called with usage arg.
10187         * skclist.c (build_sk_list): Ditto.
10189         * sign.c (clearsign_file): Fixed "Hash:" headers
10191 Sat Jul  4 13:33:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
10193         * trustdb.c (list_ownertrust): New.
10194         * g10.c (aListOwnerTrust): New.
10196         * g10.c (def_pubkey_algo): Removed.
10198         * trustdb.c (verify_private_data): Removed and also the call to it.
10199         (sign_private_data): Removed.
10201 Fri Jul  3 13:26:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
10203         * g10.c (aEditKey): was aEditSig. Changed usage msg.
10205         * keyedit.c: Done some i18n stuff.
10207         * g10.c (do_not_use_RSA): New.
10208         * sign.c (do_sign): Add call to above function.
10209         * encode.c (write_pubkey_enc_from_list): Ditto.
10211 Thu Jul  2 21:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
10213         * parse-packet.c: Now is able sto store data of unknown
10214         algorithms.
10215         * free-packet.c: Support for this.
10216         * build-packet.c: Can write data of packet with unknown algos.
10218 Thu Jul  2 11:46:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
10220         * parse-packet.c (parse): fixed 4 byte length header
10222 Wed Jul  1 12:36:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
10224         * packet.h (new_ctb): New field for some packets
10225         * build-packet.c (build_packet): Support for new_ctb
10226         * parse-packet.c (parse): Ditto.
10228 Mon Jun 29 12:54:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
10230         * packet.h: changed all "_cert" to "_key", "subcert" to "subkey".
10232         * free-packet.c (free_packet): Removed memory leak for subkeys.
10234 Sun Jun 28 18:32:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
10236         * import.c (import_keys): Renamed from import_pubkeys.
10237         (import_secret_one): New.
10239         * g10.c (aExportSecret): New.
10241         * export.c (export_seckeys): New.
10243         * parse-packet.c (parse_certificate): Cleaned up.
10244         (parse_packet): Trust packets are now considered as unknown.
10245         (parse_pubkey_warning): New.
10247 Fri Jun 26 10:37:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
10249         * keygen.c (has_invalid_email_chars): New.
10251 Wed Jun 24 16:40:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
10253         * armor.c (armor_filter): Now creates valid onepass_sig packets
10254         with all detected hash algorithms.
10255         * mainproc.c (proc_plaintext): Now uses the hash algos as specified
10256         in the onepass_sig packets (if there are any)
10258 Mon Jun 22 11:54:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
10260         * plaintext.c (handle_plaintext): add arg to disable outout
10261         * mainproc.c (proc_plaintext): disable output when in sigs_only mode.
10263 Thu Jun 18 13:17:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
10265         * keygen.c: Removed all rsa packet stuff, chnaged defaults
10266         for key generation.
10268 Sun Jun 14 21:28:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
10270         * misc.c (checksum_u16): Fixed a stupid bug which caused a
10271         wrong checksum calculation for the secret key protection and
10272         add a backward compatibility option.
10273         * g10.c (main): Add option --emulate-checksum-bug.
10275 Thu Jun 11 13:26:44 1998  Werner Koch  (wk@isil.d.shuttle.de)
10277         * packet.h: Major changes to the structure of public key material
10278         which is now stored in an array and not anaymore in a union of
10279         algorithm specific structures.  These is needed to make the system
10280         more extendable and makes a lot of stuff much simpler. Changed
10281         all over the system.
10283         * dsa.c, rsa.c, elg.c: Removed.
10285 Wed Jun 10 07:22:02 1998  Werner Koch,mobil,,,  (wk@tobold)
10287         * g10.c ("load-extension"): New option.
10289 Mon Jun  8 22:23:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
10291         * seckey-cert.c (do_check): Removed cipher constants
10292         (protect_secret_key): Ditto.
10294 Fri May 29 10:00:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10296         * trustdb.c (query_trust_info): New.
10297         * keylist.c (list_one): Add output of trust info
10298         * mainproc (list_node): ditto.
10299         * g10.c (main): full trustdb init if -with-colons and any of the
10300         key list modes.
10302 Thu May 28 10:34:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10304         * status.c (STATUS_RSA_OR_IDEA): New.
10305         * sig-check.c (check_signature): Output special status message.
10306         * pubkey-enc.c (get_session_key): Ditto.
10308         * mainproc.c (check_sig_and_print): Changed format of output.
10309         * passpharse.c (passphrase_to_dek): Likewise.
10311 Wed May 27 13:46:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10313         * g10.c (aListSecretKeys): New option --list-secret-keys
10314         * keylist.c (std_key_list): Renamed to public_key_list.
10315         (secret_key_list): New
10316         (list_one, list_all): Add support for secret keys.
10317         * getkey.c (get_secret_keyring): New.
10318         * mainproc.c (list_node): Add option --with-colons for secret keys
10320         * sig-check.c (check_key_signature): detection of selfsigs
10321         * mainproc.c (list_node): fixed listing.
10323         * g10.c (aListSecretKeys): New option --always-trust
10324         * pkclist.c (do_we_trust): Override per option added
10326         * status.c (write_status_text): Add a prefix to every output line.
10328 Wed May 27 07:49:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
10330         * g10 (--compress-keys): New.
10331         * options.h (compress_keys): New.
10332         * export.c (export_pubkeys): Only compresses with the new option.
10334 Tue May 26 11:24:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10336         * passphrase.c (get_last_passphrase): New
10337         (set_next_passphrase): New.
10338         (passphrase_to_dek): add support for the above functions.
10339         * keyedit.c (make_keysig_packet): Add sigclass 0x18,
10340         changed all callers due to a new argument.
10341         * keygen.c (write_keybinding): New
10342         (generate_subkeypair): Add functionality
10343         (ask_algo, ask_keysize, ask_valid_days): Broke out of generate_keypair
10344         (ask_user_id, ask_passphrase): Ditto.
10346 Thu May 21 11:26:13 1998  Werner Koch  (wk@isil.d.shuttle.de)
10348         * g10.c,gpgd.c (main): Does now return an int, so that egcs does
10349         not complain.
10351         * armor.c (fake_packet): Removed erro message and add a noticed
10352         that this part should be fixed.
10354         * sign.c (sign_file): Compression now comes in front of encryption.
10355         * encode.c (encode_simple): Ditto.
10356         (encode_crypt): Ditto.
10358 Tue May 19 16:18:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
10360         * armor.c (fake_packet): Changed assertion to log_error
10362 Sat May 16 16:02:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
10364         * build-packet.c (build_packet): Add SUBKEY packets.
10366 Fri May 15 17:57:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
10368         * sign.c (hash_for): New and used in all places here.
10369         * main.h (DEFAULT_): new macros.
10370         * g10.c  (opt.def_digest_algo): Now set to 0
10372         * compress.c (init_compress): Add support for algo 1
10373         * options.h (def_compress_algo): New
10374         * g10.c (main): New option --compress-algo
10376 Fri May 15 13:23:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10378         * g10.c (print_mds): New feature to print only one hash,
10379         chnaged formatting.
10381 Thu May 14 15:36:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
10383         * misc.c (trap_unaligned) [__alpha__]: New
10384         * g10.c (trap_unaligned): Add call to this to track down SIGBUS
10385         on Alphas (to avoid the slow emulation code).
10387 Wed May 13 11:48:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
10389         * build-packet.c (do_signature): Support for v4 pakets.
10390         * keyedit.c (make_keysig_packet): Ditto.
10391         * build-packet.c (build_sig_subpkt_from_sig): New.
10392         (build_sig_subpkt): New.
10394         * elg.c (g10_elg_sign): removed keyid_from_skc.
10395         * dsa.c (g10_dsa_sign): Ditto.
10396         * rsa.c (g10_rsa_sign): Ditto.
10397         * keyedit.c (make_keysig_packet): Add call to keyid_from_skc
10399         * sign.c (clearsign_file): Support for v4 signatures.
10400         (sign_file): Ditto.
10402 Wed May  6 09:31:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
10404         * parse-packet.c (do_parse): add support for 5 byte length leader.
10405         (parse_subpkt): Ditto.
10406         * build-packet.c (write_new_header): Ditto.
10408         * packet.h (SIGSUBPKT_): New constants.
10409         * parse-packet.c (parse_sig_subpkt): Changed name, made global,
10410         and arg to return packet length, chnaged all callers
10413 Tue May  5 22:11:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10415         * keygen.c (gen_dsa): New.
10416         * build_packet.c (do_secret_cert): Support for DSA
10418 Mon May  4 19:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
10420         * compress.c: doubled buffer sizes
10421         * parse-packet.c (do_plaintext): now uses iobuf_read/write.
10423 Mon May  4 09:35:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
10425         * seskey.c (encode_md_value): Add optional argument hash_algo,
10426         changed all callers.
10428         * passphrase.c (make_dek_from_passphrase): Removed
10429         * (get_passhrase_hash): Changed name to passphrase_to_dek, add arg,
10430         changed all callers.
10432         * all: Introduced the new ELG identifier and added support for the
10433         encryption only one (which is okay to use by GNUPG for signatures).
10435 Sun May  3 17:50:26 1998  Werner Koch  (wk@isil.d.shuttle.de)
10437         * packet.h (PKT_OLD_COMMENT): New name for type 16.
10438         * parse-packet.c (parse_comment): Now uses type 61
10440 Fri May  1 12:44:39 1998  Werner Koch,mobil,,,  (wk@tobold)
10442         * packet.h (count): Chnaged s2k count from byte to u32.
10443         * seckey-cert.c (do_check): Changed s2k algo 3 to 4, changed
10444         reading of count.
10445         * build-packet.c (do_secret_cert): ditto.
10446         * parse-packet.c (parse_certificate): ditto.
10448         * parse-packet.c (parse_symkeyenc): New.
10449         * build-packet.c (do_symkey_enc): New.
10451 Thu Apr 30 16:33:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
10453         * sign.c (clearsign_file): Fixed "Hash: " armor line.
10455 Tue Apr 28 14:27:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10457         * parse-packet.c (parse_subpkt): Some new types.
10459 Mon Apr 27 12:53:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10461         * g10.c (main): Add option --skip-verify.
10462         * mainproc.c (check_sig_and_print): Ditto.
10464         * g10.c (print_mds): Add output for Tiger.
10466         * sign.c (sign_file): Now uses partial length headers if used
10467         in canonical textmode (kludge to fix a bug).
10469         * parse-packet.c (parse_certificate): Changed BLOWFISH id.
10470         * pubkey-enc.c (get_session_key): Ditto.
10471         * seskey.c (make_session_key): Ditto.
10472         * seckey-cert.c (protect_secret_key,do_check): Add BLOWFISH160.
10474 Fri Apr 24 17:38:48 1998  Werner Koch,mobil,,,  (wk@tobold)
10476         * sig-check.c (check_key_signature): Add sig-class 0x14..0x17
10477         * keyedit.c (sign-key): Some changes to start with support of
10478         the above new sig-classes.
10480 Wed Apr 22 09:01:57 1998  Werner Koch,mobil,,,  (wk@tobold)
10482         * getkey.c (compare_name): add email matching
10484 Tue Apr 21 16:17:12 1998  Werner Koch,mobil,,,  (wk@tobold)
10486         * armor.c (armor_filter): fixed missing last LF before CSUM.
10488 Thu Apr  9 11:35:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
10490         * seckey-cert.c (do_check): New; combines all the check functions
10491         into one.
10493         * sign.c: removed all key management functions
10494         * keyedit.c: New.
10496 Thu Apr  9 09:49:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
10498         * import.c (chk_self_sigs): Changed an error message.
10500 Wed Apr  8 16:19:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
10502         * packet.h: packet structs now uses structs from the pubkey,
10503         removed all copy operations from packet to pubkey structs.
10505 Wed Apr  8 13:40:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10507         * trustdb.c (verify_own_certs): Fixed "public key not found".
10509         * getkey.c (key_byname): New, combines public and secret key search.
10511         * pkclist.c (build_pkc_list): Add new arg usage, changed all callers.
10512         * skclist.c (build_skc_list): Likewise.
10514         * ringedit.c (find_keyblock, keyring_search2): Removed.
10516 Wed Apr  8 09:47:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
10518         * sig-check.c (do_check): Applied small fix from Ulf Möller.
10520 Tue Apr  7 19:28:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
10522         * cipher.c, encr-data.c, seckey-cert.c: Now uses cipher_xxxx
10523         functions instead of blowfish_xxx or cast_xxx
10525 Tue Apr  7 11:04:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
10527         * Makefile.am (g10maint.o): Changed the way it is created.
10529 Mon Apr  6 11:17:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
10531         * misc.c: New.
10532         * keygen.c (checksum,checksum_u16,checksum_mpi): Moved to misc.c
10533         * seckey-cert.c: Kludge for wrong ELG checksum implementation.
10535 Sat Apr  4 20:07:01 1998  Werner Koch  (wk@isil.d.shuttle.de)
10537         * cipher.c (cipher_filter): Support for CAST5
10538         * encr-data.c (decode_filter): Ditto.
10539         (decrypt_data): Ditto.
10540         * seskey.c (make_session_key): Ditto.
10541         * seckey-cert.c (check_elg, check_dsa): Ditto,
10542         (protect_secret_key): Ditto.
10543         * pubkey-enc.c (get_session_key): Ditto.
10544         * passphrase.c (hash_passphrase): Ditto.
10546 Thu Apr  2 20:22:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
10548         * gpgd.c: New
10550 Thu Apr  2 10:38:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
10552         * keygen.c (generate_keypair): Add valid_days stuff.
10553         * trustdb.c (check_trust): Add check for valid_days.
10555 Wed Apr  1 16:15:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10557         * keygen.c (generate_keypair): Addional question whether the
10558         selected large keysize is really needed.
10560 Wed Apr  1 15:56:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10562         * seckey-cert.c (protect_secret_key): merged protect_xxx to here.
10564 Wed Apr  1 10:34:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
10566         * Makefile.am (g10maint.c): Changed creation rule, so that it works
10567         on FreeBSD (missing CFLAGS).
10569         * parse-packet.c (parse_subkey): Removed.
10571 Thu Mar 19 15:22:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
10573         * ringedit.c (keyring_enum): Fixed problem with reading too
10574         many packets. Add support to read secret keyrings.
10576         * getkey.c (scan_keyring): Removed
10577         (lookup): New to replace scan_keyring.
10578         (scan_secret_keyring): Removed.
10579         (lookup_skc): New.
10581 Wed Mar 18 11:47:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
10583         * ringedit.c (enum_keyblocks): New read mode 11.
10585         * keyid.c (elg_fingerprint_md): New and changed all other functions
10586         to call this if the packet version is 4 or above.
10588 Tue Mar 17 20:46:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
10590         * parse-packet.c (parse_certificate): Add listing support for subkeys.
10592 Tue Mar 17 20:32:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
10594         * armor.c (is_armored): Allow marker packet.
10596 Thu Mar 12 13:36:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
10598         * trustdb.c (check_trust): Checks timestamp of pubkey.
10599         * sig-check. (do_check): Compares timestamps.
10601 Tue Mar 10 17:01:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
10603         * g10.c (main): Add call to init_signals.
10604         * signal.c: New.
10606 Mon Mar  9 12:43:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10608         * dsa.c: New
10609         * packet.h, free-packet.c, parse-packet.c : Add support for DSA
10610         * sig-check.c, getkey.c, keyid.c, ringedit.c: Ditto.
10611         * seckey-cert.c: Ditto.
10613         * packet.h : Moved .digest_algo of signature packets to outer
10614         structure. Changed all references
10616 Sun Mar  8 13:06:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10618         * openfile.c : Support for stdout filename "-".
10620         * mainproc.c (check_sig_and_print): Enhanced status output:
10621         * status.c (write_status_text): New.
10623 Fri Mar  6 16:10:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
10625         * kbnode.c (clone_kbnode): Fixed private_flag.
10627         * mainproc.c (list_node): Output of string "Revoked" as user-id.
10629 Fri Mar  6 14:26:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
10631         * g10.c (main): Add userids to "-kv" and cleaned up this stuff.
10633 Fri Mar  6 12:45:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10635         * g10.c (main): Changed semantics of the list-... commands
10636         and added a new one. Removed option "-d"
10638         * decrypt.c: New.
10640         * trustdb.c (init_trustdb): Autocreate directory only if it ends
10641         in "/.gnupg".
10643 Thu Mar  5 12:12:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
10645         * mainproc.c (do_proc_packets): New. Common part of proc_packet.
10646         (proc_signature_packets): special version to handle signature data.
10647         * verify.c: New.
10648         * g10.c (aVerify): New.
10649         * plaintext.c (hash_datafiles): New.
10650         * compress.c (handle_compressed): Add callback arg, changed caller.
10652 Thu Mar  5 10:20:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
10654         * g10.c: Is nom the common source for gpg and gpgm
10655         * g10maint.c: Removed
10656         * Makefile.am: Add rule to build g10maint.c
10658 Thu Mar  5 08:43:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10660         * g10.c (main): Changed the way clear text sigs are faked.
10662 Wed Mar  4 19:47:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
10664         * g10maint.c (aMuttKeyList): New
10665         * keylist.c: New.
10667 Wed Mar  4 17:20:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10669         * getkey.c (get_pubkey_byname): Kludge to allow 0x prefix.
10671 Tue Mar  3 13:46:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
10673         * g10maint.c (main): New option --gen-random.
10675 Tue Mar  3 09:50:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
10677         * g10.c (aDeleteSecretKey): New.
10678         (aEditSig): Add option "--edit-key" as synonym for "--edit-sig".
10679         (aDeleteSecretKey): New.
10680         * getkey.c (seckey_available): New.
10681         * sign.c (delete_key): Enhanced to delete secret keys, changed all
10682         callers.
10684 Mon Mar  2 21:23:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10686         * pkc_list.c (build_pkc_list): Add interactive input of user ID.
10688 Mon Mar  2 20:54:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
10690         * pkclist.c (do_we_trust_pre): New.
10691         (add_ownertrust): Add message.
10692         * trustdb.c (enum_trust_web): Quick fix.
10694 Mon Mar  2 13:50:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
10696         * g10.c (main): New action aDeleteKey
10697         * sign.c (delete_key): New.
10699 Sun Mar  1 16:38:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10701         * trustdb.c (do_check): No returns TRUST_UNDEFINED instead of
10702         eof error.
10704 Fri Feb 27 18:14:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10706         * armor.c (find_header): Removed trailing CR on headers.
10708 Fri Feb 27 18:02:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10710         * ringedit.c (keyring_search) [MINGW32]: Open and close file here
10711         because rename does not work on open files. Chnaged callers.
10713 Fri Feb 27 16:43:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
10715         * sig-check.c (do_check): Add an md_enable.
10716         * mainproc.c (do_check_sig): Use md_open in case of detached sig
10717         (proc_tree): Take detached sigs into account.
10719 Fri Feb 27 15:22:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
10721         * g10.c (main): Make use of GNUPGHOME envvar.
10722         * g10main.c (main): Ditto.
10724 Wed Feb 25 11:40:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
10726         * plaintext.c (ask_for_detached_datafile): add opt.verbose to
10727         info output.
10729         * openfile.c (open_sigfile): Try also name ending in ".asc"
10731 Wed Feb 25 08:41:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
10733         * keygen.c (generate_keypair): Fixed memory overflow.
10735 Tue Feb 24 15:51:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
10737         * parse-packet.c (parse_certificate): Support for S2K.
10738         * build-packet.c (do_secret_cert): Ditto.
10739         * keygen.c (gen_elg): Ditto.
10740         * seckey-cert.c (check_elg): Ditto
10741         (protect_elg): Ditto.
10742         * sign.c (chnage_passphrase): Ditto.
10743         * passphrase.c (get_passphrase_hash): Support for a salt and
10744         changed all callers.
10745         (make_dek_from_passphrase): Ditto.
10747 Tue Feb 24 12:30:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
10749         * build-packet.c (hash_public_cert): Disabled debug output.
10751 Fri Feb 20 17:22:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10753         * trustdb.c (init_trustdb) [MINGW32]: Removed 2nd mkdir arg.
10754         (keyring_copy) [MINGW32]: Add a remove prior to the renames.
10756 Wed Feb 18 18:39:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
10758         * Makefile.am (OMIT_DEPENDENCIES): New.
10760         * rsa.c: Replaced log_bug by BUG.
10762 Wed Feb 18 13:35:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10764         * mainproc.c (do_check_sig): Now uses hash_public_cert.
10765         * parse-packet.c (parse_certificate): Removed hashing.
10766         * packet.h (public_cert): Removed hash variable.
10767         * free-packet.c (copy_public_cert, free_public_cert): Likewise.
10769         * sig-check.c (check_key_signatures): Changed semantics.
10771 Wed Feb 18 12:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10773         * trustdb.c (do_check): Add handling for revocation certificates.
10774         (build_sigrecs): Ditto.
10775         (check_sigs): Ditto.
10777 Wed Feb 18 09:31:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
10779         * armor.c (armor_filter): Add afx->hdrlines.
10780         * revoke.c (gen_revoke): Add comment line.
10781         * dearmor.c (enarmor_file): Ditto.
10783         * sig-check.c (check_key_signature): Add handling for class 0x20.
10784         * mainproc.c : Ditto.
10786 Tue Feb 17 21:24:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
10788         * armor.c : Add header lines "...ARMORED FILE .."
10789         * dearmor.c (enarmor_file): New.
10790         * g10maint.c (main): New option "--enarmor"
10792 Tue Feb 17 19:03:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10794         * mainproc.c : Changed a lot, because the packets are now stored
10795         a simple linlked list and not anymore in a complicatd tree structure.
10797 Tue Feb 17 10:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10799         * free_packet.c (cmp_public_certs): New.
10800         (cmp_user_ids): New.
10802         * kbnode.c (clone_kbnode): New.
10803         (release_kbnode): Add clone support.
10805         * ringedit.c (find_keyblock_bypkc): New.
10807         * sign.c (remove_keysigs): Self signatures are now skipped,
10808         changed arguments and all callers.
10810         * import.c : Add functionality.
10812 Tue Feb 17 09:31:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
10814         * options.h (homedir): New option.
10815         * g10.c, g10maint.c, getkey.c, keygen.c, trustdb.c (opt.homedir): New.
10817         * trustdb.c (init_trustdb): mkdir for hoem directory
10818         (sign_private_data): Renamed "sig" to "g10.sig"
10820 Mon Feb 16 20:02:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10822         * kbnode.c (commit_kbnode): New.
10823         (delete_kbnode): removed unused first arg. Changed all Callers.
10825         * ringedit.c (keyblock_resource_name): New.
10826         (get_keyblock_handle): NULL for filename returns default resource.
10828 Mon Feb 16 19:38:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10830         * sig-check.s (check_key_signature): Now uses the supplied
10831         public key to check the signature and not any more the one
10832         from the getkey.c
10833         (do_check): New.
10834         (check_signature): Most work moved to do_check.
10836 Mon Feb 16 14:48:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
10838         * armor.c (find_header): Fixed another bug.
10840 Mon Feb 16 12:18:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
10842         * getkey.c (scan_keyring): Add handling of compressed keyrings.
10844 Mon Feb 16 10:44:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
10846         * g10.c, g10maint.c (strusage): Rewrote.
10847         (build_list): New
10849 Mon Feb 16 08:58:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
10851         * armor.c (use_armor): New.
10853 Sat Feb 14 14:30:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
10855         * mainproc.c (proc_tree): Sigclass fix.
10857 Sat Feb 14 14:16:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10859         * armor.c (armor_filter): Changed version and comment string.
10860         * encode.c, sign.c, keygen.c: Changed all comment packet strings.
10862 Sat Feb 14 12:39:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
10864         * g10.c (aGenRevoke): New command.
10865         * revoke.c: New.
10866         * sign.c (make_keysig_packet): Add support for sigclass 0x20.
10868 Fri Feb 13 20:18:14 1998  Werner Koch  (wk@isil.d.shuttle.de)
10870         * ringedit.c (enum_keyblocks, keyring_enum): New.
10872 Fri Feb 13 19:33:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
10874         * export.c: Add functionality.
10876         * keygen.c (generate_keypair): Moved the leading comment behind the
10877         key packet.
10878         * kbnode.c (walk_kbnode): Fixed.
10880         * g10.c (main): listing armored keys now work.
10882 Fri Feb 13 16:17:43 1998  Werner Koch  (wk@isil.d.shuttle.de)
10884         * parse-packet.c (parse_publickey, parse_signature): Fixed calls
10885         to mpi_read used for ELG b.
10887 Fri Feb 13 15:13:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
10889         * g10.c (main): changed formatting of help output.
10891 Thu Feb 12 22:24:42 1998  Werner Koch  (wk@frodo)
10893         * pubkey-enc.c (get_session_key): rewritten
10896  Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
10897            2006,2007,2008,2009 Free Software Foundation, Inc.
10899  This file is free software; as a special exception the author gives
10900  unlimited permission to copy and/or distribute it, with or without
10901  modifications, as long as this notice is preserved.
10903  This file is distributed in the hope that it will be useful, but
10904  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10905  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.