typo fixes.
[gnupg.git] / g10 / ChangeLog
blob0ad19abaf9259af0e2586a0bd340a4fb8a6a9901
1 2008-12-05  Werner Koch  <wk@g10code.com>
3         * call-agent.c (percent_plus_escape): Rename to
4         my_percent_plus_escape and also escape the percent character.
5         Change all callers.
7 2008-11-18  Werner Koch  <wk@g10code.com>
9         * gpg.c (build_lib_list): Remove.
10         (make_libversion): New.
11         (my_strusage): Use it.
12         * gpgv.c (make_libversion): New.
13         (my_strusage): Print libgcrypt version.
15 2008-11-13  Werner Koch  <wk@g10code.com>
17         * gpgv.c: Use new ARGPARSE macros and re-indent.
19 2008-11-11  Werner Koch  <wk@g10code.com>
21         * gpg.c (opts): Use new ARGPARSE macros for clarity.
23 2008-10-24  Werner Koch  <wk@g10code.com>
25         * keyedit.c (change_passphrase): Clear passphrase cache.
27 2008-10-20  Werner Koch  <wk@g10code.com>
29         * gpgv.c: Mark all args of the stub fucntions as unused.
31         * card-util.c (generate_card_keys): Remove unused arg SERIALNO and
32         adjust caller.
33         
34         * build-packet.c (write_sign_packet_header): Mark unused arg.
35         * gpg.c (gpg_init_default_ctrl, gpg_deinit_default_ctrl): Ditto.
36         * getkey.c (skip_unusable): Ditto.
37         (write_version): Ditto.
38         * keydb.c (keydb_locate_writable): Ditto.
39         * keyring.c (update_offset_hash_table): Ditto.
40         (keyring_lock): Ditto.
41         * misc.c (register_secured_file): Ditto.
42         (unregister_secured_file): Ditto.
43         (is_secured_file): Ditto.
44         (is_secured_filename): Ditto.
45         * parse-packet.c (parse_marker): Ditto.
46         (parse_key, parse_attribute): Ditto.
47         (parse_trust, parse_compressed, parse_mdc, parse_gpg_control): Ditto.
48         * cpr.c (progress_cb): Ditto.
49         * passphrase.c (passphrase_clear_cache): Ditto.
50         (ask_passphrase): Ditto.
51         * keyedit.c (keyedit_completion): Ditto.
52         * import.c (import_revoke_cert): Ditto.
53         (chk_self_sigs, delete_inv_parts, append_uid): Ditto.
54         (merge_sigs, merge_keysigs, append_key): Ditto.
55         * trustdb.c (list_trust_path): Ditto.
56         (enum_cert_paths, enum_cert_paths_print): Ditto.
57         * tdbdump.c (list_trustdb): Ditto.
58         * keygen.c (keygen_upd_std_prefs): Ditto.
59         (genhelp_factors): Ditto.
60         * call-agent.c (agent_scd_setattr): Ditto.
61         (agent_scd_writekey, agent_scd_change_pin, agent_scd_genkey): Ditto.
62         (agent_clear_pin_cache): Ditto.
64         * server.c (option_handler): Mark non yet used arg.
65         (input_notify, output_notify): Ditto.
66         (cmd_recipient, cmd_signer, cmd_encrypt, cmd_decrypt, cmd_verify) 
67         (cmd_sign, cmd_import, cmd_export, cmd_delkeys, do_listkeys) 
68         (cmd_genkey): Ditto.
69         * verify.c (gpg_verify): Ditto.
71 2008-10-17  Werner Koch  <wk@g10code.com>
73         * main.h (idea_cipher_warn): Use do while construct in place of an
74         empty definition.
76 2008-10-03  David Shaw  <dshaw@jabberwocky.com>
78         * main.h, mainproc.c (check_sig_and_print)
79         * keylist.c (list_keyblock_print)
80         * pkclist.c (do_edit_ownertrust)
81         * keyedit.c (menu_showphoto)
82         * photoid.c (generate_photo_id, show_photos)
83         * misc.c (pct_expando): Add %v and %V expandos so
84          that displaying photo IDs can show the attribute validity
85          tag (%v) and string (%V).  Originally by Daniel Gillmor.
87 2008-09-29  Werner Koch  <wk@g10code.com>
89         * gpg.c (main): Remove -sat kludge.  Note that we printed a
90         warning for two years.
92         * seskey.c (encode_md_value): Remove extra gcry_md_test_algo since
93         it is not needed with Libgcrypt 1.4.
94         * skclist.c (random_is_faked): Simplify.
95         * sign.c (match_dsa_hash): Remove runtime check for SHA224.
96         * gpg.c (print_mds): Use GCRY_MD_SHA224 constant.
98 2008-09-25  David Shaw  <dshaw@jabberwocky.com>
100         * keyedit.c (keyedit_menu): Fix bug where a modified keyring loses
101         its modified status after a "clean" or "minimize" that doesn't
102         need to do anything.
104 2008-09-25  Werner Koch  <wk@g10code.com>
106         * parse-packet.c (parse): Remove special treatment for compressed
107         new style packets.  Fixes bug#931.
108         
109         * card-util.c (change_pin): Support setting of the reset code.
111 2008-09-24  Werner Koch  <wk@g10code.com>
113         * call-agent.h (struct agent_card_info_s): Add field IS_V2.
114         * call-agent.c (learn_status_cb): That that field.
116         * card-util.c (change_pin): Rename first arg to UNBLOCK_v2 and use
117         it this way.
118         (card_edit): Add new command UNBLOCK.
120 2008-09-23  David Shaw  <dshaw@jabberwocky.com>
122         * pkclist.c (select_algo_from_prefs): Redo function to rank prefs
123         and pick a consensus winner across all keys.
125 2008-09-16  Werner Koch  <wk@g10code.com>
127         * card-util.c (fpr_is_ff): New.
128         (card_status): Do not print general key info for an all-ff fpr.
129         (change_login, change_private_do): Factor common code out to ...
130         (get_data_from_file): .. new.
131         (change_cert): New.
132         (card_edit): Add command "writecert".
133         * call-agent.c (writecert_parm_s): New.
134         (inq_writecert_parms, agent_scd_writecert): New.
136 2008-09-04  David Shaw  <dshaw@jabberwocky.com>
138         * keyserver.c (keyserver_import_cert): Allow keyserver URLs in
139         addition to full URLs in CERT records.
141 2008-08-11  Werner Koch  <wk@g10code.com>
143         * keygen.c (ask_expire_interval): Check for time overflow of an
144         u32.  Fixes bug #947.
146 2008-08-01  Werner Koch  <wk@g10code.com>
148         * tdbio.c (open_db) [!EROFS]: Move closing parens out of the
149         ifdef.  Reported by Ken Takusagawa.
151 2008-06-25  Marcus Brinkmann  <marcus@g10code.de>
153         * gpg.c (enum cmd_and_opt_values): Remove option
154         oEnableW32HandleTranslation.
155         (opts): Remove option --enable-w32-handle-translation.
156         (main): Remove variable w32_handle_translation.
158 2008-06-19  Werner Koch  <wk@g10code.com>
160         * gpg.c (gpgconf_list): Add "group".
162 2008-06-18  Marcus Brinkmann  <marcus@g10code.de>
164         * gpg.c (enum cmd_and_opt_values): New option
165         oEnableW32HandleTranslation.
166         (opts): New option --enable-w32-handle-translation.
167         (main): New variable w32_handle_translation to keep track of
168         option.
170 2008-06-16  Werner Koch  <wk@g10code.com>
172         * keygen.c (output_control_s): Add ASK_PASSPHRASE.
173         (read_parameter_file): Add commands %ask-passphrase and
174         %no-ask-passphrase.
176 2008-06-11  Werner Koch  <wk@g10code.com>
178         * gpg.c: Make --fixed-list-mode a dummy.
179         * options.h (struct): Removed FIXED_LIST_MODE.
180         * keyid.c (colon_strtime, colon_datestr_from_pk) 
181         (colon_datestr_from_sk, colon_datestr_from_sig) 
182         (colon_expirestr_from_sig): Remove fixed_list_mode case.
183         * keylist.c (list_keyblock_colon): Ditto.  Remove all now unsed
184         code and reindent.
186 2008-05-31  Werner Koch  <wk@g10code.com>
188         * keygen.c (ask_user_id): Change the string printed as header of
189         the user ID generation.  Use code to not break existing
190         translations.  Suggested by Eric Tetz.
192 2008-05-08  Werner Koch  <wk@g10code.com>
194         * sig-check.c (do_check_messages): Print a revocation diagnostic
195         in verbose mode.
197 2008-05-07  Werner Koch  <wk@g10code.com>
199         * gpg.c: New command --locate-keys.  New options --with-sig-list
200         and --with-sig-check.
201         * keylist.c (locate_one): New.
202         (public_key_list): Add arg LOCATE_MODE and use locate_one.
203         * getkey.c (get_pubkey_byname): Fix nodefault case.  Add option
204         RETCTX, change all callers.
205         (struct getkey_ctx_s): Add field extra_ptr;
206         (get_pubkey_end): Free it.
208 2008-04-18  Werner Koch  <wk@g10code.com>
210         * misc.c (map_cipher_openpgp_to_gcry, map_cipher_gcry_to_openpgp) 
211         (openpgp_cipher_test_algo): Add camellia-192.
212         (openpgp_cipher_blocklen): New.
213         * parse-packet.c (parse_key): Use new function here.
215 2008-04-15  David Shaw  <dshaw@jabberwocky.com>
217         * getkey.c (merge_selfsigs_subkey): If there are multiple 0x19
218         backsigs, take the most recent one.
220 2008-04-08  Werner Koch  <wk@g10code.com>
222         * options.h (opt): Add AKL_NODEFAULT and AKL_LOCAL.
223         * getkey.c (parse_auto_key_locate): Parse them.
224         (get_pubkey_byname): Implement them.  Add arg NO_AKL and use that
225         in all cases where a local key is expected.
226         * import.c (import_one): Fill in the fingerprint in all cases.
227         Use log_get_stream.
228         * keyserver.c (keyserver_import_pka): Set FPR to NULL on error.
229         Return G10ERR_NO_PUBKEY if no PKA info is available or no key URI
230         is given in the PKA record..
231         (keyserver_import_cert): Return G10ERR_NO_PUBKEY if a CERT record
232         was not found.
234         * getkey.c (get_pubkey_byname): Release FPR in the error case.
235         Continue with next mechanism on error.  Better diagnostics.
237 2008-04-07  Werner Koch  <wk@g10code.com>
239         * keyserver.c (parse_keyserver_uri): Allow a default host name.
241         * getkey.c (get_pubkey_byname): Replace sprintf by bin2hex.
243 2008-04-02  Werner Koch  <wk@g10code.com>
245         * gpg.c (main): Do not allow DSA2 with a too old Libgcrypt.
247 2008-03-26  Werner Koch  <wk@g10code.com>
249         * tdbio.c (lookup_hashtable): Make cmp args const.
250         (cmp_trec_fpr): Make FPR const.
251         (tdbio_search_trust_byfpr): Remove cast.
253 2008-03-25  Werner Koch  <wk@g10code.com>
255         * keyserver.c (parse_keyrec): Take care of char defaulting to
256         unsigned when using hextobyte.
258 2008-03-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
260         * import.c (collapse_uids): Fix bug 894: possible memory
261         corruption around deduplication of user IDs.
263 2008-03-25  Werner Koch  <wk@g10code.com>
265         * parse-packet.c (parse_key): Parse a secret key encrypted with
266         Camellia.
268         * options.skel: Make the default keyserver keys.gnupg.net.
270 2008-03-18  Werner Koch  <wk@g10code.com>
272         * seckey-cert.c (do_check): Use GCRYMPI_FMT_PGP for v3 keys.
273         Reported by Petr Cerny.
275 2008-03-13  Werner Koch  <wk@g10code.com>
277         * passphrase.c (PROMPTSTRING): Change string to me more similar to
278         the X.509 prompt.
280 2008-02-26  Werner Koch  <wk@g10code.com>
282         * getkey.c (get_pubkey_byname): Fix comment.
284 2008-02-14  Werner Koch  <wk@g10code.com>
286         * call-agent.c (default_inq_cb): New.
287         (agent_learn, agent_scd_getattr, agent_scd_pksign) 
288         (agent_scd_pkdecrypt, agent_scd_change_pin, agent_scd_checkpin) 
289         (agent_get_passphrase, agent_clear_passphrase): Use new callback.
290         (inq_writekey_parms): Fall back to the new callback for other
291         inquiries. 
292         (start_agent): Tell agent that we accept pinentry notifications.
294 2008-02-11  Werner Koch  <wk@g10code.com>
296         * server.c (cmd_getinfo): New. 
297         (register_commands): Register GETINFO.
299 2008-02-09  Marcus Brinkmann  <marcus@g10code.de>
301         * gpg.c (main): New variable default_configname.  Use it if
302         save_configname is NULL (can happen if default configfile does
303         not exist).  Move default configname determination to ...
304         (get_default_configname): ... this new function.
306 2008-01-30  Werner Koch  <wk@g10code.com>
308         * keydb.c (maybe_create_keyring): Fixed last change.
309         * tdbio.c (tdbio_set_dbname): Also test for forward slash.
311 2008-01-29  Werner Koch  <wk@g10code.com>
313         * keydb.c (maybe_create_keyring): Take care of a missing slash.
314         (maybe_create_keyring) [W32]: Also test for forward slash.
316 2008-01-26  Werner Koch  <wk@g10code.com>
318         * card-util.c (get_manufacturer): Add vendor 0004.
320 2008-01-02  Werner Koch  <wk@g10code.com>
322         * gpg.c: Add --logger-file as an alias for log-file.
324 2007-12-14  Werner Koch  <wk@g10code.com>
326         * gpg.c (main): Set opt.no_homedir_creation during the first option
327         parsing pass.
329 2007-12-12  Werner Koch  <wk@g10code.com>
331         * misc.c (print_pubkey_algo_note): Print a warning if a type 20
332         key is used.
333         (openpgp_pk_test_algo, openpgp_pk_test_algo2) 
334         (openpgp_pk_algo_usage): Allow type 20 keys only in rfc2440 mode.
336 2007-12-12  David Shaw  <dshaw@jabberwocky.com>  (wk)
338         * trustdb.c (sanitize_regexp): New.  Protect against dangerous
339         regexps (malloc bombs) by force-commenting any characters aside
340         from the ones we explicitly want.
341         (check_regexp): Use it here before passing the regexp to
342         regcomp().
344 2007-12-12  Werner Koch  <wk@g10code.com>
346         * misc.c (map_cipher_openpgp_to_gcry): New.  Used to map Camellia
347         algorithms to Gcrypt.
348         (openpgp_cipher_test_algo): Call new map function.  Replace
349         all remaining calls to gcry_cipher_test_algo by a call to this.
350         (openpgp_cipher_algo_name): New.  Replace all remaining calls to
351         gcry_cipher_algo_name by a call to this.
352         (map_cipher_gcry_to_openpgp): New.
353         (string_to_cipher_algo): Use it.
354         * gpg.c (main): Print a warning if Camellia support is build in.
355         
356         * gpg.c (print_algo_names): New.  From the 1.4 branch by David.
357         (list_config): Use it here for the "ciphername" and "digestname"
358         config items so we can get a script-parseable list of the names.
360         * parse-packet.c (parse_onepass_sig): Sigclass is hex, so include
361         the 0x.
363         * sign.c (match_dsa_hash): Remove conditional builds dending on
364         USE_SHAxxx.  We don't need this becuase it can be expected that
365         libgcrypt provides it.  However we need to runtime test for SHA244
366         becuase that is only available with libgcrypt 2.4.
368 2007-12-11  Werner Koch  <wk@g10code.com>
370         * mainproc.c (proc_pubkey_enc): Allow type 20 Elgamal key for
371         decryption.
373 2007-12-10  Werner Koch  <wk@g10code.com>
375         * import.c (auto_create_card_key_stub): Do not clear the entire
376         fingerprint.  This finally makes the stub creation work.  My past
377         tests seemed to work because there was a key with a all zero
378         fingerprint available (Elgamal signing keys).
380 2007-12-08  Werner Koch  <wk@g10code.com>
382         * misc.c (openpgp_pk_algo_usage): Allow Elgamal type 20 for
383         encryption.
385 2007-12-04  Werner Koch  <wk@g10code.com>
387         * helptext.c (get_help_from_file): New.
388         (display_online_help): Use it to geting the help through a file.
389         (helptexts): Remove.
391 2007-12-03  Werner Koch  <wk@g10code.com>
393         * keygen.c (ask_key_flags): Add a translation remark and implement
394         a workaround.
396         * gpg.c (reopen_std): Moved to ../common and renamed to
397         gnupg_reopen_std.
398         
399         * gpg.c: Remove second inclusion of fcntl.h.
401 2007-11-19  Werner Koch  <wk@g10code.com>
403         * keyedit.c (keyedit_menu): String grammar fix.
405 2007-11-15  Werner Koch  <wk@g10code.com>
407         * gpg.c (main): New option --xauthority.
408         * call-agent.c (start_agent): Adjust changed start_new_gpg_agent.
410 2007-11-12  Werner Koch  <wk@g10code.com>
412         * cpr.c (do_get_from_fd): s/bool/getbool/ to overcome problems
413         with Mac OS 10.5 which seems to include stdbool.h silently.
415 2007-11-07  Werner Koch  <wk@g10code.com>
417         Replace all includes of errors.h by status.h (found in common/).
419         * status.h: Remove.
420         * status.h: Move prototypes to main.h.
421         * status.c:  Rename to ..
422         * cpr.c: .. this.
423         (get_status_string): Remove.  We take this now from common/.
425 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
427         From 1.4 (October):
429         * gpg.c (main): Add --require-cross-certification to
430         --openpgp/--rfc4880 mode.
432         * gpg.c (main): Disable --rfc2440-text and --force-v3-sigs by
433         default.  Enable --require-cross-certification by default.
434         --openpgp (--rfc4880) is the same as --rfc2440 except with
435         "--enable-dsa2 --no-rfc2440-text --escape-from-lines".
437         * misc.c (compliance_option_string, compliance_failure): Minor
438         cleanup.
440         * armor.c (is_armor_header): Comment about 4880.
442         * options.h, gpg.c (main): Add --rfc4880, and make --openpgp an
443         alias to it.  --rfc2440 now stands alone.  For now, use the old
444         2440 defaults for 4880.
445         * misc.c (compliance_option_string): Ditto.
446         
447         * keyedit.c (keyedit_menu): Use compliance_option_string() instead
448         of printing the compliance modes here.
450 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
452         From 1.4 (September):
454         * import.c (collapse_uids): Significant speedup for de-duping user
455         IDs.
457 2007-10-25  David Shaw  <dshaw@jabberwocky.com>  (wk)
459         From 1.4 (July):
460         
461         * armor.c (parse_header_line): Improve test so that the header
462         test only allows "Hash" in the signed data section.
464         * armor.c (is_armor_tag): New.  Detect if an armor header matches
465         2440bis-21.
466         (parse_header_line): Call it here, as bis-21 requires warning the
467         user (but continuing to process the message) when seeing an
468         unknown header.
470         * encode.c (encode_crypt): Missed one call to
471         setup_plaintext_name().  This is bug#809.
473         * sign.c (mk_notation_policy_etc): Expect all sigs that this is
474         called for are >=v4.
475         (write_signature_packets, make_keysig_packet): Only call it for
476         >=v4 sigs.  This allows --force-v3-sigs and --force-v4-certs to
477         enable or disable notations, policies, and keyserver URLs.  This
478         is bug#800.
480 2007-10-19  Werner Koch  <wk@g10code.com>
482         * passphrase.c (passphrase_get): Use new utf8 switching fucntions.
484 2007-09-14  Werner Koch  <wk@g10code.com>
486         * gpg.c (build_lib_list): New.
487         (my_strusage): Print lib info.
489 2007-08-27  Werner Koch  <wk@g10code.com>
491         * trustdb.c (USE_INTERNAL_REGEX): Remove support.
493 2007-08-24  Werner Koch  <wk@g10code.com>
495         * keyring.c (keyring_register_filename): Use same_file_p().
497 2007-08-21  Werner Koch  <wk@g10code.com>
499         * misc.c (openpgp_md_test_algo): Remove rfc2440bis hash algorithms.
500         (openpgp_cipher_test_algo): Likewise for algos 5 and 6.
502 2007-08-02  Werner Koch  <wk@g10code.com>
504         * gpg.c: Include gc-opt-flags.h and remove their definition here.
506 2007-07-17  Werner Koch  <wk@g10code.com>
508         * gpg.c (gpgconf_list): Declare --encrypt-to and --default-key.
510         * card-util.c (get_manufacturer): Add the unmanaged S/N range.
512 2007-07-12  Werner Koch  <wk@g10code.com>
514         * gpg.c (main): Use translate_sys2libc_fd_int when passing an int
515         value.
516         * gpgv.c (main): Ditto.
518 2007-07-05  Werner Koch  <wk@g10code.com>
520         * card-util.c (card_generate_subkey, card_store_subkey): Enable
521         the code also for GnuPG-2.
523         * keygen.c (make_backsig): Add arg TIMESTAMP.
524         (write_keybinding): Add arg TIMESTAMP, pass it to make_backsig.
525         (write_direct_sig, write_selfsigs): Add arg TIMESTAMP.
526         (gen_elg, gen_dsa, gen_rsa): Add arg TIMESTAMP.
527         (do_create): Ditto.
528         (do_generate_keypair): Use the same timestamp for key creation
529         time and all key signatures. Return an error if write_direct_sig
530         for the secret key fails.
531         (generate_subkeypair): Ditto.
532         (gen_card_key): New arg TIMESTAMP.
533         (generate_card_subkeypair): Pass current time to gen_card_key.
534         (gen_card_key_with_backup): New arg TIMESTAMP.
535         (read_parameter_file): Add option Creation-Date.
536         (parse_creation_string): New.
537         (do_generate_keypair): Use the Creation-Date if available.
538         (save_unprotected_key_to_card): Use P for P and not D.
539         * call-agent.c (agent_scd_genkey): Add arg CREATETIME.
540         * keyedit.c (menu_backsign): Use the same timestamp for all backsigs.
542 2007-06-26  Werner Koch  <wk@g10code.com>
544         * openfile.c (try_make_homedir): Support W32; use standard_homedir.
546 2007-06-25  Werner Koch  <wk@g10code.com>
548         * gpg.c, gpgv.c: Include sysutils.h.
549         (main): Replace iobuf_translate_file_handle by
550         translate_sys2libc_fd.
551         
553 2007-06-21  Werner Koch  <wk@g10code.com>
555         * main.h: Include util.h.
557         * call-agent.c (start_agent): Factored almost all code out to
558         ../common/asshelp.c.
560         * gpg.h (ctrl_t): Remove.  It is now declared in ../common/util.h.
562 2007-06-20  Werner Koch  <wk@g10code.com>
564         * misc.c (setsysinfo, trap_unaligned): Remove.  It is also in
565         common/sysutils.c.
566         (disable_core_dumps, get_session_marker): 
568         * sign.c (sleep): Remove sleep wrapper.
570 2007-06-18  Marcus Brinkmann  <marcus@g10code.de>
572         * gpg.c (gpgconf_list): Percent escape output of --gpgconf-list.
574 2007-06-14  Werner Koch  <wk@g10code.com>
576         * call-agent.c (start_agent): Use gnupg_module_name.
578 2007-06-12  Werner Koch  <wk@g10code.com>
580         * openfile.c (copy_options_file): Use gnupg_datadir.
581         * misc.c (get_libexecdir): Remove.  Changed all callers to use
582         gnupg_libexecdir.
583         * gpg.c (check_permissions): Use gnupg_libdir.
585         * gpg.c (main): Replace some calls by init_common_subsystems.
586         * gpgv.c (main): Ditto.
588 2007-06-11  Werner Koch  <wk@g10code.com>
590         * Makefile.am (needed_libs): Use libcommonstd macro.
592         * gpgv.c (main) [W32]: Call pth_init.
593         * gpg.c (main) [W32]: Call pth_init.
595 2007-06-08  Werner Koch  <wk@g10code.com>
597         * Makefile.am (gpg2_LDADD): Syntax fix.
599 2007-06-06  Werner Koch  <wk@g10code.com>
601         * passphrase.c (passphrase_get) [!ENABLE_NLS]: Do not define
602         orig_codeset.
604         * Makefile.am (gpgv2_LDADD, gpg2_LDADD): Include LDADD before
605         libgcrypt.
607         * plaintext.c (handle_plaintext): Replace eof by eof_seen as W32's
608         io.h has a symbol with that name.
610         * misc.c: Do not include dynload.h.
611         (w32_shgetfolderpath): Remove. It is now in common/homedir.c.
613         * gpgv.c (i18n_init): Remove.
614         * gpg.c (i18n_init): Remove.
615         (main): Make --load-extension a dummy
617 2007-05-19  Marcus Brinkmann  <marcus@g10code.de>
619         * passphrase.c (passphrase_get): Use PACKAGE_GT, not PACKAGE.
621         * passphrase.c (passphrase_get): Free ORIG_CODESET on error.
623 2007-05-16  Werner Koch  <wk@g10code.com>
625         * sig-check.c (check_backsig): Check the digest algorithm before
626         using it.  Fixed bug 797.
628 2007-05-09  Werner Koch  <wk@g10code.com>
630         * openfile.c (overwrite_filep, open_outfile) [W32]: Need to use
631         just "nul".  Though, I am pretty sure that some MSDOS versions
632         grok the extra /dev/.
634 2007-05-07  Werner Koch  <wk@g10code.com>
636         * openfile.c (open_outfile, overwrite_filep) [W32]: Use "/dev/nul".
638 2007-05-02  David Shaw  <dshaw@jabberwocky.com>
640         * packet.h, mainproc.c (reset_literals_seen): New function to
641         reset the literals count.
643         * verify.c (verify_one_file), decrypt.c (decrypt_messages): Call
644         it here so we allow multiple literals in --multifile mode (in
645         different files - not concatenated together).
647 2007-04-26  Marcus Brinkmann  <marcus@g10code.de>
649         * passphrase.c (passphrase_to_dek): Write missing passphrase
650         status message in case of cancellation.
652 2007-04-16  Werner Koch  <wk@g10code.com>
654         * build-packet.c (mpi_write): Made buffer a bit larger.  Reported
655         by Alexander Feigl.
657 2007-04-13  Werner Koch  <wk@g10code.com>
659         * call-agent.c (start_agent): Don't use log_error when using the
660         fallback hack to start the agent.  This is bug 782.
662 2007-04-05  David Shaw  <dshaw@jabberwocky.com>
664         From STABLE-BRANCH-1-4
666         * parse-packet.c (parse_marker): New.  Enforce that the marker
667         contains 'P', 'G', 'P', and nothing but.
668         (parse): Call it here.
669         (skip_packet): No longer need to handle marker packets here.
671 2007-03-14  David Shaw  <dshaw@jabberwocky.com>
673         From STABLE-BRANCH-1-4
675         * keyserver.c: Windows Vista doesn't grok X_OK and so fails
676         access() tests.  Previous versions interpreted X_OK as F_OK
677         anyway, so we'll just use F_OK directly.
679 2007-03-09  David Shaw  <dshaw@jabberwocky.com>
681         From STABLE-BRANCH-1-4
683         * parse-packet.c (parse_signature): It's hex.
685         * getkey.c (merge_selfsigs_subkey): Avoid listing the contents of
686         a backsig when list mode is on.  Noted by Timo Schulz.
688 2007-03-08  Werner Koch  <wk@g10code.com>
690         * plaintext.c (handle_plaintext): Add two extra fflush for stdout.
692 2007-03-08  David Shaw  <dshaw@jabberwocky.com>  (wk)
694         * keyedit.c (keyedit_menu): If we modify the keyblock (via
695         fix_keyblock() or collapse_uids()) make sure we reprocess the
696         keyblock so the flags are correct.  Noted by Robin H. Johnson.
698         * getkey.c (fixup_uidnode): Properly clear flags that don't apply
699         to us (revoked, expired) so that we can reprocess a uid.
701 2007-03-05  Werner Koch  <wk@g10code.com>
703         Converted this file to UTF-8.
704         
705         Ported David and my multiple messages changes from 1.4.7.
707         * options.h, gpg.c (main), mainproc.c (check_sig_and_print): Allow
708         multiple sig verification again as this is protected via the
709         multiple-messages code.  New option --allow-multiple-messages and
710         --no variant.
711         * status.h (STATUS_ERROR): New status code.
712         * status.c (get_status_string): Ditto.
713         * mainproc.c (proc_plaintext): Emit it if multiple messages are
714         detected. Error out if more than one plaintext packet is
715         encountered.    
716         * mainproc.c (literals_seen): New.
718 2007-02-26  Werner Koch  <wk@g10code.com>
720         * gpg.c (main): Add verify option show-primary-uid-only.
721         * options.h (VERIFY_SHOW_PRIMARY_UID_ONLY): New.
722         * mainproc.c (check_sig_and_print): Implement it.
724 2007-02-22  Werner Koch  <wk@g10code.com>
726         * encr-data.c (decrypt_data): Correctly test for unknown algorithm.
727         * import.c (check_prefs): Ditto.
728         * keyedit.c (show_prefs): Ditto.
729         * mainproc.c (proc_symkey_enc): Ditto.
731 2007-02-06  Werner Koch  <wk@g10code.com>
733         * export.c (do_export_stream): Allow reset-subkey-passwd along
734         with sexp-format.
736 2007-02-04  Werner Koch  <wk@g10code.com>
738         * parse-packet.c (parse_signature): Limit bytes read for an
739         unknown alogorithm.  Fixes Debian bug#402592.
741 2007-01-31  Werner Koch  <wk@g10code.com>
743         * verify.c (verify_signatures): Do no dereference a NULL afx.
745         * passphrase.c (passphrase_get): Set the cancel flag on all error
746         from the agent.  Fixes a bug reported by Tom Duerbusch.
748 2007-01-30  Werner Koch  <wk@g10code.com>
750         * status.c (write_status_begin_signing): New.
751         * sign.c (sign_file, sign_symencrypt_file): Call it.
752         * textfilter.c (copy_clearsig_text): Call it.
754         * call-agent.c (agent_scd_pksign): Pass --hash-rmd160 to SCD if
755         required.
757         * gpg.c (main): Let --no-use-agent and --gpg-agent-info print a
758         warning.  
759         * misc.c (obsolete_option): New.
761 2007-01-29  Werner Koch  <wk@g10code.com>
763         * pkclist.c (do_we_trust_pre): Issue a user-id-hint status code. 
765 2007-01-15  Werner Koch  <wk@g10code.com>
767         * parse-packet.c (read_protected_v3_mpi): Make sure to stop
768         reading even for corrupted packets.
769         * keygen.c (generate_user_id): Need to allocate one byte more.
770         Reported by Felix von Leitner.
772 2006-12-21  Werner Koch  <wk@g10code.com>
774         * gpg.c (main): New command --server.
775         * gpg.h (struct server_control_s, ctrl_t): New.
776         * server.c: New.
777         * verify.c (gpg_verify): New.
778         * mainproc.c (mainproc_context): Made SIGNED_DATA a structure.
779         (proc_signature_packets_by_fd): New.
780         (proc_compressed_cb): Divert depending on SIGNED_DATA.
781         * plaintext.c (hash_datafile_by_fd): New.
782         * mainproc.c (proc_tree): Use it here.
784         * verify.c (verify_signatures): Init AFX only when needed.
785         Don't leak a context on error.
786         (verify_one_file): Don't leak a context on error.
788 2006-12-07  Werner Koch  <wk@g10code.com>
790         * openfile.c (copy_options_file): Use log_info instead of
791         log_error to avoid an error return of gpg due to a missing
792         skeleton file.
794 2006-12-07  David Shaw  <dshaw@jabberwocky.com>
796         * Makefile.am: Link to iconv for jnlib dependency.
798 2006-12-05  Werner Koch  <wk@g10code.com>
800         * passphrase.c (passphrase_to_dek): Handle a Cancel request
801         correctly.  [Bug#737]
802         * mainproc.c (proc_symkey_enc): Removed workaround for bogus cancel
803         processing.
804         * encode.c (encode_simple): Distinguish error message between
805         cancel and invalid passphrase.
806         (setup_symkey): Ditto.
807         * sign.c (sign_symencrypt_file): Ditto
808         * keyedit.c (change_passphrase): Allow cancellation.
809         * keygen.c (do_ask_passphrase): New arg R_CANCELED.
810         (generate_keypair): Handle a passphrase cancellation.
811         (generate_raw_key): Ditto.
812         (generate_subkeypair): Ditto.
814 2006-12-04  Werner Koch  <wk@g10code.com>
816         * filter.h (armor_filter_context_t): New element REFCOUNT.
817         * armor.c (armor_filter): Made static.
818         (push_armor_filter, release_armor_context, new_armor_context): New.
819         (armor_filter): Release the context.
820         * gpg.c (main): Use new armor context functions and
821         push_armor_filter.
822         * export.c (do_export): Ditto.
823         * encode.c (encode_simple, encode_crypt): Ditto.
824         * decrypt.c (decrypt_message, decrypt_messages): Ditto.
825         * dearmor.c (dearmor_file, enarmor_file): Ditto.
826         * verify.c (verify_signatures, verify_one_file): Ditto.
827         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Ditto.
828         * revoke.c (gen_desig_revoke, gen_revoke): Ditto.
829         * keyserver.c (keyserver_spawn): Ditto.
830         * keygen.c (output_control_s): Turn AFX fields into pointers.
831         (read_parameter_file): Allocate and release AFX fields.
832         (do_generate_keypair): Use push_armor_filter.
833         * import.c (import): Replace iobuf_push_filter2 hack by the new
834         armor context stuff.
836 2006-12-03  Werner Koch  <wk@g10code.com>
838         * filter.h: New element REFCOUNT.
839         (handle_progress): Remove prototype.
840         * progress.c (new_progress_context, release_progress_context): New.
841         (progress_filter): Use new function to release context.  Made static.
842         (handle_progress): Bumb reference counter.  No more check for
843         enabled progress as this is handled by new_progress_context.
844         * verify.c (verify_signatures, verify_one_file): Replace stack
845         based progress context by a heap based one.
846         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Ditto.
847         * plaintext.c (ask_for_detached_datafile, hash_datafiles): Ditto.
848         * encode.c (encode_simple, encode_crypt): Ditto.
849         * decrypt.c (decrypt_message, decrypt_messages): Ditto. 
851         * keyedit.c (menu_clean): Made strings translatable.
853 2006-12-03  David Shaw  <dshaw@jabberwocky.com>
855         * keyedit.c (menu_clean): Show "already minimized" rather than
856         "already clean" when a minimized key is minimized again.  From
857         Dirk Traulsen.
859 2006-12-02  David Shaw  <dshaw@jabberwocky.com>
861         * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add
862         --passphrase-repeat option to control how many times gpg will
863         re-prompt for a passphrase to ensure the user has typed it
864         correctly.  Defaults to 1.
866 2006-12-02  Werner Koch  <wk@g10code.com>
868         * encr-data.c: Allocate DFX context on the heap and not on the
869         stack.  Changes at several places.  Fixes CVE-2006-6235.
870         
871 2006-11-27  Werner Koch  <wk@g10code.com>
873         * openfile.c (ask_outfile_name): Fixed buffer overflow occurring
874         if make_printable_string returns a longer string.  Fixes bug 728.
876 2006-11-21  Werner Koch  <wk@g10code.com>
878         * Makefile.am (needed_libs): libgnu needs to come after libcommon.
880         * keygen.c (ask_expire_interval): Print y2038 warning only for 32
881         bit time_t.
882         (save_unprotected_key_to_card): Made RSA_N_LEN et al a size_t.
883         Cast printf args.
884         (get_parameter_algo): Allow "ELG" as alias for "ELG-E".
886         * seckey-cert.c (do_check): Made NBYTES a size_t.
887         (do_check): Made NDATA a size_t.
888         (protect_secret_key): Made NARR a size_t.
889         (protect_secret_key): Made NVYES a size_t.
890         * pubkey-enc.c (get_it): Made INDATALEN a size_t. 
891         (get_it): Made NFRAME a size_t.
892         * keyid.c (hash_public_key): Made NBITS an unsigned int.
893         * misc.c (checksum_mpi): Made NBYTES a size_t. 
894         (openpgp_pk_test_algo2): Made USE_BUF a size_t.
895         * seskey.c (encode_session_key): Made NFRAME a size_t.
896         (do_encode_md): Ditto.
897         (encode_md_value): Cast size_t argument of printf.
898         (encode_md_value): Ditto.
900 2006-11-10  Werner Koch  <wk@g10code.com>
902         * parse-packet.c (mpi_read): Changed NREAD to size_t to match the
903         gcry_mpi-scan prototype. 
904         (mpi_read): Fixed double increment of bytes read to correctly
905         detect overlong MPIs.
907 2006-11-05  Werner Koch  <wk@g10code.com>
909         * gpg.c (main): Remove the default --require-cross-certification.
910         * options.skel: Enable require-cross-certification.
912 2006-10-31  Werner Koch  <wk@g10code.com>
914         * pkclist.c (warn_missing_aes_from_pklist): New.
915         * encode.c (encrypt_filter, encode_crypt): Use it here.
917 2006-10-27  Werner Koch  <wk@g10code.com>
919         * pkclist.c (warn_missing_mdc_from_pklist): New.
920         * encode.c (use_mdc): Use it here.
922 2006-10-24  Marcus Brinkmann  <marcus@g10code.de>
924         * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
926 2006-10-23  Werner Koch  <wk@g10code.com>
928         * gpg.c (main): New command --gpgconf-test.
930         * Makefile.am (bzip2_source): New.
932 2006-10-20  Werner Koch  <wk@g10code.com>
934         * getkey.c (classify_user_id): Reserve '&' for search by keygrip.
936 2006-10-19  Werner Koch  <wk@g10code.com>
938         * keygen.c (get_parameter_algo): Add special case for ELG_E which
939         is not supported by libgcrypt's mapping function.
941 2006-10-18  Werner Koch  <wk@g10code.com>
943         * keyid.c (v3_keyid): Don't use mempcy as we need to hold the
944         keyids in the native endian format.
946         * import.c (import_print_stats): Use log_printf.
948         * build-packet.c (do_public_key): Care about mpi_write errors.
949         (do_secret_key, do_pubkey_enc, do_signature): Ditto. 
950         (mpi_write): Print an extra warning on error.
952 2006-10-17  Werner Koch  <wk@g10code.com>
954         * Makefile.am (LDADD): Replaced W32LIBS by NETLIBS.
956 2006-10-12  David Shaw  <dshaw@jabberwocky.com>
958         * parse-packet.c (parse_symkeyenc): Show the unpacked as well as
959         the packed s2k iteration count.
961         * main.h, options.h, gpg.c (encode_s2k_iterations, main),
962         passphrase.c (hash_passphrase): Add --s2k-count option to specify
963         the number of s2k hash iterations.
965 2006-10-08  Werner Koch  <wk@g10code.com>
967         * gpgv.c: Remove the tty stubs as we are now required to link to
968         tty anyway (it is included in libcommand and has dependencies to
969         other modules as well).
971         * keyedit.c (keyedit_menu): Use keyedit_completion only if
972         readline is available.  It would be better to move this code into
973         gpgrlhelp.c
975 2006-10-06  Werner Koch  <wk@g10code.com>
977         * Makefile.am (AM_CFLAGS): Use PTH version of libassuan.
979 2006-10-06  David Shaw  <dshaw@jabberwocky.com>
981         * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather
982         than whatever key selector the user used on the command line.
984 2006-10-05  Werner Koch  <wk@g10code.com>
986         * status.c (progress_cb): Changed to libgcrypt API.
987         (set_status_fd): Register the progress cb.
989         * seskey.c (encode_md_value): Check that the hash algo is valid
990         before getting the OID. 
992 2006-10-04  Werner Koch  <wk@g10code.com>
994         * passphrase.c: Allow for a static passphrase in batch mode.
995         
996         * call-agent.c (agent_havekey): Removed.
997         (percent_plus_escape): New.
998         (agent_get_passphrase): New.
999         (agent_clear_passphrase): New.
1001         * passphrase.c: Changed so that we always require the agent.
1002         (agent_send_option, agent_send_all_options, agent_open): Removed.
1003         (agent_get_passphrase): Cleaned up.  Does now use the call-agent
1004         functions.  Renamed to
1005         (passphrase_get): .. this.  Changed all callers.
1006         (passphrase_clear_cache): Rewritten.
1007         (passphrase_to_dek, hash_passphrase): Re-indented.
1009         * gpg.c (main): Made --use-agent a dummy option.
1010         * seckey-cert.c (check_secret_key): We require the agent, so always
1011         allow for 3 tries.
1013         * gpg.c (main): Print a warning if -sat has been used.
1014         (main): Removed the special treatment of the -k option. -k is now
1015         an alias for --list-keys.
1016         (main): Removed --list-ownertrust.
1018 2006-10-02  Werner Koch  <wk@g10code.com>
1020         * encr-data.c (decrypt_data, mdc_decode_filter): Check the MDC
1021         right here and don't let parse-packet handle the MDC.
1023 2006-09-29  Werner Koch  <wk@g10code.com>
1025         * compress.c (do_uncompress): Removed use of Z_PARTIAL_FLUSH.
1026         This is outdated and old zlib versions which still require it have
1027         security problems.
1029 2006-09-27  Werner Koch  <wk@g10code.com>
1031         Replaced all STRLIST by strlist_t.
1033 2006-09-21  Werner Koch  <wk@g10code.com>
1035         * signal.c (got_fatal_signal): Replaced readline stuff by a tty
1036         function.
1038         * Makefile.am (LDADD): Include libgpgrl.a.
1040         * gpg.c (main): Call gpg_rl_initialize.
1042         * keyedit.c: Removed double inclusion of stdio.h.
1044 2006-09-20  Werner Koch  <wk@g10code.com>
1046         * call-agent.c: Include asshelp.h.
1047         (start_agent): Use send_pinentry_environment.
1049 2006-09-14  Werner Koch  <wk@g10code.com>
1051         Replaced all call gpg_error_from_errno(errno) by
1052         gpg_error_from_syserror().
1054 2006-09-13  Werner Koch  <wk@g10code.com>
1056         * gpg.c (main): Made --require-cross-certification the default. 
1058 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
1060         * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and
1061         -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS).
1062         (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS).
1064 2006-09-06  Werner Koch  <wk@g10code.com>
1066         * gpg.c (main): Enable new assuan API.
1067         * call-agent.c: Changed to new Assuan API.
1069 2006-09-01  Werner Koch  <wk@g10code.com>
1071         * call-agent.c: Do not force using the pipe server.
1073         * gpg.c (main): Enable card related commands.
1075 2006-08-22  Werner Koch  <wk@g10code.com>
1077         * mainproc.c (proc_plaintext): Fixed a #warning
1079 2006-08-21  Werner Koch  <wk@g10code.com>
1081         * skclist.c (random_is_faked): Implemented.
1082         (is_insecure): Also test for the old uppercase version of the
1083         insecure string.
1084         * gpg.c (main): Renamed --quick-random to debug-quick-quick-random.
1086         * gpg.c (print_mds): Do not use the USE_SHA macros.
1088         * mainproc.c (proc_encrypted): Remove assign inside condition for
1089         better readibility.
1091         * packet.h: Moved consts to new header ../common/openpgpdefs.h.
1093 2006-08-16  Werner Koch  <wk@g10code.com>
1095         * keyserver.c (GPGKEYS_PREFIX): Rename to gpg2keys_.  This is so
1096         that we can install helpers from 1.4 and 2 without conflicts and
1097         first of all don't get lost with weird bug reports.
1099         * keyid.c (serialno_and_fpr_from_sk): New. Actually lost during
1100         the last 1.4 to 1.9 merge.
1102         * gpg.c (list_config): Output ccid-reader-id only for gnupg 1.
1104         * call-agent.c (agent_scd_writekey): New.
1105         (inq_writekey_parms): New.
1107         * gpgv.c: Include call-agent.h for use by stubs.
1109         * misc.c: Include call-agent.h for use by get_signature_count.
1111 2006-07-27  Werner Koch  <wk@g10code.com>
1113         * parse-packet.c (parse_comment): Cap comments at 65k.
1114         (parse_gpg_control): Skip too large control packets.
1116 2006-07-24  David Shaw  <dshaw@jabberwocky.com>  (wk)
1118         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
1119         Pass a union for preference hints rather than doing void * games.
1121         * sign.c (sign_file): Use it here.
1123         * sign.c (sign_file): When signing with multiple DSA keys, one
1124         being DSA1 and one being DSA2 and encrypting at the same time, if
1125         the recipient preferences give a hash that can work with the DSA2
1126         key, then allow the DSA1 key to be promoted rather than giving up
1127         and using hash_for().
1129         * pkclist.c (algo_available): Automatically enable DSA2 mode when
1130         handling a key that clearly isn't DSA1 (i.e. q!=160).
1132 2006-06-30  Werner Koch  <wk@g10code.com>
1134         * misc.c (checksum_mpi): No need for nbits as they are alredy
1135         included in the buffer.
1137 2006-06-29  Werner Koch  <wk@g10code.com>
1139         * parse-packet.c (parse_signature, parse_key): Need store the
1140         length of opaque data as number of bits. 
1141         * card-util.c (card_store_subkey): Ditto.
1143         * mainproc.c (print_pkenc_list, check_sig_and_print): Replaced
1144         log_get_stream by calls to log_printf.  This avoids the extra LFs
1145         inserted by the logging function. They are a bit too smart
1146         sometimes.
1147         * pkclist.c (do_show_revocation_reason): Print final LF through
1148         log_printf to avoid extra LFs.
1149         * pubkey-enc.c (get_it): Ditto.
1151         * seskey.c (encode_md_value): Fix call to gcry.
1153 2006-06-27  Werner Koch  <wk@g10code.com>
1155         Applied patches from 1.4.x (2006-05-22 to 2006-06-23) from David:
1157         * keygen.c (keygen_upd_std_prefs, keygen_add_std_prefs)
1158         (proc_parameter_file): Add --default-keyserver-url to specify a
1159         keyserver URL at key generation time, and "Keyserver:" keyword for
1160         doing the same through a batch file.
1161         * options.h, gpg.c (main): Ditto.
1163         * sign.c (do_sign): For now don't accept a truncated hash even
1164         for DSA1 keys (be liberal in what you accept, etc).
1166         * import.c (import_one): Add a flag (from_sk) so we don't check
1167         prefs on an autoconverted public key.  The check should only
1168         happen on the sk side.  Noted by Dirk Traulsen.
1170         * keygen.c (gen_card_key): Add optional argument to return a
1171         pointer (not a copy) of the stub secret key for the secret key we
1172         just generated on the card.
1173         (generate_card_subkeypair): Use it here so that the signing key on
1174         the card can use the card to generate the 0x19 backsig on the
1175         primary key.  Noted by Janko Heilgeist and Jonas Oberg.
1177         * parse-packet.c (parse_user_id): Cap the user ID size at 2048
1178         bytes.  This prevents a memory allocation attack with a very large
1179         user ID.  A very large packet length could even cause the
1180         allocation (a u32) to wrap around to a small number.  Noted by
1181         Evgeny Legerov on full-disclosure.
1183         * keygen.c (gen_dsa): Allow generating DSA2 keys.  Allow
1184         specifying sizes > 1024 when --enable-dsa2 is set.  The size of q
1185         is set automatically based on the key size.
1186         (ask_keysize, generate_keypair): Ask for DSA size when
1187         --enable-dsa2 is set.
1189         * exec.c (make_tempdir) [W32]: Fix bug with a temporary directory
1190         on W32 that is over 256 bytes long.  Noted by Israel G. Lugo.
1192         * gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we
1193         are called with them closed.  This is to protect our
1194         keyring/trustdb files from corruption if they get attached to one
1195         of the standard fds.  Print a warning if possible that this has
1196         happened, and fail completely if we cannot reopen (should never
1197         happen).
1198         (main): Call it here.
1199         
1200         * parse-packet.c (dump_sig_subpkt, parse_signature): Fix meaning
1201         of key expiration and sig expiration subpackets - zero means
1202         "never expire" according to 2440, not "expire instantly".
1203         * build-packet.c (build_sig_subpkt_from_sig): Ditto.
1204         * getkey.c (fixup_uidnode, merge_selfsigs_main)
1205         (merge_selfsigs_subkey): Ditto.
1206         * keygen.c (keygen_add_key_expire): Ditto.
1208         * getkey.c (get_pubkey_byname)
1209         * import.c (import_one): Fix key selection problem when
1210         auto-key-locate returns a list of keys, not all of which are
1211         usable (revoked, expired, etc).  Noted by Simon Josefsson.
1213 2006-05-24  Werner Koch  <wk@g10code.com>
1215         * keyid.c (hash_public_key): Do not double hash the length bytes,
1216         they are already included by mpi_print.
1218         * misc.c (openpgp_pk_test_algo2): Get test call right.
1220         * misc.c (string_to_cipher_algo, string_to_digest_algo): New.
1221         * keygen.c (keygen_set_std_prefs): use them here.
1222         * gpg.c (main): and here.
1224 2006-05-23  Werner Koch  <wk@g10code.com>
1226         * card-util.c (generate_card_keys): Removed temporary kludge for
1227         generate_keypair.
1229         * call-agent.c (agent_scd_setattr): Add arg SERIALNO.
1230         (agent_scd_genkey): Ditto.
1231         (agent_scd_change_pin): Ditto.
1233         * call-agent.h (struct agent_card_info_s): Updated to match the
1234         one of 1.4.3.
1236         * Makefile.am (LDADD): Include ZLIBS.
1238         * gpgv.c: Removed stubs not anymore useful due to libgcrypt.
1240 2006-05-22  Werner Koch  <wk@g10code.com>
1242         * keyserver.c (keyidlist): Replaced mpi_get_keyid by v3_keyid.
1243         * keydb.h (v3_keyid): Added.
1245         * import.c (import): Better initialize KEYBLOCK as to quiet
1246         compiler warning.
1248         * skclist.c (random_is_faked): New.
1250         * mainproc.c: Include pka.h.
1252 2006-05-19  Werner Koch  <wk@g10code.com>
1254         * misc.c (openpgp_pk_test_algo2): Need to use gcry_pk_algo_info
1255         directly.
1256         (string_count_chr): New.
1258         * armor.c (parse_header_line): Use renamed function
1259         length_sans_trailing_ws.
1261         * options.h, gpg.c: Option --strict is not used thus removed code
1262         but kept option.
1264 2006-04-28  David Shaw  <dshaw@jabberwocky.com>  (wk)
1265         
1266         * keyserver.c (direct_uri_map): New.
1267         (keyserver_spawn): Used here to add "_uri" to certain gpgkeys_xxx
1268         helpers when the meaning is different if a path is provided (i.e. 
1269         ldap).
1270         (keyserver_import_cert): Show warning if there is a CERT
1271         fingerprint, but no --keyserver set.
1273         * keyserver.c: Fix build problem with platforms that stick libcurl
1274         in a place not in the regular include search path.
1276         * options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.
1277         Defaults to disable.
1279         * pkclist.c (algo_available): If --enable-dsa2 is set, we're
1280         allowed to truncate hashes to fit DSA keys.
1282         * sign.c (match_dsa_hash): New.  Return the best match hash for a
1283         given q size.
1284         (do_sign, hash_for, sign_file): When signing with a DSA key, if it
1285         has q==160, assume it is an old DSA key and don't allow truncation
1286         unless --enable-dsa2 is also set.  q!=160 always allows truncation
1287         since they must be DSA2 keys.
1288         (make_keysig_packet): If the user doesn't specify a
1289         --cert-digest-algo, use match_dsa_hash to pick the best hash for
1290         key signatures.
1292         * gpg.c (print_mds): Add SHA-224.
1293         * armor.c (armor_filter, parse_hash_header): Add SHA-224.
1295         * sign.c (write_plaintext_packet):
1296         Factor common literal packet setup code from here, to...
1297         * encode.c (encode_simple): .. there.
1298         
1299         * main.h, plaintext.c (setup_plaintext_name): Here. New. Make sure
1300         the literal packet filename field is UTF-8 encoded.
1302         * options.h, gpg.c (main): Make sure --set-filename is UTF-8
1303         encoded and note when filenames are already UTF-8.
1305         * keyedit.c (menu_backsign): Give some more verbose errors when we
1306         have no need to backsign.
1308         * getkey.c (parse_auto_key_locate): Fix dupe-removal code.
1310         * keyedit.c (menu_backsign): Allow backsigning even if the secret
1311         subkey doesn't have a binding signature.
1313         * armor.c (radix64_read): Don't report EOF when reading only a pad
1314         (=) character.  The EOF actually starts after the pad.
1316         * gpg.c (main): Make --export, --send-keys, --recv-keys,
1317         --refresh-keys, and --fetch-keys follow their arguments from left
1318         to right.  Suggested by Peter Palfrader.
1320 2006-04-18  Werner Koch  <wk@g10code.com>
1322         * tdbio.c (open_db, migrate_from_v2): Removed feature to migration
1323         from old trustdb version 2.
1325         * gpg.c, mainproc.c: Removed pipemode feature.
1327         * status.c: Removed shared memory coprocess stuff
1329         Merged with current gpg 1.4.3 code.
1330         
1331         * keygen.c, keyid.c, misc.c, openfile.c, verify.c, trustdb.c
1332         * textfilter.c, tdbio.c, tdbdump.c, status.c, skclist.c, signal.c
1333         * sign.c, sig-check.c, seskey.c, seckey-cert.c, revoke.c
1334         * pubkey-enc.c, progress.c, plaintext.c, pkclist.c, photoid.c
1335         * passphrase.c, parse-packet.c, mdfilter.c, mainproc.c
1336         * keyserver.c, keyring.c, keylist.c, keyedit.c, keydb.c, kbnode.c
1337         * import.c, getkey.c, gpgv.c, helptext.c, free-packet.c
1338         * build-packet.c, cipher.c, compress.c, dearmor.c, decrypt.c
1339         * delkey.c, encr-data.c, encode.c, exec.c, export.c
1340         * gpg.c, armor.c: Updated from gnupg-1.4.3 and merged back gcry and
1341         gnupg-1.9 related changes.
1342         * trustdb.h, tdbio.h, status.h, photoid.h, packet.h, options.h
1343         * main.h, keyserver-internal.h, keyring.h, keydb.h, filter.h
1344         * exec.h: Ditto.
1345         * global.h: Removed after merging constants with gpg.h.
1346         * comment.c, pipemode.c: Removed.
1347         * card-util.c: Updated from gnupg-1.4.3.
1348         * compress-bz2.c: New.
1349         
1350 2005-06-15  Werner Koch  <wk@g10code.com>
1352         * g10.c (print_hashline, add_group): Fixes for signed/unsigned
1353         pointer mismatch warnings.
1355 2005-06-01  Werner Koch  <wk@g10code.com>
1357         * mkdtemp.c: Removed.
1358         * exec.c: Include mkdtemp.h
1360 2004-12-21  Werner Koch  <wk@g10code.com>
1362         * gpgv.c, g10.c (main): Use default_hoemdir ().
1364 2004-12-18  Werner Koch  <wk@g10code.com>
1366         * gpg.h (map_assuan_err): Define in terms of
1367         map_assuan_err_with_source.
1369 2004-12-15  Werner Koch  <wk@g10code.com>
1371         * Makefile.am (LDADD): Remove ZLIBS.
1373 2004-10-22  Werner Koch  <wk@g10code.com>
1375         * g10.c (main): Display a bit fat warning that this gpg should not
1376         be used.
1378         * card-util.c (fetch_url): Disable for gnupg 1.9
1379         (card_generate_subkey): Ditto.
1380         (card_store_subkey): Ditto.
1382 2004-09-30  Werner Koch  <wk@g10code.com>
1384         * gpgv.c (i18n_init): Always use LC_ALL.
1386         * Makefile.am (LDADD): Adjusted for gettext 0.14.
1388 2004-09-20  Werner Koch  <wk@g10code.com>
1390         * keyedit.c (show_key_with_all_names): Print the card S/N.
1392 2004-09-11  Moritz Schulte  <moritz@g10code.com>
1394         * openfile.c (copy_options_file): Fixed last commit (added a `+').
1396 2004-08-31  Werner Koch  <wk@g10code.de>
1398         * openfile.c (copy_options_file): Use gpg-conf.skel. Better take
1399         the length of SKELEXT into account, someone might make it larger.
1400         * Makefile.am: Install options.skel as gpg-conf.skel.
1402 2004-08-18  Marcus Brinkmann  <marcus@g10code.de>
1404         * passphrase.c (agent_get_passphrase): Fix detection of gpg-agent
1405         cancellation.
1407 2004-07-01  Werner Koch  <wk@gnupg.org>
1409         * card-util.c (change_login): Kludge to allow reading data from a
1410         file.
1411         (card_edit): Pass ARG_STRING to change_login.
1412         (card_status): Print CA fingerprints.
1413         (change_cafpr): New.
1414         (card_edit): New command CAFPR.
1416         * call-agent.h: Add members for CA fingerprints.
1417         * call-agent.c (agent_release_card_info): Invalid them.
1418         (learn_status_cb): Store them.
1420 2004-04-30  Werner Koch  <wk@gnupg.org>
1422         * g10.c (main) <gpgconf>: Use gpg.conf and not /dev/null as
1423         default filename.
1425 2004-04-28  Werner Koch  <wk@gnupg.org>
1427         * card-util.c (card_edit): Remove PIN verification.
1428         (generate_card_keys): New arg SERIALNO.  Do PIN verification here
1429         after resetting forced_chv1.
1431 2004-04-26  Werner Koch  <wk@gnupg.org>
1433         * card-util.c (change_name): Check that the NAME is not too long.
1434         (change_url): Likewise.
1435         (change_login): Likewise.
1437 2004-03-23  Werner Koch  <wk@gnupg.org>
1439         * g10.c: New options --gpgconf-list, --debug-level and --log-file
1440         (set_debug): Add arg DEBUG_LEVEL.
1441         (main): Look at less and less version specific config files.  From
1442         gnupg 1.3.
1444 2004-02-17  Werner Koch  <wk@gnupg.org>
1446         * call-agent.c (start_agent): Ignore an empty GPG_AGENT_INFO.
1447         * passphrase.c (agent_open): Ditto.
1449 2004-02-12  Werner Koch  <wk@gnupg.org>
1451         * gpgv.c: Removed g10defs.h.
1453         * Makefile.am: Include cmacros.am for common flags.
1455 2004-02-11  Werner Koch  <wk@gnupg.org>
1457         * openfile.c (try_make_homedir): Use GNUPG_DEFAULT_HOMEDIR.
1458         * gpgv.c (main): Ditto.
1459         * g10.c (main): Ditto.
1461 2004-01-19  Moritz Schulte  <mo@g10code.com>
1463         * keygen.c (do_generate_keypair): Print member fname, instead of
1464         newfname, again.
1465         (do_generate_keypair): Don't try to execute certain pieces of code
1466         in case an error occured.
1467         (gen_card_key): Don't print out a message, which is already
1468         printed by do_generate_keypair().
1470 2004-01-18  Moritz Schulte  <mo@g10code.com>
1472         * keygen.c (do_generate_keypair): Print member fname, instead of
1473         newfname.
1475 2003-12-17  Werner Koch  <wk@gnupg.org>
1477         * card-util.c (print_name): Fixed bad format string usage.
1478         (print_isoname): Ditto.
1480         * trustdb.c (check_regexp): s/exp/expr/.
1482         * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is
1483         always false due to the data type.
1484         
1485         * passphrase.c (agent_get_passphrase): Use xasprintf and avoid
1486         non-literal format strings.
1488         * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable):
1489         Fixed log_error format string bugs.  Kudos to the now working
1490         gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in
1491         gnupg 1.2.3.
1493 2003-12-15  Werner Koch  <wk@gnupg.org>
1495         * seckey-cert.c (protect_secret_key): Use gry_create_nonce for the
1496         IV; there is not need for real strong random here and it even
1497         better protect the random bits used for the key.
1499 2003-11-16  Moritz Schulte  <mo@g10code.com>
1501         * signal.c: Removed unused file.
1503 2003-11-10  Moritz Schulte  <mo@g10code.com>
1505         * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
1507 2003-10-25  Werner Koch  <wk@gnupg.org>
1509         * call-agent.c (learn_status_cb, scd_genkey_cb): Fixed faulty use
1510         of !spacep().
1512 2003-10-20  Werner Koch  <wk@gnupg.org>
1514         * card-util.c (card_edit): New command "passwd".  Add logic to
1515         check the PIN in advance.
1516         (card_status): Add new args to return the serial number.  Changed
1517         all callers.
1518         * call-agent.c (agent_scd_checkpin): New.
1520 2003-10-08  Werner Koch  <wk@gnupg.org>
1522         * call-agent.c (agent_scd_getattr): Don't clear the passed info
1523         structure, so that it can indeed be updated.
1525         * card-util.c (fpr_is_zero): New.
1526         (generate_card_keys): New.
1527         (card_edit): New command "generate".
1528         * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call
1529         to check_smartcard.
1530         (check_smartcard,show_smartcard): Removed.
1531         (show_sha1_fpr,fpr_is_zero): Removed.
1533 2003-10-01  Werner Koch  <wk@gnupg.org>
1535         * card-util.c: Tweaked to use this source also under 1.3. 
1537 2003-09-30  Werner Koch  <wk@gnupg.org>
1539         * keylist.c (print_card_serialno): New.
1540         (list_keyblock_print): Use it here.
1542         * card-util.c (toggle_forcesig): New.
1543         (card_edit): New command "forcesig".
1544         
1545         * card-util.c (print_name, print_isoname): Use 0 and not LF fro
1546         the max_n arg of tty_print_utf8_string2.
1548         * call-agent.c (agent_scd_getattr): New.
1549         (learn_status_cb): Release values before assignment so that it can
1550         be used by getattr to update the structure.
1551         
1552         * card-util.c (change_pin): Simplified.  We now have only a PIN
1553         and an Admin PIN.
1555 2003-09-27  Werner Koch  <wk@gnupg.org>
1557         * sign.c (do_sign): Removed disabled testcode.
1559 2003-09-26  Timo Schulz  <twoaday@freakmail.de>
1561         * card_status (card_status): Do not use fputs since the fp
1562         parameter can be NULL. This fixes a segv.
1563         
1564 2003-09-24  Werner Koch  <wk@gnupg.org>
1566         * card-util.c (print_isoname,card_status): Handle opt.with_colons.
1567         (print_sha1_fpr_colon): New.
1569 2003-09-23  Werner Koch  <wk@gnupg.org>
1571         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
1572         
1573         * Makefile.am: Include W32LIBS where appropriate.
1575         * armor.c (parse_hash_header,armor_filter): Drop TIGER/192 support.
1576         * g10.c (print_hex,print_mds): Ditto.
1577         * pkclist.c (algo_available): Ditto.
1579         * armor.c (armor_filter): Allow using --comment multiple times to
1580         get multiple Comment header lines.  --no-comments resets list.
1581         * options.h, g10.c (main): Ditto. Deprecate --default-comment in
1582         favor of --no-comments.
1584         * g10.c (main): Trim --help to commonly used options.  Remove -f.
1586         * g10.c (main): Add --multifile as an alias to turn --encrypt into
1587         --encrypt-files (plus --verify-files, --decrypt-files).  Error out
1588         if --multifile is used with the commands that don't support it yet.
1590         * encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440
1591         directly to check for MDC usability.  Do not set the force_mdc or
1592         disable_mdc flags since there is no point any longer.
1593         
1594         * g10.c (main): Use "keyserver-url" instead of
1595         "preferred-keyserver" for the sake of short and simple commands.
1596         (add_keyserver_url): Clarify a few strings.  It's a
1597         "preferred keyserver URL".
1598         * keyedit.c (keyedit_menu): Ditto.
1599         * sign.c (mk_notation_policy_etc): Ditto. 
1601         * main.h, keygen.c (keygen_add_keyserver_url): Signature callback
1602         for adding a keyserver URL.
1603         * keyedit.c (keyedit_menu, menu_set_keyserver_url): New command to
1604         set preferred keyserver to specified (or all) user IDs.
1605         * build-packet.c (build_sig_subpkt): Set preferred keyserver flag
1606         while building a preferred keyserver subpacket.
1608         * keylist.c (show_policy_url, show_keyserver_url): URLs might be
1609         UTF8.
1611         * keyedit.c (menu_addrevoker): Fix leaking a few bytes.
1613         * keyedit.c (show_key_with_all_names): Use list-option
1614         show-long-keyid in main --edit-key display.
1616         * keyedit.c (print_and_check_one_sig): Use list-option
1617         show-long-keyid in --edit-key "check" function.
1619         * passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
1621         * g10.c (main): Disable use-agent if passphrase-fd is given
1622         later. Suggested by Kurt Garloff.
1624         * exec.c, g10.c, gpgv.c, passphrase.c, photoid.c:
1625         s/__MINGW32__/_WIN32/ to help building on native Windows
1626         compilers.  Requested by Brian Gladman.  From Werner on stable
1627         branch.
1629         * options.h, g10.c (main): Add list-option
1630         list-preferred-keyserver.
1632         * keyedit.c (change_passphrase): When responding 'no' to the blank
1633         passphrase question, re-prompt for a new passphrase.  This is bug
1634         #202.
1636         * mainproc.c (check_sig_and_print): Use two different preferred
1637         keyserver displays - one if the key is not present (to tell the
1638         user where to get the key), the other if it is present (to tell
1639         the user where the key can be refreshed).
1641         * packet.h, parse-packet.c (parse_signature): Set flag if a
1642         preferred keyserver is present.
1644         * keylist.c (list_keyblock_print): Show keyserver url in listings
1645         with list-option show-keyserver-url.
1647         * mainproc.c (check_sig_and_print): Get the uid validity before
1648         printing any sig results to avoid munging the output with trustdb
1649         warnings.
1651         * g10.c (main): Don't include --show-keyring in --help as it is
1652         deprecated.
1654         * options.skel: Note that keyserver.pgp.com isn't synchronized,
1655         and explain the roundrobin a bit better.
1657         * sig-check.c (check_key_signature2), import.c (import_one,
1658         import_revoke_cert, chk_self_sigs, delete_inv_parts,
1659         collapse_uids, merge_blocks): Make much quieter during import of
1660         slightly munged, but recoverable, keys. Use log_error for
1661         unrecoverable import failures.
1663         * keyring.c (keyring_rebuild_cache): Comment.
1665         * sign.c (mk_notation_and_policy): Making a v3 signature with
1666         notations or policy urls is an error, not an info (i.e. increment
1667         the errorcount). Don't print the notation or policy url to stdout
1668         since it can be mixed into the output stream when piping and munge
1669         the stream.
1671         * packet.h, sig-check.c (signature_check2, do_check,
1672         do_check_messages): Provide a signing-key-is-revoked flag.  Change
1673         all callers.
1675         * status.h, status.c (get_status_string): New REVKEYSIG status tag
1676         for a good signature from a revoked key.
1678         * mainproc.c (do_check_sig, check_sig_and_print): Use it here.
1680         * import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare
1681         actual signatures on import rather than using keyid or class
1682         matching.  This does not change actual behavior with a key, but
1683         does mean that all sigs are imported whether they will be used or
1684         not.
1686         * parse-packet.c (parse_signature): Don't give "signature packet
1687         without xxxx" warnings for experimental pk algorithms.  An
1688         experimental algorithm may not have a notion of (for example) a
1689         keyid (i.e. PGP's x.509 stuff).
1691         * options.h, g10.c (main), keylist.c (list_keyblock_print),
1692         keyedit.c (print_and_check_one_sig): New "show-sig-expire"
1693         list-option to show signature expiration dates (if any).
1695         * options.h, g10.c (main, add_keyserver_url): Add
1696         --sig-preferred-keyserver to implant a "where to get my key"
1697         subpacket into a signature.
1699         * sign.c (mk_notation_and_policy): Rename to
1700         mk_notation_policy_etc and add preferred keyserver support for
1701         signatures.
1703         * keygen.c (do_add_key_flags): Don't set the certify flag for
1704         subkeys.
1705         (ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal
1706         subkeys.
1707         (generate_keypair): Provide key flags for the default DSA/Elgamal
1708         keys.
1710         * sig-check.c (signature_check, signature_check2,
1711         check_key_signature, check_key_signature2): Allow passing NULLs
1712         for unused parameters in the x2 form of each function to avoid the
1713         need for dummy variables. getkey.c, mainproc.c: Change all
1714         callers.
1716         * trustdb.h, trustdb.c (read_trust_options): New.  Returns items
1717         from the trustdb version record.
1718         * keylist.c (public_key_list): Use it here for the new "tru"
1719         record.
1720         * gpgv.c (read_trust_options): Stub.
1722         * keyedit.c (show_key_with_all_names): Use list-option
1723         show-validity in --edit-key interface as well.
1725         * options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
1726         verify-options "show-validity" and "show-long-keyid" to show
1727         trustdb validity and long keyids during (file) signature
1728         verification.
1730         * packet.h, main.h, sig-check.c (signature_check2)
1731         (check_key_signature2, do_check): If ret_pk is set, fill in the pk
1732         used to verify the signature.  Change all callers in getkey.c,
1733         mainproc.c, and sig-check.c.
1735         * keylist.c (list_keyblock_colon): Use the ret_pk from above to
1736         put the fingerprint of the signing key in "sig" records during a
1737         --with-colons --check-sigs.  This requires --no-sig-cache as well
1738         since we don't cache fingerprints.
1740         * parse-packet.c (parse_signature): No need to reserve 8 bytes for
1741         the unhashed signature cache any longer.
1743         * misc.c (pct_expando): Add two new expandos - signer's
1744         fingerprint (%g), and signer's primary fingerprint (%p).
1746         * g10.c (main): Add --rfc2440 alias for --openpgp since in a few
1747         months, they won't be the same thing.
1749         * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for
1750         "hkp", since it is occasionally written that way.
1751         (keyserver_spawn): Use ascii_isspace to avoid locale issues.
1753         * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the
1754         email field as well as the name field, and allow mixing fields
1755         when it is set.
1757         * trustdb.c (validate_one_keyblock): Certifications on revoked or
1758         expired uids do not count in the web of trust.
1760         * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use
1761         sigprocmask() if we have sigset_t, and only use sigaction() if we
1762         have struct sigaction.  This is for Forte c89 on Solaris which
1763         seems to define only the function call half of the two pairs by
1764         default.
1765         (pause_on_sigusr): Typo.
1766         (do_block): If we can't use sigprocmask() and sigset_t, try to get
1767         the number of signals from NSIG as well as MAXSIG, and if we
1768         can't, fail with an explanation.
1770         * signal.c, tdbio.c: Comment out the transaction code.  It was not
1771         used in this version, and was causing some build problems on
1772         quasi-posix platforms (Solaris and Forte c89).
1774         * keylist.c (list_keyblock_colon): Don't include validity values
1775         when listing secret keys since they can be incorrect and/or
1776         misleading.  This is a temporary kludge, and will be handled
1777         properly in 1.9/2.0.
1779         * mainproc.c (check_sig_and_print): Only show the "key available
1780         from" preferred keyserver line if the key is not currently
1781         present.
1783         * keyedit.c (sign_uids): Do not sign expired uids without --expert
1784         (same behavior as revoked uids).  Do not allow signing a user ID
1785         without a self-signature.  --expert overrides.  Add additional
1786         prompt to the signature level question.
1787         (menu_expire): When changing expiration dates, don't replace
1788         selfsigs on revoked uids since this would effectively unrevoke
1789         them. There is also no point in replacing expired selfsigs.  This
1790         is bug #181
1792         * g10.c (add_notation_data): Make sure that only ascii is passed
1793         to iscntrl.  Noted by Christian Biere.
1794         * getkey.c (classify_user_id2): Replaced isspace by spacep
1795         * keygen.c (ask_user_id): Ditto.
1796         (get_parameter_algo): Ditto.
1797         * keyedit.c (keyedit_menu): Ditto.
1798         * tdbdump.c (import_ownertrust): Ditto.  s/isxdigit/hexdigitp/.
1799         * revoke.c (ask_revocation_reason): 
1800         * keyserver.c (keyserver_spawn): Dito.
1802         * parse-packet.c (parse): Disallow old style partial length for
1803         all key material packets to avoid possible corruption of keyrings.
1805         * import.c (import_keys_internal): Invalidate the cache so that
1806         the file descriptor gets closed.  Fixes bug reported by Juan
1807         F. Codagnone.
1809         * options.h, g10.c (main), main.h, keylist.c (show_keyserver_url),
1810         mainproc.c (check_sig_and_print), parse-packet.c (dump_sig_subpkt,
1811         parse_one_sig_subpkt, can_handle_critical): Add read-only support
1812         for preferred keyserver subpackets.  They're basically policy URLs
1813         with a different name.  Add a verify-option
1814         "show-preferred-keyserver" to turn them on and off (on by default,
1815         as per stable branch).
1817         * g10.c (main): Add "--set-notation" as alias to "--notation-data"
1818         this is to make things consistent with --set-policy-url meaning
1819         both sigs and certs.
1821         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
1822         "show-validity" and "show-long-keyid" list-options.
1824         * gpgv.c (get_validity, trust_value_to_string): Stubs.
1826         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
1827         version-specific gpg.conf file so it can be overridden on RISCOS.
1829         * keyedit.c (show_key_with_all_names): Fix assertion failure when
1830         using toggle to see a secret key.  Reported by Maxim Britov.
1833 2003-09-22  Timo Schulz  <twoaday@freakmail.de>
1835         * card-util.c (card_status): Free pk in case of an error
1836         and return if the card is no OpenPGP card.
1837         
1838 2003-09-18  Werner Koch  <wk@gnupg.org>
1840         * g10.c: New command --card-edit.
1841         * card-util.c (card_status): Use tty_fprintf for all output.
1842         (print_sha1_fpr, print_isoname): Ditto.
1843         (get_one_name,change_name, change_url, change_login,change_lang)
1844         (change_sex): New; taken from keygen.c.
1845         * keygen.c (smartcard_get_one_name, smartcard_change_name) 
1846         (smartcard_change_url, smartcard_change_login_data) 
1847         (smartcard_change_lang, smartcard_change_sex): Removed.
1848         (check_smartcard): Removed most menu items.
1850 2003-09-06  Werner Koch  <wk@gnupg.org>
1852         * misc.c (openpgp_pk_algo_usage): Allow AUTH where SIGN is allowed.
1854         * keygen.c (ask_passphrase): No need to allocated S2K in secure
1855         memory.
1857 2003-09-04  Werner Koch  <wk@gnupg.org>
1859         * keygen.c (do_add_key_flags, parse_parameter_usage) 
1860         (do_generate_keypair): Add support the proposed AUTH key flag.
1861         * getkey.c (fixup_uidnode, merge_selfsigs_main) 
1862         (merge_selfsigs_subkey, premerge_public_with_secret): Ditto.
1863         * keylist.c (print_capabilities): Ditto.
1865 2003-08-25  Timo Schulz  <twoaday@freakmail.de>
1867         * pkglue.c (mpi_from_sexp): New. Used to factor out
1868         some common code.
1869         
1870 2003-08-24  Werner Koch  <wk@gnupg.org>
1872         * keygen.c (do_generate_keypair): Print a reminder to use --gen-revoke.
1874 2003-08-18  Timo Schulz  <twoaday@freakmail.de>
1876         * encode.c (encode_sesskey): Checked the code and removed
1877         the warning since all compatibility checks with PGP succeeded.
1878         * mainproc.c (symkey_decrypt_sesskey): Better check for the
1879         algorithm and check the return values of some functions.
1880         * mdc.c (use_mdc): Simplified.
1881         
1882 2003-08-07  Werner Koch  <wk@gnupg.org>
1884         * pkglue.c (pk_sign): Fix last change.
1885         (pk_verify): Check for valid DATA array so that we don't segv in
1886         Libgcrypt.
1887         (pk_verify): Ditto.
1889 2003-08-06  Werner Koch  <wk@gnupg.org>
1891         * pkglue.c (pk_sign): Allow signing using RSA.
1893 2003-08-05  Werner Koch  <wk@gnupg.org>
1895         * Makefile.am (install-data-local): Dropped check for the ancient
1896         gpgm tool.
1897         (bin_PROGRAMS): Renamed gpg to gpg2 and gpgv to gpgv2.  This is so
1898         that it won't conflict with the current stable version of gpg.
1900         * pkglue.c (pk_check_secret_key): New.
1901         * seckey-cert.c (do_check): Reenable this test here again.
1903         * g10.c (main): Add command -K as an alias for
1904         --list-secret-keys. Command "-k" is now an alias to --list-keys.
1905         Remove special treatment of -kv and -kvv.
1906         (set_cmd): Ditto.
1907         (main): Strip a "-cvs" suffix when testing for a version specific
1908         config file.
1910         * status.h, status.c, g10.c [USE_SHM_COPROCESSING]: Removed.  This
1911         is not any longer available.
1913 2003-07-29  Werner Koch  <wk@gnupg.org>
1915         * g10.c (main): Add secmem features and set the random seed file.
1916         (g10_exit): Update the random seed file.
1918         * parse-packet.c (parse_signature,read_protected_v3_mpi)
1919         (parse_key): Fixed use of mpi_set_opaque.
1920         * keygen.c (gen_card_key): Ditto.
1922 2003-07-28  Werner Koch  <wk@gnupg.org>
1924         * status.c (progress_cb): Adjusted for use with Libcgrypt.
1925         (set_status_fd): Register that callback.
1927         * keygen.c (smartcard_change_login_data): New.
1928         (smartcard_change_lang): New.
1929         (smartcard_change_sex): New.
1930         (check_smartcard): Add menu entries to edit the above.
1931         (gen_elg,gen_dsa,gen_rsa): Reimplemented in terms of Libgcrypt.
1932         (genhelp_protect, genhelp_factors, key_from_sexp): New.
1933         * comment.c (make_comment_node_from_buffer): New.
1934         (make_comment_node): Reimplemented in terms of above.
1936 2003-07-27  Werner Koch  <wk@gnupg.org>
1938         Adjusted for gcry_mpi_print and gcry_mpi_scan API change.
1940 2003-07-24  Werner Koch  <wk@gnupg.org>
1942         * g10.c: New command --card-status.
1943         * card-util.c (card_status): New.
1944         * call-agent.c (learn_status_cb): Parse more information.
1946         * keylist.c (print_pubkey_info): Add FP arg for optional printing
1947         to a stream.  Changed all callers.
1949 2003-07-23  Werner Koch  <wk@gnupg.org>
1951         * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.
1952         (do_generate_keypair): Abd generate the authkey.
1953         (check_smartcard): Changed menu accordingly.
1955 2003-07-22  Werner Koch  <wk@gnupg.org>
1957         * g10.c: New command --change-pin.
1958         * card-util.c: New.
1959         * call-agent.c (agent_scd_change_pin): New.
1960         (agent_release_card_info): New.
1961         * keygen.c (check_smartcard): Use it here.
1963 2003-07-16  Werner Koch  <wk@gnupg.org>
1965         * export.c (parse_export_options): New option sexp-format.
1966         (export_seckeys,export_secsubkeys): Check sexp-format option.
1967         (do_export): Ignore armor for sexp format.
1968         (do_export_stream): Handle sexp-format.
1969         (write_sexp_line,write_sexp_keyparm, build_sexp_seckey): New.
1970         (build_sexp): New.
1972 2003-07-03  Werner Koch  <wk@gnupg.org>
1974         * options.h (DBG_CIPHER): Reintroduced it. 
1975         * seskey.c (encode_session_key): Debug output of the session key.
1977         * pubkey-enc.c (get_it): Handle card case.
1978         * call-agent.c (agent_scd_pkdecrypt): New.
1979         * pkglue.c (pk_encrypt): Add RSA support.
1981         * g10.c (main): Default to --use-agent.
1983         * keygen.c (show_smartcard): Print info about the public key.
1984         (check_smartcard): Check for existing key here.
1985         (gen_card_key): And not anymore here.
1986         (fpr_is_zero): New.
1987         (generate_keypair): Generate both keys for a card.
1988         (smartcard_change_url): Nw.
1990 2003-07-02  Werner Koch  <wk@gnupg.org>
1992         * seckey-cert.c (is_secret_key_protected): Let it handle mode 1002.
1994 2003-07-01  Werner Koch  <wk@gnupg.org>
1996         * keygen.c (gen_card_key): Obviously we should use the creation
1997         date received from SCDAEMON, so that the fingerprints will match.
1998         * sign.c (do_sign): Pass the serialno to the sign code.
1999         * keyid.c (serialno_and_fpr_from_sk): New.
2001 2003-06-30  Werner Koch  <wk@gnupg.org>
2003         * call-agent.h (agent_card_info_s): Add field serialno.
2004         * call-agent.c (store_serialno): New.
2005         (learn_status_cb): Store the serial number.
2006         * keygen.c (gen_card_key): Store the serial number
2007         (check_smartcard): New argument to return the serial number.
2008         (generate_keypair): Get the serial number from check_smartcard and
2009         store it as a parameter.
2010         * parse-packet.c (parse_key): Use the protect.iv field to store the
2011         serial number.
2012         * build-packet.c (do_secret_key): Write the serial number.
2014 2003-06-27  Werner Koch  <wk@gnupg.org>
2016         * seckey-cert.c (check_secret_key): Bypass the unprotection for
2017         mode 1002.
2018         * sign.c (do_sign): Handle card case (i.e. mode 1002).
2020 2003-06-26  Werner Koch  <wk@gnupg.org>
2022         * build-packet.c (do_secret_key): Implement special protection
2023         mode 1002.
2024         * parse-packet.c (parse_key): Likewise.
2026         * keygen.c (smartcard_gen_key): New.
2027         * call-agent.c (agent_scd_setattr): New.
2029 2003-06-24  Werner Koch  <wk@gnupg.org>
2031         * Makefile.am: Removed signal.c
2033         * g10.c (emergency_cleanup): New.
2034         (main): Use gnupg_init_signals and register malloc for assuan.
2036 2003-06-23  Werner Koch  <wk@gnupg.org>
2038         * keyid.c (do_fingerprint_md): Made it work again.
2040 2003-06-19  Werner Koch  <wk@gnupg.org>
2042         Fixed all "==" comparisons against error code constants to use
2043         gpg_err_code().
2045         * import.c (import_secret_one): 
2046         (import_revoke_cert): 
2047         (chk_self_sigs): 
2049         * misc.c (openpgp_md_map_name): Check also for the Hx format.
2050         (openpgp_cipher_map_name): Check also for the Sx format.
2051         (pubkey_get_npkey): Adjusted for changed gcrypt API.
2052         (pubkey_get_nskey): Ditto.
2053         (pubkey_get_nsig): Ditto.
2054         (pubkey_get_nenc): Ditto.
2056 2003-06-18  Werner Koch  <wk@gnupg.org>
2058         Finished the bulk of changes for gnupg 1.9.  This included
2059         switching to libgcrypt functions, using shared error codes from
2060         libgpg-error, replacing the old functions we used to have in
2061         ../util by those in ../jnlib and ../common, renaming the malloc
2062         functions and a couple of types.  Note, that not all changes are
2063         listed below becuause they are too similar and done at far too
2064         many places.  As of today the code builds using the current
2065         libgcrypt from CVS but it is very unlikely that it actually works.
2066         
2067         * sig-check.c (cmp_help): Removed.  Was never used.
2069         * pkglue.c: New. Most stuff taken from gnupg 1.1.2.
2070         * pkglue.h: New.
2072         * misc.c (pull_in_libs): Removed.
2074         * keygen.c (count_chr): New.
2075         (ask_user_id): Removed faked RNG support.
2077         * misc.c (openpgp_md_map_name,openpgp_cipher_map_name)
2078         (openpgp_pk_map_name): New.
2080         * skclist.c (build_sk_list): Removed faked RNG support.
2081         (is_insecure): Removed.
2083         * comment.c (make_mpi_comment_node): Use gcry MPI print function.
2085         * keyid.c (v3_keyid): New.
2087         * misc.c (mpi_write,mpi_write_opaque,mpi_read,mpi_read_opaque)
2088         (mpi_print): New.  Taken from gnupg 1.1.2.
2089         (checksum_mpi): Replaced by implementation from 1.1.2.
2091         * g10.c (my_strusage): Renamed from strusage and return NULL
2092         instead calling a default function.
2093         (add_to_strlist2): New.  Taken from ../util/strgutil.c of gnupg 1.2.
2095         * plaintext.c (handle_plaintext): New arg CREATE_FILE to cope with
2096         the fact that gpg-error does not have this error code anymore.
2098         * mainproc.c (symkey_decrypt_sesskey): Ditto.
2100         * seskey.c (make_session_key): Adjusted for use with libgcrypt.
2101         (encode_session_key): Ditto.
2102         (do_encode_md): Ditto.
2103         (encode_md_value): Ditto.
2105         * keyring.c: Use libgpg-error instead of READ_ERROR etc.
2107         * g10.c: Adjusted all algorithm name/id mapping functions.
2108         (set_debug): Pass MPI and CRYPTO debug values to libgcrypt.
2110         * Makefile.am (INCLUDES): Define LOCALEDIR and the default error
2111         source.
2113         * g10.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
2115         Renamed m_alloc et al to xmalloc et al.
2116         s/g10_errstr/gpg_strerror/
2117         s/MPI/gcry_mpi_t/
2118         Adjusted all md_open calls to the libgcrypt API.
2119         
2120         * build-packet.c (do_comment): Return error code from iobuf write
2121         function.
2122         (do_user_id): Ditto.
2123         (do_public_key): Ditto.
2125         * Makefile.am: Add new files, link gpg with libgpg-error.
2126         * g10.c, options.h: New option --agent-program.
2127         * call-agent.c: New.
2128         * gpg.h, call-agent.h: New.
2130 2003-06-03  David Shaw  <dshaw@jabberwocky.com>
2132         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
2133         "show-validity" and "show-long-keyid" list-options.
2135         * gpgv.c (get_validity, trust_value_to_string): Stubs.
2137         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
2138         version-specific gpg.conf file so it can be overridden on RISCOS.
2140 2003-06-01  David Shaw  <dshaw@jabberwocky.com>
2142         * g10.c (main), keylist.c (show_policy_url, show_notation),
2143         mainproc.c (check_sig_and_print): Emulate the old policy and
2144         notation behavior (display by default).  Send to status-fd whether
2145         it is displayed on the screen or not.
2147         * g10.c (main): Since we now have some options in devel that won't
2148         work in a stable branch gpg.conf file, try for a version-specific
2149         gpg.conf-VERSION file before falling back to gpg.conf.
2151         * main.h, options.h: Move various option flags to options.h.
2153 2003-05-31  David Shaw  <dshaw@jabberwocky.com>
2155         * mainproc.c (check_sig_and_print), main.h, keylist.c
2156         (show_policy, show_notation): Collapse the old print_notation_data
2157         into show_policy() and show_notation() so there is only one
2158         function to print notations and policy URLs.
2160         * options.h, main.h, g10.c (main), keyedit.c
2161         (print_and_check_one_sig), keylist.c (list_one,
2162         list_keyblock_print), pkclist.c (do_edit_ownertrust), sign.c
2163         (mk_notation_and_policy): New "list-options" and "verify-options"
2164         commands.  These replace the existing
2165         --show-photos/--no-show-photos,
2166         --show-notation/--no-show-notation,
2167         --show-policy-url/--no-show-policy-url, and --show-keyring
2168         options.  The new method is more flexible since a user can specify
2169         (for example) showing photos during sig verification, but not in
2170         key listings.  The old options are emulated.
2172         * main.h, misc.c (parse_options): New general option line
2173         parser. Fix the bug in the old version that did not handle report
2174         syntax errors after a valid entry.
2176         * import.c (parse_import_options), export.c
2177         (parse_export_options): Call it here instead of duplicating the
2178         code.
2180 2003-05-30  David Shaw  <dshaw@jabberwocky.com>
2182         * keylist.c (list_one): Don't show the keyring filename when in
2183         --with-colons mode.  Actually translate "Keyring" string.
2185         * mainproc.c (proc_tree): We can't currently handle multiple
2186         signatures of different classes or digests (we'd pretty much have
2187         to run a different hash context for each), but if they are all the
2188         same, make an exception.  This is Debian bug #194292.
2190         * sig-check.c (check_key_signature2): Make string translatable.
2192         * packet.h, getkey.c (fixup_uidnode): Mark real primary uids
2193         differently than assumed primaries.
2195         * keyedit.c (no_primary_warning): Use the differently marked
2196         primaries here in a new function to warn when an --edit-key
2197         command might rearrange the self-sig dates enough to change which
2198         uid is primary.
2199         (menu_expire, menu_set_preferences): Use no_primary_warning()
2200         here.
2202         * Makefile.am: Use @DLLIBS@ for -ldl.
2204 2003-05-26  David Shaw  <dshaw@jabberwocky.com>
2206         * getkey.c (premerge_public_with_secret): Made "no secret subkey
2207         for" warning a verbose item and translatable. (From wk on stable
2208         branch)
2210         * sig-check.c (check_key_signature2): Made "no subkey for subkey
2211         binding packet" a verbose item instead of a !quiet one.  There are
2212         too many garbled keys out in the wild. (From wk on stable branch)
2214         * filter.h: Remove const from WHAT. (From wk on stable branch)
2216         * progress.c (handle_progress): Store a copy of
2217         NAME. (progress_filter): Release WHAT, make sure not to print a
2218         NULL WHAT. (From wk on stable branch)
2220         * openfile.c (open_sigfile): Adjust free for new progress
2221         semantics. (From wk on stable branch)
2223         * plaintext.c (ask_for_detached_datafile): Don't dealloc
2224         pfx->WHAT. (From wk on stable branch)
2226         * seckey-cert.c (do_check): Issue the RSA_OR_IDEA status when the
2227         cipher algo is IDEA to make it easier to track down the
2228         problem. (From twoaday on stable branch)
2229         
2230 2003-05-24  David Shaw  <dshaw@jabberwocky.com>
2232         * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c,
2233         build-packet.c, getkey.c, keydb.c, openfile.c, plaintext.c,
2234         status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h,
2235         encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit
2236         all preprocessor instructions to remove whitespace before the '#'.
2237         This is not required by C89, but there are some compilers out
2238         there that don't like it.
2240 2003-05-21  David Shaw  <dshaw@jabberwocky.com>
2242         * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename
2243         is_disabled to cache_disabled_value, which now takes a pk and not
2244         just the keyid. This is for speed since there is no need to
2245         re-fetch a key when we already have that key handy.  Cache the
2246         result of the check so we don't need to hit the trustdb more than
2247         once.
2248         
2249         * getkey.c (skip_disabled): New function to get a pk and call
2250         is_disabled on it. (key_byname): Use it here.
2251         
2252         * packet.h, getkey.c (skip_disabled), keylist.c
2253         (print_capabilities): New "pk_is_disabled" macro to retrieve the
2254         cached disabled value if available, and fill it in via
2255         cache_disabled_value if not available.
2257         * trustdb.c (get_validity): Cache the disabled value since we have
2258         it handy and it might be useful later.
2260         * parse-packet.c (parse_key): Clear disabled flag when parsing a
2261         new key.  Just in case someone forgets to clear the whole key.
2263         * getkey.c (merge_selfsigs_main): Add an "if all else fails" path
2264         for setting a single user ID primary when there are multiple set
2265         primaries all at the same second, or no primaries set and the most
2266         recent user IDs are at the same second, or no signed user IDs at
2267         all. This is arbitrary, but deterministic.
2269         * exec.h, photoid.h: Add copyright message.
2271         * keylist.c (list_keyblock_print): Don't dump attribs for
2272         revoked/expired/etc uids for non-colon key listings.  This is for
2273         consistency with --show-photos.
2275         * main.h, keylist.c (dump_attribs), mainproc.c
2276         (check_sig_and_print): Dump attribs if --attrib-fd is set when
2277         verifying signatures.
2278         
2279         * g10.c (main): New --gnupg option to disable the various
2280         --openpgp, --pgpX, etc. options.  This is the same as --no-XXXX
2281         for those options.
2283         * revoke.c (ask_revocation_reason): Clear old reason if user
2284         elects to repeat question.  This is bug 153.
2286         * keyedit.c (sign_uids): Show keyid of the key making the
2287         signature.
2289 2003-05-21  Werner Koch  <wk@gnupg.org>
2291         * progress.c (handle_progress)
2292         * sign.c (write_plaintext_packet)
2293         * encode.c (encode_simple,encode_crypt): Make sure that a filename
2294         of "-" is considered to be stdin so that iobuf_get_filelength
2295         won't get called.  This fixes bug 156 reported by Gregery Barton.
2297 2003-05-02  David Shaw  <dshaw@jabberwocky.com>
2299         * packet.h, build-packet.c (build_sig_subpkt), export.c
2300         (do_export_stream), import.c (remove_bad_stuff, import),
2301         parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt): Remove
2302         vestigal code for the old sig cache subpacket.  This wasn't
2303         completely harmless as it caused subpacket 101 to disappear on
2304         import and export.
2306         * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c,
2307         sign.c, encode.c, getkey.c, revoke.c: The current flags for
2308         different levels of PGP-ness are massively complex.  This is step
2309         one in simplifying them. No functional change yet, just use a
2310         macro to check for compliance level.
2312         * sign.c (sign_file): Fix bug that causes spurious compression
2313         preference warning.
2315         * sign.c (clearsign_file): Fix bug that prevents proper warning
2316         message from appearing when clearsigning in --pgp2 mode with a
2317         non-v3 RSA key.
2319         * main.h, misc.c (compliance_option_string, compliance_string,
2320         compliance_failure), pkclist.c (build_pk_list), sign.c (sign_file,
2321         clearsign_file), encode.c (encode_crypt,
2322         write_pubkey_enc_from_list): New functions to put the "this
2323         message may not be usable...." warning in one place.
2325         * options.h, g10.c (main): Part two of the simplification.  Use a
2326         single enum to indicate what we are compliant to (1991, 2440,
2327         PGPx, etc.)
2329         * g10.c (main): Show errors for failure in export, send-keys,
2330         recv-keys, and refresh-keys.
2332         * options.h, g10.c (main): Give algorithm warnings for algorithms
2333         chosen against the --pgpX and --openpgp rules.
2335         * keydb.h, pkclist.c (algo_available): Make TIGER192 invalid in
2336         --openpgp mode.
2338         * sign.c (sign_file), pkclist.c (algo_available): Allow passing a
2339         hint of 0.
2341 2003-05-01  David Shaw  <dshaw@jabberwocky.com>
2343         * tdbio.c (create_version_record): Only create new trustdbs with
2344         TM_CLASSIC or TM_PGP.
2346         * trustdb.h, trustdb.c (trust_string, get_ownertrust_string,
2347         get_validity_string, ask_ownertrust, validate_keys), pkclist.c
2348         (do_edit_ownertrust): Rename trust_string to trust_value_to_string
2349         for naming consistency.
2351         * trustdb.h, trustdb.c (string_to_trust_value): New function to
2352         translate a string to a trust value.
2354         * g10.c (main): Use string_to_trust_value here for
2355         --force-ownertrust.
2356         
2357         * options.h, g10.c (main), trustdb.c (trust_model_string,
2358         init_trustdb, check_trustdb, update_trustdb, get_validity,
2359         validate_one_keyblock): An "OpenPGP" trust model is misleading
2360         since there is no official OpenPGP trust model.  Use "PGP"
2361         instead.
2363 2003-04-30  David Shaw  <dshaw@jabberwocky.com>
2365         * build-packet.c (build_sig_subpkt): Comments.
2367         * exec.c (exec_write): Cast NULL to void* to properly terminate
2368         varargs list.
2370         * keyedit.c (show_key_with_all_names): Just for safety, catch an
2371         invalid pk algorithm.
2373         * sign.c (make_keysig_packet): Crucial that the call to mksubpkt
2374         comes LAST before the calls to finalize the sig as that makes it
2375         possible for the mksubpkt function to get a reliable pointer to
2376         the subpacket area.
2378         * pkclist.c (do_we_trust_pre): If an untrusted key was chosen by a
2379         particular user ID, use that ID as the one to ask about when
2380         prompting whether to use the key anyway.
2381         (build_pk_list): Similar change here when adding keys to the
2382         recipient list.
2384         * trustdb.c (update_validity): Fix bug that prevented more than
2385         one validity record per trust record.
2386         (get_validity): When retrieving validity for a (user) supplied
2387         user ID, return the validity for that user ID only, and do not
2388         fall back to the general key validity.
2389         (validate_one_keyblock): Some commentary on whether
2390         non-self-signed user IDs belong in the web of trust (arguably,
2391         they do).
2393 2003-04-27  David Shaw  <dshaw@jabberwocky.com>
2395         * g10.c (main): Add --no-textmode.
2397         * export.c (do_export_stream), keyedit.c (show_key_with_all_names,
2398         menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
2399         (show_photos), sign.c (mk_notation_and_policy), trustdb.c
2400         (get_validity, reset_trust_records, validate_keys): Make some
2401         strings translatable.
2403         * mainproc.c (check_sig_and_print): Show digest algorithm and sig
2404         class when verifying a sig with --verbose on, and add version, pk
2405         and hash algorithms and sig class to VALIDSIG.
2406         
2407         * parse-packet.c (enum_sig_subpkt): Make a warning message a
2408         --verbose warning message since we don't need to warn every time
2409         we see an unknown critical (we only need to invalidate the
2410         signature).
2412         * trustdb.c (init_trustdb): Check the trustdb options even with
2413         TM_AUTO since the auto may become TM_CLASSIC or TM_OPENPGP.
2415 2003-04-26  David Shaw  <dshaw@jabberwocky.com>
2417         * sign.c (do_sign): Show the hash used when making a signature in
2418         verbose mode.
2420         * tdbio.h, tdbio.c (tdbio_read_model): New function to return the
2421         trust model used in a given trustdb.
2423         * options.h, g10.c (main), trustdb.c (init_trustdb, check_trustdb,
2424         update_trustdb): Use tdbio_read_model to implement an "auto" trust
2425         model which is set via the trustdb.
2427 2003-04-23  David Shaw  <dshaw@jabberwocky.com>
2429         * import.c (import_revoke_cert): Remove ultimate trust when
2430         revoking an ultimately trusted key.
2432         * keyedit.c (sign_uids): Allow replacing expired signatures.
2433         Allow duplicate signatures with --expert.
2435         * pkclist.c (check_signatures_trust): Don't display a null
2436         fingerprint when checking a signature with --always-trust enabled.
2438         * filter.h (progress_filter_context_t), progress.c
2439         (handle_progress), plaintext.c (ask_for_detached_datafile,
2440         hash_datafiles): Fix compiler warnings.  Make "what" constant.
2442         * build-packet.c (do_plaintext): Do not create invalid literal
2443         packets with >255-byte names.
2445 2003-04-15  Werner Koch  <wk@gnupg.org>
2447         * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS.
2449         * g10.c, options.h: New option --enable-progress-filter.
2450         * progress.c (handle_progress): Make use of it.
2452 2003-04-15  Marcus Brinkmann  <marcus@g10code.de>
2454         * progress.c: New file.
2455         * Makefile.am (common_source): Add progress.c.
2456         * filter.h (progress_filter_context_t): New type.
2457         (progress_filter, handle_progress): New prototypes.
2458         * main.h (open_sigfile): New argument for prototype.
2459         * openfile.c (open_sigfile): New argument to install progress
2460         filter.
2461         * encode.c (encode_simple): New variable PFX.  Register
2462         progress filter.  Install text_filter after that.
2463         (encode_crypt): Likewise.
2464         * sign.c (sign_file): Likewise.
2465         (clearsign_file): Likewise.
2466         * decrypt.c (decrypt_message): Likewise.
2467         (decrypt_messages): Likewise.
2468         * verify.c (verify_signatures): Likewise.
2469         (verify_one_file): Likewise.
2470         * plaintext.c (hash_datafiles): Likewise.
2471         (ask_for_detached_datafile): Likewise.
2473 2003-04-10  Werner Koch  <wk@gnupg.org>
2475         * passphrase.c (read_passphrase_from_fd): Do a dummy read if the
2476         agent is to be used.  Noted by Ingo Klöcker.
2477         (agent_get_passphrase): Inhibit caching when we have no
2478         fingerprint.  This is required for key generation as well as for
2479         symmetric only encryption.
2481         * passphrase .c (agent_get_passphrase): New arg CANCELED.
2482         (passphrase_to_dek): Ditto.  Passed to above.  Changed all
2483         callers to pass NULL.
2484         * seckey-cert.c (do_check): New arg CANCELED.
2485         (check_secret_key): Terminate loop when canceled.
2487         * keyedit.c (change_passphrase): Pass ERRTEXT untranslated to
2488         passphrase_to_dek and translate where appropriate.
2489         * seckey-cert.c (check_secret_key): Ditto.
2490         * keygen.c (ask_passphrase): Ditto.
2491         * passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT.
2492         Switch the codeset to utf-8.
2494 2003-04-09  Werner Koch  <wk@gnupg.org>
2496         * decrypt.c (decrypt_messages): Fixed error handling; the function
2497         used to re-loop with same file after an error.  Reported by Joseph
2498         Walton.
2500 2003-04-08  David Shaw  <dshaw@jabberwocky.com>
2502         * main.h, g10.c (main), import.c (parse_import_options,
2503         fix_pks_corruption): It's really PKS corruption, not HKP
2504         corruption.  Keep the old repair-hkp-subkey-bug command as an
2505         alias.
2507         * g10.c (main): Rename --no-version to --no-emit-version for
2508         consistency.  Keep --no-version as an alias.
2510 2003-04-04  David Shaw  <dshaw@jabberwocky.com>
2512         * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash.
2514         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Remove
2515         unused code.
2517 2003-04-01  Werner Koch  <wk@gnupg.org>
2519         * mainproc.c (check_sig_and_print): Add primary key fpr to VALIDSIG
2520         status.
2522 2003-03-24  David Shaw  <dshaw@jabberwocky.com>
2524         * keydb.h: Err on the side of making an unknown signature a SIG
2525         rather than a CERT.
2527         * import.c (delete_inv_parts): Discard any key signatures that
2528         aren't key types (i.e. 0x00, 0x01, etc.)
2530         * g10.c (main): Add deprecated option warning for
2531         --list-ownertrust.  Add --compression-algo alias for
2532         --compress-algo.  Change --version output strings to match
2533         "showpref" strings, and make translatable.
2535         * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for
2536         --command-fd boolean input.
2538         * trustdb.c: Fix typo (DISABLE_REGEXP -> DISABLE_REGEX)
2540         * keyedit.c (show_key_with_all_names_colon): Show no-ks-modify
2541         flag.
2543 2003-03-11  David Shaw  <dshaw@jabberwocky.com>
2545         * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv"
2546         keyserver option.  Defaults to on.
2548         * passphrase.c (agent_get_passphrase): Fix memory leak with
2549         symmetric messages.  Fix segfault with symmetric messages.  Fix
2550         incorrect prompt with symmetric messages.
2552 2003-03-10  Werner Koch  <wk@gnupg.org>
2554         * compress.c (init_uncompress): Use a 15 bit window size so that
2555         the output of implementations which don't run for PGP 2
2556         compatibility won't get garbled.
2558 2003-03-04  David Shaw  <dshaw@jabberwocky.com>
2560         * trustdb.c (validate_keys): Mask the ownertrust when building the
2561         list of fully valid keys so that disabled keys are still counted
2562         in the web of trust.
2563         (get_ownertrust_with_min): Do the same for the minimum ownertrust
2564         calculation.
2566         * parse-packet.c (dump_sig_subpkt): Show the notation names for
2567         not-human-readable notations.  Fix cosmetic off-by-one length
2568         counter.
2570         * options.skel: Add explantion and commented-out
2571         "no-mangle-dos-filenames".
2573         * mainproc.c (proc_encrypted): Make string translatable.
2575         * keyserver.c (keyserver_spawn): Quote ':', '%', and any 8-bit
2576         characters in the uid strings sent to the keyserver helper.
2578         * keyring.c (keyring_rebuild_cache): Lock the keyring while
2579         rebuilding the signature caches to prevent another gpg from
2580         tampering with the temporary copy.
2582         * keygen.c (keygen_set_std_prefs): Include AES192 and AES256 in
2583         default prefs.
2585         * keyedit.c (show_prefs): Make strings translatable.
2587         * keydb.c: Double the maximum number of keyrings to 40.
2589         * gpgv.c (main): Fix bug #113 - gpgv should accept the
2590         --ignore-time-conflict option.
2592         * g10.c (main): --openpgp disables --pgpX.  Double the amount of
2593         secure memory to 32k (keys are getting bigger these days).
2595         * Makefile.am: Makefile.am: Use @CAPLIBS@ to link in -lcap if we
2596         are using capabilities.
2598 2003-02-26  David Shaw  <dshaw@jabberwocky.com>
2600         * keyserver.c (keyserver_spawn): Include various pieces of
2601         information about the key in the data sent to the keyserver
2602         helper.  This allows the helper to use it in instructing a remote
2603         server which may not have any actual OpenPGP smarts in parsing
2604         keys.
2606         * main.h, export.c (export_pubkeys_stream, do_export_stream): Add
2607         ability to return only the first match in an exported keyblock for
2608         keyserver usage.  This should be replaced at some point with a
2609         more flexible solution where each key can be armored seperately.
2611 2003-02-22  David Shaw  <dshaw@jabberwocky.com>
2613         * sign.c (sign_file): Do not push textmode filter onto an unopened
2614         IOBUF (segfault).  Noted by Marcus Brinkmann.  Push and
2615         reinitialize textmode filter for each file in a multiple file
2616         list.
2618         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Set
2619         and show the keyserver no-modify flag.
2621         * keygen.c (add_keyserver_modify): New.
2622         (keygen_upd_std_prefs): Call it here.
2623         (keygen_set_std_prefs): Accept "ks-modify" and "no-ks-modify" as
2624         prefs to set and unset keyserver modify flag.
2626         * g10.c (main): Accept "s1" in addition to "idea" to match the
2627         other ciphers.
2629         * main.h, misc.c (idea_cipher_warn): We don't need this if IDEA
2630         has been disabled.
2632 2003-02-21  David Shaw  <dshaw@jabberwocky.com>
2634         * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in
2635         default prefs if they are disabled.
2637         * g10.c (main): Use 3DES instead of CAST5 if we don't have CAST5
2638         support.  Use 3DES for the s2k cipher in --openpgp mode.
2639         (print_mds): #ifdef all of the optional digest algorithms.
2641 2003-02-12  David Shaw  <dshaw@jabberwocky.com>
2643         * keydb.h, getkey.c (classify_user_id, classify_user_id2): Make
2644         'exact' a per-desc item.  Merge into one function since
2645         'force_exact' is no longer needed.
2646         (key_byname): Use new classify_user_id function, and new exact
2647         flag in KEYDB_SEARCH_DESC.
2649         * keyring.h, keyring.c (keyring_search): Return an optional index
2650         to show which KEYDB_SEARCH_DESC was the matching one.
2652         * keydb.h, keydb.c (keydb_search): Rename to keydb_search2, and
2653         pass the optional index to keyring_search.  Add a macro version of
2654         keydb_search that calls this new function.
2656         * export.c (do_export_stream): If the keyid! syntax is used,
2657         export only that specified key.  If the key in question is a
2658         subkey, export the primary plus that subkey only.
2660 2003-02-11  David Shaw  <dshaw@jabberwocky.com>
2662         * exec.c (set_exec_path): Add debugging line.
2664         * g10.c (print_hex, print_mds): Print long hash strings a lot
2665         neater.  This assumes at least an 80-character display, as there
2666         are a few other similar assumptions here and there.  Users who
2667         need unformatted hashes can still use with-colons.  Check that
2668         SHA384 and 512 are available before using them as they are no
2669         longer always available.
2671         * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@
2672         as GNUPG_LIBEXECDIR so it can be easily overridden at make time.
2674 2003-02-04  David Shaw  <dshaw@jabberwocky.com>
2676         * armor.c (parse_hash_header, armor_filter): Accept the new SHAs
2677         in the armor Hash: header.
2679         * g10.c (print_hex): Print long hash strings a little neater.
2680         (print_mds): Add the new SHAs to the hash list.
2682 2003-02-02  David Shaw  <dshaw@jabberwocky.com>
2684         * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on
2685         a v4 key (treat as a v4 revocation).
2687         * import.c (print_import_check): Do not re-utf8 convert user IDs.
2689 2003-01-27  David Shaw  <dshaw@jabberwocky.com>
2691         * mainproc.c (list_node): Show signature expiration date in
2692         with-colons sig records.
2694         * keylist.c (list_keyblock_colon), mainproc.c (list_node): Show
2695         trust sig information in with-colons sig records.
2697 2003-01-16  David Shaw  <dshaw@jabberwocky.com>
2699         * g10.c (add_group): Trim whitespace after a group name so it does
2700         not matter where the user puts the = sign.
2702         * options.skel: Comment out the first three lines in case someone
2703         manually copies the skel file to their homedir.
2705         * sign.c (clearsign_file): Only use pgp2mode with v3 keys and
2706         MD5. This matches what we do when decoding such messages and
2707         prevents creating a message (v3+RIPEMD/160) that we can't verify.
2709         * sig-check.c (signature_check2): Use G10ERR_GENERAL as the error
2710         for signature digest conflict.  BAD_SIGN implies that a signature
2711         was checked and we may try and print out a user ID for a key that
2712         doesn't exist.
2714 2003-01-15  David Shaw  <dshaw@jabberwocky.com>
2716         * trustdb.c (init_trustdb, get_validity): Don't use a changed
2717         trust model to indicate a dirty trustdb, and never auto-rebuild a
2718         dirty trustdb with the "always" trust model.
2720         * g10.c (add_group): Last commit missed the \t ;)
2722 2003-01-14  David Shaw  <dshaw@jabberwocky.com>
2724         * packet.h, parse-packet.c (setup_user_id), free-packet.c
2725         (free_user_id), keydb.h, keyid.c (namehash_from_uid): New function
2726         to rmd160-hash the contents of a user ID packet and cache it in
2727         the uid object.
2729         * keylist.c (list_keyblock_colon): Use namehash in field 8 of
2730         uids.  Show dates for creation (selfsig date), and expiration in
2731         fields 6 and 7.
2733         * trustdb.c (get_validity, get_validity_counts, update_validity):
2734         Use new namehash function rather than hashing it locally.
2736 2003-01-14  Werner Koch  <wk@gnupg.org>
2738         * g10.c (add_group): Fixed group parsing to allow more than one
2739         delimiter in a row and also allow tab as delimiter.
2741 2003-01-12  David Shaw  <dshaw@jabberwocky.com>
2743         * tdbio.c (tdbio_set_dbname): Fix assertion failure with
2744         non-fully-qualified trustdb names.
2746 2003-01-11  David Shaw  <dshaw@jabberwocky.com>
2748         * trustdb.c (get_validity_info, get_ownertrust_info,
2749         trust_letter): Simplify by returning a ? for error directly.
2751         * keyedit.c (show_key_with_all_names): Use get_validity_string and
2752         get_ownertrust_string to show full word versions of trust
2753         (i.e. "full" instead of 'f').
2755         * trustdb.h, trustdb.c (get_ownertrust_string,
2756         get_validity_string): Same as get_ownertrust_info, and
2757         get_validity_info, except returns a full string.
2759         * trustdb.c (get_ownertrust_with_min): New.  Same as
2760         'get_ownertrust' but takes the min_ownertrust value into account.
2762 2003-01-10  David Shaw  <dshaw@jabberwocky.com>
2764         * armor.c (armor_filter): Comment about PGP's end of line tab
2765         problem.
2767         * trustdb.h, trustdb.c (trust_letter): Make
2768         static. (get_ownertrust_info, get_validity_info): Don't mask the
2769         trust level twice.
2771         * trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info),
2772         keylist.c (list_keyblock_colon), keyedit.c
2773         (show_key_with_all_names_colon, menu_revuid): Pass a user ID in
2774         rather than a namehash, so we only have to do the hashing in one
2775         place.
2777         * packet.h, pkclist.c (build_pk_list), free-packet.c
2778         (release_public_key_parts): Remove unused namehash element for
2779         public keys.
2781 2003-01-07  David Shaw  <dshaw@jabberwocky.com>
2783         * keygen.c (keygen_set_std_prefs): Warn when setting an IDEA
2784         preference when IDEA is not available.
2786 2003-01-06  David Shaw  <dshaw@jabberwocky.com>
2788         * trustdb.c (get_validity_info): 'd' for disabled is not a
2789         validity value any more.
2791         * packet.h, tdbio.h, tdbio.c (tdbio_read_record,
2792         tdbio_write_record), trustdb.c (update_validity): Store temporary
2793         full & marginal counts in the trustdb.
2794         (clear_validity, get_validity_counts): Return and clear temp
2795         counts.
2796         (store_validation_status): Keep track of which keyids have been
2797         stored.
2798         (validate_one_keyblock, validate_key_list): Use per-uid copies of
2799         the full & marginal counts so they can be recalled for multiple
2800         levels.
2801         (validate_keys): Only use unused keys for each new round.
2802         (reset_unconnected_keys): Rename to reset_trust_records, and only
2803         skip specifically excluded records.
2805         * keylist.c (print_capabilities): Show 'D' for disabled keys in
2806         capabilities section.
2808         * trustdb.c (is_disabled): Remove incorrect comment.
2810 2003-01-03  David Shaw  <dshaw@jabberwocky.com>
2812         * import.c (import_one): Only do the work to create the status
2813         display for interactive import if status is enabled.
2815         * keyring.c (keyring_search): skipfnc didn't work properly with
2816         non-keyid searches.  Noted by Stefan Bellon.
2818         * getkey.c (merge_selfsigs_main): Remove some unused code and make
2819         sure that the pk selfsigversion member accounts for 1F direct
2820         sigs.
2822 2003-01-02  Werner Koch  <wk@gnupg.org>
2824         * keydb.c (keydb_add_resource): Don't assume that try_make_homedir
2825         terminates but check again for the existence of the directory and
2826         continue then.
2827         * openfile.c (copy_options_file): Print a warning if the skeleton
2828         file has active options.
2830 2002-12-29  David Shaw  <dshaw@jabberwocky.com>
2832         * getkey.c (merge_selfsigs_main), main.h, sig-check.c
2833         (check_key_signature2): Pass the ultimately trusted pk directly to
2834         check_key_signature2 to avoid going through the key selection
2835         mechanism.  This prevents a deadly embrace when two keys without
2836         selfsigs each sign the other.
2838 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
2840         * keyserver.c (keyserver_refresh): Don't print the "refreshing..."
2841         line if there are no keys to refresh or if there is no keyserver
2842         set.
2844         * getkey.c (merge_selfsigs_main): Any valid user ID should make a
2845         key valid, not just the last one.  This also fixes Debian bug
2846         #174276.
2848 2002-12-27  Stefan Bellon  <sbellon@sbellon.de>
2850         * import.c (print_import_check): Changed int to size_t.
2852 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
2854         * keyedit.c (keyedit_menu, menu_revuid): Add "revuid" feature to
2855         revoke a user ID.  This is the same as issuing a revocation for
2856         the self-signature, but a much simpler interface to do it.
2858 2002-12-26  David Shaw  <dshaw@jabberwocky.com>
2860         * keydb.h, getkey.c (key_byname): Flag to enable or disable
2861         including disabled keys.  Keys specified via keyid (i.e. 0x...)
2862         are always included.
2864         * getkey.c (get_pubkey_byname, get_seckey_byname2,
2865         get_seckey_bynames), keyedit.c (keyedit_menu, menu_addrevoker):
2866         Include disabled keys in these functions.
2868         * pkclist.c (build_pk_list): Do not include disabled keys for -r
2869         or the key prompt.  Do include disabled keys for the default key
2870         and --encrypt-to.
2872         * trustdb.h, trustdb.c (is_disabled): New skipfnc for skipping
2873         disabled keys.
2875         * gpgv.c (is_disabled): Stub.
2877         * keygen.c (keygen_add_key_expire): Properly handle updating a key
2878         expiration to a no-expiration value.
2880         * keyedit.c (enable_disable_key): Comment.
2882         * import.c (import_one): When in interactive mode and --verbose,
2883         don't repeat some key information twice.
2885 2002-12-22  Timo Schulz  <ts@winpt.org>
2886         
2887         * import.c (print_import_check): New.
2888         (import_one): Use it here.
2889         Use merge_keys_and_selfsig in the interactive mode to avoid
2890         wrong key information.
2891         * status.h: Add new status code.
2892         * status.c: Ditto.
2893         
2894 2002-12-13  David Shaw  <dshaw@jabberwocky.com>
2896         * pkclist.c (do_we_trust): Tweak language to refer to the "named
2897         user" rather than "owner".  Noted by Stefan Bellon.
2899         * trustdb.h, trustdb.c (trustdb_pending_check): New function to
2900         check if the trustdb needs a check.
2902         * import.c (import_keys_internal): Used here so we don't rebuild
2903         the trustdb if it is still clean.
2904         (import_one, chk_self_sigs): Only mark trustdb dirty if the key
2905         that is being imported has any sigs other than self-sigs.
2906         Suggested by Adrian von Bidder.
2908         * options.skel: Include the required '=' sign in the sample
2909         'group' option.  Noted by Stefan Bellon.
2911         * import.c (chk_self_sigs): Don't try and check a subkey as if it
2912         was a signature.
2914 2002-12-11  David Shaw  <dshaw@jabberwocky.com>
2916         * tdbio.c (tdbio_read_record, tdbio_write_record): Compact the
2917         RECTYPE_TRUST records a bit.
2919         * g10.c (main): Comment out --list-trust-path until it can be
2920         implemented.
2922         * import.c (import_one): Warn when importing an Elgamal primary
2923         that this may take some time (to verify self-sigs).
2924         (chk_self_sigs): Try and cache all self-sigs so the keyblock is
2925         written to the keyring with a good rich cache.
2927         * keygen.c (ask_algo): Make the Elgamal sign+encrypt warning
2928         stronger, and remove the RSA sign+encrypt warning.
2930 2002-12-06  Stefan Bellon  <sbellon@sbellon.de>
2932         * options.h: Fixed typo (mangle_dos_names instead of
2933         mangle_dos_filenames).
2935 2002-12-05  Werner Koch  <wk@gnupg.org>
2937         * g10.c: New options --[no-]mangle-dos-filenames.
2938         * options.h (opt): Added mangle-dos-filenames.
2939         * openfile.c (open_outfile) [USE_ONLY_8DOT3]: Truncate the
2940         filename only when this option is set; this is the default.
2942 2002-12-04  David Shaw  <dshaw@jabberwocky.com>
2944         * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01)
2945         change.  Minimal isn't always best.
2947         * sign.c (update_keysig_packet): Use the current time rather then
2948         a modification of the original signature time.  Make sure that
2949         this doesn't cause a time warp.
2951         * keygen.c (keygen_add_key_expire): Properly handle a key
2952         expiration date in the past (use a duration of 0).
2954         * keyedit.c (menu_expire): Use update_keysig_packet so any sig
2955         subpackets are maintained during the update.
2957         * build-packet.c (build_sig_subpkt): Mark sig expired or unexpired
2958         when the sig expiration subpacket is added.
2959         (build_sig_subpkt_from_sig): Handle making an expiration subpacket
2960         from a sig that has already expired (use a duration of 0).
2962         * packet.h, sign.c (update_keysig_packet), keyedit.c
2963         (menu_set_primary_uid, menu_set_preferences): Add ability to issue
2964         0x18 subkey binding sigs to update_keysig_packet and change all
2965         callers.
2967         * trustdb.c (validate_keys): Show trust parameters when building
2968         the trustdb, and make sure that the version record update was
2969         successful.
2970         (init_trustdb): If the current parameters aren't what was used for
2971         building the trustdb, the trustdb is invalid.
2973         * tbio.c (tdbio_db_matches_options): Update to work with new
2974         trustdbs.
2976 2002-12-03  David Shaw  <dshaw@jabberwocky.com>
2978         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Store
2979         trust model in the trustdb version record.
2980         (tdbio_update_version_record): New function to update version
2981         record values during a trustdb check or update.
2982         (tdbio_dump_record): Show trust model in dump.
2984         * trustdb.c (validate_keys): Call tdbio_update_version_record on
2985         success so that the correct options are stored in the trustdb.
2987         * options.h: rearrange trust models so that CLASSIC is 0 and
2988         OPENPGP is 1.
2990         * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
2991         pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8
2992         mode.  This is basically identical to --pgp7 in all ways except
2993         that signing subkeys, v4 data sigs (including expiration), and SK
2994         comments are allowed.
2996         * getkey.c (finish_lookup): Comment.
2998         * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu):
2999         Reorder user ID display in the --edit-key menu to match that of
3000         the --list-keys display.
3002         * g10.c (add_notation_data): Fix initialization.
3004 2002-12-01  David Shaw  <dshaw@jabberwocky.com>
3006         * keyedit.c (menu_expire): Don't lose key flags when changing the
3007         expiration date of a subkey.  This is not the most optimal
3008         solution, but it is minimal change on the stable branch.
3010         * main.h, keygen.c (do_copy_key_flags): New function to copy key
3011         flags, if any, from one sig to another.
3012         (do_add_key_expire): New function to add key expiration to a sig.
3013         (keygen_copy_flags_add_expire): New version of
3014         keygen_add_key_expire that also copies key flags.
3015         (keygen_add_key_flags_and_expire): Use do_add_key_expire.
3017         * import.c (fix_hkp_corruption): Comment.
3019 2002-11-25  Stefan Bellon  <sbellon@sbellon.de>
3021         * plaintext.c (handle_plaintext) [__riscos__]: If nooutput is set,
3022         no filetype is needed obviously.
3024 2002-11-24  David Shaw  <dshaw@jabberwocky.com>
3026         * main.h, misc.c (default_cipher_algo, default_compress_algo):
3027         New.  Return the default algorithm by trying
3028         --cipher-algo/--compress-algo, then the first item in the pref
3029         list, then s2k-cipher-algo or ZIP.
3031         * sign.c (sign_file, sign_symencrypt_file), encode.c
3032         (encode_simple, encode_crypt): Call default_cipher_algo and
3033         default_compress_algo to get algorithms.
3035         * g10.c (main): Allow pref selection for compress algo with
3036         --openpgp.
3038         * mainproc.c (proc_encrypted): Use --s2k-digest-algo for
3039         passphrase mangling rather than --digest-algo.
3041         * sign.c (hash_for): If --digest-algo is not set, but
3042         --personal-digest-preferences is, then use the first hash
3043         algorithm in the personal list.  If the signing algorithm is DSA,
3044         then use the first 160-bit hash algorithm in the personal list.
3045         If --pgp2 is set and it's a v3 RSA key, use MD5.
3047         * g10.c (main), keydb.c (keydb_add_resource,
3048         keydb_locate_writable): Rename --default-keyring as
3049         --primary-keyring.  Stefan wins the naming contest.
3051 2002-11-23  David Shaw  <dshaw@jabberwocky.com>
3053         * g10.c (add_notation_data): Disallow notation names that do not
3054         contain a '@', unless --expert is set.  This is to help prevent
3055         people from polluting the (as yet unused) IETF namespace.
3057         * main.h: Comments about default algorithms.
3059         * photoid.c (image_type_to_string): Comments about 3-letter file
3060         extensions.
3062         * encode.c (encode_simple), passphrase.c (passphrase_to_dek),
3063         sign.c (sign_symencrypt_file): Use --s2k-digest-algo for
3064         passphrase mangling rather than --digest-algo.
3066 2002-11-21  David Shaw  <dshaw@jabberwocky.com>
3068         * keygen.c (keygen_set_std_prefs): Properly handle an empty
3069         preference string.
3071         * misc.c (string_to_compress_algo): "none" is a bad choice since
3072         it conflicts with the "none" in setpref.
3074 2002-11-14  David Shaw  <dshaw@jabberwocky.com>
3076         * g10.c (main): Allow compression algorithm names as the argument
3077         to --compress-algo.  The old algorithm names still work for
3078         backwards compatibility.
3080         * misc.c (string_to_compress_algo): Allow "none" as an alias for
3081         "uncompressed".
3083 2002-11-13  Stefan Bellon  <sbellon@sbellon.de>
3085         * getkey.c (get_pubkey_byfprint_fast): Fixed type incompatibility,
3086         was unsigned char instead of byte.
3088 2002-11-13  David Shaw  <dshaw@jabberwocky.com>
3090         * encode.c (encode_simple): Make sure that files larger than about
3091         4G use partial length encoding.  This is required because OpenPGP
3092         allows only for 32 bit length fields.  From Werner on stable
3093         branch.
3095         * getkey.c (get_pubkey_direct): Renamed to...
3096         (get_pubkey_fast): this and made extern.
3097         (get_pubkey_byfprint_fast): New.  From Werner on stable branch.
3099         * keydb.h, import.c (import_one): Use get_pubkey_fast instead of
3100         get_pubkey.  We don't need a merged key and actually this might
3101         lead to recursions.
3102         (revocation_present): Likewise for search by fingerprint.  From
3103         Werner on stable branch.
3105         * g10.c (main): Try to create the trustdb even for non-colon-mode
3106         list-key operations.  This is required because getkey needs to
3107         know whether a a key is ultimately trusted.  From Werner on stable
3108         branch.
3109         
3110         * exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
3111         we don't need it here as it behaves more like a Posix system.
3112         From Werner on stable branch.
3114         * passphrase.c (agent_get_passphrase): Ditto.  From Werner on
3115         stable branch.
3117         * tdbio.c (MY_O_BINARY): Need binary mode with Cygwin.  From
3118         Werner on stable branch.
3120         * g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
3121         the registry.  From Werner on stable branch.
3122         
3123         * keyedit.c (show_key_with_all_names_colon): Make --with-colons
3124         --edit display match the validity and trust of --with-colons
3125         --list-keys.
3127         * passphrase.c (agent_send_all_options): Fix compile warning.
3129         * keylist.c (list_keyblock_colon): Validity for subkeys should
3130         match that of the primary key, and not that of the last user ID.
3132         * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys
3133         carry these facts onto all their subkeys, but only after the
3134         subkey has a chance to be marked valid.  This is to fix an
3135         incorrect "invalid public key" error verifying a signature made by
3136         a revoked signing subkey, with a valid unrevoked primary key.
3138 2002-11-09  Werner Koch  <wk@gnupg.org>
3140         * passphrase.c (agent_send_all_options): Use tty_get_ttyname to
3141         get the default ttyname.
3143 2002-11-07  David Shaw  <dshaw@jabberwocky.com>
3145         * keyring.h, keyring.c (keyring_register_filename): Return the
3146         pointer if a given keyring is registered twice.
3148         * keydb.h, keydb.c (keydb_add_resource): Use flags to indicate a
3149         default keyring.
3150         (keydb_locate_writable): Prefer the default keyring if possible.
3152         * g10.c (main): Add --default-keyring option.
3154 2002-11-06  David Shaw  <dshaw@jabberwocky.com>
3156         * options.h, g10.c (main), trustdb.c (ask_ownertrust): Add
3157         --force-ownertrust option for debugging purposes.  This allows
3158         setting a whole keyring to a given trust during an
3159         --update-trustdb.  Not for normal use - it's just easier than
3160         hitting "4" all the time to test a large trustdb.
3162         * pubkey-enc.c (get_session_key): With hidden recipients or try a
3163         given passphrase against all secret keys rather than trying all
3164         secret keys in turn.  Don't if --try-all-secrets or --status-fd is
3165         enabled.
3167         * passphrase.c (passphrase_to_dek): Mode 1 means do a regular
3168         passphrase query, but don't prompt with the key info.
3170         * seckey-cert.c (do_check, check_secret_key): A negative ask count
3171         means to enable passphrase mode 1.
3173         * keydb.h, getkey.c (enum_secret_keys): Add flag to include
3174         secret-parts-missing keys (or not) in the list.
3176 2002-11-05  David Shaw  <dshaw@jabberwocky.com>
3178         * keyserver.c (keyserver_search_prompt): When --with-colons is
3179         enabled, don't try and fit the search output to the screen size -
3180         just dump the whole list.
3182 2002-11-04  David Shaw  <dshaw@jabberwocky.com>
3184         * keyserver.c (keyserver_search_prompt): When --with-colons is
3185         enabled, just dump the raw keyserver protocol to stdout and don't
3186         print the menu.
3188         * keyserver.c (show_prompt): Don't show a prompt when command-fd
3189         is being used.
3191         * trustdb.c (trust_model_string, check_trustdb, update_trustdb,
3192         validate_one_keyblock): It's not clear what a trustdb rebuild or
3193         check means with a trust model other than "classic" or "openpgp",
3194         so disallow this.
3196 2002-11-03  David Shaw  <dshaw@jabberwocky.com>
3198         * options.h, g10.c (main): Add --trust-model option.  Current
3199         models are "openpgp" which is classic+trustsigs, "classic" which
3200         is classic only, and "always" which is the same as the current
3201         option --always-trust (which still works).  Default is "openpgp".
3203         * trustdb.c (validate_one_keyblock): Use "openpgp" trust model to
3204         enable trust sigs.
3206         * gpgv.c (main), mainproc.c (check_sig_and_print), pkclist.c
3207         (do_we_trust, do_we_trust_pre, check_signatures_trust): Use new
3208         --trust-model option in place of --always-trust.
3210         * keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids,
3211         keyedit_menu): Prompt for and create a trust signature with
3212         "tsign".  This is functional, but needs better UI text.
3214         * build-packet.c (build_sig_subpkt): Able to build trust and
3215         regexp subpackets.
3217         * pkclist.c (do_edit_ownertrust): Comment.
3219 2002-11-02  David Shaw  <dshaw@jabberwocky.com>
3221         * keygen.c (set_one_pref, keygen_set_std_prefs): Allow using the
3222         full algorithm name (CAST5, SHA1) rather than the short form (S3,
3223         H2).
3225         * main.h, keygen.c (keygen_get_std_prefs), keyedit.c
3226         (keyedit_menu): Return and use a fake uid packet rather than a
3227         string since we already have a nice parser/printer in
3228         keyedit.c:show_prefs.
3230         * main.h, misc.c (string_to_compress_algo): New.
3232 2002-11-01  David Shaw  <dshaw@jabberwocky.com>
3234         * g10.c (main): Add --no-throw-keyid.
3236         * keydb.h, encode.c (write_pubkey_enc_from_list), g10.c (main),
3237         pkclist.c (build_pk_list): Add --hidden-recipient (-R) and
3238         --hidden-encrypt-to, which do a single-user variation on
3239         --throw-keyid.  The "hide this key" flag is carried in bit 0 of
3240         the pk_list flags field.
3242         * keyserver.c (parse_keyrec): Fix shadowing warning.
3244 2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
3246         * compress.c (init_compress) [__riscos__]: Use
3247         riscos_load_module() to load ZLib module.
3249         * g10.c (main) [__riscos__]: Renames due to changes in riscos.c
3250         (e.g. prefixes all RISC OS specific functions with riscos_*).
3251         * photoid.c (show_photos) [__riscos__]: Likewise.
3252         * signal.c (got_fatal_signal) [__riscos__]: Likewise.
3254         * trustdb.c (check_regexp) [__riscos__]: Branch to RISC OS RegEx
3255         handling.
3257 2002-10-31  David Shaw  <dshaw@jabberwocky.com>
3259         * build-packet.c (do_plaintext), encode.c (encode_sesskey,
3260         encode_simple, encode_crypt), sign.c (write_plaintext_packet): Use
3261         wipememory() instead of memset() to wipe sensitive memory as the
3262         memset() might be optimized away.
3264 2002-10-30  David Shaw  <dshaw@jabberwocky.com>
3266         * trustdb.c (check_regexp): Modern regexps require REG_EXTENDED.
3268 2002-10-29  David Shaw  <dshaw@jabberwocky.com>
3270         * packet.h, trustdb.h, trustdb.c (trust_string): New.  Return a
3271         string like "fully trusted", "marginally trusted", etc.
3272         (get_min_ownertrust): New.  Return minimum ownertrust.
3273         (update_min_ownertrust): New.  Set minimum ownertrust.
3274         (check_regexp): New.  Check a regular epression against a user ID.
3275         (ask_ownertrust): Allow specifying a minimum value.
3276         (get_ownertrust_info): Follow the minimum ownertrust when
3277         returning a letter.
3278         (clear_validity): Remove minimum ownertrust when a key becomes
3279         invalid.
3280         (release_key_items): Release regexp along with the rest of the
3281         info.
3282         (validate_one_keyblock, validate_keys): Build a trust sig chain
3283         while validating.  Call check_regexp for regexps.  Use the minimum
3284         ownertrust if the user does not specify a genuine ownertrust.
3286         * pkclist.c (do_edit_ownertrust): Only allow user to select a
3287         trust level greater than the minimum value.
3289         * parse-packet.c (can_handle_critical): Can handle critical trust
3290         and regexp subpackets.
3292         * trustdb.h, trustdb.c (clear_ownertrusts), delkey.c
3293         (do_delete_key), import.c (import_one): Rename clear_ownertrust to
3294         clear_ownertrusts and have it clear the min_ownertrust value as
3295         well.
3297         * keylist.c (list_keyblock_print): Indent uid to match pub and
3298         sig.
3300         * keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,
3301         menu_addrevoker), keylist.c (list_keyblock_print,
3302         print_fingerprint): Show "T" or the trust depth for trust
3303         signatures, and add spaces to some strings to make room for it.
3305         * packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
3306         parse_signature): Parse trust signature values.
3308         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record):
3309         Reserve a byte for the minimum ownertrust value (for use with
3310         trust signatures).
3312 2002-10-29  Stefan Bellon  <sbellon@sbellon.de>
3314         * build-packet.c (calc_plaintext, do_plaintext): Removed RISC OS
3315         specific filetype parts (it's now done in make_basename()).
3317         * plaintext.c (handle_plaintext): Tidied up RISC OS specific
3318         filetype parts.
3320         * encode.c (encode_simple, encode_crypt): Added argument to
3321         make_basename() call.
3323         * sign.c (write_plaintext_packet): Added argument to
3324         make_basename() call.
3326 2002-10-28  Stefan Bellon  <sbellon@sbellon.de>
3328         * build-packet.c (calc_plaintext, do_plaintext): Added filetype
3329         handling for RISC OS' file types.
3331         * plaintext.c (handle_plaintext) [__riscos__]: Added filetype
3332         handling for RISC OS' file types.
3334 2002-10-23  David Shaw  <dshaw@jabberwocky.com>
3336         * main.h, import.c (sec_to_pub_keyblock, import_secret_one,
3337         parse_import_options), g10.c (main): New import-option
3338         "convert-sk-to-pk" to convert a secret key into a public key
3339         during import.  It is on by default.
3341 2002-10-23  Werner Koch  <wk@gnupg.org>
3343         * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK
3344         has been assigned.
3346 2002-10-18  Timo Schulz  <ts@winpt.org>
3348         * keylist.c: (print_pubkey_info): New.
3349         (print_seckey_info): New.
3350         * main.h: Prototypes for the new functions.       
3351         * delkey.c (do_delete_key): Use it here.
3352         * revoke.c (gen_desig_revoke): Ditto.
3353         
3354 2002-10-17  Werner Koch  <wk@gnupg.org>
3356         * pkclist.c (do_edit_ownertrust): Show all user IDs.  This should
3357         be enhanced to also show the current trust level.  Suggested by
3358         Florian Weimer.
3360 2002-10-17  David Shaw  <dshaw@jabberwocky.com>
3362         * g10.c (main): Handle --strict and --no-strict from the command
3363         line before the options file is loaded.
3365 2002-10-15  David Shaw  <dshaw@jabberwocky.com>
3367         * g10.c (main): Disable --textmode when encrypting (symmetric or
3368         pk) in --pgp2 mode as PGP 2 can't handle the unknown length
3369         literal packet.  Reported by Michael Richardson.
3371 2002-10-14  David Shaw  <dshaw@jabberwocky.com>
3373         * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,
3374         show_prompt, keyserver_search_prompt, keyserver_spawn): Go to
3375         version 1 of the keyserver protocol.  This is a better design,
3376         similar to --with-colons, that allows for keys with multiple user
3377         IDs rather than using multiple keys.  It also matches the machine
3378         readable pksd format.  Also use a prettier --search-keys listing
3379         format that can fill different size windows (currently set at 24
3380         lines).
3382 2002-10-12  Werner Koch  <wk@gnupg.org>
3384         * keygen.c (print_status_key_created): New.
3385         (do_generate_keypair): Use it to print the fingerprint.
3386         (generate_subkeypair): Likewise.
3388 2002-10-11  David Shaw  <dshaw@jabberwocky.com>
3390         * keyedit.c (menu_addrevoker): Properly back out if the signature
3391         fails.  Also, do not allow appointing the same revoker twice, and
3392         report ALREADY_SIGNED if the user tries it.
3394 2002-10-07  David Shaw  <dshaw@jabberwocky.com>
3396         * import.c (import_keys_internal): Missed one s/inp/inp2/.
3398         * keylist.c (print_capabilities): Properly indicate per-key
3399         capabilities of sign&encrypt primary keys that have
3400         secret-parts-missing (i.e. no capabilities at all)
3402         * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
3404 2002-10-04  David Shaw  <dshaw@jabberwocky.com>
3406         * getkey.c (get_pubkey_direct): Don't cache keys retrieved via
3407         this function as they may not have all their fields filled in.
3409         * sig-check.c (signature_check2): Use new is_primary flag to check
3410         rather than comparing main_keyid with keyid as this still works in
3411         the case of a not fully filled in pk.
3413 2002-10-04  Werner Koch  <wk@gnupg.org>
3415         * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing
3416         warning.
3418         * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char
3419         problem in %-escaping.  Noted by Ingo Klöcker.
3421 2002-10-03  David Shaw  <dshaw@jabberwocky.com>
3423         * options.h, g10.c (main): Add --strict and --no-strict to switch
3424         the log_warning severity level from info to error.
3426         * keylist.c (print_capabilities): Secret-parts-missing keys should
3427         show that fact in the capabilities, and only primary signing keys
3428         can certify other keys.
3430         * packet.h, parse_packet.c (parse_key): Add is_primary flag for
3431         public keys (it already exists for secret keys).
3433 2002-10-02  David Shaw  <dshaw@jabberwocky.com>
3435         * import.c (import_secret_one): Check for an illegal (>110)
3436         protection cipher when importing a secret key.
3438         * keylist.c (list_keyblock_print): Show a '#' for a
3439         secret-parts-missing key.
3441         * parse_packet.c (parse_key): Some comments.
3443         * revoke.c (gen_revoke): Remove some debugging code.
3445         * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated
3446         option again.
3448         * seckey-cert.c (do_check): Don't give the IDEA warning unless the
3449         cipher in question is in fact IDEA.
3451 2002-10-01  David Shaw  <dshaw@jabberwocky.com>
3453         * import.c (import_one): Make sure that a newly imported key
3454         starts with a clean ownertrust.
3456 2002-10-01  Werner Koch  <wk@gnupg.org>
3458         * getkey.c (get_pubkey_direct): New.
3459         (merge_selfsigs_main): Use it here to look for an ultimately
3460         trusted key.  Using the full get_pubkey might lead to an
3461         infinitive recursion.
3463 2002-09-29  David Shaw  <dshaw@jabberwocky.com>
3465         * keyserver.c (parse_keyserver_uri): Force the keyserver URI
3466         scheme to lowercase to be case-insensitive.
3468 2002-09-28  David Shaw  <dshaw@jabberwocky.com>
3470         * export.c (do_export_stream): Comment.
3472         * sig-check.c (check_key_signature2): Properly handle a
3473         non-designated revocation import.
3475 2002-09-26  Werner Koch  <wk@gnupg.org>
3477         * g10.c (set_homedir): New. Changed all direct assignments to use
3478         this.
3479         * gpgv.c (set_homedir): Ditto.
3481 2002-09-25  David Shaw  <dshaw@jabberwocky.com>
3483         * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses
3484         sockets.  Remove the old NETLIBS variable since the keyserver
3485         stuff is no longer internal.
3487 2002-09-24  David Shaw  <dshaw@jabberwocky.com>
3489         * import.c (import_keys_stream): Fix compiler type warning.
3491         * keyring.c (keyring_rebuild_cache), sig-check.c
3492         (check_key_signature2), import.c (import, chk_self_sigs): Minor
3493         language cleanups.
3495 2002-09-23  Stefan Bellon  <sbellon@sbellon.de>
3497         * main.h: Introduced fast-import as import option. Removed
3498         fast as separate option from prototypes.
3499         * import.c (parse_import_options): Added fast-import option.
3500         (import_*): Removed fast as separate option.
3501         * g10.c (main): Added option fast-import, removed old fast
3502         as separate argument.
3503         * keyserver.c (keyserver_spawn): Removed old fast as separate
3504         argument.
3506 2002-09-22  Stefan Bellon  <sbellon@sbellon.de>
3508         * import.c (import_keys, import_keys_stream,
3509         import_keys_internal): Added trustdb update/check to key import if
3510         not fast-import and interactive set/no-auto-check-trustdb unset.
3511         Avoided function clone by introducing import_keys_internal.
3513 2002-09-19  David Shaw  <dshaw@jabberwocky.com>
3515         * keyserver.c (keyserver_spawn): Properly handle line truncation.
3516         Don't leak memory (~10-20 bytes) on searches.
3517         (keyserver_search_prompt): Cleanup.
3519         * keylist.c (list_keyblock_colon): Show 1F direct key signatures
3520         in --with-colons listing.
3522 2002-09-16  David Shaw  <dshaw@jabberwocky.com>
3524         * keyedit.c (menu_addrevoker): The direct key signature for
3525         revocation keys must be at least v4 to carry the revocation key
3526         subpacket.  Add a PGP 2.x warning for revocation keys.
3528 2002-09-14  David Shaw  <dshaw@jabberwocky.com>
3530         * g10.c (check_permissions): Rearrange strings to make translating
3531         easier (don't incorporate string parts).
3533         * keyedit.c (sign_uids): Make strings translatable.
3535         * sig-check.c (check_key_signature2): Make string translatable.
3537 2002-09-13  David Shaw  <dshaw@jabberwocky.com>
3539         * getkey.c (check_revocation_keys): Move....
3540         * main.h, sig-check.c (check_revocation_keys): to here.  Also
3541         return the signature_check error code rather than 0/1 and cache
3542         the sig result.
3544         * sig-check.c (check_key_signature2): Divert to
3545         check_revocation_keys if a revocation sig is made by someone other
3546         than the pk owner.
3548         * getkey.c (merge_selfsigs_main): Tidy.
3550 2002-09-13  Werner Koch  <wk@gnupg.org>
3552         * g10.c (main) [__MINGW32__]: Activate oLoadExtension.
3554 2002-09-12  David Shaw  <dshaw@jabberwocky.com>
3556         * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove
3557         internal HKP support.
3559         * keyserver.c (keyserver_spawn): Remove whitespace after keyserver
3560         commands.
3562 2002-09-10  David Shaw  <dshaw@jabberwocky.com>
3564         * exec.c (expand_args): Remove loop left over from earlier
3565         implementation.
3566         (exec_write): Missed one tick.
3568 2002-09-10  Werner Koch  <wk@gnupg.org>
3570         * g10.c, options.h: Removed option --emulate-checksum-bug.
3571         * misc.c (checksum_u16_nobug): Removed.
3572         (checksum_u16): Removed the bug emulation.
3573         (checksum_mpi): Ditto.
3574         (checksum_mpi_counted_nbits): Removed and replaced all calls
3575         with checksum_mpi.
3577         * parse-packet.c (read_protected_v3_mpi): New.
3578         (parse_key): Use it here to store it as an opaque MPI.
3579         * seckey-cert.c (do_check): Changed the v3 unprotection to the new
3580         why to store these keys.
3581         (protect_secret_key): Likewise.
3582         * build-packet.c (do_secret_key): And changed the writing.
3584         * tdbio.c (tdbio_set_dbname, open_db): Use new macro MY_O_BINARY
3585         to avoid silly ifdefs.
3586         (open_db): Fallback to RDONLY so that gpg may be used from a
3587         RO-medium.
3589         * encode.c (encode_simple): Make sure we don't use an ESK packet
3590         when we don't have a salt in the S2K.
3592         * misc.c (pct_expando) <case f>: Make sure that LEN is initialized.
3594         * exec.c (exec_finish): Use ticks to denote filenames in messages.
3595         (make_tempdir, exec_write): Changed format of messages.
3597         * keyserver.c (print_keyinfo): Release USERID in on error.
3598         (keyserver_work) [!DISABLE_KEYSERVER_HELPERS]: Exclude the unused
3599         code.
3601 2002-09-09  Werner Koch  <wk@gnupg.org>
3603         * parse-packet.c (make_attribute_uidname): Add new ar MAX_NAMELEN
3604         for sanity checks.  Changed both callers. Limit the size of an %s.
3606         * options.skel: Comment lock-once out, so that this file does not
3607         change anything when copied to a new home directory.
3608         * openfile.c (try_make_homedir): Don't exit after copying the
3609         option skeleton.
3611         * options.h: Don't use a comma when declaring variables over more
3612         than one line.
3614         * mainproc.c (symkey_decrypt_sesskey): Check length of the session
3615         key.
3617         * hkp.c (dehtmlize): Use ascii_tolower to protect against weird
3618         locales.  Cast the argument for isspace for the sake of broken
3619         HP/UXes.
3620         (parse_hkp_index): s/ascii_memcasecmp/ascii_strncasecmp/.
3622         * g10.c: Removed option --emulate-3des-s2k-bug.
3624         * passphrase.c (hash_passphrase): Was used here.
3626         * export.c (parse_export_options)
3627         * keyserver.c (parse_keyserver_options)
3628         * import.c (parse_import_options)
3629         * g10.c (check_permissions): s/ascii_memcasecmp/ascii_strncasecmp/.
3631 2002-09-09  David Shaw  <dshaw@jabberwocky.com>
3633         * g10.c (add_group): Use '=' to separate group name from group
3634         members.  Use a better error message for when no = is found.
3636         * hkp.c (hkp_export): Use CRLF in headers.
3638 2002-09-03  David Shaw  <dshaw@jabberwocky.com>
3640         * mainproc.c (print_pkenc_list): Don't increment the error counter
3641         when printing the list of keys a message was encrypted to.  This
3642         would make gpg give a non-zero exit code even for completely valid
3643         messages if the message was encrypted to more than one key that
3644         the user owned.
3646 2002-09-02  Werner Koch  <wk@gnupg.org>
3648         * g10.c (main): Try to set a default character set.  Print the
3649         used one in verbosity level 3.
3650         * gpgv.c (main): Try to set a default character set.
3652         * status.c, status.h (STATUS_IMPORT_OK): New.
3653         * import.c (import_one,import_secret_one): Print new status.
3655 2002-08-30  David Shaw  <dshaw@jabberwocky.com>
3657         * pkclist.c (build_pk_list): Add new status code to indicate an
3658         untrusted user.  This (or a disabled key) fail with "unavailable
3659         pubkey" (G10ERR_UNU_PUBKEY).
3661         * pkclist.c (build_pk_list): Fail if any recipient keys are
3662         unusable.
3664         * options.skel: The PGP LDAP keyserver is back.  Use MIT keyserver
3665         as a sample rather than cryptnet as cryptnet does not support
3666         searching yet.
3668         * keyedit.c (show_key_with_all_names): Fix error message
3669         (preferences are userid/selfsig and not key specific).
3671 2002-08-30  Werner Koch  <wk@gnupg.org>
3673         * pkclist.c (do_we_trust_pre): Changed the wording of a warning.
3675         * encode.c (encode_simple,encode_crypt): Use new style CTB for
3676         compressssed packets when using MDC.  We need to do this so that
3677         concatenated messages are properly decrypted.  Old style
3678         compression assumes that it is the last packet; given that we
3679         can't determine the length in advance, the uncompressor does not
3680         know where to start.  Actually we should use the new CTB always
3681         but this would break PGP 2 compatibility.
3683         * parse-packet.c (parse): Special treatment for new style CTB
3684         compressed packets.
3686         * build-packet.c (do_mdc): Removed. Was not used.
3687         (do_encrypted_mdc): Count in the version number and the MDC packet.
3689 2002-08-28  David Shaw  <dshaw@jabberwocky.com>
3691         * sig-check.c (do_check_messages, do_check): Show keyid in error
3692         messages.
3694         * keyserver.c (print_keyinfo): More readable key listings for
3695         --search-keys responses.
3697 2002-08-26  David Shaw  <dshaw@jabberwocky.com>
3699         * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into
3700         new "dehtmlize" function.  Remove HTML before trying to parse each
3701         line from the keyserver.  If the keyserver provides key type
3702         information in the listing, use it.
3704 2002-08-23  David Shaw  <dshaw@jabberwocky.com>
3706         * sig-check.c (do_check, do_check_messages): Emit the usual sig
3707         warnings even for cached sigs.  This also serves to protect
3708         against missing a sig expiring while cached.
3710         * getkey.c (merge_selfsigs_main): Don't check UID self-sigs twice.
3712 2002-08-22  David Shaw  <dshaw@jabberwocky.com>
3714         * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys
3715         into chk_self_sigs.  This improves efficiency as the same
3716         signatures are not checked multiple times.  Clarify when a subkey
3717         is revoked (any revocation signature, even if it is dated before
3718         the binding signature).
3720         * getkey.c (merge_selfsigs_subkey): Subkey revocation comments.
3722         * keylist.c (list_one): Stats are only for public key listings.
3724         * g10.c (main), options.skel: Default should be include-revoked
3725         for keyserver operations.
3727 2002-08-21  Werner Koch  <wk@gnupg.org>
3729         * import.c (import_print_stats): Print new non_imported counter
3730         which is currently not used because we terminate on errors.
3732 2002-08-20  David Shaw  <dshaw@jabberwocky.com>
3734         * options.skel: Document no-include-attributes for
3735         keyserver-options.
3737         * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and
3738         comments.
3740         * export.c (do_export_stream): Fix noop bug in exporting sensitive
3741         revocation keys.
3743         * pkclist.c (do_edit_ownertrust): Comment out the option for
3744         showing trust paths until it can be implemented.
3746 2002-08-19  Werner Koch  <wk@gnupg.org>
3748         * getkey.c (get_user_id_native): Renamed to ..
3749         (get_user_id_printable): this.  Filter out all dangerous
3750         characters.  Checked all usages.
3751         (get_user_id_string_native): Renamed to..
3752         (get_user_id_string_printable): this.  Filter out all dangerous
3753         characters.  Checked all usages.
3754         * keyedit.c (show_basic_key_info): New.
3755         * keylist.c (print_fingerprint): New mode 3.
3756         * import.c (import_one): Use new function to display the user ID.
3758 2002-08-16  Timo Schulz  <ts@winpt.org>
3760         * g10.c (main): Enable opt.interactive.
3762         * import.c (import_one): Ask the user if the key shall be
3763         imported when the interactive mode is used. Useful to extract
3764         selected keys from a file.
3765         
3766 2002-08-16  Werner Koch  <wk@gnupg.org>
3768         * seckey-cert.c: Workaround to allow decryption of v3 keys created
3769         with a bug in the mpi_get_secure_buffer.
3771 2002-08-14  David Shaw  <dshaw@jabberwocky.com>
3773         * hkp.c (parse_hkp_index): Properly handle really large keys
3774         (5 digit key length) in HKP searches.
3776 2002-08-13  David Shaw  <dshaw@jabberwocky.com>
3778         * encode.c (encode_simple): Fix problem with using compression
3779         algo 2 and symmetric compressed files.
3781         * encode.c (encode_simple, encode_crypt): If we are not using a
3782         MDC, compress even if a file is already compressed.  This is to
3783         help against the chosen ciphertext attack.
3785         * pkclist.c (select_algo_from_prefs): Fix requested algorithm bug
3786         so the request succeeds even if the requested algorithm is not the
3787         first found.
3789         * cipher.c (write_header), encode.c (use_mdc, encode_simple,
3790         encode_crypt, encrypt_filter), g10.c (main): Be more eager to use
3791         a MDC.  We use a MDC if the keys directly support it, if the keys
3792         list AES (any) or TWOFISH anywhere in the prefs, or if the cipher
3793         chosen does not have a 64 bit blocksize.
3795 2002-08-08  David Shaw  <dshaw@jabberwocky.com>
3797         * options.skel: Some language tweaks, and remove the
3798         load-extension section for random gatherers.
3800         * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files
3801         with user-only permissions, but restore the original permissions
3802         if the user has something special set.
3804         * openfile.c (copy_options_file): Create new options file
3805         (gpg.conf) with user-only permissions.
3807         * keydb.c (keydb_add_resource): Create new keyrings with user-only
3808         permissions.
3810         * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only
3811         permissions.
3813 2002-08-07  David Shaw  <dshaw@jabberwocky.com>
3815         * sig-check.c (signature_check2): Sanity check that the md has a
3816         context for the hash that the sig is expecting.  This can happen
3817         if a onepass sig header does not match the actual sig, and also if
3818         the clearsign "Hash:" header is missing or does not match the
3819         actual sig.
3821         * keyedit.c (menu_revsig): Properly show a uid is revoked without
3822         restarting gpg.  This is Debian bug 124219, though their supplied
3823         patch will not do the right thing.
3825         * main.h, tdbio.c (tdbio_set_dbname), misc.c (removed
3826         check_permissions), keydb.c (keydb_add_resource), g10.c (main,
3827         check_permissions): Significant reworking of the permission check
3828         mechanism.  The new behavior is to check everything in the homedir
3829         by checking the homedir itself.  If the user wants to put
3830         (possibly shared) keyrings outside the homedir, they are not
3831         checked.  The options file and any extension files are checked
3832         wherever they are, as well as their enclosing directories.  This
3833         is Debian bug 147760.
3834         
3835 2002-08-06  Stefan Bellon  <sbellon@sbellon.de>
3837         * g10.c (main): Use of EXTSEP_S in new gpg.conf string.
3838         * openfile.c (copy_options_file): Ditto.
3840 2002-08-06  David Shaw  <dshaw@jabberwocky.com>
3842         * options.h, g10.c (main), mainproc.c (proc_encrypted):
3843         --ignore-mdc-error option to turn a MDC check error into a
3844         warning.
3846         * encode.c (encode_crypt), g10.c (main), sign.c (sign_file,
3847         clearsign_file): Use the same --pgpX warning string everywhere to
3848         ease translations.
3850         * encode.c (write_pubkey_enc_from_list): Warn when using
3851         --throw-keyid with --pgpX.  Noted by Vedaal Nistar.
3853         * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke):
3854         Export a minimal pk along with the revocation cert when in --pgpX
3855         mode so that PGP can import it.
3857 2002-08-06  Werner Koch  <wk@gnupg.org>
3859         * options.skel: Changed comments.
3861         * g10.c (main): Try to use "gpg.conf" as default option file.
3862         * openfile.c (copy_options_file): Changed name of created file.
3864 2002-08-02  Werner Koch  <wk@gnupg.org>
3866         * Makefile.am (LDFLAGS): Removed DYNLINK_LDFLAGS.
3868 2002-07-30  David Shaw  <dshaw@jabberwocky.com>
3870         * options.h, g10.c (main), mainproc.c (proc_encrypted): Return a
3871         decryption failed error if a MDC does not verify.  Warn if a MDC
3872         is not present (can disable via --no-mdc-warning).
3874         * exec.c (exec_write), g10.c (main), keyserver.c
3875         (keyserver_spawn): Use new DISABLE_KEYSERVER_PATH rather than
3876         FIXED_EXEC_PATH.
3878 2002-07-28  David Shaw  <dshaw@jabberwocky.com>
3880         * sig-check.c (do_check): Properly validate v4 sigs with no hashed
3881         section at all.
3883 2002-07-25  Werner Koch  <wk@gnupg.org>
3885         * delkey.c (do_delete_key): Always allow to delete a key in batch mode
3886         when specified by fingerprint.  Suggested by Enzo Michelangeli.
3888 2002-07-25  David Shaw  <dshaw@jabberwocky.com>
3890         * keyedit.c (menu_revsig): Change "revsig" to honor selected uids
3891         so the user can revoke sigs from particular uids only.
3893         * keylist.c (list_keyblock_print): Don't display expired uids in
3894         --list-keys unless -v and not --list-sigs (just like revoked
3895         uids).
3897         * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c:
3898         "Warning" -> "WARNING"
3900 2002-07-24  David Shaw  <dshaw@jabberwocky.com>
3902         * main.h, import.c (parse_import_options, fix_hkp_corruption,
3903         import_one, delete_inv_parts), g10.c (main): New import-option
3904         "repair-hkp-subkey-bug", which repairs as much as possible the HKP
3905         mangling multiple subkeys bug.  It is on by default for keyserver
3906         receives, and off by default for regular --import.
3908         * main.h, import.c (import, import_one, delete_inv_parts), hkp.c
3909         (hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver
3910         import options when doing keyserver receives.
3912         * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c
3913         (main), keyserver.c (keyserver_spawn): If the user does not use
3914         "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before
3915         calling the keyserver helper.  If the user does use "exec-path",
3916         append GNUPG_LIBEXECDIR after the specified path.
3918 2002-07-23  David Shaw  <dshaw@jabberwocky.com>
3920         * import.c (parse_import_options), export.c
3921         (parse_export_options): Fix offset problem with reversed ("no-")
3922         meanings.
3924         * import.c (delete_inv_parts): Discard subkey signatures (0x18 and
3925         0x28) if found in the userid section of the key.
3927         * sig-check.c (signature_check2): Signatures made by invalid
3928         subkeys (bad/missing binding sig) are also invalid.
3930         * keylist.c (print_fingerprint): Show the primary as well as the
3931         secondary key fingerprint in modes 1 & 2.
3933 2002-07-22  David Shaw  <dshaw@jabberwocky.com>
3935         * options.h, main.h, g10.c (main), import.c
3936         (parse_import_options, delete_inv_parts), keyserver.c
3937         (parse_keyserver_options): add new --import-options option.  The
3938         only current flag is "allow-local-sigs".
3940         * g10.c (main): Don't disable MDC in pgp7 mode.
3942         * options.h, g10.c (main), keyserver.c (parse_keyserver_options):
3943         Remove old keyserver-option include-attributes now that there is
3944         an export-option for the same thing.
3946         * options.h, main.h, export.c (parse_export_options,
3947         do_export_stream), g10.c (main): add new --export-options option.
3948         Current flags are "include-non-rfc", "include-local-sigs",
3949         "include-attributes", and "include-sensitive-revkeys".
3951         * options.h, hkp.c (hkp_export), keyserver.c
3952         (parse_keyserver_options, keyserver_spawn): try passing unknown
3953         keyserver options to export options, and if successful, use them
3954         when doing a keyserver --send-key.
3956         * build-packet.c (build_sig_subpkt): We do not generate
3957         SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
3959         * revoke.c (gen_desig_revoke): Lots more comments about including
3960         sensitive revkeys along with the revocation sig itself.
3962         * keyserver.c (parse_keyserver_options): Simpler implementation
3963         that can skip one pass over the options.
3965 2002-07-18  David Shaw  <dshaw@jabberwocky.com>
3967         * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying
3968         "sensitive" as an argument to an addrevoker command.  This sets
3969         the 0x40 sensitive revoker flag.
3971         * revoke.c (gen_desig_revoke): When generating a designated
3972         revocation, include the direct key sig that contains the
3973         designated revoker subpacket.  This allows sensitive designated
3974         revocation subpackets to be exported.  Also indicate which
3975         revokers are sensitive in the first place.
3977 2002-07-17  David Shaw  <dshaw@jabberwocky.com>
3979         * keyedit.c (show_key_with_all_names_colon): The 0x40 class bit in
3980         a designated revoker means "sensitive", not "local".  It's
3981         exportable under the right circumstances.
3983         * main.h, options.h, export.c (do_export_stream), g10.c (main),
3984         hkp.c (hkp_export), keyserver.c (keyserver_spawn: Add a flag to
3985         skip attribute packets and their signatures while exporting.  This
3986         is to accomodate keyservers (pksd again) that choke on attributes.
3987         Use keyserver-option "include-attributes" to control it.  This
3988         defaults to ON (i.e. don't skip).
3990 2002-07-09  David Shaw  <dshaw@jabberwocky.com>
3992         * options.h, keyserver.c (parse_keyserver_uri, keyserver_spawn,
3993         keyserver_work), hkp.c (hkp_ask_import, hkp_export, hkp_search):
3994         Use a much more strict reading of RFC-2396 for the keyserver URIs.
3995         Specifically, don't try and be smart about checking the value of
3996         ":port" so long as it is all digits, and properly handle opaque
3997         data (those scheme specific parts that do not start with "//").
3999 2002-07-04  David Shaw  <dshaw@jabberwocky.com>
4001         * photoid.c (get_default_photo_command, show_photos): Honor
4002         FIXED_PHOTO_VIEWER and DISABLE_PHOTO_VIEWER.
4004         * mainproc.c (check_sig_and_print): Use --show-photos to show
4005         photos when verifying a sig made by a key with a photo.
4007         * keyserver.c (parse_keyserver_uri): Properly parse a URI with no
4008         :port section and an empty file path, but with a terminating '/'.
4009         (keyserver_work): Honor DISABLE_KEYSERVER_HELPERS.
4011         * hkp.c (hkp_ask_import): Display keyserver URI as a URI, but only
4012         if verbose.
4014         * exec.c, g10.c: USE_EXEC_PATH -> FIXED_EXEC_PATH
4016 2002-07-03  David Shaw  <dshaw@jabberwocky.com>
4018         * exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If
4019         USE_EXEC_PATH is defined at compile time, use it to lock the
4020         exec-path and not allow the user to change it.
4022 2002-07-02  David Shaw  <dshaw@jabberwocky.com>
4024         * options.h, g10.c (main), keyserver.c (keyserver_refresh):
4025         Maintain and use the original keyserver URI for cosmetics rather
4026         than trying to recreate it when needed.
4028         * mainproc.c (check_sig_and_print): Properly disregard expired
4029         uids.  Make sure that the first uid listed is a real uid and not
4030         an attribute (attributes should only be listed in the "aka"
4031         section).  When there are no valid textual userids, try for an
4032         invalid textual userid before using any attribute uid.
4034 2002-07-01  David Shaw  <dshaw@jabberwocky.com>
4036         * options.skel: Fix a few typos, clarify "group", and remove
4037         sample photo viewers for Win32 since they are the defaults now.
4039         * parse-packet.c (make_attribute_uidname), keylist.c
4040         (dump_attribs): Fix two typecast warnings.
4042         * packet.h, build-packet.c (build_attribute_subpkt), exec.c
4043         (expand_args), mkdtemp.c (mkdtemp), photoid.c
4044         (parse_image_header): Fix some signedness compiler warnings.
4046 2002-07-01  Werner Koch  <wk@gnupg.org>
4048         * photoid.c (get_default_photo_command): Also use __MINGW32__
4049         instead of HAVE_DOSISH_SYSTEM.
4051         * encode.c (encode_symmetric): Do not use the new encryption code.
4053 2002-06-30  Werner Koch  <wk@gnupg.org>
4055         * photoid.c: Use __MINGW32__ to include windows because
4056         HAVE_DOSISH_SYSTEM is also set for OS/2 and plain DOS.  Provide
4057         constant missing in older mingw installations. 
4059 2002-06-21  Stefan Bellon  <sbellon@sbellon.de>
4061         * g10.c [__riscos__]: Moved RISC OS specific stuff to util/riscos.c
4062         and include/util.h.
4064         * gpgv.c [__riscos__]: Likewise.
4066 2002-06-20  David Shaw  <dshaw@jabberwocky.com>
4068         * keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a
4069         suggested algorithm which will be used if available.
4071         * encode.c (encode_crypt, encrypt_filter), sign.c (sign_file): Use
4072         new select_algo_from_prefs feature to check if forcing an
4073         algorithm would violate the recipient preferences.
4075         * photoid.c (get_default_photo_command, show_photos): Use
4076         different default viewers on different platforms.  Currently we
4077         have Win 9x, Win NT (2k, xp), Mac OSX, RISC OS, and "everybody
4078         else".  These are #ifdefs as much as possible to avoid clutter.
4080         * g10.c (strusage, build_list), keyedit.c (show_prefs), main.h,
4081         misc.c (compress_algo_to_string, check_compress_algo), pkclist.c
4082         (algo_available), keygen.c (keygen_set_std_prefs): New
4083         algo_to_string and check functions for compress algorithms.
4085 2002-06-20  Werner Koch  <wk@gnupg.org>
4087         * misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
4088         trap disabling - it is quite possible that this is a debug relict.
4090 2002-06-20  Stefan Bellon  <sbellon@sbellon.de>
4092         * g10.c [__riscos__]: Added image file system feature.
4094         * gpgv.c [__riscos__]: Added image file system feature.
4096         * photoid.c (show_photos) [__riscos__]: Set RISC OS filetype of
4097         photo id according to MIME type.
4099 2002-06-19  David Shaw  <dshaw@jabberwocky.com>
4101         * hkp.c (parse_hkp_index): Don't leak memory when failing out of a
4102         bad HKP keyserver.
4104         * g10.c (add_notation_data): Relax slightly the rules as to what
4105         can go into a notation name - 2440 allows "@", for example.
4107 2002-06-17  David Shaw  <dshaw@jabberwocky.com>
4109         * import.c (clean_subkeys, import_one): Only allow at most 1
4110         binding sig and at most 1 revocation sig on a subkey, as per
4111         2440:11.1.
4113         * hkp.c (parse_hkp_index, hkp_search): Error if the keyserver
4114         returns an unparseable HKP response.
4116 2002-06-15  David Shaw  <dshaw@jabberwocky.com>
4118         * keyedit.c (show_key_with_all_names), keylist.c
4119         (list_keyblock_print): Show "[expired]" before expired uids.
4121         * keyedit.c (show_key_with_all_names_colon), mainproc.c
4122         (list_node), keylist.c (list_keyblock_colon): Show flag 'e' for
4123         expired user ids.  Use "uat" for user attribute packets instead of
4124         "uid".  Also use '<count> <length>' rather than the fake user id
4125         string on attributes.
4127         * keygen.c (keygen_add_revkey): Remove unused code.
4129         * misc.c (check_permissions): Check directory permissions
4130         properly - they are not special files.
4132         * pkclist.c (expand_id, expand_group, build_pk_list): When
4133         expanding groups before building a pk list, inherit flags from the
4134         original pre-expanded string.
4136         * pubkey-enc.c (is_algo_in_prefs): Don't use prefs from expired
4137         uids.
4139 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
4141         * free-packet.c (copy_signature): Properly copy a signature that
4142         carries a revocation key on it.
4144         * pkclist.c (expand_id, expand_group, build_pk_list): Groups now
4145         work properly when used in the "Enter the user ID" prompt.
4147 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
4149         * keyedit.c (show_key_with_all_names): Display warning if a user
4150         tries to show prefs on a v3 key with a v3 selfsig.
4152         * kbnode.c (dump_kbnode): Show if a uid is expired.
4154         * import.c (merge_blocks, import_revoke_cert): Show user ID
4155         receiving a revocation certificate.
4157         * free-packet.c (cmp_user_ids): Properly compare attribute ids.
4159         * pkclist.c (expand_groups): Maintain the strlist flags while
4160         expanding.  Members of an expansion inherit their flags from the
4161         expansion key.
4163         * options.h, cipher.c (write_header), g10.c (main), keygen.c
4164         (keygen_set_std_prefs): remove the personal_mdc flag.  It no
4165         longer serves a purpose now that the personal preference lists are
4166         split into cipher/digest/zip.
4168 2002-06-14  Timo Schulz  <ts@winpt.org>
4170         * skclist.c (is_insecure): Implemented.
4171         
4172 2002-06-12  David Shaw  <dshaw@jabberwocky.com>
4174         * keyserver.c (keyserver_spawn): Properly handle PROGRAM responses
4175         when they have a CRLF ending.  Noted by Keith Ray.
4177         * keyserver.c (keyserver_spawn): Handle CRLF endings from
4178         keyserver helpers.  Also don't leak the last line worth of memory
4179         from the keyserver response.
4181         * main.h, misc.c (deprecated_warning): New function to warn about
4182         deprecated options and commands.
4184         * g10.c (main), keyserver-internal.h, keyserver.c
4185         (parse_keyserver_uri): Use new deprecated function to warn about
4186         honor-http-proxy, auto-key-retrieve, and x-broken-hkp.
4188 2002-06-11  David Shaw  <dshaw@jabberwocky.com>
4190         * Makefile.am: link gpg with NETLIBS for the built-in HKP access.
4192 2002-06-10  David Shaw  <dshaw@jabberwocky.com>
4194         * options.h, keyserver.c (keyserver_opts), g10.c (main): New
4195         keyserver option "include-subkeys".  This feature already existed,
4196         but now can be turned off.  It defaults to on.
4198         * options.h, keyserver.c (parse_keyserver_options,
4199         keyserver_spawn): There are now enough options to justify making a
4200         structure for the keyserver options rather than a page of
4201         if-then-else-if-then-etc.
4203         * getkey.c (merge_keys_and_selfsig, merge_selfsigs_main): Fix bug
4204         in calculating key expiration dates.
4206 2002-06-09  David Shaw  <dshaw@jabberwocky.com>
4208         * keydb.h, getkey.c (get_user_id_native), import.c (import_one):
4209         Display user ID while importing a key.  Note this applies to both
4210         --import and keyserver --recv-keys.
4212         * exec.c (exec_finish): Log unnatural exit (core dump, killed
4213         manually, etc) for fork/exec/pipe child processes.
4215 2002-06-08  Timo Schulz  <ts@winpt.org>
4217         * encode.c (encode_symmetric): Disable the compat flag
4218         when the expert mode is enabled.
4219         
4220 2002-06-07  David Shaw  <dshaw@jabberwocky.com>
4222         * options.skel, options.h, main.h, keydb.h, pkclist.c
4223         (build_pk_list, expand_groups), g10.c (main, add_group): Add new
4224         "group" command to allow one name to expand into multiple keys.
4225         For simplicity, and to avoid potential loops, we only expand once
4226         - you can't make an alias that points to an alias.
4228         * main.h, g10.c (main), keygen.c (build_personal_digest_list):
4229         Simplify the default digest list - there is really no need for the
4230         other hashes since they will never be used after SHA-1 in the
4231         list.
4233         * options.skel, options.h, g10.c (main), hkp.c (hkp_ask_import,
4234         hkp_export, hkp_search), keyserver.c (parse_keyserver_options,
4235         parse_keyserver_uri, keyserver_work, keyserver_refresh): Make the
4236         "x-broken-hkp" keyserver scheme into keyserver-option
4237         "broken-http-proxy".  Move honor_http_proxy into
4238         keyserver_options.  Canonicalize the three variations of "hkp",
4239         "x-hkp", and "x-broken-hkp" into "hkp".
4241 2002-06-07  Stefan Bellon  <sbellon@sbellon.de>
4243         * g10.c [__riscos__]: Added --attribute-file to do the same as
4244         --attribute-fd, but with a filename not a fd as argument.
4245         Added magic symbol for RISC OS to use different memory management.
4247         * gpgv.c [__riscos__]: Added magic symbol for RISC OS to use
4248         different memory management.
4250 2002-06-06  David Shaw  <dshaw@jabberwocky.com>
4252         * main.h, g10.c (main), keygen.c (build_personal_digest_list): Put
4253         in a default digest preference list consisting of SHA-1, followed
4254         by every other installed digest except MD5.  Note this is the same
4255         as having no digest preference at all except for SHA-1 being
4256         favored.
4258         * options.h, g10.c (main), keygen.c (keygen_set_std_prefs),
4259         pkclist.c (select_algo_from_prefs): Split
4260         --personal-preference-list into three:
4261         --personal-{cipher|digest|compress}-preferences.  This allows a
4262         user to set one without affecting another (i.e. setting only a
4263         digest pref doesn't imply an empty cipher pref).
4265         * exec.c (exec_read): This is a safer way of guessing the return
4266         value of system().  Noted by Stefan Bellon.
4268 2002-06-05  David Shaw  <dshaw@jabberwocky.com>
4270         * hkp.c (parse_hkp_index): Be more robust with keyservers
4271         returning very unparseable responses.
4273         * exec.c (exec_read): Catch and display an error when the remote
4274         process exits unnaturally (i.e. segfault) so the user knows what
4275         happened.  Also fix exec_write stub which has a different number
4276         of arguments now.
4278 2002-06-05  Timo Schulz  <ts@winpt.org>
4280         * encode.c (encode_simple): Ignore the new mode for RFC1991.
4281         * mainproc.c (symkey_decrypt_sesskey): Better check for weird
4282         keysizes.
4283         
4284 2002-06-05  Timo Schulz  <ts@winpt.org>
4286         * encode.c (encode_sesskey): New.
4287         (encode_simple): Use it here. But by default we use the compat
4288         mode which supress to generate encrypted session keys.
4289         
4290 2002-06-05  Timo Schulz  <ts@winpt.org>
4292         * mainproc.c (symkey_decrypt_sesskey): New.
4293         (proc_symkey_enc): Support for encrypted session keys.
4294         
4295 2002-06-04  David Shaw  <dshaw@jabberwocky.com>
4297         * sign.c (hash_for, sign_file): When encrypting and signing at the
4298         same time, consult the various hash prefs to pick a hash algorithm
4299         to use.  Pass in a 160-bit hint if any of the signing keys are
4300         DSA.
4302         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
4303         Pass a "hints" opaque pointer in to let the caller give hints as
4304         to what algorithms would be acceptable.  The only current hint is
4305         for PREFTYPE_HASH to require a 160-bit hash for DSA.  Change all
4306         callers in encode.c (encode_crypt, encrypt_filter) and sign.c
4307         (sign_file).  If we settle on MD5 as the best algorithm based
4308         solely on recepient keys and SHA1 is also a possibility, use SHA1
4309         unless the user intentionally chose MD5.  This is as per 2440:13.
4311         * exec.c (make_tempdir): Fix duplicated filename problem.
4313 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4315         * packet.h, parse-packet.c (enum_sig_subpkt): Report back from
4316         enum_sig_subpkt when a subpacket is critical and change all
4317         callers in keylist.c (show_policy_url, show_notation), mainproc.c
4318         (print_notation_data), and pkclist.c (do_show_revocation_reason).
4320         * keylist.c (show_policy_url, show_notation): Display if the
4321         policy or notation is critical.
4322         
4323 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4325         * main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd,
4326         list_keyblock_print, list_keyblock_colon), status.h, status.c
4327         (get_status_string): New --attribute-fd feature to dump the
4328         contents of attribute subpackets for frontends.  If --status-fd is
4329         also used, then a new status tag ATTRIBUTE is provided for each
4330         subpacket.
4332         * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_main,
4333         merge_selfsigs_subkey), parse-packet.c (setup_user_id): Keep track
4334         of the expiration time of a user ID, and while we're at it, use
4335         the expired flag from the selfsig rather than reparsing the
4336         SIG_EXPIRE subpacket.
4338         * photoid.c (generate_photo_id): When adding a new photo ID,
4339         showing the photo for confirmation is not safe when noninteractive
4340         since the "user" may not be able to dismiss a viewer window.
4341         Noted by Timo Schulz.
4342         
4343 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
4345         * options.skel: Sample photo viewers for Win32.
4347         * misc.c (pct_expando): Use the seckey for %k/%K if the pubkey is
4348         not available.
4350         * photoid.h, photoid.c (show_photos): Include the seckey in case a
4351         user tries to view a photo on a secret key, and change all callers
4352         in keyedit.c (menu_showphoto), keylist.c (list_keyblock_print),
4353         and photoid.c (generate_photo_id).
4355 2002-06-02  David Shaw  <dshaw@jabberwocky.com>
4357         * photoid.c (show_photos): Work properly when not called with a
4358         public key.
4360 2002-05-31  David Shaw  <dshaw@jabberwocky.com>
4362         * sign.c (mk_notation_and_policy): Free unneeded buffer.
4364         * hkp.c (parse_hkp_index): Properly handle the '&' character
4365         (i.e. "&amp;") in HKP responses.
4367         * getkey.c (merge_selfsigs_main): Fix reversed expiration time
4368         check with self-sigs.
4370         * keyedit.c (sign_uids): When making a new self-sig on a v3 key,
4371         make a v3 self-sig unless it is currently a v3 self-sig being
4372         promoted to v4.
4374 2002-05-31  Timo Schulz  <ts@winpt.org>
4376         * pkclist.c (do_show_revocation_reason): Don't use capital
4377         letters for non-interactive output.
4378         (show_revocation_reason): Now it is global.
4379         * pubkey-enc.c (get_it): Show if the key has been revoked.
4380         
4381 2002-05-30  David Shaw  <dshaw@jabberwocky.com>
4383         * sign.c (write_signature_packets, sign_file, clearsign_file,
4384         sign_symencrypt_file): Make a v4 signature if a policy URL or
4385         notation is set, unless v3 sigs are forced via rfc1991 or
4386         force-v3-sigs.  Also remove some doubled code and clarify an error
4387         message (we don't sign in PGP2 mode - just detach-sign).
4389         * parse-packet.c (parse_one_sig_subpkt): Add KS_FLAGS to the "any
4390         size" section.
4392 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
4394         * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and
4395         "no-mdc" in the prefs string to allow switching on and off the MDC
4396         feature.  This is needed to properly export a key from GnuPG for
4397         use on PGP which does not support MDC - without this, MDC-capable
4398         implementations will still try and generate MDCs which will break
4399         PGP.
4401         * keygen.c (keygen_get_std_prefs): Show "[mdc]" in prefs string if
4402         it is enabled.
4404         * options.h, g10.c (main), cipher.c (write_header), keygen.c
4405         (keygen_set_std_prefs): For consistency, allow the user to specify
4406         mdc/no-mdc in the --personal-preference-list.  If disabled, it
4407         acts just like --disable-mdc.
4409 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
4411         * options.h, exec.c: Add some debugging info, using the 1024 debug
4412         flag.
4414         * exec.c (win_system): New system()-like function for win32 that
4415         does not return until the child process terminates.  Of course,
4416         this doesn't help if the process itself exits before it is
4417         finished.
4419 2002-05-29  Werner Koch  <wk@gnupg.org>
4421         * encode.c (encode_simple): Intialize PKT when --no-literal is used.
4423         * keyedit.c (show_key_with_all_names_colon): Renamed the record
4424         for revocation keys to "rvk".
4426 2002-05-27  Werner Koch  <wk@gnupg.org>
4428         * keyedit.c (show_key_with_all_names_colon): New.
4429         (show_key_with_all_names): Divert to new function when required.
4430         Sanitize printing of revoker name.
4432 2002-05-27  David Shaw  <dshaw@jabberwocky.com>
4434         * build-packet.c (build_sig_subpkt): Handle setting sig flags for
4435         certain subpacket types (notation, policy url, exportable,
4436         revocable).  keyedit.c (sign_mk_attrib): Flags no longer need to
4437         be set here.
4439         * packet.h, parse-packet.c (parse_one_sig_subpkt), build-packet.c
4440         (build_sig_subpkt): Call parse_one_sig_subpkt to sanity check
4441         buffer lengths before building a sig subpacket.
4443 2002-05-26  David Shaw  <dshaw@jabberwocky.com>
4445         * sign.c (mk_notation_and_policy): Include secret key to enable %s
4446         expandos, and pass notations through pct_expando as well.
4448         * main.h, misc.c (pct_expando): Add %s and %S expandos for
4449         signer's keyid.
4451 2002-05-25  David Shaw  <dshaw@jabberwocky.com>
4453         * g10.c (strusage, build_list): Add compress algorithms to
4454         --version list.  Show algorithm numbers when --verbose --version
4455         is done.
4457 2002-05-22  David Shaw  <dshaw@jabberwocky.com>
4459         * options.h, main.h, keygen.c (keygen_set_set_prefs,
4460         keygen_get_std_prefs, keygen_upd_std_prefs), keyedit.c
4461         (keyedit_menu), g10.c (main), pkclist.c (select_algo_from_prefs):
4462         Add --personal-preference-list which allows the user to factor in
4463         their own preferred algorithms when the preference lists are
4464         consulted.  Obviously, this does not let the user violate a
4465         recepient's preferences (and the RFC) - this only influences the
4466         ranking of the agreed-on (and available) algorithms from the
4467         recepients.  Suggested by David Hollenberg.
4469         * options.h, keygen.c (keygen_set_std_prefs), g10.c (main): Rename
4470         --preference-list to --default-preference-list (as that is what it
4471         really is), and make it a true default in that if the user selects
4472         "default" they get this list and not the compiled-in list.
4474 2002-05-22  Werner Koch  <wk@gnupg.org>
4476         * g10.c (main): Add missing LF in a info printout and made it
4477         translatable.  Noted by Michael Tokarev.
4479 2002-05-21  Werner Koch  <wk@gnupg.org>
4481         * g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
4482         was erroneously introduced on 2002-01-09.
4484         * signal.c (got_fatal_signal): Don't write the Nul to stderr.
4485         Reported by David Hollenberg.
4487 2002-05-18  David Shaw  <dshaw@jabberwocky.com>
4489         * main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a
4490         designated revocation via --desig-revoke
4492         * keyedit.c (keyedit_menu, menu_addrevoker): New "addrevoker"
4493         command to add a designated revoker to a key.
4495 2002-05-17  David Shaw  <dshaw@jabberwocky.com>
4497         * gpgv.c: Add stub for get_ownertrust().
4499         * g10.c (main): --allow-freeform-uid should be implied by
4500         OpenPGP.  Add --no-allow-freeform-uid.
4502         * keyedit.c (sign_uids): Issue a warning when signing a
4503         non-selfsigned uid.
4505         * getkey.c (merge_selfsigs_main): If a key has no selfsigs, and
4506         allow-non-selfsigned-uid is not set, still try and make the key
4507         valid by checking all uids for a signature from an ultimately
4508         trusted key.
4510 2002-05-16  David Shaw  <dshaw@jabberwocky.com>
4512         * main.h, keygen.c (keygen_add_revkey): Add revocation key
4513         subpackets to a signature (callable by
4514         make_keysig_packet). (write_direct_sig): Write a 1F direct key
4515         signature. (parse_revocation_key): Parse a string in
4516         algo:fpr:sensitive format into a revocation
4517         key. (get_parameter_revkey, do_generate_keypair): Call above
4518         functions when prompted from a batch key generation file.
4520         * build-packet.c (build_sig_subpkt): Allow multiple revocation key
4521         subpackets in a single sig.
4523         * keydb.h, getkey.c (get_seckey_byfprint): Same as
4524         get_pubkey_byfprint, except for secret keys.  We only know the
4525         fingerprint of a revocation key, so this is needed to retrieve the
4526         secret key needed to issue a revokation.
4528         * packet.h, parse-packet.c (parse_signature, parse_revkeys): Split
4529         revkey parsing off into a new function that can be used to reparse
4530         after manipulating the revkey list.
4532         * sign.c (make_keysig_packet): Ability to make 1F direct key
4533         signatures.
4535 2002-05-15  David Shaw  <dshaw@jabberwocky.com>
4537         * options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl
4538         as a sample LDAP server instead.
4540         * getkey.c (merge_selfsigs_main): Properly handle multiple
4541         revocation keys in a single packet.  Properly handle revocation
4542         keys that are in out-of-order packets.  Remove duplicates in
4543         revocation key list.
4545 2002-05-14  Timo Schulz   <ts@winpt.org>
4547         * exec.c (make_tempdir) [MINGW32]: Added missing '\'.
4548         
4549 2002-05-14  Stefan Bellon  <sbellon@sbellon.de>
4551         * exec.c (make_tempdir): Make use of EXTSEP_S instead of hardcoded
4552         dot as extension separator.
4554 2002-05-13  David Shaw  <dshaw@jabberwocky.com>
4556         * photoid.c (show_photos): Use the long keyid as the filename for
4557         the photo.  Use the short keyid as the filename on 8.3 systems.
4559         * exec.h, exec.c (make_tempdir, exec_write, exec_finish): Allow
4560         caller to specify filename.  This should make things easier on
4561         windows and macs where the file extension is required, but a whole
4562         filename is even better.
4564         * keyedit.c (show_key_with_all_names, show_prefs): Show proper
4565         prefs for a v4 key uid with no selfsig at all.
4567         * misc.c (check_permissions): Don't check permissions on
4568         non-normal files (pipes, character devices, etc.)
4570 2002-05-11  Werner Koch  <wk@gnupg.org>
4572         * mainproc.c (proc_symkey_enc): Avoid segv in case the parser
4573         encountered an invalid packet.
4575         * keyserver.c (keyserver_export): Get confirmation before sending
4576         all keys.
4578 2002-05-10  Stefan Bellon  <sbellon@sbellon.de>
4580         * g10.c, hkp.c, keyedit.c, keyserver.c: Replaced all occurrances
4581         of strcasecmp with ascii_strcasecmp and all occurrances of
4582         strncasecmp with ascii_memcasecmp.
4584 2002-05-10  David Shaw  <dshaw@jabberwocky.com>
4586         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show
4587         assumed prefs for hash and compression as well as the cipher pref.
4588         Show assumed prefs if there are no prefs at all on a v4
4589         self-signed key.
4591         * options.h, g10.c (main), sign.c (make_keysig_packet): New
4592         --cert-digest-algo function to override the default key signing
4593         hash algorithm.
4595 2002-05-09  David Shaw  <dshaw@jabberwocky.com>
4597         * getkey.c (merge_selfsigs_main): Make sure the revocation key
4598         list starts clean as this function may be called more than once
4599         (e.g. from functions in --edit).
4601         * g10.c, encode.c (encode_crypt), sign.c (sign_file,
4602         sign_symencrypt_file): Make --compress-algo work like the
4603         documentation says.  It should be like --cipher-algo and
4604         --digest-algo in that it can override the preferences calculation
4605         and impose the setting the user wants.  No --compress-algo setting
4606         allows the usual preferences calculation to take place.
4608         * main.h, compress.c (compress_filter): use new
4609         DEFAULT_COMPRESS_ALGO define, and add a sanity check for compress
4610         algo value.
4612 2002-05-08  David Shaw  <dshaw@jabberwocky.com>
4614         * pkclist.c (select_algo_from_prefs): There is an assumed
4615         compression preference for uncompressed data.
4617 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
4619         * options.h, g10.c (main), getkey.c (finish_lookup), pkclist.c
4620         (algo_available): --pgp7, identical to --pgp6 except that it
4621         permits a few algorithms that PGP 7 added: AES128, AES192, AES256,
4622         and TWOFISH.  Any more of these --pgpX flags, and it'll be time to
4623         start looking at a generic --emulate-pgp X option.
4625         * export.c (do_export_stream): Warn the user when exporting a
4626         secret key if it or any of its secret subkeys are protected with
4627         SHA1 while simple_sk_checksum is set.
4629         * parse-packet.c (parse_key): Show when the SHA1 protection is
4630         used in --list-packets.
4632         * options.h, build-packet.c (do_comment), g10.c (main): Rename
4633         --no-comment as --sk-comments/--no-sk-comments (--no-comment still
4634         works) and make the default be --no-sk-comments.
4636 2002-05-07  Werner Koch  <wk@gnupg.org>
4638         * keygen.c (get_parameter_algo): Never allow generation of the
4639         deprecated RSA-E or RSA-S flavors of PGP RSA.
4640         (ask_algo): Allow generation of RSA sign and encrypt in expert
4641         mode.  Don't allow ElGamal S+E unless in expert mode.
4642         * helptext.c: Added entry keygen.algo.rsa_se.
4644 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
4646         * keyedit.c (sign_uids): If --expert is set, allow re-signing a
4647         uid to promote a v3 self-sig to a v4 one.  This essentially
4648         deletes the old v3 self-sig and replaces it with a v4 one.
4650         * packet.h, parse-packet.c (parse_key), getkey.c
4651         (merge_keys_and_selfsig, merge_selfsigs_main): a v3 key with a v4
4652         self-sig must never let the v4 self-sig express a key expiration
4653         time that extends beyond the original v3 expiration time.
4655 2002-05-06  David Shaw  <dshaw@jabberwocky.com>
4657         * keyedit.c (sign_uids): When making a self-signature via "sign"
4658         don't ask about sig level or expiration, and include the usual
4659         preferences and such for v4 self-sigs.  (menu_set_preferences):
4660         Convert uids from UTF8 to native before printing.
4662         * keyedit.c (sign_uids): Convert uids from UTF8 to native before
4663         printing.  (menu_set_primary_uid): Show error if the user tries to
4664         make a uid with a v3 self-sig primary.
4666 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
4668         * import.c (import_one): When merging with a key we already have,
4669         don't let a key conflict (same keyid but different key) stop the
4670         import: just skip the bad key and continue.
4672         * exec.c (make_tempdir): Under Win32, don't try environment
4673         variables for temp directories - GetTempDir tries environment
4674         variables internally, and it's better not to second-guess it in
4675         case MS adds some sort of temp dir handling to Windows at some
4676         point.
4678 2002-05-05  Timo Schulz  <ts@winpt.org>
4680         * mainproc.c (proc_symkey_enc): Don't ask for a passphrase
4681         in the list only mode.
4682         
4683 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
4685         * keyserver.c (keyserver_refresh): --refresh-keys implies
4686         --merge-only so as not to import keys with keyids that match the
4687         ones being refreshed.  Noted by Florian Weimer.
4689 2002-05-04  Stefan Bellon  <sbellon@sbellon.de>
4691         * free-packet.c (copy_public_key): Don't call m_alloc(0), therefore
4692         added consistency check for revkey and numrefkeys.
4694         * getkey.c (check_revocation_keys): Added consistency check for
4695         revkey and numrefkeys.
4697         * keyedit.c (show_key_with_all_names): Likewise.
4699 2002-05-03  David Shaw  <dshaw@jabberwocky.com>
4701         * photoid.c: Provide default image viewer for Win32.
4703         * misc.c (pct_expando): %t means extension, not name ("jpg", not
4704         "jpeg").
4706         * keyserver.c (keyserver_spawn), photoid.c (show_photos), exec.h,
4707         exec.c: Allow the caller to determine the temp file extension when
4708         starting an exec_write and change all callers.
4710         * keyedit.c (sign_uids): Nonrevocable key signatures cause an
4711         automatic promotion to v4.
4713         * exec.c: Provide stubs for exec_ functions when NO_EXEC is
4714         defined.
4716 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
4718         * photoid.h, photoid.c (parse_image_header, image_type_to_string):
4719         Useful functions to return data about an image.
4721         * packet.h, parse-packet.c (make_attribute_uidname,
4722         parse_attribute_subpkts, parse_attribute), photoid.h, photoid.c
4723         (show_photos): Handle multiple images in a single attribute
4724         packet.
4726         * main.h, misc.c (pct_expando), sign.c (mk_notation_and_policy),
4727         photoid.c (show_photos): Simpler expando code that does not
4728         require using compile-time string sizes.  Call
4729         image_type_to_string to get image strings (i.e. "jpg",
4730         "image/jpeg").  Change all callers.
4732         * keyedit.c (menu_showphoto), keylist.c (list_keyblock_print):
4733         Allow viewing multiple images within a single attribute packet.
4735         * gpgv.c: Various stubs for link happiness.
4737 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
4739         * build-packet.c (build_sig_subpkt), keyedit.c (sign_uids),
4740         options.h, sign.c (mk_notation_and_policy), g10.c (main,
4741         add_notation_data, add_policy_url (new), check_policy_url
4742         (removed)): Allow multiple policy URLs on a given signature.
4743         Split "--notation-data" into "--cert-notation" and
4744         "--sig-notation" so the user can set different policies for key
4745         and data signing.  For backwards compatibility, "--notation-data"
4746         sets both, as before.
4748 2002-05-02  Werner Koch  <wk@gnupg.org>
4750         * options.skel: Removed the comment on trusted-keys because this
4751         option is now deprecated.
4753 2002-05-01  David Shaw  <dshaw@jabberwocky.com>
4755         * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute
4756         packets on a given key are legal.
4758         * keyserver.c (keyserver_refresh): the fake v3 keyid hack applies
4759         to "mailto" URLs as well since they are also served by pksd.
4761 2002-04-29  Werner Koch  <wk@gnupg.org>
4763         Added a copyright year for files changed this year.
4765 2002-04-25  Werner Koch  <wk@gnupg.org>
4767         * g10.c, options.h: New options --display, --ttyname, --ttytype,
4768         --lc-ctype, --lc-messages to be used with future versions of the
4769         gpg-agent. 
4770         * passphrase.c (agent_send_option,agent_send_all_options): New.
4771         (agent_open): Send options to the agent.
4773         * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit
4774         do_sync because revalidation_mark does it only if when the
4775         timestamp actually changes.
4777 2002-04-23  David Shaw  <dshaw@jabberwocky.com>
4779         * main.h, keygen.c (do_generate_keypair), keylist.c
4780         (print_signature_stats, list_all, list_one, list_keyblock,
4781         list_keyblock_print, list_keyblock_colon): After generating a new
4782         key, show the key information (name, keyid, fingerprint, etc.)
4783         Also do not print uncheckable signatures (missing key..) in
4784         --check-sigs.  Print statistics (N missing keys, etc.) after
4785         --check-sigs.
4787         * keyedit.c (sign_uids): When signing a key with an expiration
4788         date on it, the "Do you want your signature to expire at the same
4789         time?" question should default to YES.
4791 2002-04-22  David Shaw  <dshaw@jabberwocky.com>
4793         * parse-packet.c (parse_plaintext), packet.h, plaintext.c
4794         (handle_plaintext): Fix bug in handling literal packets with
4795         zero-length data (no data was being confused with partial body
4796         length).
4798         * misc.c (pct_expando), options.skel: %t means extension ("jpg").
4799         %T means MIME type ("image/jpeg").
4801         * import.c (import_one): Only trigger trust update if the keyring
4802         is actually changed.
4804         * export.c (do_export_stream): Missing a m_free.
4806 2002-04-22  Stefan Bellon  <sbellon@sbellon.de>
4808         * keyid.c (expirestr_from_sk, expirestr_from_sig): Added _() to
4809         string constant.
4811         * exec.c (make_tempdir) [__riscos__]: Better placement of
4812         temporary file.
4814 2002-04-20  David Shaw  <dshaw@jabberwocky.com>
4816         * keygen.c (generate_subkeypair): 2440bis04 adds that creating
4817         subkeys on v3 keys is a MUST NOT.
4819         * getkey.c (finish_lookup): The --pgp6 "use the primary key"
4820         behavior should only apply while data signing and not encryption.
4821         Noted by Roger Sondermann.
4823 2002-04-19  Werner Koch  <wk@gnupg.org>
4825         * keygen.c (keygen_set_std_prefs): Put back 3DES because the RFC
4826         says it is good form to do so.
4828 2002-04-19  David Shaw  <dshaw@jabberwocky.com>
4830         * keyedit.c (menu_deluid): Only cause a trust update if we delete
4831         a non-revoked user id.
4833         * hkp.c (hkp_ask_import), keyserver.c (parse_keyserver_options,
4834         keyserver_spawn), options.h: Remove fast-import keyserver option
4835         (no longer meaningful).
4837         * g10.c (main), keyedit.c (sign_uids), options.h: Change
4838         --default-check-level to --default-cert-check-level as it makes
4839         clear what it operates on.
4841         * g10.c (main): --pgp6 also implies --no-ask-sig-expire.
4843         * delkey.c (do_delete_key): Comment.
4845         * keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,
4846         menu_expire, menu_revsig, menu_revkey): Only force a trustdb check
4847         if we did something that changes it.
4849         * g10.c: add "--auto-check-trustdb" to override a
4850         "--no-auto-check-trustdb"
4852 2002-04-19  Werner Koch  <wk@gnupg.org>
4854         * tdbio.c (tdbio_write_nextcheck): Return a status whether the
4855         stamp was actually changed.
4856         * trustdb.c (revalidation_mark): Sync the changes.  Removed the
4857         sync operation done by its callers.
4858         (get_validity): Add logic for maintaining a pending_check flag.
4859         (clear_ownertrust): New.
4860         
4861         * keyedit.c (sign_uids): Don't call revalidation_mark depending on
4862         primary_pk.
4863         (keyedit_menu): Call revalidation_mark after "trust".
4864         (show_key_with_all_names): Print a warning on the wrong listed key
4865         validity.
4867         * delkey.c (do_delete_key): Clear the owenertrust information when
4868         deleting a public key.
4869         
4870 2002-04-18  Werner Koch  <wk@gnupg.org>
4872         * seskey.c (encode_md_value): Print an error message if a wrong
4873         digest algorithm is used with DSA.  Changed all callers to cope
4874         with a NULL return.  Problem noted by Imad R. Faiad.
4876 2002-04-18  David Shaw  <dshaw@jabberwocky.com>
4878         * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable
4879         signatures that can expire.  In short, the only thing that can
4880         override an unexpired nonrevocable signature is another unexpired
4881         nonrevocable signature.
4883         * getkey.c (finish_lookup): Always use primary signing key for
4884         signatures when --pgp6 is on since pgp6 and 7 do not understand
4885         signatures made by signing subkeys.
4887 2002-04-18  Werner Koch  <wk@gnupg.org>
4889         * trustdb.c (validate_keys): Never schedule a nextcheck into the
4890         past.
4891         (validate_key_list): New arg curtime use it to set next_expire.
4892         (validate_one_keyblock): Take the current time from the caller.
4893         (clear_validity, reset_unconnected_keys): New.
4894         (validate_keys): Reset all unconnected keys.
4896         * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax
4897         for use with secret keys.
4898         (lookup): Advance the searchmode after a search FIRST.
4900         * seckey-cert.c (do_check): Always calculate the old checksum for
4901         use after unprotection.
4903         * g10.c, options.skel: New option --no-escape-from.  Made
4904         --escape-from and --force-v3-sigs the default and removed them
4905         from the options skeleton.
4907 2002-04-16  Werner Koch  <wk@gnupg.org>
4909         * parse-packet.c (parse_key): Support a SHA1 checksum as per
4910         draft-rfc2440-bis04.
4911         * packet.h (PKT_secret_key): Add field sha1chk.
4912         * seckey-cert.c (do_check): Check the SHA1 checksum
4913         (protect_secret_key): And create it.
4914         * build-packet.c (do_secret_key): Mark it as sha-1 protected.
4915         * g10.c, options.h: New option --simple-sk-checksum.
4917 2002-04-13  David Shaw  <dshaw@jabberwocky.com>
4919         * parse-packet.c (parse_signature): Minor fix - signatures should
4920         expire at their expiration time and not one second later.
4922         * keygen.c (proc_parameter_file): Allow specifying preferences
4923         string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation
4924         file.
4926         * keyedit.c (keyedit_menu): Print standard error message when
4927         signing a revoked key (no new translation).
4929         * getkey.c (merge_selfsigs): Get the default set of key prefs from
4930         the real (not attribute) primary uid.
4932 2002-04-12  David Shaw  <dshaw@jabberwocky.com>
4934         * pkclist.c (build_pk_list): Fix bug that allowed a key to be
4935         selected twice in batch mode if one instance was the default
4936         recipient and the other was an encrypt-to.  Noted by Stefan
4937         Bellon.
4939         * parse-packet.c (dump_sig_subpkt): Show data in trust and regexp
4940         sig subpackets.
4942         * keyedit.c (keyedit_menu): Use new function real_uids_left to
4943         prevent deleting the last real (i.e. non-attribute) uid.  Again,
4944         according to the attribute draft. (menu_showphoto): Make another
4945         string translatable.
4947 2002-04-11  David Shaw  <dshaw@jabberwocky.com>
4949         * build-packet.c (build_sig_subpkt): Delete subpackets from both
4950         hashed and unhashed area on update.  (find_subpkt): No longer
4951         needed.
4953         * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key
4954         with a v4 signature.  As usual, --expert overrides.  Try to tweak
4955         some strings to a closer match so they can all be translated in
4956         one place.  Use different helptext keys to allow different help
4957         text for different questions.
4959         * keygen.c (keygen_upd_std_prefs): Remove preferences from both
4960         hashed and unhashed areas if they are not going to be used.
4962 2002-04-10  David Shaw  <dshaw@jabberwocky.com>
4964         * misc.c (pct_expando), options.skel: Use %t to indicate type of a
4965         photo ID (in this version, it's always "jpeg").  Also tweak string
4966         expansion loop to minimize reallocs.
4968         * mainproc.c (do_check_sig): Variable type fix.
4970         * keyedit.c (menu_set_primary_uid): Differentiate between true
4971         user IDs and attribute user IDs when making one of them primary.
4972         That is, if we are making a user ID primary, we alter user IDs.
4973         If we are making an attribute packet primary, we alter attribute
4974         packets.  This matches the language in the latest attribute packet
4975         draft.
4977         * keyedit.c (sign_uids): No need for the empty string hack.
4979         * getkey.c (fixup_uidnode): Only accept preferences from the
4980         hashed segment of the self-sig.
4982 2002-04-10  Werner Koch  <wk@gnupg.org>
4984         * tdbio.c (migrate_from_v2): Fixed the offset to read the old
4985         ownertrust value and only add entries to the table if we really
4986         have a value.
4988 2002-04-08  David Shaw  <dshaw@jabberwocky.com>
4990         * status.h, status.c (get_status_string): Add KEYEXPIRED, EXPSIG,
4991         and EXPKEYSIG.  Add "deprecated-use-keyexpired-instead" to
4992         SIGEXPIRED.
4994         * sig-check.c (do_check): Start transition from SIGEXPIRED to
4995         KEYEXPIRED, since the actual event is signature verification by an
4996         expired key and not an expired signature. (do_signature_check,
4997         packet.h): Rename as signature_check2, make public, and change all
4998         callers.
5000         * mainproc.c (check_sig_and_print, do_check_sig): Use status
5001         EXPSIG for an expired, but good, signature.  Add the expiration
5002         time (or 0) to the VALIDSIG status line.  Use status KEYEXPSIG for
5003         a good signature from an expired key.
5005         * g10.c (main): remove checks for no arguments now that argparse
5006         does it.
5008 2002-04-06  Werner Koch  <wk@gnupg.org>
5010         * keyring.c (keyring_get_keyblock): Disable the keylist mode here.
5012         * encode.c (encode_simple, encode_crypt): Only test on compressed
5013         files if a compress level was not explicity set.
5015         * keygen.c (keygen_set_std_prefs): Removed Blowfish and Twofish
5016         from the list of default preferences, swapped the preferences of
5017         RMD160 and SHA1.  Don't include a preference to 3DES unless the
5018         IDEA kludge gets used.
5020         * free-packet.c (free_packet): call free_encrypted also for
5021         PKT_ENCRYPTED_MDC.
5023         * compress.c (release_context): New.
5024         (handle_compressed): Allocate the context and setup a closure to
5025         release the context.  This is required because there is no
5026         guarantee that the filter gets popped from the chain at the end
5027         of the function.  Problem noted by Timo and probably also the
5028         cause for a couple of other reports.
5029         (compress_filter): Use the release function if set.
5031         * tdbio.c [__CYGWIN32__]: Don't rename ftruncate.  Noted by
5032         Disastry.
5034         * parse-packet.c (parse_signature): Put parens around a bit test.
5036         * exec.c (make_tempdir): Double backslash for TMP directory
5037         creation under Windows.  Better strlen the DIRSEP_S constants for
5038         allocation measurements.
5040         * decrypt.c (decrypt_messages): Release the passphrase aquired
5041         by get_last_passphrase.
5043 2002-04-02  Werner Koch  <wk@gnupg.org>
5045         * Makefile.am (EXTRA_DIST): Removed OPTIONS an pubring.asc - they
5046         are no longer of any use. 
5048 2002-04-03  David Shaw  <dshaw@jabberwocky.com>
5050         * keyserver.c (parse_keyserver_options): fix auto-key-retrieve to
5051         actually work as a keyserver-option (noted by Roger Sondermann).
5053         * keylist.c (reorder_keyblock): do not reorder the primary
5054         attribute packet - the first user ID must be a genuine one.
5056 2002-03-31  David Shaw  <dshaw@jabberwocky.com>
5058         * keylist.c (list_keyblock_colon): Fix ownertrust display with
5059         --with-colons.
5061         * keygen.c (generate_user_id), photoid.c (generate_photo_id):
5062         Properly initialize the user ID refcount.  A few more "y/n" ->
5063         "y/N" in photoid.c.
5065         * keyedit.c (ask_revoke_sig): Warn the user if they are about to
5066         revoke an expired sig (not a problem, but they should know).  Also
5067         tweak a few prompts to change "y/n" to "y/N", which is how most
5068         other prompts are written.
5070         * keyserver.c (keyserver_search_prompt): Control-d escapes the
5071         keyserver search prompt.
5073         * pkclist.c (show_revocation_reason & callers): If a subkey is
5074         considered revoked solely because the parent key is revoked, print
5075         the revocation reason from the parent key.
5077         * trustdb.c (get_validity): Allow revocation/expiration to apply
5078         to a uid/key with no entry in the trustdb.
5080 2002-03-29  David Shaw  <dshaw@jabberwocky.com>
5082         * keyserver.c (printunquoted): unquote backslashes from keyserver
5083         searches
5085         * hkp.c (write_quoted): quote backslashes from keyserver searches
5087 2002-03-26  Werner Koch  <wk@gnupg.org>
5089         * keygen.c (ask_keysize): Removed the warning for key sizes > 1536.
5091 2002-03-25  Werner Koch  <wk@gnupg.org>
5093         * keyedit.c (sign_uids): Use 2 strings and not a %s so that
5094         translations can be done the right way.
5095         * helptext.c: Fixed small typo.
5097 2002-03-23  David Shaw  <dshaw@jabberwocky.com>
5099         * import.c (append_uid, merge_sigs): it is okay to import
5100         completely non-signed uids now (with --allow-non-selfsigned-uid).
5102         * getkey.c (get_primary_uid, merge_selfsigs_main): do not choose
5103         an attribute packet (i.e. photo) as primary uid.  This prevents
5104         oddities like "Good signature from [image of size 2671]".  This is
5105         still not perfect (one can still select an attribute packet as
5106         primary in --edit), but is closer to the way the draft is going.
5108         * g10.c (build_list): algorithms should include 110.
5110         * g10.c (main): --pgp2 implies --no-ask-sig-expire and
5111         --no-ask-cert-expire as those would cause a v4 sig/cert.
5113         * armor.c (is_armor_header): be more lenient in what constitutes a
5114         valid armor header (i.e. -----BEGIN blah blah-----) as some
5115         Windows programs seem to add spaces at the end.  --openpgp makes
5116         it strict again.
5118 2002-03-18  David Shaw  <dshaw@jabberwocky.com>
5120         * keyserver.c (keyserver_search_prompt): Properly handle a "no
5121         keys found" case from the internal HKP code (external HKP is ok).
5122         Also, make a COUNT -1 (i.e. streamed) keyserver response a little
5123         more efficient.
5125         * g10.c (main): Add --no-allow-non-selfsigned-uid
5127 2002-03-17  David Shaw  <dshaw@jabberwocky.com>
5129         * g10.c (main): --openpgp implies --allow-non-selfsigned-uid.
5131         * getkey.c (merge_selfsigs_main): If none of the uids are primary
5132         (because none are valid) then pick the first to be primary (but
5133         still invalid).  This is for cosmetics in case some display needs
5134         to print a user ID from a non-selfsigned key.  Also use
5135         --allow-non-selfsigned-uid to make such a key valid and not
5136         --always-trust.  The key is *not* automatically trusted via
5137         --allow-non-selfsigned-uid.
5139         * mainproc.c (check_sig_and_print): Make sure non-selfsigned uids
5140         print [uncertain] on verification even though one is primary now.
5142         * getkey.c (merge_selfsigs): If the main key is not valid, then
5143         neither are the subkeys.
5145         * import.c (import_one): Allow --allow-non-selfsigned-uid to work
5146         on completely unsigned keys.  Print the uids in UTF8.  Remove
5147         mark_non_selfsigned_uids_valid().
5149         * keyedit.c (show_key_with_all_names): Show revocation key as
5150         UTF8.
5152         * sign.c (clearsign_file): Allow --not-dash-escaped to work with
5153         v3 keys.
5155 2002-03-14  Werner Koch  <wk@gnupg.org>
5157         * main.h: Changed the default algorithms to CAST5 and SHA1.
5159 2002-03-13  David Shaw  <dshaw@jabberwocky.com>
5161         * import.c (chk_self_sigs): Show which user ID a bad self-sig
5162         (invald sig or unsupported public key algorithm) resides on.
5164         * import.c (chk_self_sigs): any valid self-sig should mark a user
5165         ID or subkey as valid - otherwise, an attacker could DoS the user
5166         by inventing a bogus invalid self-signature.
5168 2002-03-07  David Shaw  <dshaw@jabberwocky.com>
5170         * g10.c (main): make a few more strings translatable.
5172         * options.h, options.skel, g10.c (main), gpgv.c, mainproc.c
5173         (check_sig_and_print), keyserver.c (parse_keyserver_options):
5174         --auto-key-retrieve should really be a keyserver-option variable.
5176         * import.c (revocation_present): new function to print a warning
5177         if a key is imported that has been revoked by designated revoker,
5178         but the designated revoker is not present to verify the
5179         revocation.  If keyserver-options auto-key-retrieve is set, try
5180         and fetch the designated revoker from the keyserver.
5182         * import.c (import_one): call revocation_present after importing a
5183         new key.  Note that this applies to --import, --recv-keys, and
5184         --search-keys.
5185         
5186         * keyserver-internal.h, keyserver.c (keyserver_import_fprint):
5187         import via fingerprint (for revocation keys).
5189         * keyserver.c (keyserver_import_keyid): much simpler
5190         implementation now that we're using KEYDB_SEARCH_DESC internally.
5192 2002-03-04  David Shaw  <dshaw@jabberwocky.com>
5194         * revoke.c (gen_revoke): do not prompt for revocation reason for
5195         v3 revocations (unless force-v4-certs is on) since they wouldn't
5196         be used anyway.
5198         * keyedit.c (menu_revsig): show the status of the sigs
5199         (exportable? revocable?) to the user before prompting for which
5200         sig to revoke.  Also, make sure that local signatures get local
5201         revocations.
5203         * keyedit.c (ask_revoke_sig): remind the user which sigs are
5204         local.
5206         * g10.c (main): Add "exec-path" variable to override PATH for
5207         execing programs.
5209         * export.c (do_export_stream): properly check return code from
5210         classify_user_id to catch unclassifiable keys.
5212 2002-03-03  David Shaw  <dshaw@jabberwocky.com>
5214         * parse-packet.c (parse_signature): variable type tweak for RISC
5215         OS (from Stefan)
5217 2002-02-28  David Shaw  <dshaw@jabberwocky.com>
5219         * getkey.c (check_revocation_keys): New function to check a
5220         revocation against a list of potential revocation keys.  Note the
5221         loop-breaking code here.  This is to prevent blowing up if A is
5222         B's revocation key, while B is also A's.  Note also that this is
5223         written so that a revoked revoker can still issue revocations:
5224         i.e. If A revokes B, but A is revoked, B is still revoked.  I'm
5225         not completely convinced this is the proper behavior, but it
5226         matches how PGP does it.  It does at least have the advantage of
5227         much simpler code - my first version of this had lots of loop
5228         maintaining code so you could chain revokers many levels deep and
5229         if D was revoked, C was not, which meant that B was, and so on.
5230         It was sort of scary, actually.
5232         * getkey.c (merge_selfsigs_main): Add any revocation keys onto the
5233         pk.  This is particularly interesting since we normally only get
5234         data from the most recent 1F signature, but you need multiple 1F
5235         sigs to properly handle revocation keys (PGP does it this way, and
5236         a revocation key could be marked "sensitive" and hence in a
5237         different signature).  Also, if a pk has a revocation key set,
5238         check for revocation sigs that were not made by us - if made by a
5239         valid revocation key, mark the pk revoked.
5241         * packet.h, getkey.c (cache_public_key): do not cache key if
5242         "dont_cache" is set.  This allows the revocation key code to look
5243         up a key and return information that may be inaccurate to prevent
5244         loops without caching the fake data.
5246         * packet.h, sig-check.c (do_signature_check): Record if a
5247         signature was made by a revoked pk.
5249         * packet.h, parse-packet.c (parse_one_sig_subpkt,
5250         can_handle_critical, parse_signature): Get revocation key
5251         information out of direct sigs.
5252         
5253         * keylist.c (list_keyblock_print): don't assume that the presence
5254         of a 0x20 signature means the key is revoked.  With revocation
5255         keys, this may not be true if the revocation key is not around to
5256         verify it or if verification failed.  Also, 0x1F should get listed
5257         as "sig", and not "unexpected signature class".
5259         * keyedit.c (show_key_with_all_names): Add a flag for printing
5260         revoker information and change all callers.
5262         * import.c (merge_blocks): merge in any new direct key (0x1F)
5263         sigs.
5265         * import.c (import_revoke_cert): don't keep processing after a
5266         revocation is rejected.
5267         
5268         * import.c (delete_inv_parts): Allow importing a revocation
5269         signature even if it was not issued by the key.  This allows a
5270         revocation key to issue it.  Of course, the sig still needs to be
5271         checked before we trust it.
5273         * free-packet.c (copy_public_key): Include a new copy of the
5274         revocation keys when duping a pk.
5276         * free-packet.c (free_seckey_enc, release_public_key_parts): Free
5277         any revocation keys that are attached to a sig or pk.
5279         * export.c (do_export_stream): Do not export signatures with
5280         "sensitive" revocation keys in them.
5282 2002-02-27  David Shaw  <dshaw@jabberwocky.com>
5284         * export.c (do_export_stream): Do not include v3 keys in a
5285         --export-secret-subkeys export.
5287         * getkey.c (merge_selfsigs_main): If a key isn't valid (say,
5288         because of no self-signature), allow --always-trust to force it
5289         valid so it can be trusted.
5291 2002-02-25  David Shaw  <dshaw@jabberwocky.com>
5293         * hkp.c (hkp_ask_import), hkp.h, keyserver.c (all): treat key
5294         lists internally as fingerprints when possible.  All this is via
5295         KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows
5296         the helper program to search the keyserver by fingerprint if
5297         desired (and the keyserver supports it).  Note that automatic
5298         fingerprint promotion during refresh only applies to v4 keys as a
5299         v4 fingerprint can be easily changed into a long or short key id,
5300         and a v3 cannot.
5302         * pubkey-enc.c, getkey.c, misc.c, main.h: Take two copies of
5303         hextobyte() from pubkey-enc.c and getkey.c and make them into one
5304         copy in misc.c.
5306 2002-02-22  David Shaw  <dshaw@jabberwocky.com>
5308         * keyserver.c (keyserver_search_prompt): Detect a "no keys found"
5309         case even if the helper program does not explicitly say how many
5310         keys were found.
5312         * hkp.c (parse_hkp_index): Bug fix - don't report non-revoked keys
5313         as revoked in HKP key searches.
5315 2002-02-19  Werner Koch  <wk@gnupg.org>
5317         * parse-packet.c (parse_trust): Made parsing more robust.
5319 2002-02-19  David Shaw  <dshaw@jabberwocky.com>
5321         * hkp.c (parse_hkp_index): Catch corruption in HKP index lines
5322         (can be caused by broken or malicious keyservers).
5324         * keyserver.c (keyserver_work): Add KEYSERVER_NOT_SUPPORTED for
5325         unsupported actions (say, a keyserver that has no way to search,
5326         or a readonly keyserver that has no way to add).  Also add a
5327         USE_EXTERNAL_HKP define to disable the internal HKP keyserver
5328         code.
5330 2002-02-14  Werner Koch  <wk@gnupg.org>
5332         * g10.c: New option --no-use-agent. 
5334         * pkclist.c (check_signatures_trust): Always print the warning for
5335         unknown and undefined trust.  Removed the did_add cruft.  Reported
5336         by Janusz A. Urbanowicz.
5338 2002-02-11  David Shaw  <dshaw@jabberwocky.com>
5340         * hkp.c (parse_hkp_index): Bug fix - properly handle user IDs with
5341         colons (":") in them while HKP searching.
5343 2002-02-09  David Shaw  <dshaw@jabberwocky.com>
5345         * misc.c (pct_expando): More comments.
5347         * keydb.h, sign.c (mk_notation_and_policy): Clarify what is a sig
5348         and what is a cert.  A sig has sigclass 0x00, 0x01, 0x02, or 0x40,
5349         and everything else is a cert.
5351         * g10.c (main), keyedit.c (keyedit_menu): Add a "nrlsign" for
5352         nonrevocable and local key signatures.
5354         * g10.c (main): Add a --no-force-mdc to undo --force-mdc.
5356         * options.h, g10.c (main), cipher.c (write_header): Add a knob to
5357         --disable-mdc/--no-disable-mdc.  Off by default, of course, but is
5358         used in --pgp2 and --pgp6 modes.
5359         
5360         * pkclist.c (build_pk_list): Allow specifying multiple users in
5361         the "Enter the user ID" loop.  Enter a blank line to stop.  Show
5362         each key+id as it is added.
5364         * keylist.c (show_policy_url), mainproc.c (print_notation_data):
5365         It is not illegal (though possibly silly) to have multiple policy
5366         URLs in a given signature, so print all that are present.
5367         
5368         * hkp.c (hkp_search): More efficient implementation of URL-ifying
5369         code.
5371 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
5373         * main.h, misc.c (pct_expando): New function to generalize
5374         %-expando processing in any arbitrary string.
5376         * photoid.c (show_photo): Call the new pct_expando function rather
5377         than expand strings internally.
5378         
5379         * sign.c (mk_notation_and_policy): Show policy URLs and notations
5380         when making a signature if show-policy/show-notation is on.
5381         %-expand policy URLs during generation.  This lets the user have
5382         policy URLs of the form "http://notary.jabberwocky.com/keysign/%K"
5383         which will generate a per-signature policy URL.
5385         * main.h, keylist.c (show_policy_url, show_notation): Add amount
5386         to indent so the same function can be used in key listings as well
5387         as during sig generation.  Change all callers.
5389 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
5391         * keyserver.c, options.h (parse_keyserver_options, keyidlist):
5392         Workaround for the pksd and OKS keyserver bug that calculates v4
5393         RSA keyids as if they were v3.  The workaround/hack is to fetch
5394         both the v4 (e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids.  This
5395         only happens for key refresh while using the HKP scheme and the
5396         refresh-add-fake-v3-keyids keyserver option must be set.  This
5397         should stay off by default.
5399 2002-02-03  David Shaw  <dshaw@jabberwocky.com>
5401         * keyserver.c (keyserver_spawn): Bug fix - do not append keys to
5402         each other when --sending more than one.
5404 2002-02-02  David Shaw  <dshaw@jabberwocky.com>
5406         * options.h, g10.c (main), keyedit.c (sign_uids), sign.c
5407         (mk_notation_and_policy): Split "--set-policy-url" into
5408         "--cert-policy-url" and "--sig-policy-url" so the user can set
5409         different policies for key and data signing.  For backwards
5410         compatibility, "--set-policy-url" sets both, as before.
5412 2002-01-30  Werner Koch  <wk@gnupg.org>
5414         * g10.c (main): --gen-random --armor does now output a base64
5415         encoded string.
5417 2002-01-28  David Shaw  <dshaw@jabberwocky.com>
5419         * g10.c (main), options.h, pkclist.c (algo_available): --pgp6
5420         flag.  This is not nearly as involved as --pgp2.  In short, it
5421         turns off force_mdc, turns on no_comment, escape_from, and
5422         force_v3_sigs, and sets compression to 1.  It also restricts the
5423         user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160.
5424         See the comments above algo_available() for lots of discussion on
5425         why you would want to do this.
5427 2002-01-27  David Shaw  <dshaw@jabberwocky.com>
5429         * keygen.c (keygen_set_std_prefs): Comment
5431         * keyedit.c (sign_uids): Bug fix - when signing with multiple
5432         secret keys at the same time, make sure each key gets the sigclass
5433         prompt.
5435         * exec.c (exec_finish): Close the iobuf and FILE before trying to
5436         waitpid, so the remote process will get a SIGPIPE and exit.  This
5437         is only a factor when using a pipe to communicate.
5439         * exec.c (exec_write): Disable cache-on-close of the fd iobuf (is
5440         this right?  Why is a fd iobuf cached at all?)
5442 2002-01-26  Werner Koch  <wk@gnupg.org>
5444         * g10.c, options.h: New option --gpg-agent-info
5445         * passphrase.c (agent_open): Let it override the environment info.
5446         * seckey-cert.c (check_secret_key): Always try 3 times when the
5447         agent is enabled.
5448         * options.skel: Describe --use-agent.
5450 2002-01-24  David Shaw  <dshaw@jabberwocky.com>
5452         * pubkey-enc.c (is_algo_in_prefs, get_it): Only check preferences
5453         against keys with v4 self sigs - there is really little point in
5454         warning for every single non-IDEA message encrypted to an old key.
5456         * pkclist.c (select_algo_from_prefs): Only put in the fake IDEA
5457         preference if --pgp2 is on.
5459         * mainproc.c (check_sig_and_print): Print "Expired" for expired
5460         but good signatures (this still prints "BAD" for expired but bad
5461         signatures).
5463 2002-01-23  David Shaw  <dshaw@jabberwocky.com>
5465         * keygen.c (ask_keysize): Cosmetic: don't present a RSA signing
5466         key as a "keypair" which can be 768 bits long (as RSA minimum is
5467         1024).
5469         * pubkey-enc.c (is_algo_in_prefs): Allow IDEA as a fake preference
5470         for v3 keys with v3 selfsigs.
5472 2002-01-22  David Shaw  <dshaw@jabberwocky.com>
5474         * packet.h, getkey.c (merge_selfsigs_main), pkclist.c
5475         (select_algo_from_prefs): Implement the fake IDEA preference as
5476         per RFC2440:12.1.  This doesn't mean that IDEA will be used (the
5477         plugin may not be present), but it does mean that a v3 key with a
5478         v3 selfsig has an implicit IDEA preference instead of 3DES.  v3
5479         keys with v4 selfsigs use preferences as normal.
5481         * encode.c (encode_crypt): if select_algo_from_prefs fails, this
5482         means that we could not find a cipher that both keys like.  Since
5483         all v4 keys have an implicit 3DES preference, this means there is
5484         a v3 key with a v3 selfsig in the list.  Use 3DES in this case as
5485         it is the safest option (we know the v4 key can handle it, and
5486         we'll just hope the v3 key is being used in an implementation that
5487         can handle it).  If --pgp2 is on, warn the user what we're doing
5488         since it'll probably break PGP2 compatibility.
5490         * g10.c (main): Do not force using IDEA for encrypted files in
5491         --pgp2 mode - let the fake IDEA preference choose this for us for
5492         better compatibility when encrypting to multiple keys, only some
5493         of which are v3.
5495         * keygen.c (keygen_set_std_prefs): Put 3DES on the end of the
5496         default cipher pref list (RFC2440: "...it is good form to place it
5497         there explicitly.").  If the user has the IDEA plugin installed,
5498         put a preference for IDEA *after* 3DES to effectively disable its
5499         use for everything except encrypting along with v3 keys.
5501         * encode.c, g10.c, sign.c: Change the PGP2 warning line from
5502         "... will not be usable ..." to "... may not be usable ..." as the
5503         user could be using one of the enhanced PGP2 variations.
5505         * helptext.c: Revise the sign_uid.class help text as suggested by
5506         Stefan.
5507         
5508 2002-01-20  Werner Koch  <wk@gnupg.org>
5510         * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be
5511         used with the agent.  Changed all callers.
5512         (agent_get_passphrase): Likewise and send it to the agent
5513         * seckey-cert.c (do_check): New arg tryagain_text.
5514         (check_secret_key): Pass the string to do_check.
5515         * keygen.c (ask_passphrase): Set the error text is required.
5516         * keyedit.c (change_passphrase): Ditto.
5518         * passphrase.c (agent_open): Disable opt.use_agent in case of a
5519         problem with the agent. 
5520         (agent_get_passphrase): Ditto.
5521         (passphrase_clear_cache): Ditto.
5523 2002-01-19  Werner Koch  <wk@gnupg.org>
5525         * passphrase.c (agent_open): Add support for the new Assuan based
5526         gpg-agent.  New arg to return the used protocol version.
5527         (agent_get_passphrase): Implemented new protocol here.
5528         (passphrase_clear_cache): Ditto.
5529         (readline): New.
5530         
5531 2002-01-15  Timo Schulz  <ts@winpt.org>
5533         * encode.c (encode_crypt_files): Fail if --output is used.
5534         
5535         * g10.c: New command --decrypt-files.
5537         * decrypt.c (decrypt_messages): New.
5538         
5539 2002-01-09  David Shaw  <dshaw@jabberwocky.com>
5541         * g10.c, misc.c, gpgv.c: move idea_cipher_warn to misc.c so gpgv.c
5542         doesn't need a stub for it any longer.
5544         * g10.c (get_temp_dir), main.h: no longer used (it's in exec.c now)
5546         * g10.c (main), delkey.c (delete_keys), main.h : Allow
5547         --delete-key (now --delete-keys, though --delete-key still works,
5548         of course) to delete multiple keys in one go.  This applies to
5549         --delete-secret-key(s) and --delete-secret-and-public-key(s) as
5550         well.
5552 2002-01-09  Timo Schulz  <ts@winpt.org>
5554         * encode.c (encode_crypt_files): Now it behaves like verify_files.
5555         
5556         * g10.c (main): We don't need to check argc for encode_crypt_files
5557         any longer.
5559 2002-01-09  Timo Schulz  <ts@winpt.org>
5561         * exec.c: Include windows.h for dosish systems.
5563 2002-01-08  Timo Schulz  <ts@winpt.org>
5565         * g10.c (main): New description for --encrypt-files.
5567 2002-01-08  Werner Koch  <wk@gnupg.org>
5569         * g10.c (main): Must register the secring for encryption because
5570         it is needed to figure out the default recipient.  Reported by
5571         Roger Sondermann.
5573 2002-01-05  David Shaw  <dshaw@jabberwocky.com>
5575         * keyedit.c (menu_adduid): Require --expert before adding a photo
5576         ID to a v3 key, and before adding a second photo ID to any key.
5578         * keyedit.c (keyedit_menu): Don't allow adding photo IDs in
5579         rfc1991 or pgp2 mode.
5581         * getkey.c (merge_selfsigs_subkey): Permit v3 subkeys.  Believe it
5582         or not, this is allowed by rfc 2440, and both PGP 6 and PGP 7 work
5583         fine with them.
5585         * g10.c, options.h, keyedit.c, sign.c: Move the "ask for
5586         expiration" switch off of --expert, which was getting quite
5587         overloaded, and onto ask-sig-expire and ask-cert-expire.  Both
5588         default to off.
5590         * g10.c (main): Change the default compression algo to 1, to be
5591         more OpenPGP compliant (PGP also uses this, so it'll help with
5592         interoperability problems as well).
5594         * encode.c (encode_crypt): Handle compression algo 2, since the
5595         default is now 1.
5597         * build-packet.c (build_attribute_subpkt): Fix off-by-one error.
5599 2002-01-05  Werner Koch  <wk@gnupg.org>
5601         * g10.c (main): Do not register the secret keyrings for certain
5602         commands.
5604         * keydb.c (keydb_add_resource): Use access to test for keyring
5605         existence.  This avoids cached opened files which are bad under
5606         RISC OS.
5608 2002-01-04  David Shaw  <dshaw@jabberwocky.com>
5610         * sign.c (sign_file, sign_symencrypt_file): always use one-pass
5611         packets unless rfc1991 is enabled.  This allows a signature made
5612         with a v3 key to work in PGP 6 and 7.  Signatures made with v4
5613         keys are unchanged.
5615         * g10.c (main): Disallow non-detached signatures in PGP2 mode.
5616         Move the "you must use files and not pipes" PGP2 warning up so all
5617         the PGP2 stuff is together.
5619         * encode.c (encode_simple): Use the actual filesize instead of
5620         partial length packets in the internal literal packet from a
5621         symmetric message.  This breaks PGP5(?), but fixes PGP2, 6, and 7.
5622         It's a decent tradeoff.  Note there was only an issue with
5623         old-style RFC1991 symmetric messages.  2440-style messages in 6
5624         and 7 work with or without partial length packets.
5626 2002-01-03  David Shaw  <dshaw@jabberwocky.com>
5628         * g10.c (main): Removed --no-default-check-level option, as it is
5629         not consistent with other "default" options.  Plus, it is the same
5630         as saying --default-check-level 0.
5632         * exec.c (exec_read): Disallow caching tempfile from child
5633         process, as this keeps the file handle open and can cause unlink
5634         problems on some platforms.
5636         * keyserver.c (keyserver_search_prompt): Minor tweak - don't
5637         bother to transform keyids into textual form if they're just going
5638         to be transformed back to numbers.
5640 2002-01-03  Timo Schulz <ts@winpt.org>
5642         * g10.c: New command --encrypt-files.
5643     
5644         * verify.c (print_file_status): Removed the static because
5645         encode_crypt_files also uses this function.
5647         * main.h (print_files_status): New.
5648         (encode_crypt_files): New.
5650         * encode.c (encode_crypt_files): New.
5652 2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
5654         * keyserver.c: Moved util.h include down in order to avoid
5655         redefinition problems on RISC OS.
5657         * keyring.c (keyring_lock): Only lock keyrings that are writable.
5659         * keyring.c (keyring_update_keyblock): Close unused iobuf.
5661         * hkp.c (parse_hkp_index, hkp_search) [__riscos__]: Changed
5662         unsigned char* to char* because of compiler issues.
5664         * exec.c (exec_finish) [__riscos__]: Invalidate close cache so
5665         that file can be unlinked.
5667 2001-12-28  David Shaw  <dshaw@jabberwocky.com>
5669         * g10.c (main): Use a different strlist to check extensions since
5670         they need to be handled seperately now.
5672         * misc.c,main.h (check_permissions): Properly handle permission
5673         and ownership checks on files in the lib directory
5674         (e.g. /usr/local/lib/gnupg), which are owned by root and are
5675         world-readable, and change all callers to specify extension or
5676         per-user file.
5678         * photoid.c (show_photo), keyserver.c (keyserver_spawn): Bug fix -
5679         don't call exec_finish if exec_write fails.
5681         * keyserver.c (keyserver_spawn): Look for OPTIONS from the
5682         keyserver helper - specifically, a "OUTOFBAND" option for the
5683         email keyserver.
5685         * mainproc.c (list_node), keylist.c (list_keyblock_colon),
5686         import.c (delete_inv_parts), export.c (do_export_stream): Use
5687         signature flags for exportability check rather than re-parsing the
5688         subpacket.
5690         * keyid.c, keydb.h (get_lsign_letter): No longer needed.
5692 2001-12-27  David Shaw  <dshaw@jabberwocky.com>
5694         * exec.c (exec_finish): Show errors when temp files cannot be
5695         deleted for whatever reason.
5697         * exec.c (exec_read): Don't rely on WEXITSTATUS being present.
5699         * exec.c (make_tempdir): Add temp file creator for win32.  Don't
5700         create an incoming temp file if the exec is write-only.
5702         * keyserver.c (keyserver_spawn): Clean up error handling, for when
5703         the spawn fails.
5705         * photoid.c (show_photo): Clean up error handling.
5707         * misc.c (check_permissions): Neaten.
5709 2001-12-25  David Shaw  <dshaw@jabberwocky.com>
5711         * mkdtemp.c (mkdtemp): Add copyleft info and tweak the 'X' counter
5712         to be a bit simpler.
5714         * keyserver.c, photoid.c: Remove unused headers left over from
5715         when the exec functions lived there.
5717 2001-12-23  Timo Schulz <ts@winpt.org>
5719         * misc.c (check_permissions): Do not use it for W32 systems.
5721         * tdbio.c (migrate_from_v2): Define ftruncate as chsize() for W32.
5723         * mkdtemp.c: W32 support.
5725         * photoid.c: Ditto.
5727         * exec.c: Ditto.
5729 2001-12-22  David Shaw  <dshaw@jabberwocky.com>
5731         * exec.c (make_tempdir): avoid compiler warning with const
5733         * mkdtemp.c (mkdtemp): catch the empty ("") string case in case
5734         someone repurposes mkdtemp at some point.
5736         * photoid.c (generate_photo_id, show_photo): some type changes
5737         from Stefan Bellon.
5739         * exec.c (make_tempdir): handle Win32 systems, suggested by Timo
5740         Schulz.
5742 2001-12-22  Werner Koch  <wk@gnupg.org>
5744         * encode.c (encode_simple, encode_crypt): i18n 2 strings.
5746 2001-12-22  Timo Schulz <ts@winpt.org>
5747         
5748         * encode.c (encode_simple, encode_crypt): Use is_file_compressed
5749         to avoid to compress compressed files.
5751 2001-12-22  Werner Koch  <wk@gnupg.org>
5753         * keyserver.c (keyserver_spawn): Removed some variables
5754         declaration due to shadowing warnings.
5756         * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid
5757         compiler warnig due to index(3).
5759         * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value.
5760         * keylist.c (list_one): Made resname const.
5762         * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is
5763         not used.
5765         * options.skel: Changed one example photo viewer to qiv.
5767 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
5769         * Makefile.am: add exec.c, exec.h, photoid.c, and photoid.h
5771         * build-packet.c (build_attribute_subpkt): new function to build
5772         the raw attribute subpacket.  Note that attribute subpackets have
5773         the same format as signature subpackets.
5775         * exec.c: new file with generic exec-a-program functionality.
5776         Used by both photo IDs and keyserver helpers.  This is pretty much
5777         the same code that used to be keyserver specific, with some
5778         changes to be usable generically.
5780         * free-packet.c (free_attributes (new)): function to free an
5781         attribute packet.
5782         
5783         * gpgv.c: added stub show_photo
5784         
5785         * keyedit.c (keyedit_menu, menu_adduid, menu_showphoto): can add a
5786         photo (calls generate_photo_id), or display a photo (calls
5787         show_photo) from the --edit menu.  New commands are "addphoto",
5788         and "delphoto" (same as "deluid").
5790         * keylist.c (list_keyblock_print): show photos during key list if
5791         --show-photos enabled.
5792         
5793         * keyserver.c (keyserver_spawn): use the generic exec_xxx
5794         functions to call keyserver helper.
5796         * g10.c, options.h: three new options - --{no-}show-photos, and
5797         --photo-viewer to give the command line to display a picture.
5799         * options.skel: instructions for the photo viewer
5800         
5801         * parse-packet.c (parse_user_id, setup_user_id (new)): common code
5802         for both user IDs and attribute IDs moved to setup_user_id.
5804         * parse-packet.c (make_attribute_uidname (new)): constructs a fake
5805         "name" for attribute packets (e.g. "[image of size ...]")
5807         * parse-packet.c (parse_attribute (replaces parse_photo_id),
5808         parse_attribute_subpkts): Builds an array of individual
5809         attributes.  Currently only handles attribute image / type jpeg
5810         subpackets.
5812         * sign.c (hash_uid): Fix bug in signing attribute (formerly
5813         photo_id) packets.
5815         * packet.h, and callers: globally change "photo_id" to "attribute"
5816         and add structures for attributes.  The packet format is generic
5817         attributes, even though the only attribute type thus far defined
5818         is jpeg.
5820 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
5822         * parse-packet.c (can_handle_critical): Can handle critical
5823         revocation subpackets now.
5825         * trustdb.c (mark_usable_uid_certs): Disregard revocations for
5826         nonrevocable sigs.  Note that this allows a newer revocable
5827         signature to override an older nonrevocable signature.
5829         * sign.c (make_keysig_packet): add a duration field and change all
5830         callers.  This makes make_keysig_packet closer to
5831         write_signature_packets and removes some duplicated expiration
5832         code.
5834         * keyedit.c (keyedit_menu, menu_revsig, sign_uids,
5835         sign_mk_attrib): Add nrsign command, don't allow revoking a
5836         nonrevocable signature,
5838         * g10.c (main): Add --nrsign option to nonrevocably sign a key
5839         from the command line.
5841         * build-packet.c (build_sig_subpkt_from_sig): Comment to explain
5842         the use of CRITICAL.
5844 2001-12-21  Werner Koch  <wk@gnupg.org>
5846         * g10.c. options.h : New option --show-keyring
5847         * getkey.c (get_ctx_handle): New.
5848         * keylist.c (list_one): Implement option here.  By David Champion. 
5850 2001-12-20  David Shaw  <dshaw@jabberwocky.com>
5852         * keyserver.c (keyserver_spawn): Use mkdtemp() to make temp
5853         directory.
5855         * mkdtemp.c: replacement function for those platforms that don't
5856         have mkdtemp (make a temp directory securely).
5858 2001-12-19  David Shaw  <dshaw@jabberwocky.com>
5860         * misc.c (check_permissions): New function to stat() and ensure
5861         the permissions of GNUPGHOME and the files have safe permissions.
5863         * keydb.c (keydb_add_resource): Check keyring permissions.
5865         * tdbio.c (tdbio_set_dbname): Check permissions of trustdb.gpg
5867         * keyserver.c (keyserver_spawn): Disable keyserver schemes that
5868         involve running external programs if the options file has unsafe
5869         permissions or ownership.
5871         * g10.c, options.h: New option --no-permission-warning to disable
5872         the permission warning message(s).  This also permits use of the
5873         keyserver if it had been disabled (see above).  Also check the
5874         permissions/ownership of random_seed.
5875         
5876         * keyserver.c (keyserver_spawn): The new glibc prints a warning
5877         when using mktemp() (the code was already secure, but the warning
5878         was bound to cause confusion).  Use a different implementation
5879         based on get_random_bits() instead.  Also try a few times to get
5880         the temp dir before giving up.
5882 2001-12-19  Werner Koch  <wk@gnupg.org>
5884         * g10.c, passphrase.c [CYGWIN32]: Allow this as an alias for MINGW32.
5886 2001-12-18  David Shaw  <dshaw@jabberwocky.com>
5888         * g10.c (idea_cipher_warn): Add a flag to show the warning always
5889         or once per session and change all callers (show always except for
5890         the secret key protection and unknown cipher from an encrypted
5891         message errors).  Also make the strings translatable.
5893         * pubkey-enc.c (get_it): Add the IDEA cipher warning if the user
5894         tries to decrypt an IDEA encrypted message without the IDEA
5895         plugin.
5897         * keyserver.c (parse_keyserver_uri): More strict checking of the
5898         keyserver URI.  Specifically, fail if the ":port" section is
5899         anything except a number between 1 and 65535.
5901 2001-12-17  David Shaw  <dshaw@jabberwocky.com>
5903         * keyserver.c (print_keyinfo): No need to check for
5904         control/illegal characters, as utf8_to_native does this for us.
5906         * mainproc.c (proc_encrypted): Use generic IDEA warning.
5908         * gpgv.c: add stub for idea_cipher_warn
5910         * g10.c, hkp.c, keyserver.c: Fix capitalization and plural issues.
5912         * encode.c (encode_crypt), sign.c (sign_file, clearsign_file):
5913         disable pgp2 mode after the message is no longer pgp2 compatible.
5915         * g10.c (main): Tweak the PGP2.x IDEA warning to use the generic
5916         warning, and not merely fail if the IDEA plugin isn't there.
5918         * g10.c (main, idea_cipher_warn), keygen.c (set_one_pref),
5919         seckey-cert.c (do_check): Add a generic IDEA warning for when the
5920         IDEA plugin is not present.  This pops up when the user uses
5921         "--cipher-algo idea", when setpref is used to set a "S1"
5922         preference, and when a secret key protected with IDEA is used.
5924 2001-12-15  Werner Koch  <wk@gnupg.org>
5926         * keyserver.c (keyserver_spawn): Assert that we have dropped privs.
5928 2001-12-13  Werner Koch  <wk@gnupg.org>
5930         * pubkey-enc.c (get_session_key): Check that the public key
5931         algorithm is indeed usable for en/decryption.  This avoid a
5932         strange error message from pubkey_decrypt if for some reasons a
5933         bad algorithm indentifier is passed.
5935 2001-12-12  David Shaw  <dshaw@jabberwocky.com>
5937         * Fixed some types for portability.  Noted by Stefan Bellon.
5939 2001-12-11  Werner Koch  <wk@gnupg.org>
5941         * hkp.c (hkp_export): Do not print possible control characters
5942         from a keyserver response.
5943         (parse_hkp_index): Made uid an unsigned char* because it is passed to
5944         isspace().
5945         (hkp_search): Ditto for the char* vars.
5947         * g10.c (main): Print the IDEA warning also for -c and -se.
5948         
5949         * g10.c (get_temp_dir): Assert that we have dropped privs
5951         * encode.c (encode_crypt): Include the first key into the --pgp2
5952         check.
5954 2001-12-07  David Shaw  <dshaw@jabberwocky.com>
5956         * g10.c, options.h: New option --pgp2.  This is identical to
5957         "--rfc1991 --cipher-algo idea --compress-algo 1 --digest-algo md5
5958         --force_v3_sigs" with the addition of an warning to advise the
5959         user not to use a pipe (which would break pgp2 compatibility).
5961         * encode.c (encode_crypt): warn if the user tries to encrypt to
5962         any key that is not RSA and <= 2048 bits when the --pgp2 option is
5963         used.
5965         * sign.c (sign_file, clearsign_file): When using --pgp2, make a v3
5966         sig, and warn if the signature is made with a non-v3 key.
5968 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
5970         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Prompt
5971         for sig expiration if --expert is set and --force-v3-sigs is not
5972         set (v3 sigs cannot expire).
5974         * mainproc.c (check_sig_and_print): After checking a sig, print
5975         expiration status.  This causes a error return if the sig is
5976         expired.
5978         * build-packet.c (build_sig_subpkt_from_sig): Include a critical
5979         sig expiration subpacket if the sig is to expire.
5981         * keyedit.c (sign_uids): Do not sign an expired key unless
5982         --expert is set, in which case prompt.  Also, offer to expire a
5983         signature when the key the user is signing expires.
5985         * keygen.c (ask_expire_interval): Add a value to determine whether
5986         to prompt for a key or sig expiration and change all callers.
5988         * keyid.c: New functions: expirestr_from_sig and
5989         colon_expirestr_from_sig.
5991         * keylist.c (list_keyblock_colon): Show sig expiration date in the
5992         --with-colons listing.
5994         * sign.c (make_keysig_packet, write_signature_packets): Pass in an
5995         optional timestamp for the signature packet, and change all
5996         callers.
5998         * keyedit.c (sign_mk_attrib): Include a critical expiration
5999         subpacket in the signature if an expiration date is given.
6001 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6003         * keyedit.c (sign_uids): If the user tries to sign a
6004         locally-signed key, allow the cert to be promoted to a full
6005         exportable signature.  This essentially deletes the old
6006         non-exportable sig, and replaces it with a new exportable one.
6008 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6010         * keyedit.c (keyedit_menu): Do not allow signing a revoked key
6011         unless --expert is set, and ask even then.
6013         * keyedit.c (sign_uids): Do not allow signing a revoked UID unless
6014         --expert is set, and ask even then.
6016         * g10.c, options.h : New option --expert
6018 2001-11-16  David Shaw  <dshaw@jabberwocky.com>
6020         * Allow the user to select no compression via "--compress-algo 0"
6021         on the command line.
6023         * keyedit.c (show_prefs): Show compression preferences in the
6024         long-form "showpref" style.
6026         * keygen.c (set_one_pref): Permit setting a no-compression ("Z0")
6027         preference.
6029         * getkey.c (fixup_uidnode): Fix compression preference corruption
6030         bug.
6032 2001-12-02  David Shaw  <dshaw@jabberwocky.com>
6034         * g10.c: Add advisory --for-your-eyes-only option as per section
6035         5.9 of 2440.
6037 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
6039         * Force a V4 sig if the user has a notation or policy URL set.
6041 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
6043         * g10.c: Add options --keyserver-options, --temp-directory, and
6044         auto-key-retrieve (the opposite of no-auto-key-retrieve).
6046         * hkp.c (hkp_search): New function to handle searching a HKP
6047         keyserver for a key
6049         * hkp.c (hkp_ask_import, hkp_export): Pretty large changes to make
6050         them communicate via the generic functions in keyserver.c
6052         * keyserver.c: new file with generic keyserver routines for
6053         getting keys from a keyserver, sending keys to a keyserver, and
6054         searching for keys on a keyserver.  Calls the internal HKP stuff
6055         in hkp.c for HKP keyserver functions.  Other calls are handled by
6056         an external program which is spawned and written to and read from
6057         via pipes.  Platforms that don't have pipes use temp files.
6059 2001-11-20  David Shaw  <dshaw@jabberwocky.com>
6061         * options.h, g10.c: New options show-notation, no-show-notation,
6062         default-check-level, no-default-check-level, show-policy-url,
6063         no-show-policy-url.
6065         * packet.h, sign.c (make_keysig_packet), parse-packet.c
6066         (parse_signature), free-packet.c (free_seckey_enc): Fill in
6067         structures for notation, policy, sig class, exportability, etc.
6069         * keyedit.c, keylist.c (print_and_check_one_sig,
6070         list_keyblock_print): Show flags in signature display for cert
6071         details (class, local, notation, policy, revocable).  If selected,
6072         show the notation and policy url.
6074         * keyedit.c (sign_uids): Prompt for and use different key sig
6075         classes.
6077         * helptext.c (helptexts): Add help text to explain different
6078         key signature classes
6080 2001-11-26  David Shaw  <dshaw@jabberwocky.com>
6082         * trustdb.c (mark_usable_uid_certs): Fix segfault from bad
6083         initialization and fix reversed key signature expiration check.
6085 2001-11-09  Werner Koch  <wk@gnupg.org>
6087         * export.c (do_export_stream): Put all given names into a search
6088         description and change the loop so that all matching names are
6089         returned.
6091 2001-11-08  Werner Koch  <wk@gnupg.org>
6093         * pubkey-enc.c (get_it): To reduce the number of questions on the
6094         MLs print the the name of cipher algorithm 1 with the error message.
6096         * mainproc.c: Changed the way old rfc1991 encryption cipher is
6097         selected. Based on a patch by W Lewis.
6099         * pkclist.c (do_edit_ownertrust): Allow to skip over keys, the non
6100         working "show info" is now assigned to "i" 
6101         * trustdb.c (ask_ownertrust, validate_keys): Implement a real quit
6102         here.  Both are by David Shaw.
6103         
6104         * trustdb.c (validate_keys): Make sure next_exipire is initialized.
6106         * sign.c (make_keysig_packet): Use SHA-1 with v4 RSA keys.
6108         * g10.c, options.h : New option --[no-]froce-v4-certs.
6109         * sign.c (make_keysig_packet): Create v4 sigs on v4 keys even with
6110         a v3 key.  Use that new option.  By David Shaw
6112         * revoke.c (ask_revocation_reason): Allow to select "no reason".
6113         By David Shaw.
6115         * keyid.c (fingerprint_from_sk): Calculation of an v3 fpr was
6116         plain wrong - nearly the same code in fingerprint_from_pk is correct.
6118         * build-packet.c (do_secret_key): Added a few comments to the code.
6120 2001-11-07  Werner Koch  <wk@gnupg.org>
6122         * g10.c (main): Print a warning when -r is used w/o encryption.
6123         Suggested by Pascal Scheffers.
6125 2001-10-23  Werner Koch  <wk@gnupg.org>
6127         * keyedit.c (keyedit_menu): Changed helptext for showpref
6128         command.  Suggested by Reinhard Wobst.
6130         * keyring.c (keyring_search): When marking the offtbl ready, take
6131         into account that we may have more than one keyring.
6133 2001-10-22  Werner Koch  <wk@gnupg.org>
6135         * Makefile.am: Do not use OMIT_DEPENDENCIES
6137         * build-packet.c (build_sig_subpkt): Default is now to put all
6138         types of subpackets into the hashed area and only list those which
6139         should go into the unhashed area.
6141 2001-10-18  Werner Koch  <wk@gnupg.org>
6143         * keydb.c (keydb_add_resource): Rearranged the way we keep track
6144         of the resource. There will now be an entry for each keyring here
6145         and not in keyring.c itself.  Store a token to allow creation of a
6146         keyring handle.  Changed all functions to utilize this new design.
6147         (keydb_locate_writable): Make a real implementation.
6148         * keyring.c (next_kr): Removed and changed all callers to set the
6149         resource directly from the one given with the handle.
6150         (keyring_is_writable): New. 
6151         (keyring_rebuild_cache): Add an arg to pass the token from keydb.
6153 2001-10-17  Werner Koch  <wk@gnupg.org>
6155         * keyring.c (keyring_search): Enabled word search mode but print a
6156         warning that it is buggy.
6157         
6158 2001-10-11  Werner Koch  <wk@gnupg.org>
6160         * hkp.c (hkp_ask_import): No more need to set the port number for
6161         the x-hkp scheme. 
6162         (hkp_export): Ditto.
6164 2001-10-06  Stefan Bellon  <sbellon@sbellon.de>
6166         * passphrase.c [__riscos__]: Disabled agent specific stuff.
6167         * g10.c: New option --no-force-v3-sigs.
6169 2001-10-04  Werner Koch  <wk@gnupg.org>
6171         * export.c (do_export_stream): Do not push the compress filter
6172         here because the context would run out of scope due to the
6173         iobuf_close done by the caller.
6174         (do_export): Do it here instead. 
6176 2001-09-28  Werner Koch  <wk@gnupg.org>
6178         * keyedit.c (sign_uids): Always use the primary key to sign keys.
6179         * getkey.c (finish_lookup): Hack to return only the primary key if
6180         a certification key has been requested.
6182         * trustdb.c (cmp_kid_for_make_key_array): Renamed to
6183         (validate_one_keyblock): this and changed arg for direct calling.
6184         (make_key_array): Renamed to
6185         (validate_one_keyblock): this and changed args for direct calling.
6186         (mark_usable_uid_certs, validate_one_keyblock)
6187         (validate_key_list): Add next_expire arg to keep track of
6188         expiration times.  
6189         (validate_keys): Ditto for UTKs and write the stamp.
6191         * tdbio.c (migrate_from_v2): Check return code of tbdio_sync.
6193         * tdbdump.c (import_ownertrust): Do a tdbio_sync().
6195         * keyring.c: Made the offtbl an global object.
6197 2001-09-27  Werner Koch  <wk@gnupg.org>
6199         * pkclist.c (do_edit_ownertrust): Allow settin of ultimate trust.
6201         * trustdb.c (mark_keyblock_seen): New.
6202         (make_key_array): Use it to mark the subkeys too.
6203         (validate_keys): Store validity for ultimatly trusted keys.
6205 2001-09-26  Werner Koch  <wk@gnupg.org>
6207         * pkclist.c (check_signatures_trust, do_we_trust): Removed the
6208         invocation of add_ownertrust. Minor changes to the wording.
6209         (add_ownertrust, add_ownertrust_cb): Removed.
6211         * trustdb.c (get_validity): Allow to lookup the validity using a
6212         subkey.
6214         * trustdb.c (new_key_hash_table): Increased the table size to 1024
6215         and changed the masks accordingly.
6216         (validate): Changed stats printing.
6217         (mark_usable_uid_certs): New.
6218         (cmp_kid_for_make_key_array): Does now check the signatures and
6219         figures out a usable one.
6221 2001-09-25  Werner Koch  <wk@gnupg.org>
6223         * keyring.c (new_offset_item,release_offset_items)
6224         (new_offset_hash_table, lookup_offset_hash_table)
6225         (update_offset_hash_table, update_offset_hash_table_from_kb): New.
6226         (keyring_search): Use a offset table to optimize search for
6227         unknown keys.
6228         (keyring_update_keyblock, keyring_insert_keyblock): Insert new
6229         offsets.
6230         * getkey.c (MAX_UNK_CACHE_ENTRIES): Removed the unknown keys
6231         caching code.
6233         * g10.c, options.h, import.c: Removed the entire
6234         allow-secret-key-import stuff because the validity is now
6235         controlled by other means.
6237         * g10.c: New command --rebuild-keydb-caches.
6238         * keydb.c (keydb_rebuild_caches): New.
6239         * keyring.c (do_copy): Moved some code to
6240         (create_tmp_file, rename_tmp_file, write_keyblock): new functions.
6241         (keyring_rebuild_cache): New.
6243         * packet.h (PKT_ring_trust): Add sigcache field.
6244         * parse-packet.c (parse_trust): Parse sigcache.
6245         * keyring.c (do_copy): Always insert a sigcache packet.
6246         (keyring_get_keyblock): Copy the sigcache packet to the signature.
6247         * sig-check.c (cache_sig_result): Renamed from
6248         cache_selfsig_result. Changed implementation to use the flag bits
6249         and changed all callers.
6250         (mdc_kludge_check): Removed this unused code.
6251         (do_check): Do not set the sig flags here.
6253         * import.c (read_block): Make sure that ring_trust packets are
6254         never imported.
6255         * export.c (do_export_stream): and never export them.
6257         * trustdb.c (make_key_array): Skip revoked and expired keys.
6259 2001-09-24  Werner Koch  <wk@gnupg.org>
6261         * g10.c, options.h: New option --no-auto-check-trustdb.
6263         * keygen.c (do_generate_keypair): Set newly created keys to
6264         ultimately trusted.
6266         * tdbio.h, tdbio.c: Removed all support for records DIR, KEY, UID,
6267         PREF, SIG, SDIR and CACH. Changed migration function to work
6268         direct on the file.
6269         (tdbio_read_nextcheck): New.
6270         (tdbio_write_nextcheck): New. 
6272 2001-09-21  Werner Koch  <wk@gnupg.org>
6274         Revamped the entire key validation system.
6275         * trustdb.c: Complete rewrite. No more validation on demand,
6276         removed some functions, adjusted to all callers to use the new 
6277         and much simpler interface. Does not use the LID anymore.
6278         * tdbio.c, tdbio.h: Add new record types trust and valid. Wrote a
6279         migration function to convert to the new trustdb layout.
6280         * getkey.c (classify_user_id2): Do not allow the use of the "#"
6281         prefix. 
6282         * keydb.h: Removed the TDBIDX mode add a skipfnc to the
6283         descriptor.
6284         * keyring.c (keyring_search): Implemented skipfnc.
6286         * passphrase.c (agent_open): Add missing bracket.  Include windows.h.
6288 2001-09-19  Werner Koch  <wk@gnupg.org>
6290         * keylist.c (print_fingerprint): Renamed from fingerprint, made
6291         global available. Added new arg to control the print style.
6292         * mainproc.c (print_fingerprint): Removed. 
6293         * pkclist.c (print_fpr, fpr_info): Removed and changed callers to
6294         use print_fingerprint.
6295         * keyedit.c (show_fingerprint): Ditto.
6297         * passphrase.c (writen, readn)
6298         (agent_open, agent_close)
6299         (agent_get_passphrase)
6300         (passphrase_clear_cache): Support for W32.  Contributed by Timo.
6302         * import.c (import_one): Release keydb handles at 2 more places.
6304         * keyring.c (keyring_release): Close the iobuf.
6305         (keyring_get_keyblock): Init ret_kb to NULL and store error contidion.
6307         * import.c (import_new_stats_handle): New. 
6308         (import_release_stats_handle): New.
6309         (import_print_stats): Renamed from static fnc print_stats.
6310         (import_keys, import_keys_stream): Add an optional status handle
6311         arg and changed all callers.
6312         * hkp.c (hkp_ask_import): Add an stats_handle arg and changed all
6313         callers.
6315         * mainproc.c (print_pkenc_list): Use print_utf8_string2().
6317 2001-09-18  Werner Koch  <wk@gnupg.org>
6319         * g10.c: New command --refresh-keys.
6320         * hkp.c (hkp_refresh_keys): New. Contributed by Timo Schulz.
6322         * parse-packet.c (parse): Stop on impossible packet lengths.
6324 2001-09-17  Werner Koch  <wk@gnupg.org>
6326         * mainproc.c (print_notation_data): Wrap notation data status lines
6327         after 50 chars.
6328         
6329         * mainproc.c (proc_pubkey_enc): Make option try-all-secrets work.
6330         By disastry@saiknes.lv.
6332 2001-09-14  Werner Koch  <wk@gnupg.org>
6334         * parse-packet.c (dump_sig_subpkt): List key server preferences
6335         and show the revocable flag correctly. Contributed by David Shaw.
6337 2001-09-09  Werner Koch  <wk@gnupg.org>
6339         * keyedit.c (keyedit_menu): No need to define another p.
6341         * keylist.c (print_capabilities): s/used/use/ so that it
6342         does not shadow a global.
6343         * sign.c (sign_file): Renamed arg encrypt to encryptflag
6344         * keygen.c: Replaced all "usage" by "use".
6345         * misc.c (openpgp_pk_algo_usage): Ditto.
6347         * pubkey-enc.c (get_it): Renamed arg k to enc so that the later
6348         defined k does not shadow it.
6350         * parse-packet.c (parse_gpg_control): No need to define another i.
6352         * getkey.c (get_pubkey_byfprint): Must use the enum values and not
6353         the fprint_len.
6354         * keyring.c (keyring_search): Removed a non-sense break.  Both
6355         bugs pointed out by Stefan.
6357 2001-09-07  Werner Koch  <wk@gnupg.org>
6359         * status.c, status.h: Added NO_RECP and ALREADY_SIGNED.
6360         * pkclist.c (build_pk_list): Issue NO_RECP.
6361         * keyedit.c (sign_uids): Added experimental ALREADY_SIGNED
6363         * hkp.c (hkp_import): Use log_error. Bug reported by Neal H
6364         Walfield. 
6366         * getkey.c (classify_user_id2): Change args to take the desc union
6367         direct.  It was a stupid idea to pass the individual fields of an
6368         union to this function. Changed all callers.
6369         (classify_user_id): Ditto and allow to pass NULL as the description.
6371 2001-09-06  Werner Koch  <wk@gnupg.org>
6373         * getkey.c (fixup_uidnode): Features flag is now a bit vector.
6374         * keygen.c (add_feature_mdc): Ditto.
6376         Revamped the entire key I/O code to be prepared for other ways of
6377         key storages and to get rid of the existing shit.  GDBM support has
6378         gone.
6379         * keydb.c: New
6380         * keyring.c, keyring.h: New.
6381         * ringedit.c: Removed.  Moved some stuff to keyring.c
6382         * getkey.c: Changed everything related to the key retrieving
6383         functions which are now using the keydb_ functions.  
6384         (prepare_search, word_match_chars, word_match)
6385         (prepare_word_match, compare_name): Moved to keyring.c
6386         (get_pubkey_byname): Removed ctx arg and add ret_kdbhd
6387         arg.  Changed all callers.
6388         (key_byname): Use get_pubkey_end to release the context and take
6389         new ret_kbdhd arg.  Changed all callers.
6390         (classify_user_id2): Fill the 16 byte fingerprint up with 4 null
6391         bytes not with zero bytes of value 4, tsss.
6392         * import.c (import_one): Updated to use the new keydb interface.
6393         (import_secret_one): Ditto.
6394         (import_revoke_cert): Ditto.
6395         * delkey.c (do_delete_key): Ditto. 
6396         * keyedit.c (keyedit_menu): Ditto.
6397         (get_keyblock_byname): Removed.
6398         * revoke.c (gen_revoke): Ditto. 
6399         * export.c (do_export_stream): Ditto.
6400         * trustdb.c (update_trustdb): Ditto.
6401         * g10.c, gpgv.c (main): Renamed add_keyblock_resource to
6402         keydb_add_resource. 
6403         * Makefile.am:  Added and removed files.
6405         * keydb.h: Moved KBNODE typedef and MAX_FINGERPRINT_LEN to
6406         * global.h: this new header.
6407         
6408 2001-09-03  Werner Koch  <wk@gnupg.org>
6410         * passphrase.c (agent_get_passphrase): Changed nread to size_t.
6411         (passphrase_clear_cache): Ditto.
6413         * keyid.c (mk_datestr): Avoid trigraphs.
6414         (fingerprint_from_pk): Cache the keyid in the pk.
6416         * options.h: Add opt.with_fingerprint so that we know whether the
6417         corresponding options was used.
6418         * g10.c (main): Set it here.
6419         * pkclist.c (check_signatures_trust): Always print fingerprint
6420         when this option is used.  Mixed a minor memory leak.
6422         * status.c, status.h: New status INV_RECP.
6423         * pkclist.c (build_pk_list): Issue this status.
6425 2001-08-31  Werner Koch  <wk@gnupg.org>
6427         * parse-packet.c (parse_key,parse_pubkeyenc)
6428         (parse_signature): Return error on reading bad MPIs.
6429         
6430         * mainproc.c (check_sig_and_print): Always print the user ID even
6431         if it is not bound by a signature.  Use the primary UID in the
6432         status messages and encode them in UTF-8
6433         * status.c (write_status_text_and_buffer): New.
6435 2001-08-30  Werner Koch  <wk@gnupg.org>
6437         * packet.h (sigsubpkttype_t): Add SIGSUBPKT_FEATURES.
6438         (PKT_public_key, PKT_user_id): Add a flag for it.
6439         * parse-packet.c, build-packet.c: Add support for them.
6440         * getkey.c (fixup_uidnode, merge_selfsigs): Set the MDC flags.
6441         * keygen.c (add_feature_mdc): New.
6442         (keygen_upd_std_prefs): Always set the MDC feature.
6443         * keyedit.c (show_prefs): List the MDC flag
6444         * pkclist.c (select_mdc_from_pklist): New.
6445         * encode.c (encode_crypt, encrypt_filter): Test whether MDC
6446         should be used.
6447         * cipher.c (write_header): Set MDC use depending on the above test.
6448         Print more status info.
6450         * delkey.c (do_delete_key): Kludge to delete a secret key with no
6451         public key available.
6453         * ringedit.c (find_secret_keyblock_direct): New.
6454         * getkey.c (seckey_available): Simplified.
6456         * ringedit.c (cmp_seckey): Now compares the secret key against the
6457         public key while ignoring all secret parts.
6458         (keyring_search): Use a public key packet as arg.  Allow to search
6459         for subnkeys
6460         (search): Likewise. Changed all callers.
6461         (find_secret_keyblock_bypk): New.
6462         (find_secret_keyblock_byname): First locate the pubkey and then
6463         find the correponding secret key.
6464         * parse-packet.c (parse): Renamed pkttype arg to onlykeypkts and
6465         changed code accordingly.  Changed all callers.
6466         (search_packet): Removed pkttype arg.
6467         * keyedit.c (keyedit_menu): First locate the public key and then
6468         try to locate a secret key.
6470         * ringedit.c (locate_keyblock_by_fpr): Removed.
6471         (locate_keyblock_by_keyid): Removed.
6472         (find_keyblock_bysk): Removed.
6474         * sig-check.c (check_key_signature2): Print the keyid along with
6475         the wrong sig class errors.
6477 2001-08-24  Werner Koch  <wk@gnupg.org>
6479         * sign.c (sign_file): Stripped the disabled comment packet code.
6480         (sign_file, sign_symencrypt_file): Moved common code to ..
6481         (write_onepass_sig_packets): .. this new function.
6482         (sign_file, clearsign_file, sign_symencrypt_file): Moved common
6483         code to 
6484         (write_signature_packets): this new function.
6485         (write_signature_packets, make_keysig_packet)
6486         (update_keysig_packet): Moved common code to 
6487         (hash_uid, hash_sigclass_to_magic): these new functions
6488         (sign_file, sign_symencrypt_file): Moved common code to 
6489         (write_plaintext_packet):  this new function.
6491 2001-08-21  Stefan Bellon  <sbellon@sbellon.de>
6493         * trustdb.c (query_trust_info): Changed trustlevel to signed int.
6494         * g10.c [__riscos__]: Fixed handling of --use-agent --lock-multiple.
6496 2001-08-20  Werner Koch  <wk@gnupg.org>
6498         * encr-data.c (decrypt_data): Keep track on whether we already
6499         printed information about the used algorithm.
6500         * mainproc.c (proc_encrypted): Removed the non-working IDEA hack
6501         and print a message about the assumed algorithm.
6502         * passphrase.c (passphrase_to_dek): Use the same algorithm as above.
6503         (proc_symkey_enc): Print the algorithm, so that the user knows it
6504         before entering the passphrase.
6505         (proc_pubkey_enc, proc_pubkey_enc): Zero the DEK out.
6506         * encode.c (encode_crypt, encrypt_filter): Ditto.
6508         * g10.c: Allow for --sign --symmetric.
6509         * sign.c (sign_and_symencrypt): New.
6511         Applied patches from Stefan Bellon <sbellon@sbellon.de> to support
6512         RISC OS.  Nearly all of these patches are identified by the
6513         __riscos__ macro.
6514         * compress.c: Added a couple of casts.
6515         * g10.c [__riscos__]: Some patches and new options foo-file similar
6516         to all foo-fd options.
6517         * gpgv.c, openfile.c, ringedit.c, tdbio.c: Minor fixes.  Mainly
6518         replaced hardcoded path separators with EXTSEP_S like macros.  
6519         * passprase.c [__riscos__]: Disabled agent stuff
6520         * trustdb.c (check_trust): Changed r_trustlevel to signed int to
6521         avoid mismatch problems in pkclist.c
6522         * pkclist.c (add_ownertrust): Ditto.
6523         * plaintext.c (handle_plaintext) [__riscos__]: Print a note when
6524         file can't be created.
6525         * options.h [__riscos__]: Use an extern unless included from the
6526         main module.
6527         * signal.c (got_fatal_signal) [__riscos__]: Close all files.
6528         
6529 2001-08-14  Werner Koch  <wk@gnupg.org>
6531         * keygen.c (ask_algo): New arg r_usage.  Allow for RSA keys.
6532         (gen_rsa): Enabled the code.
6533         (do_create): Enabled RSA branch.
6534         (parse_parameter_usage): New.
6535         (proc_parameter_file): Handle usage parameter.
6536         (read_parameter_file): Ditto.
6537         (generate_keypair): Ditto.
6538         (generate_subkeypair): Ditto.
6539         (do_generate_keypair): Ditto.
6540         (do_add_key_flags): New.
6541         (keygen_add_std_prefs): Use the new function.
6542         (keygen_add_key_flags_and_expire): New.
6543         (write_selfsig, write_keybinding): Handle new usage arg.
6544         * build-packet.c (build_sig_subpkt): Make sure that key flags go
6545         into the hashed area.
6546         
6547         * keygen.c (write_uid): Initialize the reference cunter.
6549         * keyedit.c (keyedit_menu): No more need to update the trustdb for
6550         preferences.  Added calls to merge keblock.
6552         * kbnode.c (dump_kbnode): Print some more flags.
6554 2001-08-10  Werner Koch  <wk@gnupg.org>
6556         Revamped the preference handling.
6558         * packet.h (prefitem_t, preftype_t): New.
6559         (PKT_public_key): Added a uid field.
6560         (PKT_user_id): Added field to store preferences and a reference
6561         counter.
6562         * parse-packet.c (parse_user_id,parse_photo_id): Initialize them
6563         * free-packet.c (free_user_id): Free them.
6564         (copy_user_id): Removed.
6565         (scopy_user_id): New. 
6566         (cmp_user_ids): Optimized for identical pointers.
6567         (release_public_key_parts): Release the uid.
6568         (copy_public_key_with_new_namehash): Removed.
6569         (copy_prefs): New.
6570         * keyedit.c (menu_adduid): Use the new shallow copy user id.
6571         (show_prefs): Adjusted implementation.
6572         (keyedit_menu): No more need to update the trustdb after changing
6573         preferences.
6574         * getkey.c (fixup_uidnode): Store preferences.
6575         (find_by_name): Return a user id packet and remove namehash stuff.
6576         (lookup): Removed the unused namehash stuff.
6577         (finish_lookup): Added foundu arg.
6578         (pk_from_block): Removed the namehash arg and changed all callers.
6579         (merge_selfsigs): Copy prefs to all keys.
6580         * trustdb.c (get_pref_data): Removed.
6581         (is_algo_in_prefs): Removed.
6582         (make_pref_record): Deleted and removed all class.
6583         * pkclist.c (select_algo_from_prefs): Adjusted for the new
6584         preference implementation.
6585         * pubkey-enc.c (is_algo_in_prefs): New.
6586         (get_it): Use that new function. 
6588 2001-08-09  Werner Koch  <wk@gnupg.org>
6590         * build-packet.c (build_sig_subpkt): Fixed calculation of
6591         newarea->size.
6593         * g10.c (main): New option "--preference-list"
6594         * keyedit.c (keyedit_menu): New commands "setpref" and "updpref".
6595         (menu_set_preferences): New.
6596         * keygen.c (keygen_set_std_prefs): New.
6597         (set_one_pref): New.
6598         (check_zip_algo): New.
6599         (keygen_get_std_prefs): New.
6600         (keygen_upd_std_prefs): New
6601         (keygen_add_std_prefs): Move the pref setting code into the above fnc.
6602         * build-packet.c (build_sig_subpkt): Updated the list of allowed
6603         to update subpackets.
6605 2001-08-08  Werner Koch  <wk@gnupg.org>
6607         * packet.h (subpktarea_t): New.
6608         (PKT_signature): Use that type for hashed_data and unhashed_data and
6609         removed the _data prefix from those fields.  Changed all users.
6610         * parse-packet.c (parse_signature): Changed allocation for that.
6611         (parse_sig_subpkt): Changed declaration
6612         (enum_sig_subpkt): Ditto and changed implementation accordingly.
6613         * free-packet.c (cp_subpktarea): Renamed from cp_data_block and
6614         adjusted implementation. Changed caller.
6615         * sig-check.c (mdc_kludge_check): Adjusted the hashing.
6616         (do_check): Ditto.
6617         * sign.c (sign_file, clearsign_file, make_keysig_packet,
6618         update_keysig_packet): Ditto.
6619         * build-packet.c (build_sig_subpkt): Partial rewrite.
6620         (find_subpkt): Adjusted and made static.
6621         (delete_sig_subpkt): Adjusted.
6622         (do_signature): Ditto.
6624         * keygen.c (ask_keysize): Do not print the notes about suggested
6625         key sizes if just a DSA key is generated.
6627         * trustdb.c (add_ultimate_key): s/log_error/log_info/ for
6628         duplicated inserted trusted keys.
6630 2001-08-07  Werner Koch  <wk@gnupg.org>
6632         * sign.c (sleep): Redefine for W32.
6634         * g10.c, options.h: Set new flag opt.no_homedir_creation when
6635         --no-options is given.
6636         * openfile.c (try_make_homedir): Don't create the homedir in that case.
6638 2001-08-03  Werner Koch  <wk@gnupg.org>
6640         * armor.c (armor_filter): Removed the default comment string
6641         because it could get us in trouble due to translations using non
6642         ascii characters.
6644 2001-08-01  Werner Koch  <wk@gnupg.org>
6646         * keylist.c (list_keyblock_print): Do not list revoked UIDs unless
6647         in verbose mode and we do no signature listing.
6649         * getkey.c (finish_lookup): Skip subkeys which are not yet valid.
6650         * g10.c, options.h: New option --ignore-valid-from.
6652         * sign.c (make_keysig_packet): Added new sigversion argument to
6653         allow the caller to force generation of required signature
6654         version. Changed all callers. Suggested by Thomas Roessler.
6656         * keyedit.c (sign_uids): Force v4 signature generation for local
6657         sigs.  Removed the check for local signature and pre-v4 keys.
6659 2001-07-27  Werner Koch  <wk@gnupg.org>
6661         * keyedit.c (sign_uids): Check that we are not trying to to a
6662         lsign with a pre-v4 key.  Bug noticed by Thomas Roessler.
6664 2001-07-26  Werner Koch  <wk@gnupg.org>
6666         * parse-packet.c (parse_photo_id): Reset all variables.
6667         * getkey.c (merge_selfsigs_main): Removed checks on PHOTO_ID
6668         because this is handled identically to a user ID.
6670 2001-07-06  Werner Koch  <wk@gnupg.org>
6672         * cipher.c (write_header): Don't use MDC with --rfc1991.  Suggested
6673         by disastry@saiknes.lv.
6675 2001-07-05  Werner Koch  <wk@gnupg.org>
6677         * g10.c, options.h: New option --preserve-permissions.
6678         * ringedit.c (add_keyblock_resource): Use it here
6679         (keyring_copy): and here.
6681         * trustdb.c (verify_own_keys): Be more silent on --quiet.
6682         Suggested by Thomas Roessler.
6683         * sig-check.c (check_key_signature2): Ditto.
6684         * mainproc.c (proc_encrypted, proc_tree): Ditto
6685         * getkey.c (lookup): Ditto.
6687 2001-07-04  Werner Koch  <wk@gnupg.org>
6689         * ringedit.c (add_keyblock_resource): Restore filename in case of error.
6691 2001-06-25  Werner Koch  <wk@gnupg.org>
6693         * kbnode.c (dump_kbnode): Print the signature timestamp.
6695         * keyedit.c (keyedit_menu): New menu point "primary".
6696         (change_primary_uid_cb): New.
6697         (menu_set_primary_uid): New.
6698         * sign.c (update_keysig_packet): New.
6699         * build-packet.c (build_sig_subpkt): Put the primary UID flag into
6700         the hashed area. Allow update of some more packets.
6702 2001-06-15  Werner Koch  <wk@gnupg.org>
6704         * getkey.c (merge_selfsigs): Exit gracefully when a secret key is
6705         encountered.  May happen if a secret key is in public keyring.
6706         Reported by Francesco Potorti.
6707         
6708 2001-06-12  Werner Koch  <wk@gnupg.org>
6710         * getkey.c (compare_name): Use ascii_memistr(), ascii_memcasecmp()
6711         * keyedit.c (keyedit_menu): Use ascii_strcasecmp().
6712         * armor.c (radix64_read): Use ascii_toupper().  
6713         * ringedit.c (do_bm_search): Ditto.
6714         * keygen.c (read_parameter_file): Ditto.
6715         * openfile.c (CMP_FILENAME): Ditto.
6716         * g10.c (i18n_init): We can now use just LC_ALL.
6718 2001-05-29  Werner Koch  <wk@gnupg.org>
6720         * keygen.c (generate_subkeypair): Print a warning if a subkey is
6721         created on a v3 key. Suggested by Brian M. Carlson.
6723 2001-05-27  Werner Koch  <wk@gnupg.org>
6725         * keyid.c (get_lsign_letter): New.
6726         * keylist.c (list_keyblock_colon): Use it here.
6727         * mainproc.c (list_node): and here.
6729         * getkey.c, packet.h, free-packet.c: Removed that useless key
6730         created field; I dunno why I introducded this at all - the
6731         creation time is always bound to the key packet and subject to
6732         fingerprint calculation etc.
6734         * getkey.c (fixup_uidnode): Add keycreated arg and use this
6735         instead of the signature timestamp to calculate the
6736         help_key_expire.  Bug reported by David R. Bergstein.
6737         (merge_selfsigs_main): Correct key expiration time calculation.
6738         (merge_selfsigs_subkey): Ditto.
6740 2001-05-25  Werner Koch  <wk@gnupg.org>
6742         * revoke.c (gen_revoke): Add a cast to a tty_printf arg.
6743         * delkey.c (do_delete_key): Ditto.
6744         * keyedit.c (print_and_check_one_sig): Ditto.
6745         (ask_revoke_sig): Ditto.
6746         (menu_revsig): Ditto.
6747         (check_all_keysigs): Removed unused arg.
6749 2001-05-23  Werner Koch  <wk@gnupg.org>
6751         * g10.c (opts): Typo fix by Robert C. Ames.
6753 2001-05-06  Werner Koch  <wk@gnupg.org>
6755         * revoke.c: Small typo fix
6757 2001-05-04  Werner Koch  <wk@gnupg.org>
6759         * passphrase.c (passphrase_clear_cache): Shortcut if agent usage
6760         is not enabled.
6762 2001-05-01  Werner Koch  <wk@gnupg.org>
6764         * passphrase.c (writen): Replaced ssize_t by int.  Thanks to 
6765         to Robert Joop for reporting that SunOS 4.1.4 does not have it.
6767 2001-04-28  Werner Koch  <wk@gnupg.org>
6769         * getkey.c (merge_public_with_secret): pkttype was not set to subkey.
6771 2001-04-27  Werner Koch  <wk@gnupg.org>
6773         * skclist.c (build_sk_list): Changed one log_debug to log_info.
6775 2001-04-25  Werner Koch  <wk@gnupg.org>
6777         * keyedit.c (show_prefs): Add a verbose mode.
6778         (show_key_with_all_names): Pass verbose flag for special value of
6779         with_pref.
6780         (keyedit_menu): New command "showpref"
6781         (show_key_with_all_names): Mark revoked uids and the primary key.
6783 2001-04-24  Werner Koch  <wk@gnupg.org>
6785         * getkey.c (get_primary_uid): Return a different string in case of
6786         error and made it translatable.
6788         * build-packet.c (do_secret_key): Ugly, we wrote a zero
6789         instead of the computed ndays.  Thanks to M Taylor for complaining
6790         about a secret key import problem.
6792 2001-04-23  Werner Koch  <wk@gnupg.org>
6794         * hkp.c (hkp_ask_import): Allow to specify a port number for the 
6795         keyserver.  Add a kudge to set the no_shutdown flag.
6796         (hkp_export): Ditto.
6797         * options.skel: Document the changes 
6799 2001-04-20  Werner Koch  <wk@gnupg.org>
6801         * options.skel: Add some more comments.
6803 2001-04-19  Werner Koch  <wk@gnupg.org>
6805         * keyid.c (mk_datestr): New.  Handles negative times.  We must do
6806         this because Windoze segvs on negative times passed to gmtime().
6807         Changed all datestr_from function to use this one.
6809         * keyid.c, keyid.h (colon_strtime): New. To implement the
6810         fixed-list-mode.
6811         (colon_datestr_from_pk): New.
6812         (colon_datestr_from_sk): New.
6813         (colon_datestr_from_sig): New.
6814         * keylist.c (list_keyblock_colon): Use these functions here.
6815         * mainproc.c (list_node): Ditto.
6817 2001-04-18  Werner Koch  <wk@gnupg.org>
6819         * openfile.c (open_sigfile): Fixed the handling of ".sign".
6820         * mainproc.c (proc_tree): Use iobuf_get_real_fname.
6821         Both are by Vincent Broman.
6823 2001-04-14  Werner Koch  <wk@gnupg.org>
6825         * getkey.c (fixup_uidnode): Removed check for !sig which is
6826         pointless here.  Thanks to Jan Niehusmann.
6828 2001-04-10  Werner Koch  <wk@gnupg.org>
6830         * sig-check.c (check_key_signature2): Use log_info instead of
6831         log_error so that messed up keys do not let gpg return an error.
6832         Suggested by Christian Kurz.
6834         * getkey.c (merge_selfsigs_main): Do a fixup_uidnode only if we
6835         have both, uid and sig.  Thanks to M Taylor.
6837 2001-04-05  Werner Koch  <wk@gnupg.org>
6839         * armor.c (unarmor_pump_new,unarmor_pump_release): New.
6840         (unarmor_pump): New. 
6841         * pipemode.c (pipemode_filter): Use the unarmor_pump to handle
6842         armored or non-armored detached signatures.  We can't use the
6843         regular armor_filter because this does only check for armored
6844         signatures the very first time.  In pipemode we may have a mix of
6845         armored and binary detached signatures.
6846         * mainproc.c (proc_tree): Do not print the "old style" notice when
6847         this is a pipemode processes detached signature.
6848         (proc_plaintext): Special handling of pipemode detached sigs.
6850         * packet.h (CTRLPKT_PLAINTEXT_MARK): New.
6851         * parse-packet.c (create_gpg_control): New.
6852         * kbnode.c (dump_kbnode): Support it here.
6853         * mainproc.c (check_sig_and_print): Fixed the check for bad
6854         sequences of multiple signatures.
6855         (proc_plaintext): Add the marker packet.
6856         (proc_tree): We can now check multiple detached signatures.
6858 2001-04-02  Werner Koch  <wk@gnupg.org>
6860         The length of encrypted packets for blocksizes != 8 was not
6861         correct encoded.  I think this is a minor problem, because we
6862         usually use partial length packets.  Kudos to Kahil D. Jallad for
6863         pointing this out.
6864         * packet.h: Add extralen to PKT_encrypted.
6865         * cipher.c (write_header): Set extralen.
6866         * build-packet.c (do_encrypted): Use extralen instead of const 10.
6867         (do_encrypted_mdc): Ditto.
6868         * parse-packet.c (parse_encrypted): Set extralen to 0 because we
6869         don't know it here.
6871 2001-03-30  Werner Koch  <wk@gnupg.org>
6873         * getkey.c (premerge_public_with_secret): Changed wording an add
6874         the keyID to the info message.
6876 2001-03-29  Werner Koch  <wk@gnupg.org>
6878         * getkey.c (premerge_public_with_secret): Use log_info instead of
6879         log_error when no secret key was found for a public one.
6880         Fix the usage if the secret parts of a key are not available.
6882         * openfile.c (ask_outfile_name): Trim spaces.
6883         (open_outfile): Allow to enter an alternate filename.  Thanks to
6884         Stefan Bellon.
6885         * plaintext.c (handle_plaintext): Ditto.
6887 2001-03-28  Werner Koch  <wk@gnupg.org>
6889         * mainproc.c (do_check_sig): Allow direct key and subkey
6890         revocation signature.
6891         * sig-check.c (check_key_signature2): Check direct key signatures.
6892         Print the signature class along with an error.
6894 2001-03-27  Werner Koch  <wk@gnupg.org>
6896         * packet.h: Add a missing typedef to an enum.  Thanks to Stefan Bellon.
6898         * g10.c: New option --no-sig-create-check.
6899         * sign.c (do_sign): Implement it here.
6900         * g10.c: New option --no-sig-cache.
6901         * sig-check.c (check_key_signature2): Implement it here.
6902         (cache_selfsig_result): and here.
6904         * keylist.c (list_keyblock): Removed debugging stuff.
6906         * getkey.c (cache_public_key): Made global.
6907         * keygen.c (write_selfsig, write_keybinding): Cache the new key.
6909         * getkey.c (key_byname): Add new arg secmode and changed all
6910         callers to request explicitly the mode.  Deriving this information
6911         from the other supplied parameters does not work if neither pk nor
6912         sk are supplied.
6914 2001-03-25  Werner Koch  <wk@gnupg.org>
6916         * packet.h (ctrlpkttype_t): New.
6917         * mainproc.c (add_gpg_control,proc_plaintext,proc_tree): Use the
6918         new enum values.
6919         * pipemode.c (make_control): Ditto.
6920         * armor.c (armor_filter): Ditto.
6922 2001-03-24  Werner Koch  <wk@gnupg.org>
6924         * sign.c (do_sign): Verify the signature right after creation.
6926 2001-03-23  Werner Koch  <wk@gnupg.org>
6928         * status.c, status.h (STATUS_UNEXPECTED): New.
6929         * mainproc.c (do_proc_packets): And emit it here.
6931 2001-03-21  Werner Koch  <wk@gnupg.org>
6933         * status.c: Add sys/types.h so that it runs on Ultrix.  Reported
6934         by Georg Schwarz.x
6936         * build-packet.c (build_sig_subpkt): Fixed generaton of packet
6937         length header in case where 2 bytes headers are needed.  Thanks to
6938         Piotr Krukowiecki.
6940 2001-03-19  Werner Koch  <wk@gnupg.org>
6942         * g10.c (main): the default keyring is no always used unless
6943         --no-default-keyring is given.  
6945         * ringedit.c (add_keyblock_resource): invalidate cache after file
6946         creation.
6948 2001-03-15  Werner Koch  <wk@gnupg.org>
6950         * keygen.c (ask_algo): Changed the warning of the ElGamal S+E Algo.
6952         * keylist.c (print_capabilities): New.
6953         (list_keyblock_colon): and use it here.
6955 2001-03-13  Werner Koch  <wk@gnupg.org>
6957         * main.c, options.h: New option --fixed_list_mode.
6958         * keylist.c (list_keyblock_colon): use it here.
6960         * getkey.c (merge_keys_and_selfsig): Divert merging of public keys
6961         to the function used in key selection..
6962         * keylist.c (is_uid_valid): Removed.
6963         (list_keyblock): Splitted into ..
6964         (list_keyblock_print, list_keyblock_colon): .. these.
6965         functions.  Changed them to use the flags set in the key lookup code.
6966         (reorder_keyblock): New, so that primary user IDs are listed first.
6968         * ringedit.c (keyring_copy): flush the new iobuf chaces before
6969         rename or remove operations.  This is mainly needed for W32.
6971         * hkp.c [HAVE_DOSISH_SYSTEM]: Removed the disabled code because we
6972         have now W32 socket support in ../util/http.c
6974         * skclist.c (key_present_in_sk_list): New.
6975         (is_duplicated_entry): New.
6976         (build_sk_list): Check for duplicates and do that before unlocking.
6978 2001-03-12  Werner Koch  <wk@gnupg.org>
6980         * armor.c (parse_header_line): Removed double empty line check.
6981         (parse_header_line): Replaced trim_trailing_ws with a counting
6982         function so that we can adjust for the next read.
6984         * options.skel: Fixed 3 typos. By Thomas Klausner. Replaced the
6985         keyserver example by a better working server. 
6987         * parse-packet.c (parse_symkeyenc): Return Invalid_Packet on error.
6988         (parse_pubkeyenc): Ditto.
6989         (parse_onepass_sig): Ditto.
6990         (parse_plaintext): Ditto.
6991         (parse_encrypted): Ditto.
6992         (parse_signature): Return error at other places too.
6993         (parse_key): Ditto.
6994         * g10.c (main): Set opt.list_packets to another value when invoked
6995         with the --list-packets command.
6996         * mainproc.c (do_proc_packets): Don's stop processing when running
6997         under --list-packets command.
6999         * signal.c (do_sigaction): Removed.
7000         (init_one_signal): New to replace the above.  Needed to support
7001         systems without sigactions. Suggested by Dave Dykstra.
7002         (got_fatal_signal,init_signals): Use the above here. 
7003         (do_block): Use sigset() if sigprocmask() is not available.
7005         * armor.c (parse_hash_header): Test on TIGER192, which is the
7006         correct value as per rfc2440.  By Edwin Woudt.
7008 2001-03-08  Werner Koch  <wk@gnupg.org>
7010         * misc.c: Include time.h. By James Troup.
7012         * getkey.c: Re-enabled the unknown user Id and PK caches and
7013         increased their sizes.
7015         * getkey.c (merge_selfsigs_main): Set expire date and continue
7016         processing even if we found a revoked key.
7017         (merge_selfsigs_subkeys): Ditto.
7018         
7019         * packet.h: Add an is_revoked flag to the user_id packet.
7020         * getkey.c (fixup_uidnode): Set that flag here.
7021         (merge_selfsigs_main): Fix so that the latest signature is used to
7022         find the self-signature for an UID.
7023         * parse-packet.c (parse_user_id): Zero out all fields.
7024         * mainproc.c (check_sig_and_print): Print the primary user ID
7025         according the the node flag and then all other non-revoked user IDs.
7026         (is_uid_revoked): Removed; it is now handled by the key selection code.
7027         
7028         Changed the year list of all copyright notices.
7029         
7030 2001-03-07  Werner Koch  <wk@gnupg.org>
7032         * getkey.c (finish_lookup): Print an info message only in verbose mode.
7034 2001-03-05  Werner Koch  <wk@gnupg.org>
7036         * packet.h: Replaced sigsubpkt_t value 101 by PRIV_VERIFY_CACHE.
7037         We have never used the old value, so we can do this without any harm.
7038         * parse-packet.c (dump_sig_subpkt): Ditto.
7039         (parse_one_sig_subpkt): Parse that new sub packet.
7040         * build-packet.c (build_sig_subpkt): Removed the old one from the
7041         hashed area.
7042         (delete_sig_subpkt): New.
7043         (build_sig_subpkt): Allow an update of that new subpkt.
7044         * sig-check.c (check_key_signature2): Add verification caching
7045         (cache_selfsig_result): New.
7046         * export.c (do_export_stream): Delete that sig subpkt before exporting.
7047         * import.c (remove_bad_stuff): New.
7048         (import): Apply that function to all imported data 
7050 2001-03-03  Werner Koch  <wk@gnupg.org>
7052         * getkey.c: Introduced a new lookup context flag "exact" and used 
7053         it in all place where we once used primary.
7054         (classify_user_id2): Replaced the old function and add an extra
7055         argument to return whether an exact keyID has been requested.
7056         (key_byname): Removed the unused ctx.primary flag
7057         (get_seckey_byname2): Ditto.
7058         (finish_lookup): Changed debugging output.
7060 2001-03-02  Werner Koch  <wk@gnupg.org>
7062         * keylist.c (list_one): Remove the merge key calls. 
7064 2001-03-01  Werner Koch  <wk@gnupg.org>
7066         * getkey.c (finish_lookup): Don't use it if we no specific usage
7067         has been requested.
7068         (merge_selfsigs_main): fix UID only if we have an signature.
7069         (lookup): Return UNU_PUBKEY etc. instead of NO_PUBKEY if we found
7070         a key but the requested usage does not allow this key.
7071         * import.c (import_one): Take UNU_PUBKEY into account.
7072         * mainproc.c (list_node): Ditto.
7073         * keylist.c (list_keyblock): Ditto.
7074         * keyedit.c (print_and_check_one_sig): Ditto. 
7076 2001-02-09  Werner Koch  <wk@gnupg.org>
7078         * delkey.c (delete_key): Removed that silly assert which rendered
7079         the whole new stuff meaningless.
7081 2001-02-08  Werner Koch  <wk@gnupg.org>
7083         * getkey.c (key_byname): It can happen that we have both, sk and pk
7084         NULL, fix for that.
7086         * parse-packet.c (parse_one_sig_subpkt): Add support for
7087         primary_uid and key_flags.
7088         (can_handle_critical): Ditto
7090         * parse-packet.c (parse_encrypted): Fixed listing of pktlen for
7091         MDC packets.
7093         * getkey.c: Backported the version of this file from gpg 1.1. this
7094         involved some changes in other files too.
7095         * parse-packet.c (parse_key): Clear req_usage.
7096         * skclist.c (build_sk_list): Use req_usage to pass the usage
7097         information to the lookup function.
7098         * pkclist.c (build_pk_list): Ditto.
7099         * free-packet.c (copy_public_parts_to_secret_key): New.
7100         * keydb.h: Add IS_* macros to check the sig_class.
7101         * misc.c (openpgp_cipher_test_algo): New.
7102         (openpgp_pk_test_algo): New.
7103         (openpgp_pk_algo_usage): New.
7104         (openpgp_md_test_algo): New.
7105         * packet.h: Add a few fields to PKT_{public,secret}_key and
7106         PKT_user_id.
7107         * seckey-cert.c (do_check): Use the new main_keyid field.
7109 2001-02-04  Werner Koch  <wk@gnupg.org>
7111         * encr-data.c (decrypt_data): Catch error when we had problems to
7112         parse the encrypted packet. By Timo.
7114 2001-01-29  Werner Koch  <wk@gnupg.org>
7116         * g10.c (main): --batch does now set nogreeting.
7118         * delkey.c (do_delete_key): Fixed delete-both functionality.
7120 2001-01-22  Werner Koch  <wk@gnupg.org>
7122         * g10.c: New command --delete-secret-and-public-key.
7123         * delkey.c (delete_key): Add new arg allow_both.
7124         (do_delete_key): Move most stuff from above to this new function.
7126 2001-01-12  Werner Koch  <wk@gnupg.org>
7128         * passphrase.c (passphrase_to_dek): Use MD5 when IDEA is installed
7129         and we have no S2K.
7130         * mainproc.c (proc_encrypted): Likewise
7132 2001-01-11  Werner Koch  <wk@gnupg.org>
7134         * sig-check.c (do_check): Print the signature key expire message
7135         only in verbose mode and added the keyID.
7137 2001-01-09  Werner Koch  <wk@gnupg.org>
7139         * status.c, status.h: New status USERID_HINT. 
7140         (write_status_text): Replace LF and CR int text by C-escape sequence.
7142         * passphrase.c (passphrase_to_dek): Fixed the NEED_PASSPHRASE
7143         output.  It does now always print 2 keyIDs.  Emit the new
7144         USERID_HINT.
7146 2001-01-08  Werner Koch  <wk@gnupg.org>
7148         * g10.c, options.h: New option --no-expensive-trust-checks.
7149         * keylist.c (list_keyblock): Act on this option.
7151 2001-01-04  Werner Koch  <wk@gnupg.org>
7153         * g10.c (main): Set homedir only in the pre-parsing phase and
7154         replace backslashes in the W32 version.
7156 2001-01-03  Werner Koch  <wk@gnupg.org>
7158         * status.c, status.h : New status KEY_CREATED
7159         * keygen.c (do_generate_keypair,generate_subkeypair): Emit it.
7161 2000-12-28  Werner Koch  <wk@gnupg.org>
7163         * signal.c (got_fatal_signal): Remove lockfiles here because the
7164         atexit stuff does not work due to the use of raise. Suggested by
7165         Peter Fales.
7166         * gpgv.c (remove_lockfiles): New stub.
7167         
7168 2000-12-19  Werner Koch  <wk@gnupg.org>
7170         * status.c, status.h (cpr_get_no_help): New.
7171         * keyedit.c (keyedit_menu): Use it here because we have our own
7172         help list here.
7174 2000-12-18  Werner Koch  <wk@gnupg.org>
7176         * mainproc.c (print_failed_pkenc): Don't print the sometimes
7177         confusing message about unavailabe secret key.  Renamed ...
7178         (print_pkenc_list): ... to this and introduced failed arg.
7179         (proc_encrypted): Print the failed encryption keys and then
7180         the one to be used.
7181         (proc_pubkey_enc): Store also the key we are going to use.
7183         * mainproc.c (check_sig_and_print): Don't list revoked user IDs.
7184         (is_uid_revoked): New.
7186 2000-12-08  Werner Koch  <wk@gnupg.org>
7188         * pipemode.c: Made the command work.  Currently only for
7189         non-armored detached signatures.
7190         * mainproc.c (release_list): Reset the new pipemode vars.
7191         (add_gpg_control): Handle the control packets for pipemode
7192         * status.c, status.h: New stati {BEGIN,END}_STREAM.
7194 2000-12-07  Werner Koch  <wk@gnupg.org>
7196         * g10.c: New option --allow-secret-key-import.
7197         * import.c (import_keys,import_keys_stream): Honor this option.
7198         (import): New arg allow_secret and pass that arg down to ...
7199         (import_secret_one): to this and print a warning if secret key
7200         importing is not allowed.
7202 2000-12-05  Werner Koch  <wk@gnupg.org>
7204         * cipher.c (cipher_filter): Moved the end_encryption status ...
7205         * encode.c (encode_simple,encode_crypt): to here
7206         * sign.c (sign_file): and here.
7208         * status.c (mywrite): Removed.
7209         (get_status_string): Removed the LFs from the strings.
7210         (set_status_fd,is_status_enabed,write_status_text,
7211         write_status_buffer): Replaced all mywrite by stdio calls and use
7212         fdopen to create a strem.  This is needed to make things smoother
7213         in the W32 version.
7215 2000-12-04  Werner Koch  <wk@gnupg.org>
7217         * import.c (merge_blocks): Increment n_sigs for revocations.
7219 2000-11-30  Werner Koch  <wk@gnupg.org>
7221         * g10.c (main): Use iobuf_translate_file_handle for all options
7222         with filehandles as arguments.  This is function does some magic
7223         for the W32 API.
7225         * verify.c (verify_signatures): Add a comment rant about the
7226         detached signature problem.
7227         * mainproc.c (proc_tree): Issue an error if a detached signature
7228         is assumed but a standard one was found.
7229         * plaintext.c (hash_datafiles): Don't fall back to read signature
7230         from stdin.
7231         * openfile.c (open_sigfile): Print verbose message only if the
7232         file could be accessed.
7234 2000-11-24  Werner Koch  <wk@gnupg.org>
7236         * passphrase.c [HAVE_DOSISH_SYSTEM]: Disabled all the agent stuff.
7238 2000-11-16  Werner Koch  <wk@gnupg.org>
7240         * g10.c: New option --use-agent
7241         * passphrase.c (agent_open,agent_close): New.
7242         (agent_get_passphrase,agent_clear_passphrase): New.
7243         (passphrase_clear_cache): New.
7244         (passphrase_to_dek): Use the agent here.
7245         * seckey-cert.c (do_check): Clear cached passphrases.
7247 2000-11-15  Werner Koch  <wk@gnupg.org>
7249         * status.c (write_status_text): Moved the big switch to ...
7250         (get_status_string): ... new function.
7251         (write_status_buffer): New.
7253         * status.c (mywrite): New and replaced all write() by this.
7255         * status.c, status.h: Add 3 status lcodes for notaions and policy.
7256         * mainproc.c (print_notation_data): Do status output of notations.
7257         
7258 2000-11-13  Werner Koch  <wk@gnupg.org>
7260         * sign.c (clearsign_file): Use LF macro to print linefeed.
7261         
7262 2000-11-11  Paul Eggert  <eggert@twinsun.com>
7264         Clean up the places in the code that incorrectly use "long" or
7265         "unsigned long" for file offsets.  The correct type to use is
7266         "off_t".  The difference is important on large-file hosts,
7267         where "off_t" is longer than "long".
7269         * keydb.h (struct keyblock_pos_struct.offset):
7270         Use off_t, not ulong, for file offsets.
7271         * packet.h (dbg_search_packet, dbg_copy_some_packets,
7272         search_packet, copy_some_packets): Likewise.
7273         * parse-packet.c (parse, dbg_search_packet, search_packet,
7274         dbg_copy_some_packets, copy_some_packets): Likewise.
7275         * ringedit.c (keyring_search): Likewise.
7277         * parse-packet.c (parse): Do not use %lu to report file
7278         offsets in error diagnostics; it's not portable.
7279         * ringedit.c (keyring_search): Likewise.
7281 2000-11-09  Werner Koch  <wk@gnupg.org>
7283         * g10.c (main): New option --enable-special-filenames.
7285 2000-11-07  Werner Koch  <wk@gnupg.org>
7287         * g10.c (main): New command --pipemode.
7288         * pipemode.c: New.
7290 2000-10-23  Werner Koch  <wk@gnupg.org>
7292         * armor.c (armor_filter): Changed output of hdrlines, so that a CR
7293         is emitted for DOS systems.
7295         * keygen.c (read_parameter_file): Add a cast for isspace().
7297         * status.c (myread): Use SIGINT instead of SIGHUP for DOS. 
7299 2000-10-19  Werner Koch  <wk@gnupg.org>
7301         * g10.c: New option --ignore-crc-error
7302         * armor.c (invalid_crc): New.
7303         (radix64_read): Act on new option.
7305         * openfile.c (try_make_homedir): Klaus Singvogel fixed a stupid
7306         error introduced on Sep 6th. 
7308 2000-10-18  Werner Koch  <wk@gnupg.org>
7310         * misc.c (print_cipher_algo_note): Don't print the note for AES.
7311         Changed wording.
7313 2000-10-16  Werner Koch  <wk@gnupg.org>
7315         * mainproc.c (do_proc_packets): Hack to fix the problem that
7316         signatures are not detected when there is a MDC packet but no
7317         compression packet.
7318         
7319         * g10.c (print_hashline): New.
7320         (print_mds): Use above func with --with-colons.
7322         * mainproc.c (check_sig_and_print): Detect multiple signatures
7323         and don't verify them.
7325 2000-10-14  Werner Koch  <wk@gnupg.org>
7327         * mainproc.c (add_onepass_sig): There is an easier solution to the
7328         error fixed yesterday; just check that we only have onepass
7329         packets.  However, the other solution provides an cleaner
7330         interface and opens the path to get access to other information
7331         from the armore headers.
7332         (release_list): Reset some more variables.
7334 2000-10-13  Werner Koch  <wk@gnupg.org>
7336         * mainproc.c (add_gpg_control): New.
7337         (do_proc_packets): use it.
7338         (proc_plaintext): Changed logic to detect clearsigns.
7339         (proc_tree): Check the cleartext sig with some new code.
7341         * packet.h: New packet PKT_GPG_CONTROL.
7342         * parse-packet.c (parse_gpg_control): New.
7343         * misc.c (get_session_marker): New.
7344         * armor.c (armor_filter): Replaced the faked 1-pass packet by the
7345         new control packet.
7347         * keyedit.c (keyedit_menu): Allow batchmode with a command_fd. 
7348         * status.c (my_read): New.
7349         (do_get_from_fd): use it.
7351 2000-10-12  Werner Koch  <wk@gnupg.org>
7353         * keygen.c (keygen_add_std_prefs): Add Rijndael to the prefs.
7355 2000-10-07  Werner Koch  <wk@gnupg.org>
7357         * gpgv.c: Add more stubs for ununsed code to make the binary smaller.
7359 Wed Oct  4 15:50:18 CEST 2000  Werner Koch  <wk@openit.de>
7361         * sign.c (hash_for): New arg to take packet version in account, changed
7362         call callers.
7364         * gpgv.c: New.
7365         * Makefile.am: Rearranged source files so that gpgv can be build with
7366         at least files as possible.
7368 Mon Sep 18 12:13:52 CEST 2000  Werner Koch  <wk@openit.de>
7370         * hkp.c (not_implemented): Print a notice for W32
7372 Fri Sep 15 18:40:36 CEST 2000  Werner Koch  <wk@openit.de>
7374         * keygen.c (keygen_add_std_prefs): Changed order of preferences to
7375         twofish, cast5, blowfish.
7377         * pkclist.c (algo_available): Removed hack to disable Twofish.
7379 Thu Sep 14 17:45:11 CEST 2000  Werner Koch  <wk@openit.de>
7381         * parse-packet.c (dump_sig_subpkt): Dump key flags. Print special
7382         warning in case of faked ARRs.
7384         * getkey.c (finsih_lookup): Hack so that for v4 RSA keys the subkey
7385         is used for encryption.
7387 Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>
7389         * g10.c (main): Default S2K algorithms are now SHA1 and CAST5 - this
7390         should solve a lot of compatibility problems with other OpenPGP
7391         apps because those algorithms are SHOULD and not optional.  The old
7392         way to force it was by using the --openpgp option whith the drawback 
7393         that this would disable a couple of workarounds for PGP.
7395         * g10.c (main): Don't set --quite along with --no-tty.  By Frank Tobin.
7397         * misc.c (disable_core_dump): Don't display a warning here but a return
7398         a status value and ...
7399         * g10.c (main): ...print warnining here. Suggested by Sam Roberts.
7401 Wed Sep 13 18:12:34 CEST 2000  Werner Koch  <wk@openit.de>
7403         * keyedit.c (keyedit_menu): Allow to use "debug" on the secret key.
7405         * ringedit.c (cmp_seckey): Fix for v4 RSA keys.
7406         * seckey-cert.c (do_check): Workaround for PGP 7 bug.
7408 Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
7410         * misc.c (print_pubkey_algo_note): Do not print the RSA notice.
7411         * sig-check.c (do_signature_check): Do not emit the RSA status message.
7412         * pubkey-enc.c (get_session_key): Ditto.
7414         * encode.c (encode_simple, encode_crypt): Fix for large files.
7415         * sign.c (sign_file): Ditto.
7417 Wed Sep  6 14:59:09 CEST 2000  Werner Koch  <wk@openit.de>
7419         * passphrase.c (hash_passphrase): Removed funny assert.  Reported by
7420         David Mathog.
7422         * openfile.c (try_make_homedir): Changes for non-Posix systems.
7423         * g10.c (main): Take the default homedir from macro.
7425         * g10.c: The --trusted-key option is back.
7426         * trustdb.c (verify_own_key): Handle this option.
7427         (add_ultimate_key): Moved stuff from verify_own_key to this new func.
7428         (register_trusted_key): New.
7430 Fri Aug 25 16:05:38 CEST 2000  Werner Koch  <wk@openit.de>
7432         * parse-packet.c (dump_sig_subpkt): Print info about the ARR.
7434         * openfile.c (overwrite_filep): Always return okay if the file is
7435         called /dev/null. 
7436         (make_outfile_name): Add ".sign" to the list of know extensions.
7437         (open_sigfile): Ditto.
7439 Wed Aug 23 19:52:51 CEST 2000  Werner Koch  <wk@openit.de>
7441         * g10.c: New option --allow-freeform-uid. By Jeroen C. van Gelderen.
7442         * keygen.c (ask_user_id): Implemented here.
7444 Fri Aug  4 14:23:05 CEST 2000  Werner Koch  <wk@openit.de>
7446   * status.c (do_get_from_fd): Ooops, we used fd instead of opt.command_fd.
7447   Thanks to Michael Tokarev.
7449 Tue Aug  1 20:06:23 CEST 2000  Werner Koch  <wk@openit.de>
7451   * g10.c: New opttion --try-all-secrets on suggestion from Matthias Urlichs.
7452   * pubkey-enc.c (get_session_key): Quite easy to implement here.
7454 Thu Jul 27 17:33:04 CEST 2000  Werner Koch  <wk@openit.de>
7456   * g10.c: New option --merge-only.  Suggested by Brendan O'Dea.
7457   * import.c (import_one): Implemented it here
7458   (import_secret_one): Ditto.
7459   (print_stats): and give some stats.
7461 Thu Jul 27 12:01:00 CEST 2000  Werner Koch  <wk@openit.de>
7463   * g10.c: New options --show-session-key and --override-session-key
7464   * pubkey-enc.c (hextobyte): New.
7465   (get_override_session_key): New.
7466   * mainproc.c (proc_pubkey_enc): Add session-key stuff.
7467   * status.h, status.c (STATUS_SESSION_KEY): New.
7469 Thu Jul 27 10:02:38 CEST 2000  Werner Koch  <wk@openit.de>
7471   * g10.c (main): Use setmode(O_BINARY) for MSDOS while generating random bytes
7472   (print_mds): Likewise for stdin.
7473   * plaintext.c (handle_plaintext): Likewise for stdout.
7475 Mon Jul 24 10:30:17 CEST 2000  Werner Koch  <wk@openit.de>
7477   * keyedit.c (menu_expire): expire date for primary key can be set again.
7479 Wed Jul 19 11:26:43 CEST 2000  Werner Koch  <wk@openit.de>
7481   * keylist.c (is_uid_valid): New.
7482   (list_keyblock): Print validity information for all user IDs.  Note, this
7483   has to be done at other places too; for now we have only minimal support.
7485 Wed Jul 12 13:32:06 CEST 2000  Werner Koch  <wk@openit.de>
7487   * helptext.c, pkclist.c: s/superseeded/superseded/
7489 Mon Jul 10 16:08:57 CEST 2000  Werner Koch  <wk@openit.de>
7491   * parse-packet.c (enum_sig_subpkt): Fixed testing on crtitical bit in case
7492   of a NULL buffer.  Reported by Peter Marschall.
7494 Wed Jul  5 13:28:45 CEST 2000  Werner Koch  <wk@openit.de>
7496   * keyedit.c, keyid.c: Add some _()
7498   * argparse.c:  Changed the flag to suppress --version handling to also
7499   suppress --help.
7501 Wed Jun 28 11:54:44 CEST 2000  Werner Koch  <wk@openit.de>
7503   * armor.c (armor_filter): Set sigclass to 0 in case of non-dash-escaped
7504   clearsig.  This makes this mode work again.
7506   * mainproc.c (proc_tree): Fixed handling of one-pass-sig packets in textmode.
7507   Disabled the ugly workaround for PGP 5 - let's see whether thi breaks less
7508   cases. Found by Ted Cabeen.
7510   * options.h (DBG_HASHING): New.  All commented md_start_debug are now
7511   controlled by this debug option.
7513   * sign.c (print_status_sig_created): New and called from 2 places.
7515   * keygen.c (gen_rsa): New, but commented.
7516   (ask_algo): Commented support for RSA.
7518   * seckey-cert.c (protect_secret_key): Started to fix the code for v4 RSA
7519   keys - it is not solved yet. However, we have time until, Sep 20th ;)
7521 Wed Jun 14 12:27:09 CEST 2000  Werner Koch  <wk@openit.de>
7523   * status.c (init_shm_coprocessing): Changed the sequence of the get,attach
7524   to cope with the changes in newer Linux kernels.  This bug has been found
7525   by <dmitri@advantrix.com> who also proposed this solution.  Hopefully
7526   this does not break gpg on to many systems.
7528   * cipher.c (write_header): Protect the IV with the MDC too.
7529   * encr-data.c (decrypt_data): Likewise.
7531 Fri Jun  9 10:09:52 CEST 2000  Werner Koch  <wk@openit.de>
7533   * g10.c: New options --no-auto-key-retrieve
7534   * options.h (auto_key_retrieve): New.
7535   * mainproc.c (check_sig_and_print): Implemented that.
7537 Wed Jun  7 19:19:09 CEST 2000  Werner Koch  <wk@openit.de>
7539   * sig-check.c (do_check): Use EMULATE_MDENCODE also on v4 packets.
7541 Wed Jun  7 17:25:38 CEST 2000  Werner Koch  <wk@openit.de>
7543   * cipher.c (write_header): Use plain CFB mode for MDC encrypted packets.
7544   * encr-data.c (decrypt_data): Ditto.
7546 Mon Jun  5 23:41:54 CEST 2000  Werner Koch  <wk@openit.de>
7548   * seskey.c (do_encode_md, encode_md_value): Add new arg v3compathack to work
7549   around a bug in old versions.
7550   * sig-check.c (do_check): use the aboved workaround when enabled.
7551   * g10.c: New option --emulate-md-decode-bug
7553 Mon Jun  5 12:37:43 CEST 2000  Werner Koch  <wk@openit.de>
7555   * build-packet.c (do_mdc): New.
7556   (do_encrypted_mdc): Changed for the new proposal.
7557   * parse-packet.c (parse_mdc): New.
7558   (parse_encrypted): Fixed for the new proposal.
7559   * packet.h (PKT_MDC): New.
7560   * cipher.c (cipher_filter): Build the MDC packet here.
7561   * g10.c (main): Enable --force-mdc.
7562   * encr-data.c (mdc_decode_filter): Fixed for new MDC method
7564   * options.h(rfc2440): New.
7565   * g10.c (main): Changed the selected values for --openpgp to not include
7566   optional algorithms.
7568 Thu May 18 11:38:54 CEST 2000  Werner Koch  <wk@openit.de>
7570         * keyedit.c (keyedit_menu): Add a keyword arg to the prompt.
7572         * status.c, status.h: Added 3 new status tokens.
7573         * status.c (do_get_from_fd): New.
7574         (cpr_enabled,cpr_get,cpr_get_hidden,cpr_kill_prompt,
7575          cpr_get_answer_is_yes,cpr_get_answer_yes_no_quit): Modified to work
7576          with the new function.
7577         * g10.c: Add new option --command-fd.
7579         * status.c (progress_cb): New.
7580         (set_status_fd): Register progress functions
7582 Fri May 12 14:01:20 CEST 2000  Werner Koch  <wk@openit.de>
7584         * delkey.c (delete_key): Add 2 new status messages
7585         * status.c, status.h (STATUS_DELETE_PROBLEM): New.
7587         Fixed years of copyright in all source files.
7589 Mon May  1 17:08:14 CEST 2000  Werner Koch  <wk@openit.de>
7591         * trustdb.c (propagate_validity): Fixed the bug that only one uid
7592         gets fully trusted even when all are signed by an ultimate key.
7594 Mon May  1 15:38:04 CEST 2000  Werner Koch  <wk@openit.de>
7596         * getkey.c (key_byname): Always returned a defined context.  Fixed
7597         a segv for invalid user id specifications. Reported by Walter Koch.
7599         * getkey.c (get_user_id): I18ned "no user id" string. By Walter.
7601         * pkclist.c (do_show_revocation_reason): Typo fixes.
7602         * helptext.c: Ditto.
7604         * armor.c (armor_filter): Fixed some CRLF issues.  By Mike McEwan.
7606 Fri Apr 14 19:37:08 CEST 2000  Werner Koch  <wk@openit.de>
7608         * pkclist.c (do_show_revocation_reason): New.
7609         (show_revocation_reason): New and called at various places.
7611         * g10.c (main): Fixed small typo.
7613         * pkclist.c (do_we_trust): Act on always_trust but not for revoked
7614         keys. Suggested by Chip Salzenberg.
7616         * g10.c: New option --lock-never.
7618         * ringedit.c (get_writable_keyblock_file): New.
7619         * keygen.c (do_generate_keypair): Use this instead of the hardwired one.
7621         * keygen.c (ask_user_id): Check that the email address is in the
7622         correct field.  Suggested by Christian Kurz.
7624 Mon Apr 10 13:34:19 CEST 2000  Werner Koch  <wk@openit.de>
7626         * keyedit.c (show_key_with_all_names): s/sbb/ssb/
7628 Tue Mar 28 14:26:58 CEST 2000  Werner Koch  <wk@openit.de>
7630         * trustdb.c (verify_own_keys): Do not print warning about unprotected
7631         key when in quiet mode.
7633 Wed Mar 22 13:50:24 CET 2000  Werner Koch  <wk@openit.de>
7635         * mainproc.c (print_userid): Do UTF8 conversion before printing.
7636         * import.c (import_one): Ditto.
7637         (import_secret_one): Ditto.
7638         (delete_inv_parts): Ditto.
7640 Thu Mar 16 16:20:23 CET 2000  Werner Koch  <wk@openit.de>
7642         * keylist.c (print_key_data): Handle a NULL pk gracefully.
7644         * getkey.c (merge_one_pk_and_selfsig): Fixed silly code for
7645         getting the primary keys keyID but kept using the one from the
7646         subkey.
7647         * pubkey-enc.c (get_it): Print a note for expired subkeys.
7649         * getkey.c (has_expired): New.
7650         (subkeys_expiretime): New.
7651         (finish_lookup): Check for expired subkeys needed for encryption.
7652         (merge_keys_and_selfsig): Fixed expiration date merging for subkeys.
7654         * keylist.c (list_keyblock): Print expiration time for "sub".
7655         (list_one): Add missing merging for public keys.
7656         * mainproc.c (list_node): Ditto.
7658 2000-03-14 13:49:38  Werner Koch  (wk@habibti.openit.de)
7660         * keygen.c (keyedit_menu): Do not allow to use certain commands
7661         while the secret key is selected.
7663 2000-03-09 12:53:09  Werner Koch  (wk@habibti.openit.de)
7665         * keygen.c (ask_expire_interval): Movede parsig to ...
7666         (parse_expire_string): ... this new function. And some new control
7667         commands.
7668         (proc_parameter_file): Add expire date parsing.
7669         (do_generate_keypair): Allow the use of specified output files.
7671 2000-03-08 10:38:38  Werner Koch  (wk@habibti.openit.de)
7673         * keygen.c (ask_algo): Removed is_v4 return value and the commented
7674         code to create Elg keys in a v3 packet. Removed the rounding
7675         of key sizes here.
7676         (do_create): Likewise removed arg v4_packet.
7677         (gen_elg): Likewise removed arg version. Now rounding keysizes here.
7678         (gen_dsa): Rounding keysize now here.
7679         (release_parameter_list): New
7680         (get_parameter*): New.
7681         (proc_parameter_file): New.
7682         (read_parameter_file): New.
7683         (generate_keypair): Splitted. Now uses read_parameter_file when in
7684         batch mode.  Additional argument to specify a parameter file.
7685         (do_generate_keypair): Main bulk of above fucntion and uses the
7686         parameter list.
7687         (do_create): Don't print long notice in batch mode.
7688         * g10.c (main): Allow batched key generation.
7690 Thu Mar  2 15:37:46 CET 2000  Werner Koch  <wk@gnupg.de>
7692         * pubkey-enc.c (get_it): Print a note about unknown cipher algos.
7694         * g10.c (opts): Add a note to the help listing about the man page
7695         and removed some options from the help listing.
7697         * keyedit.c (print_and_check_one_sig): Use a new function to truncate
7698         the output of the user ID.  Suggested by Jan-Benedict Glaw.
7700 Wed Feb 23 10:07:57 CET 2000  Werner Koch  <wk@gnupg.de>
7702         * helptext.c: typo fix.
7704 Thu Feb 17 13:39:32 CET 2000  Werner Koch  <wk@gnupg.de>
7706         * revoke.c: Removed a bunch of commented code.
7708         * packet.h (SIGSUBPKT_REVOC_REASON): New.
7709         * build-packet.c (build_sig_subpkt): Support new sub packet.
7710         * parse-packet.c (parse_one_sig_subpkt): Ditto.
7711         (dump_sig_subpkt): Ditto.
7712         * revoke.c (ask_revocation_reason): New.
7713         (release_revocation_reason_info): New.
7714         (revocation_reason_build_cb): New.
7715         (gen_revoke): Ask for reason.
7716         * main.h (struct revocation_reason_info): Add declaration.
7717         * keyedit.c (menu_revsig): Add support for revocation reason.
7718         (menu_revkey): Ditto.
7719         (sign_uid_mk_attrib): Renamed to ...
7720         (sign_mk_attrib): ... this, made static and add support for reasons.
7722 Tue Feb 15 08:48:13 CET 2000  Werner Koch  <wk@gnupg.de>
7724         * build-packet.c (build_packet): Fixed fixing of old comment packets.
7726         * import.c (import_keys): Fixed importing from stdin when called with
7727         nnames set to zero as it normally happens.
7729 Mon Feb 14 14:30:20 CET 2000  Werner Koch  <wk@gnupg.de>
7731         * sig-check.c (check_key_signature2): Add new arg r_expired.
7732         (do_signature_check): New arg to pass it down to ...
7733         (do_check): New arg r-expire which is set when the signature
7734         has expired.
7735         * trustdb.c (check_sig_record): Set SIGF_EXPIRED flag and set
7736         the expiretime to zero so that thi signature will not be checked
7737         anymore.
7739 Fri Feb 11 17:44:40 CET 2000  Werner Koch  <wk@gnupg.de>
7741         * g10.c (g10_exit): Update the random seed_file.
7742         (main): Set the random seed file.  New option --no-random-seed-file.
7744 Thu Feb 10 17:39:44 CET 2000  Werner Koch  <wk@gnupg.de>
7746         * keyedit.c (menu_expire): Fixed segv due to unitialized sub_pk.
7747         By Rémi.
7749 Thu Feb 10 11:39:41 CET 2000  Werner Koch  <wk@gnupg.de>
7751         * keylist.c (list_keyblock): Don't print warnings in the middle of
7752         regulat output lines.  By Rémi.
7754         * sig-check.c: Include options.h
7756 Wed Feb  9 15:33:44 CET 2000  Werner Koch  <wk@gnupg.de>
7758         * gpg.c: New option --ignore-time-conflict
7759         * sig-check.c (do_check): Implemented this option.
7760         * trustdb.c (check_trust): Ditto.
7761         * sign.c (do_sign): Ditto.
7762         * keygen.c (generate_subkeypair): Ditto.
7764         * encode.c (encode_simple): use iobuf_cancel after open failure.
7765         Reported by Huy Le.
7767 Fri Jan 14 18:32:01 CET 2000  Werner Koch  <wk@gnupg.de>
7769         * packet.h (STRING2KEY): Changed mode from byte to int.
7770         * parse-packet.c (parse_key): Add the special GNU protection stuff
7771         * build-packet.c (so_secret_key): Ditto.
7772         * seckey-cert.c (do_check): Ditto.
7773         * keyedit.c (change_passphrase): Ditto.
7774         * export.c (export_secsubkeys): New.
7775         (do_export_stream): Hack to export the primary key using mode 1001.
7776         * g10.c: New command --export-secret-subkeys
7778 Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
7780         * armor.c (is_armored): Check for 1-pass-sig packets. Reported by
7781         David Hallinan <hallinan@rtd.com>.
7782         (armor_filter): Replaced one LF by the LF macro.  Reported by
7783         Wolfgang Redtenbacher.
7785 Wed Jan  5 11:51:17 CET 2000  Werner Koch  <wk@gnupg.de>
7787         * g10.c (main): Reset new global flag opt.pgp2_workarounds
7788         when --openpgp is used.
7789         * mainproc.c (proc_plaintext): Do the PGP2,5 workarounds only
7790         when the global flag is set.
7791         (proc_tree): Ditto.
7792         * textfilter.c (copy_clearsig_text): Ditto.
7793         * armor.c (armor_filter): Ditto.
7795         * g10.c: New option --list-only
7796         * mainproc.c (proc_tree): Don't do it if opt.list_only is active.
7797         (proc_pubkey_enc): Implement option.
7799         * status.h, status.c ({BEGIN,END}_{EN,DE}CRYPTION): New.
7800         * cipher.c (cipher_filter): New status outputs.
7801         * mainproc.c (proc_encrypted): New status outputs.
7803 Fri Dec 31 14:08:15 CET 1999  Werner Koch  <wk@gnupg.de>
7805         * armor.c (armor_filter): Made the "Comment:" header translatable.
7807         * hkp.c (hkp_import): Make sure that the program does not return
7808         success when there is a connection problem.  Reported by Phillip Jones.
7810 Sun Dec 19 15:22:26 CET 1999  Werner Koch  <wk@gnupg.de>
7812         * armor.c (LF): Use this new macro at all places where a line LF
7813         is needed.  This way DOSish textfiles should be created when the
7814         input data is also in dos mode.
7815         * sign.c (LF): Ditto.
7816         * textfilter.c (LF): Ditto.
7817         (copy_clearsig_text): Disabled the forcing of CR,LF sequences
7818         for DOS systems.
7820         * plaintext.c (handle_plaintext): Fixes for line endings on DOS.
7821         and react on a LF in cleartext.
7822         * armor.c (fake_packet): Restore the original line ending after
7823         removing trailing spaces.
7825         * signal.c (got_fatal_signal): DOS fix.
7827 Thu Dec 16 10:07:58 CET 1999  Werner Koch  <wk@gnupg.de>
7829         * mainproc.c (print_failed_pkenc): Fix for unknown algorithm.
7830         Found by fygrave@epr0.org.
7832 Thu Dec  9 10:31:05 CET 1999  Werner Koch  <wk@gnupg.de>
7834         * hkp.c: i18n the strings.
7836 Sat Dec  4 15:32:20 CET 1999  Werner Koch  <wk@gnupg.de>
7838         * trustdb.c (verify_key): Shortcut for ultimately trusted keys.
7840 Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
7842         * pkclist.c (build_pk_list): Validate the trust using the namehash
7843         if this one has been set by the key lookup.
7845         * g10.c: Add --delete-secret-key to the help page.
7847         * openfile.c (copy_options_file): Made static.
7848         (try_make_homedir): New.
7849         * ringedit.c (add_keyblock_resource): Use the try_make_hoemdir logic.
7850         * tdbio.c (tdbio_set_dbname): Likewise.
7852         * keygen.c (generate_user_id): Use m_alloc_clear() here. We should
7853         better use an allocation function specific to the user_id packet.
7855         * keygen.c (keygen_add_std_prefs): Changed symmetric preferences
7856         to include Blowfish again.  This is due to it's better speed compared
7857         to CAST5.
7859         * g10.c (strusage): Print the home directory.
7861         * armor.c (armor_filter): Take action on the cancel control msg.
7862         * filter.h (armor_filter_context_t): Add cancel flag.
7864 Mon Nov 29 21:52:11 CET 1999  Werner Koch  <wk@gnupg.de>
7866         * g10.c: New option --fast-list-mode ..
7867         * keylist.c (list_keyblock): .. and implemented.
7868         * mainproc.c (list_node): Ditto.
7870         * import.c (mark_non_selfsigned_uids_valid): Fixed the case that there
7871         is a uid without any packet following.
7873 Mon Nov 22 11:14:53 CET 1999  Werner Koch  <wk@gnupg.de>
7875         * mainproc.c (proc_plaintext): Never enable the hash processing
7876         when skip_verify is active.
7878         * armor.c (parse_header_line): Stop parsing on a WS line too.
7879         Suggested by Aric Cyr.
7881         * tdbdump.c (HEXTOBIN): Changed the name of the argument, so that
7882         traditional cpp don't mess up the macros. Suggested by Jos Backus.
7884         * mainproc.c (list_node): Print the PK algo in the --with-colon mode.
7885         * keylist.c (list_keyblock): Ditto.
7887         * signal.c (got_fatal_signal): Found the reason why exit(8) did not
7888         work - it is better to set the disposition back to default before
7889         raising the signal.  Print the notice on stderr always.
7891 Fri Nov 12 20:33:19 CET 1999  Werner Koch  <wk@gnupg.de>
7893         * g10.c (make_username): Swapped the logic.
7894         * keylist.c (public_key_list): Now takes a STRLIST as arg and moved
7895         the creation ot this list to the caller, so that he can copy with
7896         UTF-conversion of user IDs.  Changed all callers.
7897         (secret_key_list): Likewise.
7899         * getkey.c (get_user_id_string_native): New and ...
7900         * encode.c (write_pubkey_enc_from_list): ... use it here.
7902         * pubring.asc: Updated.
7904         * packet.h (PKT_PHOTO_ID): New.
7905         * parse-packet.c (parse_photo_id): New.
7906         * build-packet.c (do_user_id: Handle photo IDs.
7907         (build_packet): Change CTB for photo IDs
7908         * free-packet.c (free_user_id): Release memory used for photo IDs
7909         * sig-check.c (hash_uid_node): Handle photo IDs too.
7910         * trustdb.c (print_uid_from_keyblock): Hash photo ID.
7911         (make_uid_records): Ditto.
7912         * getkey.c (find_by_name): Ditto.
7913         * keyedit.c (show_prefs): Ditto.
7914         * keylist.c (list_keyblock): Ditto.
7916 Thu Oct 28 16:08:20 CEST 1999  Werner Koch  <wk@gnupg.de>
7918         * keygen.c (ask_expire_interval): Print a warning for systems
7919         with a signed 32 time_t if the exiration time is beyoind 2038.
7921 Fri Oct  8 20:40:50 CEST 1999  Werner Koch  <wk@gnupg.de>
7923         * ringedit.c (enum_keyblocks): The last fix way really stupid;
7924         reverted and set rt to Unknown.
7926 Fri Oct  8 20:32:01 CEST 1999  Werner Koch  <wk@gnupg.de>
7928         * ringedit.c (enum_keyblocks): Zero the entire kbpos out on open.
7930         * g10.c (oEntropyDLL): Removed option.
7931         (main): Made the warning on development versions more verbose.
7933         * g10.c (oHonorHttpProxy): New option.
7934         * hkp.c (hkp_ask_import,hkp_export): Implement this option.
7935         * options.skel: Enable this option for new installations
7937 Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
7939         * import.c (import_keys): Changed calling interface, adjusted caller.
7940         (import): Moved printing of stats out ...
7941         (print_stats): New. ... to here.
7942         (import_keys_stream): Call stats print here.
7943         (import_keys): Print stats as totals for all files.
7945         * tdbio.h (DIRF_NEWKEYS): New
7946         * tdbio.c (tdbio_dump_record): Print the new flag.
7947         * trustdb.c (check_trust_record): New arg sigs_only.  Adapted all
7948         callers.
7949         (do_update_trust_record): Removed recheck arg and add a new sigs_only
7950         do we can later improve on the performance.  Changed all callers too.
7951         (check_trustdb): Evalutate the new flag and add a status output.
7952         Do a check when the dir record has not been checked.
7953         (build_cert_tree): Evaluate the new flag.
7954         (check_trust): Ditto.  Do a trust_record check, when the dir record
7955         is not marked as checked.
7956         (mark_fresh_keys): New.
7957         (clear_lid_table): New.
7958         (sync_trustdb): New.
7959         * import.c (import_keys): Call sync_trustdb() after processing.
7960         (import_keys_stream): Ditto.
7961         * tdbdump.c (import_ownertrust): Ditto.
7963         * import.c (import_revoke_cert): Notify the trust DB.
7964         (do_update_trust_record): Use |= to set the REVOKED bit and not &=;
7965         shame on me for this bad copy+paste introduced bug.
7966         (do_we_trust): Add trustmask to allow revoked key override to work.
7967         Chnaged are to allow return of a mofified trustlevel. Adapted the
7968         one caller.
7970         * g10.c: New options --emulate-3des-s2k-bug
7971         * passphrase.c (hash_passphrase): Implemented above.
7973         * mainproc.c (proc_tree): Check for standalone signatures.
7974         (do_check_sig): Print a notice for a standalone revocation
7975         (check_sig_and_print): Do not print an error for unchecked standalone
7976         revocations.
7978 Tue Sep 28 20:54:37 CEST 1999  Werner Koch  <wk@gnupg.de>
7980         * encode.c (encode_simple): Use new CTB when we don't have the
7981         length of the file.  This is somewhat strange as the comment above
7982         indicates that this part is actually fixed for PGP 5 - maybe I simply
7983         lost the source line, tsss.
7985         * armor.c (armor_filter): Set a flag if no OpenPGP data has been found.
7986         * verify.c (verify_signatures): Add an error helptext.
7988 Thu Sep 23 19:24:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7990         * openfile.c (open_outfile): Fixed the 8dot3 handling.
7992         * passphrase.c (passphrase_to_dek): Print uid using utf8 func.
7993         * delkey.c (delete_key): Ditto.
7994         * pkclist.c (show_paths,do_edit_ownertrust,do_we_trust): Ditto
7995         (do_we_trust_pre): Ditto.
7996         * trustdb.c (print_user_id,check_uidsigs): Ditto.
7997         * revoke.c (gen_revoke,ask_revoke_sig): Ditto.
7999 Thu Sep 23 09:52:58 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8001         * verify.c (print_file_status): New.
8002         (verify_one_file): Moved status print to th new fnc. Add error status.
8003         * status.c, status.h (STATUS_FILE_ERROR): New
8005 Wed Sep 22 10:14:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8007         * openfile.c (make_outfile_name): Use case-insenstive compare for
8008         DOS systems.  Add ".pgp" to the list of know extensions.
8009         (open_outfile): For DOS systems try to replace the suffiy instead of
8010         appending it.
8012         * status.c, status.h: Add STATUS_FILE_{START,DONE}.
8013         * verify.c (verify_one_file): Emit these new stati.
8015         * sign.c (clearsign_file): Avoid duplicated Entries in the "Hash:"
8016         line.  Those headers are now only _not_ printed when there are
8017         only old-style keys _and_ all hashs are MD5.
8019 Mon Sep 20 12:24:41 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8022         * verify.c (verify_files, ferify_one_file): New.
8023         * g10.c:  New command --verify-files
8025 Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8027         * g10.c: Add UK spelling as alias for armor options ;-)
8029         * import.c (append_uid): Fixed a SEGV when there is no selfsig and
8030         no subkey.
8031         (merge_sigs): Ditto.  Removed the assertion.
8033 Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8035         * g10.c: New option --entropy-dll-name
8037 Mon Sep 13 10:51:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8039         * signal.c (got_fatal_signal): Print message using write(2) and
8040         only for development versions.
8042 Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8044         * tdbio.c (tdbio_set_dbname): Use mkdir macro
8045         * ringedit.c (add_keyblock_resource): Ditto.
8047 Fri Sep  3 10:04:45 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8049         * pkclist.c (build_pk_list): Skip keys set with --encrypt-to also
8050         when asking for a key.
8052         * plaintext.c (handle_plaintext): Make sure that we don't read a
8053         second EOF in the read loop for partial length packets.
8055         * mainproc.c (check_sig_and_print): print user ID as utf-8.
8057 Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8059         * import.c (merge_blocks): First add new subkeys, then merge subkey
8060         certificates.
8061         (merge_sigs): Don't merge subkey signatures here.
8063 Wed Sep  1 15:30:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8065         * keygen.c (ask_expire_interval): Fixed bug related to cpr_xx (tnx
8066         Francis J. Lacoste).
8068 Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8070         * plaintext.c (do_hash): Hash CR,LF for a single CR.
8071         (ask_for_detached_datafile): Changed arguments to be closer to
8072         those of hash_datafiles and cleanup the code a bit.
8073         * mainproc.c (proc_tree): Workaround for pgp5 textmode detached
8074         signatures.  Changed behavior of asking for data file to be the same
8075         as with provided data files.
8077         * keylist.c (list_keyblock): Use UTF8 print functions.
8079 Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8081         * import.c (chk_self_sigs): some s/log_error/log_info/ so that gpg
8082         does not return an error if a key has some invalid packets.
8084         * helptext.c: Fixed some typos and changed the way the
8085         translation works.  The english text is now the keyword for gettext
8086         and not anymore the keyword supplied to the function.  Done after
8087         some discussion with Walter who thinks this is much easier for the
8088         translators.
8090         * misc.c (disable_core_dumps): Don't do it for DOSish systems.
8092         * signal.c (signal_name): Bounds check on signum.
8094 Wed Aug  4 10:34:18 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8096         * pubring.asc: Updated.
8098         * pkclist.c (do_we_trust_pre,check_signatures_trust): Do not print
8099         the warning about --always_trust when --quiet is used.
8101         * pkclist.c (fpr_info): New and called at several places.
8103         * parse-packet.c (dump_sig_subpkt): List revocation key contents.
8105 Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8107         * pkclist.c (build_pk_list): Fixed typo in format string.
8109         * trustdb.c (create_shadow_dir): Don't translate the error string.
8111         * g10.c (main): Fixed spelling of user-id.
8112         * getkey.c (find_by_name_pk,find_by_name_sk,
8113         find_by_keyid,find_by_keyid_sk): Ditto and translate it.
8114         * import.c (mark_non_selfsigned_uids_valid,delete_inv_parts): Ditto.
8117 Mon Jul 26 01:01:39 CEST 1999  Michael Roth <mroth@nessie.de>
8119         * g10.c, options.h: New options --no-literal and --set-filesize
8121         * encode.c (encode_simple, encode_crypt): Support for the options
8122         --no-literal and --set-filesize.
8124         * sign.c (sign_file): ditto.
8126 Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8129         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
8130         when we have no keyring at all to enum.
8132         * getkey.c (classify_user_id): Rewrote to relax the recognition of
8133         keyIDs and fingerprints (Michael).
8135         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
8136         (print_failed_pkenc): Print status NO_SECKEY.
8138         * import.c (mark_non_selfsigned_uids_valid): New.
8139         * g10.c: New option --allow-non-selfsigned-uid.
8141         * pkclist.c (print_fpr): New.
8142         (do_we_trust_pre): Print the fpr before asking whether to use the key
8143         anyway.
8144         (do_edit_ownertrust): Likewise.
8146 Thu Jul 22 20:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8149         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
8150         when we have no keyring at all to enum.
8152         * getkey.c (classify_user_id): Rewrote to relax the recognition of
8153         keyIDs and fingerprints (Michael).
8155         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
8156         (print_failed_pkenc): Print status NO_SECKEY.
8158         * import.c (mark_non_selfsigned_uids_valid): New.
8159         * g10.c: New option --allow-non-selfsigned-uid.
8161 Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8163         * g10.c: New options --disable-{cipher,pubkey}-algo.
8165 Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8167         * status.h (STATUS_IMPORTED): New.
8168         * import.c (import): Print some status information (Holger Schurig).
8170         * g10.c (main): Make --no-greeting work again. Add a warning when
8171         --force-mds is used.
8173 Tue Jul 13 17:39:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8175         * pkclist.c (do_edit_ownertrust): Changed the way help works.
8176         (build_pk_list): Implemented default recipient stuff.
8177         * g10.c: New options --default-recipient[-self]
8178         (main): Suppress greeting in most cases, entering a passphrase or
8179         a missing value is not considered to be interactive use.
8180         Merged --print-md and --print-mds; the latter is now obsolete.
8181         Changed the way --gen-random works and documented it.
8182         Changed the way --gen-prime works and add a man entry.
8183         * g10.c (MAINTAINER_OPTIONS): Removed.
8185 Mon Jul 12 18:45:57 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8187         * keyedit.c (keyedit_menu): Add arg sign_mode and changed callers
8188         * g10.c (main): New command --lsign-key.
8190 Mon Jul 12 14:55:34 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8192         * mainproc.c (kidlist_item): New.
8193         (release_list): Release failed pk-enc-list.
8194         (print_failed_pkenc): New
8195         (proc_encrypted): Print info about failed PK enc.
8197         * openfile.c (make_outfile_name): s/error/info/
8199         * passphrase.c (passphrase_to_dek): Return an empty passphrase when
8200         in batch mode and don't make the warning message fatal
8201         * seckey-cert.c (check_secret_key): Try only once when in batch mode.
8203         * g10.c (make_username): New.
8205 Thu Jul  8 16:21:27 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8208         * packet.h (PKT_ring_trust): New
8209         * parse-packet.c (parse_trust): Store trust value
8210         * build-packet (build_packet): Ignore ring trust packets.
8211         * mainproc.c (add_ring_trust): New.
8212         (list_node): Print "rtv" records.
8213         * g10.c: New option --with-fingerprint.
8215         * trustdb.c (verify_own_keys): Don't insert if we are dry running
8216         (check_trust): Ditto.
8218 Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8220         * Makefile.am: Support for libtool.
8222         * keygen.c (ask_expire_interval): Hack to allow for an expire date.
8224         * trustdb.c (do_update_trust_record,update_trust_record): Splitted.
8225         (check_trust_record): New.
8226         (check_trust,build_cert_tree): Check the dir record as needed.
8227         (upd_pref_record): Removed.
8228         (make_pref_record): New.
8229         (propagate_validity): Stop as soon as we have enough validity.
8231         * tbdio.c (MAX_CACHE_ENTRIES_HARD): Increased the limit.
8234 Fri Jul  2 11:45:54 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8236         * g10.c (g10_exit): Dump random stats.
8238         * sig-check.c (check_key_signature,check_key_signature2): Enhanced
8239         version and wrapper for old function.
8240         (do_signature_check,signature_check): Ditto.
8242 Thu Jul  1 12:47:31 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8245         * keyedit.c (show_key_with_all_names): Print a notice for disabled keys.
8246         (enable_disable_keys): Add functionality
8247         * pkclist.c (edit_ownertrust): preserve disabled state.
8248         (build_pk_list): Skip disabled keys.
8249         * trustdb.c (upd_one_ownertrust): Ditto.
8250         (build_cert_tree): Mask the ownertrust.
8251         (trust_letter): Mask the value.
8252         (do_check): Take disabled flag into account.
8254         * passphrase.c (passphrase_to_dek): Add a pubkey_algo arg and changed
8255         all callers.
8257         * g10.c (utf8_strings): 2 new options.
8259         * trustdb.c (insert_trust_record_by_pk): New, replaces the next one.
8260         (insert_trust_record): Now takes a keyblock as arg.  Changed all
8261         callers to use the appropritae function.
8263         * openfile.c (ask_outfile_name): New.
8264         * plaintext.c (handle_plaintext): Ask for filename if there is
8265         no valid syntax. Don't use fname varbatim but filter it.
8267 Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8270         * trustdb.h (TRUST_FLAG_DISABLED): New.
8272         * status.c (USE_CAPABILITIES): Capabilities support (Remi).
8274         * tdbio.c : Added new fields to the DIR record.
8275         (tdbio_write_record): Fixed the update of the hash tables.
8276         (tdbio_delete_record): Drop the record from the hash tables.
8277         (drop_from_hashtbl): New.
8279         * status.c (cpr_get): Special online help mode.
8280         * helptext.c ("keyedit.cmd"): Removed.
8281         * keyedit.c (keyedit_menu): Use only help system.
8282         (enable_disable_key): New bit doies not yet work.
8284 Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8287         * dearmor.c (enarmor_file): Fixed comment string.
8288         * tdbdump.c (export_ownertrust): Text fix.
8289         * tbio.c (tdbio_invalid): Ditto.
8291         * parse-packet.c (parse_key): Made temp buffer larger.
8293         * Makefile.am (install-data-local): Add missing backslashes
8295 Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8297         * g10.c (main): Made iterated+salted the default S2K method.
8299         * Makefile.am (install-data-local): Use DESTDIR.
8301         * passphrase.c (passphrase_to_dek): Emit missing-passphrase while in
8302         batchmode.
8304         * parse-packet.c (parse_pubkeyenc): Fixed a SEGV.
8306 Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
8308         * g10.c: New options --openpgp, --no-tty, --emit-version,
8309           --default-comment and --lock-multiple
8311 Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8313         * free-packet.c (free_encrypted): Fixed EOF case (Remi).
8314         (free_plaintext): Ditto.
8316         * helptext.c (keyedit.delsig.unknown): New (Remi).
8317         * keyedit.c (print_and_check_one_sig): Add arg print_without_key and
8318         changed all callers to make use of it (Remi):
8320 Tue Jun  8 13:36:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8322         * keylist.c (print_key_data): New and called elsewhere.
8323         * g10.c: New option --with-key-data
8325 Wed Jun  2 14:17:19 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8327         * mainproc.c (proc_tree): Yet another bad hack to cope with
8328         broken pgp2 created detached messages in textmode.
8330 Tue Jun  1 16:01:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8332         * openfile.c (make_outfile_name): New.
8333         * plaintext.c (handle_plaintext): Outputfile is now the inputfile
8334         without the suffix.
8335         * g10.c: New option --use-embedded-filename
8337 Mon May 31 19:41:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8339         * g10.c (main): Fix for SHM init (Michael).
8341         * compress.c, encr-data.c, mdfilter.c,
8342           plaintext.c, free-packet.c: Speed patches (Rémi).
8344 Thu May 27 09:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8346         * status.c (cpr_get_answer_yes_no_quit): New.
8347         * keyedit.c (menu_delsig): New.
8348         (check_all_keysigs): Splitted.
8349         (print_and_check_one_sig): New.
8351 Wed May 26 14:36:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8353         * build-packet.c (build_sig_subpkt): Support large packets.
8354         * parse-packet.c (enum_sig_subpkt): Replaces parse_sig_subpkt.
8355         * mainproc.c (print_notation_data): Print all notation packets.
8356         * g10.c (add_notation_data): Add a way to specify the critical flag.
8357         (main): Add option --set-policy-url.
8358         (check_policy_url): Basic checks.
8359         * sign.c (mk_notation_and_policy): Replaces mk_notation.
8361         * parse-packet.c (can_handle_critical): Moved decision whether we can
8362         handle critical subpacket to an extra function.
8364 Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8366         * sign.c (sign_file): Always use compression algo 1 for signed
8367         onyl file becuase we can´ be sure the the verifier supports other
8368         algorithms.
8370         * build-packet.c (build_sig_subpkt): Support for notation data.
8371         * sign.c (sign_file,clearsign_file,make_keysig_packet): Ditto.
8372         (mk_notation): New.
8373         * g10.c (add_notation_data): New and add option -N
8374         * mainproc.c (print_notation_data): New.
8375         (check_sig_and_print): Print any notation data of the signed text.
8377 Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8379         * pkclist.c (check_signatures_trust): Print a warning and return
8380         immediateley if opt.always_trust is true.
8382         * g10.c (main): Corrected handling of no-default-keyring
8384         * pkclist.c (algo_available): Disable Twofish until we have settled
8385         how to do the MDC.
8387         * hkp.c: Disable everything for mingw32
8389 Sat May 22 22:47:26 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8391         * mainproc.c (check_sig_and_print): Add sig creation time to the
8392         VALIDSIG status output. Add more info to the ERRSIG output.
8393         * sig-check.c (signature_check): Add sig time after epoch to SIG_ID.
8395         * import.c (import_one): Merge duplicate user IDs.
8396         (collapse_uids): New.
8397         * kbnode.c (move_kbnode): New.
8398         (remove_kbnode): New.
8399         * keyedit.c (keyedit_menu): Call collapse_uids.
8401         * g10.c: new option --logger-fd.
8403         * import.c: s/log_*_f/log_*/
8405 Thu May 20 14:04:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8407         * misc.c (pull_in_libs): do the volatile only for gcc
8409         * sig-check (signature_check): Emit SIG_iD only for classes 0 and 1.
8411         * armor.c (armor_filter): Add detection of PGP2 created clearsigs.
8412         (fake_packet): A tab is not a WS for pgp2 - handle this.
8413         * textfilter.c (len_without_trailing_chars): New.
8414         (copy_clearsig_text): Add pgp2mode arg.
8415         * sign.c (clearsign_file): pass old_style to the above fnc.
8418 Wed May 19 16:04:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8420         * g10.c: New option --interactive.
8422         * mainproc.c (proc_plaintext): Add workaround for pgp2 bug
8423         (do_check_sig): Ditto.
8424         (proc_tree): Ditto.
8425         * plaintext.c (do_hash): Ditto.
8426         (hash_datafiles): Ditto, add an arg, changed all callers.
8427         * mdfilter.c (md_filter): Add support for the alternate hash context.
8429 Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8431         * parse-packet.c (parse_encrypted): Support for PKT_ENCRYPTED_MDC.
8432         * build-packet.c (do_encrypted_mdc): Ditto.
8433         * cipher.c (write_header): Add mdc hashing.
8434         (cipher_filter): write out the hash.
8435         * mainproc.c (do_proc_packets): Add PKT_ENCRYPTED_MDC.
8436         * encr-data.c (decrypt_data): Add mdc hashing.
8437         (mdc_decode_filter): New.
8439         * parse-packet.c (parse_sig_subpkt): Fixed stupid bug for subpkt
8440         length calculation
8441         (parse_signature): Fixed even more stupid bug.
8443 Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8445         * build-packet.c (do_signature): Removed MDC hack.
8446         * encode.c (encode_crypt_mdc): Removed.
8447         * mainproc.c (do_check_sig): Removed MDC hack.
8448         (check_sig_and_print): Ditto.
8449         * parse-packet.c (parse_signature): Ditto.
8450         * sig-check.c (mdc_kludge_check): Ditto.
8451         * free-packte.c (copy_signature, free_seckey_enc): Ditto.
8453         * parse-packet.c (parse_signature,parse_key): Store data of
8454         unknown algorithms with mpi_set_opaque inseatd of the old
8455         faked data stuff.
8456         (read_rest): Removed.
8457         (read_rest2): Renamed to read_rest
8458         * build-packet.c (write_fake_data): Use mpi_get_opaque.
8459         * free-packet.c (cp_fake_data): Removed and cahnged all callers
8460         to use mpi_copy.
8461         (free_pubkey_enc,free_seckey_enc,release_public_key_parts,
8462          release_secret_key_parts): Use mpi_free for opaque data.
8464 Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8466         * trustdb.c (check_trust): Check for revoked subkeys.
8467         * pkclist.c (do_we_trust): Handled revoked subkeys.
8468         (do_we_trust_pre): Ditto.
8469         (check_signatures_trust): Ditto.
8471         * build-packet.c (hash_public_key): Fix for ancient g10 keys.
8473         * mainproc.c (do_proc_packets): Return EOF if no data has been read.
8474         * g10.c (main): Catch errors for default operation.
8476 Thu Apr 29 12:29:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8478         * sign.c (sign_file): Fixed hashing in case of no subpackets.
8479         (clearsign_file): Ditto.
8480         (make_keysig_packet): Ditto.
8482 Wed Apr 28 13:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8484         * keyedit.c (keyedit_menu): Add new command revkey.
8485         * (menu_revkey): New.
8488 Mon Apr 26 17:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8490         * parse-packet.c (parse_signature): Add the MDC hack.
8491         * build-packet.c (do_signature): Ditto.
8492         * free-packet.c (free_seckey_enc,copy_signature,cmp_signatures): Ditto.
8493         * mainproc.c (do_check_sig): Ditto.
8494         * sig-check.c (mdc_kludge_check): New.
8495         * encode.c (encrypt_mdc_file): New.
8497         * keyedit.c (check_all_keysigs): List revocations.
8498         * (menu_revsig): New.
8499         * sign (make_keysig_packet): Support for class 0x30.
8501 Sun Apr 18 20:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8503         * pkclist.c (select_algo_from_prefs): Fixed the case that one key
8504         has no preferences (Remi Guyomarch).
8506         keylist.c (list_keyblock): ulti_hack to propagate trust to all uids.
8508 Sun Apr 18 10:11:28 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8510         * seckey-cert.c (do_check): Use real IV instead of a 0 one, so that
8511         it works even if the length of the IV doesn't match the blocksize.
8512         Removed the save_iv stuff.
8513         (protect_secret_key): Likewise.  Create the IV here.
8514         * packet.h (PKT_secret_key): Increased size of IV field and add a
8515         ivlen field.
8516         * parse-packet.c (parse_key): Use the len protect.ivlen.
8517         * build-packet.c (do_secret_key). Ditto.
8519         * getkey.c (key_byname): Close keyblocks.
8521         * Makefile.am (gpgm): Removed this
8522         * g10.c: Merged gpg and gpgm
8524         * import.c (import): Utilize option quiet.
8525         * tdbio.c (tdbio_set_dbname): Ditto.
8526         * ringedit.c (add_keyblock_resource,keyring_copy): Ditto.
8528         * keyedit.c (sign_uids): Add some batch support.
8530         * g10.c (main): add call to tty_batchmode.
8532 Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8534         * status.c (write_status_text): Some more status codes.
8535         * passphrase_to_dek (passphrase_to_dek): add a status code.
8536         * seckey_cert.c (check_secret_key): Likewise.
8538         * encr-data.c (decrypt_data): Reverse the last changes
8539         * cipher.c (write_header): Ditto.
8541         * parse-packet.c (parse_key): Dropped kludge for ancient blowfish mode.
8543 Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8545         * mainproc.c (proc_encrypted): Add a new status output
8546         * passphrase.c (passphrase_to_dek): Ditto.
8547         * status.h status.c: Add new status tokens.
8549 Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8551         * encr-data.c (decrypt_data): Fixes for 128 bit blocksize
8552         * cipher.c (write_header): Ditto.
8553         * seckey-cert.c (do_check): Ditto.
8554         (protect_secret_key). Ditto.
8555         * misc.c (print_cipher_algo_note): Twofish is now a standard algo.
8557         * keygen.c (do_create): Fixed spelling (Gaël Quéri)
8558         (ask_keysize): Only allow keysizes up to 4096
8560         * ringedit.c (add_keyblock_resource): chmod newly created secrings.
8562         * import.c (delete_inv_parts): Fixed accidently deleted subkeys.
8564 Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
8566         * armor.c: Removed duped include (John Bley)
8567         * mainproc.c: Ditto.
8569         * build-packet.c (hash_public_key): Fixed hashing of the header.
8571         * import.c (delete_inv_parts): Allow import of own non-exportable sigs.
8573 Sat Mar 20 13:59:47 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8575         * armor.c (fake_packet): Fix for not not-dash-escaped
8577 Sat Mar 20 11:44:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8579         * g10.c (main): Added command --recv-keys
8580         * hkp.c (hkp_import): New.
8582 Wed Mar 17 13:09:03 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8584         * trustdb.c (check_trust): add new arg add_fnc and changed all callers.
8585         (do_check): Ditto.
8586         (verify_key): Ditto.
8587         (propagate_validity): Use the new add_fnc arg.
8588         (print_user_id): Add the FILE arg.
8589         (propagate_ownertrust): New.
8590         * pkclist.c (add_ownertrust_cb): New and changed the add_ownertrust
8591         logic.
8593         * getkey.c (get_keyblock_bylid): New.
8594         * trustdb.c (print_uid_from_keyblock): New.
8595         (dump_tn_tree_with_colons): New.
8596         (list_trust_path): Add colon print mode.
8598         * trustdb.c (insert_trust_record): Always use the primary key.
8600         * encode.c (encode_simple): Added text_mode filter (Rémi Guyomarch)
8601         (encode_crypt): Ditto.
8603         * mainproc.c (proc_pubkey_enc): Added status ENC_TO.
8604         * armor.c (armor_filter): Added status NODATA.
8605         * passphrase.c (passphrase_to_dek): Always print NEED_PASSPHRASE
8606         * seckey_cert.c (check_secret_key): Added BAD_PASS status.
8608         * g10.c (main): Set g10_opt_homedir.
8610 Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8612         * keygen.c (do_create): Changed wording of the note (Hugh Daniel)
8614 Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8616         * tdbdump.c: New
8618         * trustdb.c (walk_sigrecs,do_list_sigs,list_sigs,
8619         list_records,list_trustdb,export_ownertrust,import_ownertrust): Moved
8620         to tdbdump.c
8621         (init_trustdb): renamed to setup_trustdb.  Changed all callers.
8622         (do_init_trustdb): renamed to init_trustdb().
8623         * trustdb.c (die_invalid_db): replaced by tdbio_invalid.
8624         * tdbio.c (tdbio_invalid): New.
8626         * import.c (delete_inv_parts): Skip non exportable signatures.
8627         * keyedit.c (sign_uid_mk_attrib): New.
8628         (sign_uids): Add the local argument.
8629         (keyedit_menu): New "lsign" command.
8630         * trustdb.c (register_trusted_key): Removed this and all related stuff.
8631         * g10.c (oTrustedKey): Removed option.
8633         * tdbio.h (dir.valcheck): New trustdb field.
8634         * tdbio.c: Add support for this field
8635         (tdbio_read_modify_stamp): New.
8636         (tdbio_write_modify_stamp): New.
8637         * trustdb.c (do_check): Check against this field. Removed cache update.
8638         (verify_key): Add cache update.
8639         (upd_uid_record): Some functional changes.
8640         (upd_cert_record): Ditto
8642 Wed Mar 10 11:26:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8644         * keylist.c (list_keyblock): Fixed segv in uid. Print 'u' as
8645         validity of sks.
8647 Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8649         * getkey.c (classify_user_id): Add new mode 12 (#<lid>).
8651         * seckey-cert.c (check_secret_key): replaced error by info.
8653         * trustdb.c (query_trust_info): Add another arg, changed all callers.
8654         (check_trust): Ditto.
8655         (do_check): Ditto.
8656         (verify_key): Handle namehash.
8657         * keylist.c (list_keyblock): print trust info for user ids.
8659         * sig-check.c (signature_check): Add sig-created to status output.
8661 Tue Mar  2 16:44:57 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8663         * textfilter.c (copy_clearsig_text): New.
8664         (clearsign): Removed.
8665         * sign.c (clearsign_file): does not use textfiler anymore.
8667         * keygen.c (ask_user_id): print a note about the used charset.
8669 Tue Mar  2 10:38:42 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8671         * sig-check.c (signature_check): sig-id now works for all algos.
8673         * armor.c (armor_filter): Fixed armor bypassing.
8675 Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8677         * keygen.c (ask_user_id): Don't change the case of email addresses.
8678         (has_invalid_email_chars): Adjusted.
8680         * keylist.c (list_one): Really list serect keys (Remi Guyomarch)
8682         * keyedit.c (menu_select_uid): Add some braces to make egcs happy.
8683         (menu_select_key): Ditto.
8685         * mainproc.c (do_proc_packets): List sym-enc packets (Remi Guyomarch)
8687 Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8689         * pkclist.c (build_pk_list): Return error if there are no recipients.
8691         * sig-check.c (signature_check): New signature id feature.
8692         * armor.c (make_radic64_string): New.
8694         * mainproc.c (proc_pubkey_enc): early check for seckey availability.
8696         * pkclist.c (do_we_trust_pre): print user id before asking.
8698         * ringedit.c (add_keyblock_resource,get_keyblock_handle): Cleaner
8699         handling of default resource.
8702 Thu Feb 25 18:47:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8704         * pkclist.c (algo_available): New.
8705         (select_algo_from_prefs): Check whether algo is available.
8707         * ringedit.c (keyring_copy): Take care of opt.dry_run.
8708         (do_gdbm_store): Ditto.
8709         * openfile.c (open_outfile). Ditto.
8710         (copy_options_file): Ditto.
8711         * trustdb.c (update_trustdb): Ditto.
8712         (clear_trust_checked_flag): Ditto.
8713         (update_trust_record): Ditto.
8714         (insert_trust_record): Ditto.
8716 Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8718         * keylist.c (secret_key_list): Now really list the secret key.
8720         * trustdb.c (do_init_trustdb): New. Init is now deferred.
8722 Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8724         * getkey.c (lookup_sk): Return G10ERR_NO_SECKEY and not x_PUBKEY.
8726 Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8728         * pkclist.c (select_algo_from_prefs): retrieve LID if not there.
8730         * armor.c (fake_packet): Replaced ugly lineending handling.
8732         * g10.c (oNoEncryptTo): New.
8733         * pkclist.c (build_pk_list): Implemented this option.
8735         * g10.c (main): Greeting is now printed to stderr and not to tty.
8736         Use add_to_strlist() instead of direct coding.
8738         * import.c (import): Use iobuf_push_filter2.
8740         * mainproc.c (check_sig_and_print): Print all user ids
8741         for good signatures.
8742         * getkey.c (get_pubkeyblock): New.
8744         * import.c (chk_self_sigs): Fixed SEGV for unbounded class 0x18 keys.
8745         (delete_inv_parts): Delete special marked packets.
8747 Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8749         * g10.c (main): New option --encrypt-to
8751         * pkclist.c (build_pk_list): Implemented encrypt-to.
8753         * parse-packet.c (parse_user_id): Removed the hack to work with
8754         utf-8 strings.
8756         * g10.c (main): Install lockfile cleanup handler.
8757         * tdbio.c (cleanup): Removed: this is now handled by dotlock.
8759 Sat Feb 13 14:13:04 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8761         * tdbio.c (tdbio_set_dbname): Init lockhandle for a new trustdb
8763 Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8765         * g10.c (main): check for development version now in configure
8767         * tdbio.c (tdbio_write_record): Add uid.validity
8768         (tdbio_read_record) : Ditto.
8769         (tdbio_dump_record) : Ditto.
8771         * keygen.c (keygen_add_std_prefs): Replaced Blowfish by Twofish,
8772         removed MD5 and Tiger.
8773         * pubkey-enc.c (get_it): Suppress warning about missing Blowfish
8774         in preferences in certain cases.
8776         * ringedit.c (lock_rentry,unlock_rentry): New.
8778         * getkey.c (key_byname): Pass ret_kb down to lookup_xx.
8780         * armor.c (armor_filter): No output of of empty comment lines.
8781         Add option --no-version to suppress the output of the version string.
8783         * getkey.c: Release the getkey context for auto context variables.
8785 Sun Jan 24 18:16:26 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8787         * getkey.c: Changed the internal design to allow simultaneous
8788         lookup of multible user ids
8789         (get_pubkey_bynames): New.
8790         (get_seckey_bynames): New.
8791         (get_seckey_next): New.
8792         (get_seckey_end): New.
8793         * keylist.c (list_one): Use the new functions.
8795         * keylist.c (list_keyblock): add a newline for normal listings.
8797         * g10.c (--recipient): New option name to replace --remote-user
8800 Wed Jan 20 18:59:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8802         * textfilter.c: Mostly rewritten
8803         * plaintext.c (handle_plaintext): Use now text_filter semantics.
8805 Tue Jan 19 19:34:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8807         * export.c (export_pubkeys_stream): New.
8808         (do_export_stream): New.
8809         * g10.c (aSendKeys): New command.
8810         * hkp.c (hkp_export): New.
8812         * compress.c (do_uncompress): Hack for algo 1 and 1.1.3
8814 Sun Jan 17 11:04:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8816         * textfilter.c (text_filter): Now uses iobuf_read_line().
8817         (read_line): Removed.
8819         * armor.c (trim_trailing_spaces): Removed and replaced
8820         by trim_trailing_ws from libutil
8822 Sat Jan 16 12:03:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8824         * hkp.c (hkp_ask_import): Use only the short keyid
8826 Sat Jan 16 09:27:30 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8828         * import.c (import_key_stream): New
8829         (import): New, moved most of import_keys here.
8830         * g10.c: New option --keyserver
8831         * mainproc.c (check_sig_and_print): Hook to import a pubkey.
8833         * pref.c pref.h : Removed
8835         * hkp.c hkp.h: New
8837 Wed Jan 13 14:10:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8839         * armor.c (radix64_read): Print an error if a bad armor was detected.
8841 Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8843         * armor.c (radix64_read): Now handles malformed armors produced
8844         by some buggy MUAs.
8846 Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8848         * ringedit.c (find_keyblock_bysk): New.
8850         * skc_list.c (is_insecure): New.
8851         (build_sk_list): usage check for insecure keys.
8853         * import.c (chk_self_sigs): Add handling for subkeys.
8854         (delete_inv_parts): Skip unsigned subkeys
8856         * sig-check.c (do_check): Print info if the signature is older
8857         than the key.
8858         * keygen.c (generate_subkeypair): Fail on time warp.
8859         * sign.c (do_sign): Ditto.
8861 Sun Jan 10 15:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8863         * armor.c (fake_packet): Fixed not-dash-escaped bug.
8865 Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8867         * sig-check.c (do_check): Output time diff on error
8869         * status.c (STATUS_VALIDSIG): New.
8870         (is_status_enabled): New.
8871         * mainproc.c (check_sig_and_print): Issue that status message.
8873         * plaintext.c (special_md_putc): Removed
8875         * armor.c (armor_filter): print error for truncated lines.
8877         * free-packet.c (free_encrypted): Revomed call to set_block_mode.
8878         (free_plaintext): Ditto.
8880 Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
8882         * pkclist.c (add_ownertrust): Fixed return value.
8884         * encr-data.c (decrypt_data): Disabled iobuf_set_limit and
8885         iobuf_pop_filter stuff.
8886         * compress.c (handle_compressed): Disabled iobuf_pop_filter.
8888         * packet.h (PKT_secret_key): Add is_primary flag.
8889         * parse-packet.c (parse_key): Set this flag.
8890         * passphrase.c (passphrase_to_dek): Kludge to print the primary
8891         keyid - changed the API: keyid must now hold 2 keyids.
8892         * getkey.c (get_primary_seckey): New.
8893         * seckey-cert.c (do_check): pass primary keyid to passphrase query
8895         * tbdio.c (open_db): removed the atexit
8896         (tdbio_set_dbname): and moved it to here.
8898         * armor.c: Rewrote large parts.
8900 Tue Dec 29 19:55:38 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8902         * revoke.c (gen_revoke): Removed compression.
8904         * pkclist.c (do_we_trust_pre): special check for revoked keys
8906         * trustdb.c (update_trust_record): Fixed revoke flag.
8908 Tue Dec 29 14:41:47 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8910         * misc.c (disable_core_dumps): Check for EINVAL (Atari)
8912         * getkey (merge_one_pk_and_selfsig): Fixed search of expiredate.
8913         (merge_keys_and_selfsig): Ditto.
8915         * free-packet.c (cmp_public_keys): cmp expire only for v3 packets
8916         (cmp_secret_keys): Ditto.
8917         (cmp_public_secret_key): Ditto.
8919 Wed Dec 23 17:12:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8921         * armor.c (find_header): Reset not_dashed at every header
8923 Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8925         * pkclist.c (add_ownertrust): Refresh validity values.
8927         * trustdb.c (enum_cert_paths_print): New arg refresh.
8929         * ringedit.c: Fixed problems fix keyrings
8930         * parse-packet.c (dbg_parse_packet): New debug functions.
8932         * getkey.c (getkey_disable_caches): New.
8933         * import.c (import_keys): Disable caches.
8935 Thu Dec 17 18:31:15 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8937         * misc.c (trap_unaligned): Only for glibc 1
8939         * sign.c (write_dash_escaped): Now escapes "From " lines
8940         * g10.c: New option --escape-from-lines
8942         * trustdb.c (sort_tsl_list): New
8943         (list_trust_path): Now prints sorted list.
8944         (enum_cert_paths): Likewise.
8945         (enum_cert_paths_print): New.
8946         (print_paths): New printing format.
8947         * pkclist.c (add_ownertrust): New arg quit.
8948         (edit_ownertrust): New quit selection and does not query
8949         the recipients ownertrust anymore.
8950         (add_ownertrust): Print the ceritficate path.
8953 Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8955         * parse-packet.c (parse_signature): Now checks for critical bit
8956         (parse_sig_subpkt): Splitted.
8957         (parse_one_sig_subpkt): New.
8958         * sig-check.c (do_check): handle critical bit.
8960 Sun Dec 13 14:10:56 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8962         * pcklist.c (select_algo_from_prefs): Preferences should
8963         now work (lost the != ? )
8965 Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8967         * ringedit.c (gdbm_store): Fix for inserts
8969         * g10.c (main): New option --export-all
8970         * export.c (export_pubkeys): New arg.
8971         (do_export): Now may skip old keys.
8973         * status.c: Minor patches for Sun's cc
8975         * keygen.c (ask_algo): Disabled v3 ElGamal choice, rearranged
8976          the numbers.  Add a warning question when a sign+encrypt key
8977          is selected.
8979         * g10.c (do_not_use_RSA): Removed.
8980         * misc.c (print_pubkey_algo_note): New as replacement for the
8981         do_not_use_RSA() and chnaged all callers.
8982         (print_cipher_algo_note): New.
8983         (print_hash_algo_note): New.
8985         * cipher.c (write_header): Add a call to print_cipher_algo_note.
8986         * seckey-cert.c (protect_secret_key): Ditto
8987         * sign.c (do_sign): Add a call to print_digest_algo_note.
8989         * getkey.c (get_long_user_id_string): New.
8990         * mainproc.c (check_sig_and_print): Changed the format of the
8991         status output.
8993         * encrypt.c (write_pubkey_enc_from_list): print used symmetric cipher.
8995         * pkclist.c (do_we_trust): Changed a message.
8997 Wed Dec  9 13:41:06 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8999         * misc.c (trap_unaligned) [ALPHA]: Only if UAC_SIGBUS is defined.
9001         * sign.c (write_dash_escaped): Add the forgotten patch by Brian Moore.
9003         * compress.c (do_uncompress): Fixed the inflating bug.
9006 Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9008         * trustdb.c (upd_uid_record): Now uses the newest self-signature
9009         (insert_trust_record): Now calls update with recheck set to true.
9010         (register_trusted_key): New.
9011         (verify_own_keys): Enhanced by list of trusted keys.
9013         * g10.c (main): Print a warning when a devel version is used.
9014         (main): New option --trusted-key
9016         * import.c (merge_blocks): Fixed merging of new user ids and
9017         added merging of subkeys.
9018         (append_uid): Ditto.
9019         (merge_keysig): New.
9020         (append_key): New.
9021         * getkey.c (merge_one_pk_and_selfsig): Get the expiration time
9022         from the newest self-signature.
9023         (merge_keys_and_selfsig): Ditto.
9025         * free-packet.c (cmp_secret_key): New.
9028 Fri Nov 27 21:37:41 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9030         * g10.c: New option --lock-once
9031         * tdbio.c (open_db): Add an atexit
9032         (cleanup): New.
9033         (tdbio_sync): Add locking.
9034         (tdbio_end_transaction): Ditto.
9035         (put_record_into_cache): Ditto.
9036         * ringedit.c (keyring_copy): Ditto.
9037         (cleanup): New.
9038         (add_keyblock_resource): Add an atexit.
9040 Fri Nov 27 15:30:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9042          * armor.c (find_header): Another fix for clearsigs.
9044 Fri Nov 27 12:39:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
9047         * status.c (display_help): Removed.
9048         * helptext.c: New and removed the N_() from all cpr_gets.
9051 Fri Nov 20 16:54:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9053         * g10.c (main): New option --not-dash-escaped
9054         * sign.c (write_dashed_escaped): Ditto.
9055         * armor.c (find_header): Support for NotDashEscaped header.
9057         * getkey.c: print "disabled cache.." only if verbose is used.
9059 Thu Nov 19 07:17:31 1998  Werner Koch  <werner.koch@guug.de>
9061         * parse-packet.c (dump_sig_subpkt): Fixed expire listing
9062         * getkey.c (merge_keys_and_selfsig): Fixed expire calculation.
9063         (merge_one_pk_and_selfsig): Ditto.
9064         * keyedit.c (menu_expire). Ditto.
9065         * keygen.c (keygen_add_key_expire): Ditto.
9066         (ask_expire_interval): New and changed all local function to use
9067         this instead.
9068         (keygen_add_key_expire): Opaque should now be a public key;
9069         changed all callers.
9071         * parse.packet.c (parse): use skip_rest to skip packets.
9073         * keyedit.c (keyedit_menu): New arg for cmdline cmds.
9075 Wed Nov 18 20:33:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
9077         * trustdb.c (check_trustdb): Now rechecks all gived userids.
9078         (collect_paths): Some fixes.
9079         (upd_pref_records): Skips empty items, evaluate all items.
9081         * parse-packet.c (dump_sig_subpkt): Better listing of prefs.
9082         (skip_packet): Now knows about marker packet
9084         * g10.c: removed cmd "--edit-sig".
9086         * pubring.asc: Updated.
9088 Sat Nov 14 14:01:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
9090         * g10.c (main): Changed syntax of --list-trust-path
9091         * trustdb.c (list_trust_path): Replaced max_depth by
9092         opt.max_cert_depth
9094 Fri Nov 13 07:39:58 1998  Werner Koch  <werner.koch@guug.de>
9096         * trustdb.c (collect_paths): Removed a warning message.
9097         (enum_trust_web): Removed.
9098         (enum_cert_paths): New.
9099         * pkclist.c (add_ownertrust): Changed to use enum_cert_paths.
9100         (edit_ownertrust): Now list ceritficates on request.
9101         (show_paths): New.
9103 Wed Nov 11 18:05:44 1998  Werner Koch  <werner.koch@guug.de>
9105         * g10.c (main): New option --max-cert-depth
9106         * tdbio.h: add new fields to ver and dir record.
9107         * tdbio.c: read/write/dump of these fields.
9108         (tdbio_db_matches_options): New.
9109         * trustdb.c: replaced MAC_CERT_DEPTH by opt.max_cert_depth.
9110         (do_check): cache validity and changed other functions
9111         to reset the cached value.
9113         * keylist.c (list_one): Now lists the ownertrust.
9114         * mainproc.c (list_node): Ditto.
9116 Tue Nov 10 10:08:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9118         * g10.c (g10_exit): Now looks at the new g10_errors_seen.
9119         * mainproc.c (check_sig_and_print): Sets g10_errors_seen.
9121         * *.c : i18n many more strings.
9123         * ringedit.c (locate_keyblock_by_keyid): Add HAVE_LIBGDBM
9124         (locate_keyblock_by_fpr): Ditto.
9126         * g10.c (main): removed unsused "int errors".
9127         (main): Add new option --charset.
9129         * g10.c (main): special message for the unix newbie.
9131 Mon Nov  9 07:17:42 1998  Werner Koch  <werner.koch@guug.de>
9133         * getkey.c (finish_lookup): Kludge to prefere algo 16.
9135         * trustdb.c (new_lid_table): Clear cached item.
9137         * status.c (cpr_get_utf8): New.
9138         * pkclist.c (build_pk_list): Uses this.
9140 Sun Nov  8 17:20:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9142         * mainproc.c (check_sig_and_print): Why did I use strlen()-1
9143         in the printf? - This truncated the TZ.
9145 Sat Nov  7 15:57:28 1998  me,,,  (wk@tobold)
9147         * getkey.c (lookup): Changes to support a read_next.
9148         (get_pubkey): Fixed a memory leak.
9150         * keylist.c (list_one): Now lists all matching user IDs.
9152 Tue Nov  3 16:19:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9154         * keygen.c (ask_user_id): Now converted to UTF-8
9156         * g10.c (main): Kludge for pgp clearsigs and textmode.
9158 Fri Oct 30 16:40:39 1998  me,,,  (wk@tobold)
9160         * signal.c (block_all_signals): New.
9161         (unblock_all_signals): New
9162         * tdbio.c (tdbio_end_transaction): Now blocks all signals.
9164         * trustdb.c (new_lid_table): Changed the representation of the
9165         former local_lid_info stuff.
9167         * trustdb.c (update_trust_record): Reorganized the whole thing.
9168         * sig-check.c (check_key_signature): Now handles class 0x28
9171 Wed Oct 28 18:56:33 1998  me,,,  (wk@tobold)
9173         * export.c (do_export): Takes care of the exportable sig flag.
9175 Tue Oct 27 14:53:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9177         * trustdb.c (update_trust_record): New "fast" parameter.
9179 Sun Oct 25 19:32:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
9181         * openfile.c (copy_options_File): New.
9182         * ringedit.c (add_keyblock_resource): Creates options file
9183         * tdbio.c (tdbio_set_dbname): Ditto.
9185 Sat Oct 24 14:10:53 1998  brian moore <bem@cmc.net>
9187         * mainproc.c (proc_pubkey_enc): Don't release the DEK
9188         (do_proc_packets): Ditto.
9190 Fri Oct 23 06:49:38 1998  me,,,  (wk@tobold)
9192         * keyedit.c (keyedit_menu): Comments are now allowed
9194         * trustdb.c: Rewrote large parts.
9197 Thu Oct 22 15:56:45 1998  Michael Roth  (mroth@nessie.de)
9199         * encode.c: (encode_simple): Only the plain filename without
9200         a given directory is stored in generated packets.
9201         (encode_crypt): Ditto.
9203         * sign.c: (sign_file) Ditto.
9206 Thu Oct 22 10:53:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
9208         * trustdb.c (update_trust_record): Add new optional arg.
9210         * import.c (import_keys): Add statistics output
9211         * trustdb.c (update_trustdb): Ditto.
9212         (insert_trustdb): Ditto.
9214         * tdbio.c (tdbio_begin_transaction): New.
9215         (tdbio_end_transaction): New.
9216         (tdbio_cancel_transaction): New.
9218         * g10.c (main): New option --quit.
9220         * trustdb.c (check_hint_sig): No tests for user-id w/o sig.
9221         This caused an assert while checking the sigs.
9223         * trustdb.c (upd_sig_record): Splitted into several functions.
9225         * import.c (import_keys): New arg "fast".
9226         * g10.c (main): New command --fast-import.
9228 Wed Oct 21 18:19:36 1998  Michael Roth <mroth@nessie.de>
9230         * ringedit.c (add_keyblock_resource): Directory is now created.
9231         * tdbio.c (tdbio_set_dbname): New info message.
9233 Wed Oct 21 11:52:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9235         * trustdb.c (update_trustdb): released keyblock in loop.
9237         * keylist.c (list_block): New.
9238         (list_all): Changed to use list_block.
9240         * trustdb.c: Completed support for GDBM
9242         * sign.c (only_old_style): Changed the way force_v3 is handled
9243         (sign_file): Ditto.
9244         (clearsign_file): Ditto.
9246         * keygen.c (has_invalid_email_chars): Splitted into mailbox and
9247         host part.
9249         * keylist.c (list_one): Add a merge_keys_and_selfsig.
9250         * mainproc.c (proc_tree): Ditto.
9252 Sun Oct 18 11:49:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9254         * sign.c (only_old_style): Add option force_v3_sigs
9255         (sign_file): Fixed a bug in sig->version
9256         (clearsign_file): Ditto.
9258         * parse-packet.c (dump_sig_subpkt): New
9260         * keyedit.c (menu_expire): New.
9261         * free-packet.c (cmp_signatures): New
9264 Sat Oct 17 10:22:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9266         * armor.c: changed output line length from 72 to 64.
9268         * keyedit.c (fix_keyblock): New.
9270 Fri Oct 16 10:24:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
9272         * trustdb.c: Rewrote most.
9273         * tdbio.c: Add cache and generalized hash tables.
9275         * options.h (ENABLE_COMMENT_PACKETS): New but undef'ed.
9276         * encode.c, sign.c, keygen.c: Disabled comment packets.
9277         * export.c (do_export): Comment packets are never exported,
9278         except for those in the secret keyring.
9280         * g10.c (main): Removed option do-no-export-rsa; should be
9281         be replaced by a secpial tool.
9282         * export.c (do_export): Removed the code for the above option.
9284         * armor.c (find_header): Support for new only_keyblocks.
9285         * import.c (import_keys): Only looks for keyblock armors.
9287         * packet.h: replaced valid_days by expiredate and changed all users.
9288         * build-packet.c (do_public_key): calculates valid-days
9289         (do_secret_key): Ditto.
9290         * parse-packet.c (parse_key): expiredate is calucated from the
9291         valid_period in v3 packets.
9292         * keyid.c (do_fingerprint_md): calculates valid_dates.
9294         * keygen.c (add_key_expire): fixed key expiration time for v4 packets.
9296         * armor.c (find_header): A LF in the first 28 bytes
9297         was skipped for non-armored data.
9299 Thu Oct  8 11:35:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
9301         * armor.c (is_armored): Add test on old comment packets.
9303         * tdbio.c (tdbio_search_dir_bypk): fixed memory leak.
9305         * getkey.c: Changed the caching algorithms.
9307 Wed Oct  7 19:33:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9309         * kbnodes.c (unused_nodes): New.
9311 Wed Oct  7 11:15:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9313         * keyedit.c (sign_uids): Fixed a problem with SK which could caused
9314         a save of an unprotected key.
9315         (menu_adduid): Ditto.
9317         * keyedit.c (keyedit_menu): Prefs are now correctly listed for
9318         new user ids.
9320         * trustdb.c (update_trust_record): New.
9321         (insert_trust_record): Now makes use of update_trust_record.
9323 Tue Oct  6 16:18:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9325         * trustdb.c (read_record): replaces most of the tdbio_read_records.
9326         (write_record): Ditto.
9328 Sat Oct  3 11:01:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9330         * keygen.c (ask_alogo): enable ElGamal enc-only only for addmode.
9332 Wed Sep 30 10:15:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9334         * import.c (import_one): Fixed update of wrong keyblock.
9336 Tue Sep 29 08:32:08 1998  me,,,  (wk@tobold)
9338         * mainproc.c (proc_plaintext): Display note for special filename.
9339         * plaintext.c (handle_plaintext): Suppress output of special file.
9341 Mon Sep 28 12:57:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
9343         * g10.c (verify_own_keys): Add warning if a key is not protected.
9345         * passphrase (hash_passphrase): Fixed iterated+salted mode and
9346         setup for keysizes > hashsize.
9348         * g10.c (main): New options: --s2k-{cipher,digest,mode}.
9350 Fri Sep 25 09:34:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
9352         * g10.c: Chnaged some help texts.
9354 Tue Sep 22 19:34:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9356         * passphrase.c (read_passphrase_from_fd): fixed bug for long
9357         passphrases.
9359 Mon Sep 21 11:28:05 1998  Werner Koch  (wk@(none))
9361         * getkey.c (lookup): Add code to use the sub key if the primary one
9362         does not match the usage.
9364         * armor.c (armor_filter): New error message: no valid data found.
9365         (radix64_read): Changes to support multiple messages.
9366         (i18n.h): New.
9367         * mainproc.c (add_onepass_sig): bug fix.
9369 Mon Sep 21 08:03:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9371         * pkclist.c (do_we_trust): Add keyid to most messages.
9373         * passphrase.c (read_passphrase_from_fd): New.
9374         (have_static_passphrase): New
9375         (get_passphrase_fd): Removed.
9376         (set_passphrase_fd): Removed.
9377         * g10.c (main): passphrase is now read here.
9379         * keyedit.c (keyedit_menu): "help" texts should now translate fine.
9381 Mon Sep 21 06:40:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
9383         * encode.c (encode_simple): Now disables compression
9384         when --rfc1991 is used.
9385         (encode_crypt): Ditto.
9387 Fri Sep 18 16:50:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
9389         * getkey.c (merge_key_and_selfsig): New.
9391 Fri Sep 18 10:20:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
9393         * pkclist.c (select_algo_from_prefs): Removed 3DES kludge.
9395         * seskey.c (make_session_key): Fixed SERIOUS bug introduced
9396         by adding the weak key detection code.
9398         * sign.c (sign_file): Changed aremor header in certain cases.
9400 Tue Sep 15 17:52:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
9402         * mainproc.c (check_sig_and_print): Replaced ascime by asctimestamp.
9404 Mon Sep 14 11:40:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9406         * seskey.c (make_session_key): Now detects weak keys.
9408         * trustdb (clear_trust_checked_flag): New.
9410         * plaintext.c (handle_plaintext): Does no anymore suppress CR from
9411         cleartext signed messages.
9413 Sun Sep 13 12:54:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
9415         * trustdb.c (insert_trust_record): Fixed a stupid bug in the free
9416         liunked list loops.
9418 Sat Sep 12 15:49:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9420         * status.c (remove_shmid): New.
9421         (init_shm_comprocess): Now sets permission to the real uid.
9423 Wed Sep  9 11:15:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9425         * packet.h (PKT_pubkey_enc): New flah throw_keyid, and add logic to
9426         implement it.
9427         * g10.c (main): New Option --throw-keyid
9429         * getkey.c (enum_secret_keys): Add new ar and changed all callers.
9431 Tue Sep  8 20:04:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
9433         * delkey.c (delete_key): Moved from keyedit.c.
9435 Mon Sep  7 16:37:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
9437         * build-packet.c (calc_length_header): New arg new_ctb to correctly
9438         calculate the length of new style packets.
9440         * armor.c (is_armored): Checks for symkey_enc packets.
9442         * pkclist.c (select_algo_from_prefs): 3DEs substitute is now CAST5.
9444 Tue Aug 11 17:54:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
9446         * build-packet.c (do_secret_key): Fixed handling of old keys.
9448         * getkey.c (compare_name): Fixed exact and email matching
9450         * openfile.c (open_outfile): Changed arguments and all callers.
9452 Tue Aug 11 09:14:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
9454         * encode.c (encode_simple): Applied option set-filename and comment.
9455         (encode_crypt): Ditto.
9456         * sign.c (sign_file): Ditto.
9457         * armor.c (armor_filter): Applied option comment.
9459         * encode.c (encode_crypt): Moved init_packet to the begin.
9460         (encode_simple): add an init_packet().
9462         * comment (write_comment): Now enforces a hash sign as the 1st byte.
9464         * import.c (import_one): Add explanation for "no user ids".
9466         * compress.c (do_uncompress): Applied Brian Warner's patch to support
9467         zlib 1.1.3 etc.
9469         * trustdb.c (check_trust): Fixed a problem after inserting new keys.
9471         * getkey (lookup): do not return the primary key if usage is given
9472         (lookup_sk): Ditto and take usage into account.
9474         * status.c (cpr_get_answer_is_yes): add display_help.
9476 Mon Aug 10 10:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9478         * getkey.c (lookup_sk): Now always returns the primary if arg
9479         primary is true.
9480         (lookup): Likewise.
9481         (get_pubkey_byname): Now returns the primary key
9482         (get_seckey_byname): Ditto.
9485 Mon Aug 10 08:34:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9487         * keyid.c (pubkey_letter): ELG_E is now a small g.
9489 Sat Aug  8 17:26:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
9491         * openfile (overwrite_filep): Changed semantics and all callers.
9493 Sat Aug  8 12:17:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
9495         * status.c (display_help): New.
9497 Thu Aug  6 16:30:41 1998  Werner Koch,mobil,,,  (wk@tobold)
9499         * seskey.c (encode_session_key): Now uses get_random_bits().
9501 Thu Aug  6 07:34:56 1998  Werner Koch,mobil,,,  (wk@tobold)
9503         * ringedit.c (keyring_copy): No more backupfiles for
9504         secret keyrings and add additional warning in case of
9505         a failed secret keyring operation.
9507 Wed Aug  5 11:54:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
9509         * g10.c (check_opts): Moved to main.  Changed def_cipher_algo
9510         semantics and chnaged all users.
9512         * pubkey-enc.c (get_sssion_key): New informational output
9513         about preferences.
9515         * parse-packet.c (parse_symkeyenc): Fixed salted+iterated S2K
9516         (parse_key): Ditto.
9517         * build-packet.c (do_secret_key): Ditto.
9518         (do_symkey_enc): Ditto.
9520 Tue Aug  4 08:59:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
9522         * getkey.c (enum_secret_keys): Now returns only primary keys.
9524         * getkey (lookup): Now sets the new namehash field.
9526         * parse-packet.c (parse_sig_subpkt2): New.
9528         * sign.c (sign_file): one-pass sigs are now emiited reverse.
9529         Preference data is considered when selecting the compress algo.
9531 Wed Jul 29 12:53:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9533         * free-packet.c (copy_signature): New.
9535         * keygen.c (generate_subkeypair): rewritten
9536         * g10.c (aKeyadd): Removed option --add-key
9538 Mon Jul 27 10:37:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9540         * seckey-cert.c (do_check): Additional check on cipher blocksize.
9541         (protect_secret_key): Ditto.
9542         * encr-data.c: Support for other blocksizes.
9543         * cipher.c (write_header): Ditto.
9545 Fri Jul 24 16:47:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9547         * kbnode.c (insert_kbnode): Changed semantics and all callers.
9548         * keyedit.c : More or less a complete rewrite
9550 Wed Jul 22 17:10:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9552         * build-packet.c (write_sign_packet_header): New.
9554 Tue Jul 21 14:37:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
9556         * import.c (import_one): Now creates a trustdb record.
9558         * g10.c (main): New command --check-trustdb
9560 Mon Jul 20 11:15:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
9562         * genkey.c (generate_keypair): Default key is now DSA with
9563         encryption only ElGamal subkey.
9565 Thu Jul 16 10:58:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9567         * keyid.c (keyid_from_fingerprint): New.
9568         * getkey.c (get_pubkey_byfprint): New.
9570 Tue Jul 14 18:09:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
9572         * keyid.c (fingerprint_from_pk): Add argument and changed all callers.
9573         (fingerprint_from_sk): Ditto.
9575 Tue Jul 14 10:10:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9577         * plaintext.c (handle_plaintext): Now returns create error if
9578         the file could not be created or the user responded not to overwrite
9579         the file.
9580         * mainproc.c (proc_plaintext): Tries again if the file could not
9581         be created to check the signature without output.
9583         * misc.c (disable_core_dumps): New.
9584         * g10.c (main): disable coredumps for gpg
9586         * g10.c (MAINTAINER_OPTIONS): New to disable some options
9588 Mon Jul 13 16:47:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
9590         * plaintext.c (hash_datafiles): New arg for better support of
9591         detached sigs. Changed all callers.
9592         * mainproc.c (proc_signature_packets): Ditto.
9594         * g10.c (main): New option "compress-sigs"
9595         * sig.c (sign_file): detached signatures are not anymore compressed
9596         unless the option --compress-sigs is used.
9598 Thu Jul  9 19:54:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
9600         * armor.c: Fixes to allow zero length cleartext signatures
9602 Thu Jul  9 14:52:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
9604         * g10.c (build_list): Now drops setuid.
9605         (main): Changed the way keyrings  and algorithms are registered .
9607 Wed Jul  8 14:17:30 1998  Werner Koch  (wk@isil.d.shuttle.de)
9609         * packet.h (PKT_public_key): Add field keyid.
9610         * parse-packet.c (parse_key): Reset the above field.
9611         * keyid.c (keyid_from_pk): Use above field as cache.
9613         * tdbio.c, tdbio.h: New
9614         * trustdb.c: Moved some functions to tdbio.c.
9615         (print_keyid): New.
9617         * pkclist.c (check_signatures_trust): New.
9619 Wed Jul  8 10:45:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9621         * plaintext.c (special_md_putc): New.
9622         (handle_plaintext): add clearsig argument
9623         * mainproc.c (proc_plaintext): detection of clearsig
9624         * sign.c (write_dased_escaped): Changed clearsig format
9626 Tue Jul  7 18:56:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
9628         * armor.c (find_header): Now makes sure that there is only one
9629         empty line for clearsigs, as this is what OP now says.
9631 Mon Jul  6 13:09:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
9633         * g10.c (main): New option default-secret-key
9634         * getkey.c (get_seckey_byname): support for this option.
9636 Mon Jul  6 09:03:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
9638         * getkey.c (add_keyring): Keyrings are now added to end of the
9639         list of keyrings.  The first added keyringwill be created.
9640         (add_secret_keyring): Likewise.
9642         * ringedit.c (add_keyblock_resource): Files are created here.
9644         * g10.c (aNOP): Removed
9646         * getkey.c (lookup): Add checking of usage for name lookups
9647         * packet.h (pubkey_usage): Add a field which may be used to store
9648         usage capabilities.
9649         * pkclist.c (build_pk_list): getkey now called with usage arg.
9650         * skclist.c (build_sk_list): Ditto.
9652         * sign.c (clearsign_file): Fixed "Hash:" headers
9654 Sat Jul  4 13:33:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
9656         * trustdb.c (list_ownertrust): New.
9657         * g10.c (aListOwnerTrust): New.
9659         * g10.c (def_pubkey_algo): Removed.
9661         * trustdb.c (verify_private_data): Removed and also the call to it.
9662         (sign_private_data): Removed.
9664 Fri Jul  3 13:26:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
9666         * g10.c (aEditKey): was aEditSig. Changed usage msg.
9668         * keyedit.c: Done some i18n stuff.
9670         * g10.c (do_not_use_RSA): New.
9671         * sign.c (do_sign): Add call to above function.
9672         * encode.c (write_pubkey_enc_from_list): Ditto.
9674 Thu Jul  2 21:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
9676         * parse-packet.c: Now is able sto store data of unknown
9677         algorithms.
9678         * free-packet.c: Support for this.
9679         * build-packet.c: Can write data of packet with unknown algos.
9681 Thu Jul  2 11:46:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9683         * parse-packet.c (parse): fixed 4 byte length header
9685 Wed Jul  1 12:36:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
9687         * packet.h (new_ctb): New field for some packets
9688         * build-packet.c (build_packet): Support for new_ctb
9689         * parse-packet.c (parse): Ditto.
9691 Mon Jun 29 12:54:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
9693         * packet.h: changed all "_cert" to "_key", "subcert" to "subkey".
9695         * free-packet.c (free_packet): Removed memory leak for subkeys.
9697 Sun Jun 28 18:32:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
9699         * import.c (import_keys): Renamed from import_pubkeys.
9700         (import_secret_one): New.
9702         * g10.c (aExportSecret): New.
9704         * export.c (export_seckeys): New.
9706         * parse-packet.c (parse_certificate): Cleaned up.
9707         (parse_packet): Trust packets are now considered as unknown.
9708         (parse_pubkey_warning): New.
9710 Fri Jun 26 10:37:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
9712         * keygen.c (has_invalid_email_chars): New.
9714 Wed Jun 24 16:40:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
9716         * armor.c (armor_filter): Now creates valid onepass_sig packets
9717         with all detected hash algorithms.
9718         * mainproc.c (proc_plaintext): Now uses the hash algos as specified
9719         in the onepass_sig packets (if there are any)
9721 Mon Jun 22 11:54:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
9723         * plaintext.c (handle_plaintext): add arg to disable outout
9724         * mainproc.c (proc_plaintext): disable output when in sigs_only mode.
9726 Thu Jun 18 13:17:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
9728         * keygen.c: Removed all rsa packet stuff, chnaged defaults
9729         for key generation.
9731 Sun Jun 14 21:28:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
9733         * misc.c (checksum_u16): Fixed a stupid bug which caused a
9734         wrong checksum calculation for the secret key protection and
9735         add a backward compatibility option.
9736         * g10.c (main): Add option --emulate-checksum-bug.
9738 Thu Jun 11 13:26:44 1998  Werner Koch  (wk@isil.d.shuttle.de)
9740         * packet.h: Major changes to the structure of public key material
9741         which is now stored in an array and not anaymore in a union of
9742         algorithm specific structures.  These is needed to make the system
9743         more extendable and makes a lot of stuff much simpler. Changed
9744         all over the system.
9746         * dsa.c, rsa.c, elg.c: Removed.
9748 Wed Jun 10 07:22:02 1998  Werner Koch,mobil,,,  (wk@tobold)
9750         * g10.c ("load-extension"): New option.
9752 Mon Jun  8 22:23:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
9754         * seckey-cert.c (do_check): Removed cipher constants
9755         (protect_secret_key): Ditto.
9757 Fri May 29 10:00:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9759         * trustdb.c (query_trust_info): New.
9760         * keylist.c (list_one): Add output of trust info
9761         * mainproc (list_node): ditto.
9762         * g10.c (main): full trustdb init if -with-colons and any of the
9763         key list modes.
9765 Thu May 28 10:34:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
9767         * status.c (STATUS_RSA_OR_IDEA): New.
9768         * sig-check.c (check_signature): Output special status message.
9769         * pubkey-enc.c (get_session_key): Ditto.
9771         * mainproc.c (check_sig_and_print): Changed format of output.
9772         * passpharse.c (passphrase_to_dek): Likewise.
9774 Wed May 27 13:46:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
9776         * g10.c (aListSecretKeys): New option --list-secret-keys
9777         * keylist.c (std_key_list): Renamed to public_key_list.
9778         (secret_key_list): New
9779         (list_one, list_all): Add support for secret keys.
9780         * getkey.c (get_secret_keyring): New.
9781         * mainproc.c (list_node): Add option --with-colons for secret keys
9783         * sig-check.c (check_key_signature): detection of selfsigs
9784         * mainproc.c (list_node): fixed listing.
9786         * g10.c (aListSecretKeys): New option --always-trust
9787         * pkclist.c (do_we_trust): Override per option added
9789         * status.c (write_status_text): Add a prefix to every output line.
9791 Wed May 27 07:49:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9793         * g10 (--compress-keys): New.
9794         * options.h (compress_keys): New.
9795         * export.c (export_pubkeys): Only compresses with the new option.
9797 Tue May 26 11:24:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9799         * passphrase.c (get_last_passphrase): New
9800         (set_next_passphrase): New.
9801         (passphrase_to_dek): add support for the above functions.
9802         * keyedit.c (make_keysig_packet): Add sigclass 0x18,
9803         changed all callers due to a new argument.
9804         * keygen.c (write_keybinding): New
9805         (generate_subkeypair): Add functionality
9806         (ask_algo, ask_keysize, ask_valid_days): Broke out of generate_keypair
9807         (ask_user_id, ask_passphrase): Ditto.
9809 Thu May 21 11:26:13 1998  Werner Koch  (wk@isil.d.shuttle.de)
9811         * g10.c,gpgd.c (main): Does now return an int, so that egcs does
9812         not complain.
9814         * armor.c (fake_packet): Removed erro message and add a noticed
9815         that this part should be fixed.
9817         * sign.c (sign_file): Compression now comes in front of encryption.
9818         * encode.c (encode_simple): Ditto.
9819         (encode_crypt): Ditto.
9821 Tue May 19 16:18:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
9823         * armor.c (fake_packet): Changed assertion to log_error
9825 Sat May 16 16:02:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
9827         * build-packet.c (build_packet): Add SUBKEY packets.
9829 Fri May 15 17:57:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
9831         * sign.c (hash_for): New and used in all places here.
9832         * main.h (DEFAULT_): new macros.
9833         * g10.c  (opt.def_digest_algo): Now set to 0
9835         * compress.c (init_compress): Add support for algo 1
9836         * options.h (def_compress_algo): New
9837         * g10.c (main): New option --compress-algo
9839 Fri May 15 13:23:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9841         * g10.c (print_mds): New feature to print only one hash,
9842         chnaged formatting.
9844 Thu May 14 15:36:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
9846         * misc.c (trap_unaligned) [__alpha__]: New
9847         * g10.c (trap_unaligned): Add call to this to track down SIGBUS
9848         on Alphas (to avoid the slow emulation code).
9850 Wed May 13 11:48:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
9852         * build-packet.c (do_signature): Support for v4 pakets.
9853         * keyedit.c (make_keysig_packet): Ditto.
9854         * build-packet.c (build_sig_subpkt_from_sig): New.
9855         (build_sig_subpkt): New.
9857         * elg.c (g10_elg_sign): removed keyid_from_skc.
9858         * dsa.c (g10_dsa_sign): Ditto.
9859         * rsa.c (g10_rsa_sign): Ditto.
9860         * keyedit.c (make_keysig_packet): Add call to keyid_from_skc
9862         * sign.c (clearsign_file): Support for v4 signatures.
9863         (sign_file): Ditto.
9865 Wed May  6 09:31:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
9867         * parse-packet.c (do_parse): add support for 5 byte length leader.
9868         (parse_subpkt): Ditto.
9869         * build-packet.c (write_new_header): Ditto.
9871         * packet.h (SIGSUBPKT_): New constants.
9872         * parse-packet.c (parse_sig_subpkt): Changed name, made global,
9873         and arg to return packet length, chnaged all callers
9876 Tue May  5 22:11:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9878         * keygen.c (gen_dsa): New.
9879         * build_packet.c (do_secret_cert): Support for DSA
9881 Mon May  4 19:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
9883         * compress.c: doubled buffer sizes
9884         * parse-packet.c (do_plaintext): now uses iobuf_read/write.
9886 Mon May  4 09:35:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
9888         * seskey.c (encode_md_value): Add optional argument hash_algo,
9889         changed all callers.
9891         * passphrase.c (make_dek_from_passphrase): Removed
9892         * (get_passhrase_hash): Changed name to passphrase_to_dek, add arg,
9893         changed all callers.
9895         * all: Introduced the new ELG identifier and added support for the
9896         encryption only one (which is okay to use by GNUPG for signatures).
9898 Sun May  3 17:50:26 1998  Werner Koch  (wk@isil.d.shuttle.de)
9900         * packet.h (PKT_OLD_COMMENT): New name for type 16.
9901         * parse-packet.c (parse_comment): Now uses type 61
9903 Fri May  1 12:44:39 1998  Werner Koch,mobil,,,  (wk@tobold)
9905         * packet.h (count): Chnaged s2k count from byte to u32.
9906         * seckey-cert.c (do_check): Changed s2k algo 3 to 4, changed
9907         reading of count.
9908         * build-packet.c (do_secret_cert): ditto.
9909         * parse-packet.c (parse_certificate): ditto.
9911         * parse-packet.c (parse_symkeyenc): New.
9912         * build-packet.c (do_symkey_enc): New.
9914 Thu Apr 30 16:33:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
9916         * sign.c (clearsign_file): Fixed "Hash: " armor line.
9918 Tue Apr 28 14:27:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
9920         * parse-packet.c (parse_subpkt): Some new types.
9922 Mon Apr 27 12:53:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9924         * g10.c (main): Add option --skip-verify.
9925         * mainproc.c (check_sig_and_print): Ditto.
9927         * g10.c (print_mds): Add output for Tiger.
9929         * sign.c (sign_file): Now uses partial length headers if used
9930         in canonical textmode (kludge to fix a bug).
9932         * parse-packet.c (parse_certificate): Changed BLOWFISH id.
9933         * pubkey-enc.c (get_session_key): Ditto.
9934         * seskey.c (make_session_key): Ditto.
9935         * seckey-cert.c (protect_secret_key,do_check): Add BLOWFISH160.
9937 Fri Apr 24 17:38:48 1998  Werner Koch,mobil,,,  (wk@tobold)
9939         * sig-check.c (check_key_signature): Add sig-class 0x14..0x17
9940         * keyedit.c (sign-key): Some changes to start with support of
9941         the above new sig-classes.
9943 Wed Apr 22 09:01:57 1998  Werner Koch,mobil,,,  (wk@tobold)
9945         * getkey.c (compare_name): add email matching
9947 Tue Apr 21 16:17:12 1998  Werner Koch,mobil,,,  (wk@tobold)
9949         * armor.c (armor_filter): fixed missing last LF before CSUM.
9951 Thu Apr  9 11:35:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
9953         * seckey-cert.c (do_check): New; combines all the check functions
9954         into one.
9956         * sign.c: removed all key management functions
9957         * keyedit.c: New.
9959 Thu Apr  9 09:49:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9961         * import.c (chk_self_sigs): Changed an error message.
9963 Wed Apr  8 16:19:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9965         * packet.h: packet structs now uses structs from the pubkey,
9966         removed all copy operations from packet to pubkey structs.
9968 Wed Apr  8 13:40:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9970         * trustdb.c (verify_own_certs): Fixed "public key not found".
9972         * getkey.c (key_byname): New, combines public and secret key search.
9974         * pkclist.c (build_pkc_list): Add new arg usage, changed all callers.
9975         * skclist.c (build_skc_list): Likewise.
9977         * ringedit.c (find_keyblock, keyring_search2): Removed.
9979 Wed Apr  8 09:47:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9981         * sig-check.c (do_check): Applied small fix from Ulf Möller.
9983 Tue Apr  7 19:28:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
9985         * cipher.c, encr-data.c, seckey-cert.c: Now uses cipher_xxxx
9986         functions instead of blowfish_xxx or cast_xxx
9988 Tue Apr  7 11:04:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
9990         * Makefile.am (g10maint.o): Changed the way it is created.
9992 Mon Apr  6 11:17:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
9994         * misc.c: New.
9995         * keygen.c (checksum,checksum_u16,checksum_mpi): Moved to misc.c
9996         * seckey-cert.c: Kludge for wrong ELG checksum implementation.
9998 Sat Apr  4 20:07:01 1998  Werner Koch  (wk@isil.d.shuttle.de)
10000         * cipher.c (cipher_filter): Support for CAST5
10001         * encr-data.c (decode_filter): Ditto.
10002         (decrypt_data): Ditto.
10003         * seskey.c (make_session_key): Ditto.
10004         * seckey-cert.c (check_elg, check_dsa): Ditto,
10005         (protect_secret_key): Ditto.
10006         * pubkey-enc.c (get_session_key): Ditto.
10007         * passphrase.c (hash_passphrase): Ditto.
10009 Thu Apr  2 20:22:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
10011         * gpgd.c: New
10013 Thu Apr  2 10:38:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
10015         * keygen.c (generate_keypair): Add valid_days stuff.
10016         * trustdb.c (check_trust): Add check for valid_days.
10018 Wed Apr  1 16:15:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10020         * keygen.c (generate_keypair): Addional question whether the
10021         selected large keysize is really needed.
10023 Wed Apr  1 15:56:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10025         * seckey-cert.c (protect_secret_key): merged protect_xxx to here.
10027 Wed Apr  1 10:34:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
10029         * Makefile.am (g10maint.c): Changed creation rule, so that it works
10030         on FreeBSD (missing CFLAGS).
10032         * parse-packet.c (parse_subkey): Removed.
10034 Thu Mar 19 15:22:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
10036         * ringedit.c (keyring_enum): Fixed problem with reading too
10037         many packets. Add support to read secret keyrings.
10039         * getkey.c (scan_keyring): Removed
10040         (lookup): New to replace scan_keyring.
10041         (scan_secret_keyring): Removed.
10042         (lookup_skc): New.
10044 Wed Mar 18 11:47:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
10046         * ringedit.c (enum_keyblocks): New read mode 11.
10048         * keyid.c (elg_fingerprint_md): New and changed all other functions
10049         to call this if the packet version is 4 or above.
10051 Tue Mar 17 20:46:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
10053         * parse-packet.c (parse_certificate): Add listing support for subkeys.
10055 Tue Mar 17 20:32:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
10057         * armor.c (is_armored): Allow marker packet.
10059 Thu Mar 12 13:36:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
10061         * trustdb.c (check_trust): Checks timestamp of pubkey.
10062         * sig-check. (do_check): Compares timestamps.
10064 Tue Mar 10 17:01:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
10066         * g10.c (main): Add call to init_signals.
10067         * signal.c: New.
10069 Mon Mar  9 12:43:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10071         * dsa.c: New
10072         * packet.h, free-packet.c, parse-packet.c : Add support for DSA
10073         * sig-check.c, getkey.c, keyid.c, ringedit.c: Ditto.
10074         * seckey-cert.c: Ditto.
10076         * packet.h : Moved .digest_algo of signature packets to outer
10077         structure. Changed all references
10079 Sun Mar  8 13:06:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
10081         * openfile.c : Support for stdout filename "-".
10083         * mainproc.c (check_sig_and_print): Enhanced status output:
10084         * status.c (write_status_text): New.
10086 Fri Mar  6 16:10:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
10088         * kbnode.c (clone_kbnode): Fixed private_flag.
10090         * mainproc.c (list_node): Output of string "Revoked" as user-id.
10092 Fri Mar  6 14:26:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
10094         * g10.c (main): Add userids to "-kv" and cleaned up this stuff.
10096 Fri Mar  6 12:45:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10098         * g10.c (main): Changed semantics of the list-... commands
10099         and added a new one. Removed option "-d"
10101         * decrypt.c: New.
10103         * trustdb.c (init_trustdb): Autocreate directory only if it ends
10104         in "/.gnupg".
10106 Thu Mar  5 12:12:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
10108         * mainproc.c (do_proc_packets): New. Common part of proc_packet.
10109         (proc_signature_packets): special version to handle signature data.
10110         * verify.c: New.
10111         * g10.c (aVerify): New.
10112         * plaintext.c (hash_datafiles): New.
10113         * compress.c (handle_compressed): Add callback arg, changed caller.
10115 Thu Mar  5 10:20:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
10117         * g10.c: Is nom the common source for gpg and gpgm
10118         * g10maint.c: Removed
10119         * Makefile.am: Add rule to build g10maint.c
10121 Thu Mar  5 08:43:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
10123         * g10.c (main): Changed the way clear text sigs are faked.
10125 Wed Mar  4 19:47:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
10127         * g10maint.c (aMuttKeyList): New
10128         * keylist.c: New.
10130 Wed Mar  4 17:20:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10132         * getkey.c (get_pubkey_byname): Kludge to allow 0x prefix.
10134 Tue Mar  3 13:46:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
10136         * g10maint.c (main): New option --gen-random.
10138 Tue Mar  3 09:50:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
10140         * g10.c (aDeleteSecretKey): New.
10141         (aEditSig): Add option "--edit-key" as synonym for "--edit-sig".
10142         (aDeleteSecretKey): New.
10143         * getkey.c (seckey_available): New.
10144         * sign.c (delete_key): Enhanced to delete secret keys, changed all
10145         callers.
10147 Mon Mar  2 21:23:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10149         * pkc_list.c (build_pkc_list): Add interactive input of user ID.
10151 Mon Mar  2 20:54:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
10153         * pkclist.c (do_we_trust_pre): New.
10154         (add_ownertrust): Add message.
10155         * trustdb.c (enum_trust_web): Quick fix.
10157 Mon Mar  2 13:50:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
10159         * g10.c (main): New action aDeleteKey
10160         * sign.c (delete_key): New.
10162 Sun Mar  1 16:38:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10164         * trustdb.c (do_check): No returns TRUST_UNDEFINED instead of
10165         eof error.
10167 Fri Feb 27 18:14:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10169         * armor.c (find_header): Removed trailing CR on headers.
10171 Fri Feb 27 18:02:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10173         * ringedit.c (keyring_search) [MINGW32]: Open and close file here
10174         because rename does not work on open files. Chnaged callers.
10176 Fri Feb 27 16:43:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
10178         * sig-check.c (do_check): Add an md_enable.
10179         * mainproc.c (do_check_sig): Use md_open in case of detached sig
10180         (proc_tree): Take detached sigs into account.
10182 Fri Feb 27 15:22:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
10184         * g10.c (main): Make use of GNUPGHOME envvar.
10185         * g10main.c (main): Ditto.
10187 Wed Feb 25 11:40:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
10189         * plaintext.c (ask_for_detached_datafile): add opt.verbose to
10190         info output.
10192         * openfile.c (open_sigfile): Try also name ending in ".asc"
10194 Wed Feb 25 08:41:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
10196         * keygen.c (generate_keypair): Fixed memory overflow.
10198 Tue Feb 24 15:51:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
10200         * parse-packet.c (parse_certificate): Support for S2K.
10201         * build-packet.c (do_secret_cert): Ditto.
10202         * keygen.c (gen_elg): Ditto.
10203         * seckey-cert.c (check_elg): Ditto
10204         (protect_elg): Ditto.
10205         * sign.c (chnage_passphrase): Ditto.
10206         * passphrase.c (get_passphrase_hash): Support for a salt and
10207         changed all callers.
10208         (make_dek_from_passphrase): Ditto.
10210 Tue Feb 24 12:30:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
10212         * build-packet.c (hash_public_cert): Disabled debug output.
10214 Fri Feb 20 17:22:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10216         * trustdb.c (init_trustdb) [MINGW32]: Removed 2nd mkdir arg.
10217         (keyring_copy) [MINGW32]: Add a remove prior to the renames.
10219 Wed Feb 18 18:39:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
10221         * Makefile.am (OMIT_DEPENDENCIES): New.
10223         * rsa.c: Replaced log_bug by BUG.
10225 Wed Feb 18 13:35:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
10227         * mainproc.c (do_check_sig): Now uses hash_public_cert.
10228         * parse-packet.c (parse_certificate): Removed hashing.
10229         * packet.h (public_cert): Removed hash variable.
10230         * free-packet.c (copy_public_cert, free_public_cert): Likewise.
10232         * sig-check.c (check_key_signatures): Changed semantics.
10234 Wed Feb 18 12:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
10236         * trustdb.c (do_check): Add handling for revocation certificates.
10237         (build_sigrecs): Ditto.
10238         (check_sigs): Ditto.
10240 Wed Feb 18 09:31:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
10242         * armor.c (armor_filter): Add afx->hdrlines.
10243         * revoke.c (gen_revoke): Add comment line.
10244         * dearmor.c (enarmor_file): Ditto.
10246         * sig-check.c (check_key_signature): Add handling for class 0x20.
10247         * mainproc.c : Ditto.
10249 Tue Feb 17 21:24:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
10251         * armor.c : Add header lines "...ARMORED FILE .."
10252         * dearmor.c (enarmor_file): New.
10253         * g10maint.c (main): New option "--enarmor"
10255 Tue Feb 17 19:03:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10257         * mainproc.c : Changed a lot, because the packets are now stored
10258         a simple linlked list and not anymore in a complicatd tree structure.
10260 Tue Feb 17 10:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10262         * free_packet.c (cmp_public_certs): New.
10263         (cmp_user_ids): New.
10265         * kbnode.c (clone_kbnode): New.
10266         (release_kbnode): Add clone support.
10268         * ringedit.c (find_keyblock_bypkc): New.
10270         * sign.c (remove_keysigs): Self signatures are now skipped,
10271         changed arguments and all callers.
10273         * import.c : Add functionality.
10275 Tue Feb 17 09:31:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
10277         * options.h (homedir): New option.
10278         * g10.c, g10maint.c, getkey.c, keygen.c, trustdb.c (opt.homedir): New.
10280         * trustdb.c (init_trustdb): mkdir for hoem directory
10281         (sign_private_data): Renamed "sig" to "g10.sig"
10283 Mon Feb 16 20:02:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
10285         * kbnode.c (commit_kbnode): New.
10286         (delete_kbnode): removed unused first arg. Changed all Callers.
10288         * ringedit.c (keyblock_resource_name): New.
10289         (get_keyblock_handle): NULL for filename returns default resource.
10291 Mon Feb 16 19:38:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
10293         * sig-check.s (check_key_signature): Now uses the supplied
10294         public key to check the signature and not any more the one
10295         from the getkey.c
10296         (do_check): New.
10297         (check_signature): Most work moved to do_check.
10299 Mon Feb 16 14:48:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
10301         * armor.c (find_header): Fixed another bug.
10303 Mon Feb 16 12:18:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
10305         * getkey.c (scan_keyring): Add handling of compressed keyrings.
10307 Mon Feb 16 10:44:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
10309         * g10.c, g10maint.c (strusage): Rewrote.
10310         (build_list): New
10312 Mon Feb 16 08:58:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
10314         * armor.c (use_armor): New.
10316 Sat Feb 14 14:30:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
10318         * mainproc.c (proc_tree): Sigclass fix.
10320 Sat Feb 14 14:16:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
10322         * armor.c (armor_filter): Changed version and comment string.
10323         * encode.c, sign.c, keygen.c: Changed all comment packet strings.
10325 Sat Feb 14 12:39:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
10327         * g10.c (aGenRevoke): New command.
10328         * revoke.c: New.
10329         * sign.c (make_keysig_packet): Add support for sigclass 0x20.
10331 Fri Feb 13 20:18:14 1998  Werner Koch  (wk@isil.d.shuttle.de)
10333         * ringedit.c (enum_keyblocks, keyring_enum): New.
10335 Fri Feb 13 19:33:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
10337         * export.c: Add functionality.
10339         * keygen.c (generate_keypair): Moved the leading comment behind the
10340         key packet.
10341         * kbnode.c (walk_kbnode): Fixed.
10343         * g10.c (main): listing armored keys now work.
10345 Fri Feb 13 16:17:43 1998  Werner Koch  (wk@isil.d.shuttle.de)
10347         * parse-packet.c (parse_publickey, parse_signature): Fixed calls
10348         to mpi_read used for ELG b.
10350 Fri Feb 13 15:13:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
10352         * g10.c (main): changed formatting of help output.
10354 Thu Feb 12 22:24:42 1998  Werner Koch  (wk@frodo)
10356         * pubkey-enc.c (get_session_key): rewritten
10359  Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
10360            2006,2007,2008 Free Software Foundation, Inc.
10362  This file is free software; as a special exception the author gives
10363  unlimited permission to copy and/or distribute it, with or without
10364  modifications, as long as this notice is preserved.
10366  This file is distributed in the hope that it will be useful, but
10367  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10368  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.