2006-10-24 Marcus Brinkmann <marcus@g10code.de>
[gnupg.git] / g10 / ChangeLog
blobc6c1373aaa24a1efbd5c3a4613e50e4c87cf0aa4
1 2006-10-24  Marcus Brinkmann  <marcus@g10code.de>
3         * Makefile.am (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS).
5 2006-10-23  Werner Koch  <wk@g10code.com>
7         * gpg.c (main): New command --gpgconf-test.
9         * Makefile.am (bzip2_source): New.
11 2006-10-20  Werner Koch  <wk@g10code.com>
13         * getkey.c (classify_user_id): Reserve '&' for search by keygrip.
15 2006-10-19  Werner Koch  <wk@g10code.com>
17         * keygen.c (get_parameter_algo): Add special case for ELG_E which
18         is not supported by libgcrypt's mapping function.
20 2006-10-18  Werner Koch  <wk@g10code.com>
22         * keyid.c (v3_keyid): Don't use mempcy as we need to hold the
23         keyids in the native endian format.
25         * import.c (import_print_stats): Use log_printf.
27         * build-packet.c (do_public_key): Care about mpi_write errors.
28         (do_secret_key, do_pubkey_enc, do_signature): Ditto. 
29         (mpi_write): Print an extra warning on error.
31 2006-10-17  Werner Koch  <wk@g10code.com>
33         * Makefile.am (LDADD): Replaced W32LIBS by NETLIBS.
35 2006-10-12  David Shaw  <dshaw@jabberwocky.com>
37         * parse-packet.c (parse_symkeyenc): Show the unpacked as well as
38         the packed s2k iteration count.
40         * main.h, options.h, gpg.c (encode_s2k_iterations, main),
41         passphrase.c (hash_passphrase): Add --s2k-count option to specify
42         the number of s2k hash iterations.
44 2006-10-08  Werner Koch  <wk@g10code.com>
46         * gpgv.c: Remove the tty stubs as we are now required to link to
47         tty anyway (it is included in libcommand and has dependencies to
48         other modules as well).
50         * keyedit.c (keyedit_menu): Use keyedit_completion only if
51         readline is available.  It would be better to move this code into
52         gpgrlhelp.c
54 2006-10-06  Werner Koch  <wk@g10code.com>
56         * Makefile.am (AM_CFLAGS): Use PTH version of libassuan.
58 2006-10-06  David Shaw  <dshaw@jabberwocky.com>
60         * keyserver.c (keyserver_spawn): Write the 16-digit keyid rather
61         than whatever key selector the user used on the command line.
63 2006-10-05  Werner Koch  <wk@g10code.com>
65         * status.c (progress_cb): Changed to libgcrypt API.
66         (set_status_fd): Register the progress cb.
68         * seskey.c (encode_md_value): Check that the hash algo is valid
69         before getting the OID. 
71 2006-10-04  Werner Koch  <wk@g10code.com>
73         * passphrase.c: Allow for a static passphrase in batch mode.
74         
75         * call-agent.c (agent_havekey): Removed.
76         (percent_plus_escape): New.
77         (agent_get_passphrase): New.
78         (agent_clear_passphrase): New.
80         * passphrase.c: Changed so that we always require the agent.
81         (agent_send_option, agent_send_all_options, agent_open): Removed.
82         (agent_get_passphrase): Cleaned up.  Does now use the call-agent
83         functions.  Renamed to
84         (passphrase_get): .. this.  Changed all callers.
85         (passphrase_clear_cache): Rewritten.
86         (passphrase_to_dek, hash_passphrase): Re-indented.
88         * gpg.c (main): Made --use-agent a dummy option.
89         * seckey-cert.c (check_secret_key): We require the agent, so always
90         allow for 3 tries.
92         * gpg.c (main): Print a warning if -sat has been used.
93         (main): Removed the special treatment of the -k option. -k is now
94         an alias for --list-keys.
95         (main): Removed --list-ownertrust.
97 2006-10-02  Werner Koch  <wk@g10code.com>
99         * encr-data.c (decrypt_data, mdc_decode_filter): Check the MDC
100         right here and don't let parse-packet handle the MDC.
102 2006-09-29  Werner Koch  <wk@g10code.com>
104         * compress.c (do_uncompress): Removed use of Z_PARTIAL_FLUSH.
105         This is outdated and old zlib versions which still require it have
106         security problems.
108 2006-09-27  Werner Koch  <wk@g10code.com>
110         Replaced all STRLIST by strlist_t.
112 2006-09-21  Werner Koch  <wk@g10code.com>
114         * signal.c (got_fatal_signal): Replaced readline stuff by a tty
115         function.
117         * Makefile.am (LDADD): Include libgpgrl.a.
119         * gpg.c (main): Call gpg_rl_initialize.
121         * keyedit.c: Removed double inclusion of stdio.h.
123 2006-09-20  Werner Koch  <wk@g10code.com>
125         * call-agent.c: Include asshelp.h.
126         (start_agent): Use send_pinentry_environment.
128 2006-09-14  Werner Koch  <wk@g10code.com>
130         Replaced all call gpg_error_from_errno(errno) by
131         gpg_error_from_syserror().
133 2006-09-13  Werner Koch  <wk@g10code.com>
135         * gpg.c (main): Made --require-cross-certification the default. 
137 2006-09-06  Marcus Brinkmann  <marcus@g10code.de>
139         * Makefile.am (gpg2_LDADD, gpgv2_LDADD): Replace -lassuan and
140         -lgpg-error with $(LIBASSUAN_LIBS) and $(GPG_ERROR_LIBS).
141         (AM_CFLAGS): Add $(LIBASSUAN_CFLAGS) and $(GPG_ERROR_CFLAGS).
143 2006-09-06  Werner Koch  <wk@g10code.com>
145         * gpg.c (main): Enable new assuan API.
146         * call-agent.c: Changed to new Assuan API.
148 2006-09-01  Werner Koch  <wk@g10code.com>
150         * call-agent.c: Do not force using the pipe server.
152         * gpg.c (main): Enable card related commands.
154 2006-08-22  Werner Koch  <wk@g10code.com>
156         * mainproc.c (proc_plaintext): Fixed a #warning
158 2006-08-21  Werner Koch  <wk@g10code.com>
160         * skclist.c (random_is_faked): Implemented.
161         (is_insecure): Also test for the old uppercase version of the
162         insecure string.
163         * gpg.c (main): Renamed --quick-random to debug-quick-quick-random.
165         * gpg.c (print_mds): Do not use the USE_SHA macros.
167         * mainproc.c (proc_encrypted): Remove assign inside condition for
168         better readibility.
170         * packet.h: Moved consts to new header ../common/openpgpdefs.h.
172 2006-08-16  Werner Koch  <wk@g10code.com>
174         * keyserver.c (GPGKEYS_PREFIX): Rename to gpg2keys_.  This is so
175         that we can install helpers from 1.4 and 2 without conflicts and
176         first of all don't get lost with weird bug reports.
178         * keyid.c (serialno_and_fpr_from_sk): New. Actually lost during
179         the last 1.4 to 1.9 merge.
181         * gpg.c (list_config): Output ccid-reader-id only for gnupg 1.
183         * call-agent.c (agent_scd_writekey): New.
184         (inq_writekey_parms): New.
186         * gpgv.c: Include call-agent.h for use by stubs.
188         * misc.c: Include call-agent.h for use by get_signature_count.
190 2006-07-27  Werner Koch  <wk@g10code.com>
192         * parse-packet.c (parse_comment): Cap comments at 65k.
193         (parse_gpg_control): Skip too large control packets.
195 2006-07-24  David Shaw  <dshaw@jabberwocky.com>  (wk)
197         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
198         Pass a union for preference hints rather than doing void * games.
200         * sign.c (sign_file): Use it here.
202         * sign.c (sign_file): When signing with multiple DSA keys, one
203         being DSA1 and one being DSA2 and encrypting at the same time, if
204         the recipient preferences give a hash that can work with the DSA2
205         key, then allow the DSA1 key to be promoted rather than giving up
206         and using hash_for().
208         * pkclist.c (algo_available): Automatically enable DSA2 mode when
209         handling a key that clearly isn't DSA1 (i.e. q!=160).
211 2006-06-30  Werner Koch  <wk@g10code.com>
213         * misc.c (checksum_mpi): No need for nbits as they are alredy
214         included in the buffer.
216 2006-06-29  Werner Koch  <wk@g10code.com>
218         * parse-packet.c (parse_signature, parse_key): Need store the
219         length of opaque data as number of bits. 
220         * card-util.c (card_store_subkey): Ditto.
222         * mainproc.c (print_pkenc_list, check_sig_and_print): Replaced
223         log_get_stream by calls to log_printf.  This avoids the extra LFs
224         inserted by the logging function. They are a bit too smart
225         sometimes.
226         * pkclist.c (do_show_revocation_reason): Print final LF through
227         log_printf to avoid extra LFs.
228         * pubkey-enc.c (get_it): Ditto.
230         * seskey.c (encode_md_value): Fix call to gcry.
232 2006-06-27  Werner Koch  <wk@g10code.com>
234         Applied patches from 1.4.x (2006-05-22 to 2006-06-23) from David:
236         * keygen.c (keygen_upd_std_prefs, keygen_add_std_prefs)
237         (proc_parameter_file): Add --default-keyserver-url to specify a
238         keyserver URL at key generation time, and "Keyserver:" keyword for
239         doing the same through a batch file.
240         * options.h, gpg.c (main): Ditto.
242         * sign.c (do_sign): For now don't accept a truncated hash even
243         for DSA1 keys (be liberal in what you accept, etc).
245         * import.c (import_one): Add a flag (from_sk) so we don't check
246         prefs on an autoconverted public key.  The check should only
247         happen on the sk side.  Noted by Dirk Traulsen.
249         * keygen.c (gen_card_key): Add optional argument to return a
250         pointer (not a copy) of the stub secret key for the secret key we
251         just generated on the card.
252         (generate_card_subkeypair): Use it here so that the signing key on
253         the card can use the card to generate the 0x19 backsig on the
254         primary key.  Noted by Janko Heilgeist and Jonas Oberg.
256         * parse-packet.c (parse_user_id): Cap the user ID size at 2048
257         bytes.  This prevents a memory allocation attack with a very large
258         user ID.  A very large packet length could even cause the
259         allocation (a u32) to wrap around to a small number.  Noted by
260         Evgeny Legerov on full-disclosure.
262         * keygen.c (gen_dsa): Allow generating DSA2 keys.  Allow
263         specifying sizes > 1024 when --enable-dsa2 is set.  The size of q
264         is set automatically based on the key size.
265         (ask_keysize, generate_keypair): Ask for DSA size when
266         --enable-dsa2 is set.
268         * exec.c (make_tempdir) [W32]: Fix bug with a temporary directory
269         on W32 that is over 256 bytes long.  Noted by Israel G. Lugo.
271         * gpg.c (reopen_std): New function to reopen fd 0, 1, or 2 if we
272         are called with them closed.  This is to protect our
273         keyring/trustdb files from corruption if they get attached to one
274         of the standard fds.  Print a warning if possible that this has
275         happened, and fail completely if we cannot reopen (should never
276         happen).
277         (main): Call it here.
278         
279         * parse-packet.c (dump_sig_subpkt, parse_signature): Fix meaning
280         of key expiration and sig expiration subpackets - zero means
281         "never expire" according to 2440, not "expire instantly".
282         * build-packet.c (build_sig_subpkt_from_sig): Ditto.
283         * getkey.c (fixup_uidnode, merge_selfsigs_main)
284         (merge_selfsigs_subkey): Ditto.
285         * keygen.c (keygen_add_key_expire): Ditto.
287         * getkey.c (get_pubkey_byname)
288         * import.c (import_one): Fix key selection problem when
289         auto-key-locate returns a list of keys, not all of which are
290         usable (revoked, expired, etc).  Noted by Simon Josefsson.
292 2006-05-24  Werner Koch  <wk@g10code.com>
294         * keyid.c (hash_public_key): Do not double hash the length bytes,
295         they are already included by mpi_print.
297         * misc.c (openpgp_pk_test_algo2): Get test call right.
299         * misc.c (string_to_cipher_algo, string_to_digest_algo): New.
300         * keygen.c (keygen_set_std_prefs): use them here.
301         * gpg.c (main): and here.
303 2006-05-23  Werner Koch  <wk@g10code.com>
305         * card-util.c (generate_card_keys): Removed temporary kludge for
306         generate_keypair.
308         * call-agent.c (agent_scd_setattr): Add arg SERIALNO.
309         (agent_scd_genkey): Ditto.
310         (agent_scd_change_pin): Ditto.
312         * call-agent.h (struct agent_card_info_s): Updated to match the
313         one of 1.4.3.
315         * Makefile.am (LDADD): Include ZLIBS.
317         * gpgv.c: Removed stubs not anymore useful due to libgcrypt.
319 2006-05-22  Werner Koch  <wk@g10code.com>
321         * keyserver.c (keyidlist): Replaced mpi_get_keyid by v3_keyid.
322         * keydb.h (v3_keyid): Added.
324         * import.c (import): Better initialize KEYBLOCK as to quiet
325         compiler warning.
327         * skclist.c (random_is_faked): New.
329         * mainproc.c: Include pka.h.
331 2006-05-19  Werner Koch  <wk@g10code.com>
333         * misc.c (openpgp_pk_test_algo2): Need to use gcry_pk_algo_info
334         directly.
335         (string_count_chr): New.
337         * armor.c (parse_header_line): Use renamed function
338         length_sans_trailing_ws.
340         * options.h, gpg.c: Option --strict is not used thus removed code
341         but kept option.
343 2006-04-28  David Shaw  <dshaw@jabberwocky.com>  (wk)
344         
345         * keyserver.c (direct_uri_map): New.
346         (keyserver_spawn): Used here to add "_uri" to certain gpgkeys_xxx
347         helpers when the meaning is different if a path is provided (i.e. 
348         ldap).
349         (keyserver_import_cert): Show warning if there is a CERT
350         fingerprint, but no --keyserver set.
352         * keyserver.c: Fix build problem with platforms that stick libcurl
353         in a place not in the regular include search path.
355         * options.h, gpg.c (main): Add --enable-dsa2 and --disable-dsa2.
356         Defaults to disable.
358         * pkclist.c (algo_available): If --enable-dsa2 is set, we're
359         allowed to truncate hashes to fit DSA keys.
361         * sign.c (match_dsa_hash): New.  Return the best match hash for a
362         given q size.
363         (do_sign, hash_for, sign_file): When signing with a DSA key, if it
364         has q==160, assume it is an old DSA key and don't allow truncation
365         unless --enable-dsa2 is also set.  q!=160 always allows truncation
366         since they must be DSA2 keys.
367         (make_keysig_packet): If the user doesn't specify a
368         --cert-digest-algo, use match_dsa_hash to pick the best hash for
369         key signatures.
371         * gpg.c (print_mds): Add SHA-224.
372         * armor.c (armor_filter, parse_hash_header): Add SHA-224.
374         * sign.c (write_plaintext_packet):
375         Factor common literal packet setup code from here, to...
376         * encode.c (encode_simple): .. there.
377         
378         * main.h, plaintext.c (setup_plaintext_name): Here. New. Make sure
379         the literal packet filename field is UTF-8 encoded.
381         * options.h, gpg.c (main): Make sure --set-filename is UTF-8
382         encoded and note when filenames are already UTF-8.
384         * keyedit.c (menu_backsign): Give some more verbose errors when we
385         have no need to backsign.
387         * getkey.c (parse_auto_key_locate): Fix dupe-removal code.
389         * keyedit.c (menu_backsign): Allow backsigning even if the secret
390         subkey doesn't have a binding signature.
392         * armor.c (radix64_read): Don't report EOF when reading only a pad
393         (=) character.  The EOF actually starts after the pad.
395         * gpg.c (main): Make --export, --send-keys, --recv-keys,
396         --refresh-keys, and --fetch-keys follow their arguments from left
397         to right.  Suggested by Peter Palfrader.
399 2006-04-18  Werner Koch  <wk@g10code.com>
401         * tdbio.c (open_db, migrate_from_v2): Removed feature to migration
402         from old trustdb version 2.
404         * gpg.c, mainproc.c: Removed pipemode feature.
406         * status.c: Removed shared memory coprocess stuff
408         Merged with current gpg 1.4.3 code.
409         
410         * keygen.c, keyid.c, misc.c, openfile.c, verify.c, trustdb.c
411         * textfilter.c, tdbio.c, tdbdump.c, status.c, skclist.c, signal.c
412         * sign.c, sig-check.c, seskey.c, seckey-cert.c, revoke.c
413         * pubkey-enc.c, progress.c, plaintext.c, pkclist.c, photoid.c
414         * passphrase.c, parse-packet.c, mdfilter.c, mainproc.c
415         * keyserver.c, keyring.c, keylist.c, keyedit.c, keydb.c, kbnode.c
416         * import.c, getkey.c, gpgv.c, helptext.c, free-packet.c
417         * build-packet.c, cipher.c, compress.c, dearmor.c, decrypt.c
418         * delkey.c, encr-data.c, encode.c, exec.c, export.c
419         * gpg.c, armor.c: Updated from gnupg-1.4.3 and merged back gcry and
420         gnupg-1.9 related changes.
421         * trustdb.h, tdbio.h, status.h, photoid.h, packet.h, options.h
422         * main.h, keyserver-internal.h, keyring.h, keydb.h, filter.h
423         * exec.h: Ditto.
424         * global.h: Removed after merging constants with gpg.h.
425         * comment.c, pipemode.c: Removed.
426         * card-util.c: Updated from gnupg-1.4.3.
427         * compress-bz2.c: New.
428         
429 2005-06-15  Werner Koch  <wk@g10code.com>
431         * g10.c (print_hashline, add_group): Fixes for signed/unsigned
432         pointer mismatch warnings.
434 2005-06-01  Werner Koch  <wk@g10code.com>
436         * mkdtemp.c: Removed.
437         * exec.c: Include mkdtemp.h
439 2004-12-21  Werner Koch  <wk@g10code.com>
441         * gpgv.c, g10.c (main): Use default_hoemdir ().
443 2004-12-18  Werner Koch  <wk@g10code.com>
445         * gpg.h (map_assuan_err): Define in terms of
446         map_assuan_err_with_source.
448 2004-12-15  Werner Koch  <wk@g10code.com>
450         * Makefile.am (LDADD): Remove ZLIBS.
452 2004-10-22  Werner Koch  <wk@g10code.com>
454         * g10.c (main): Display a bit fat warning that this gpg should not
455         be used.
457         * card-util.c (fetch_url): Disable for gnupg 1.9
458         (card_generate_subkey): Ditto.
459         (card_store_subkey): Ditto.
461 2004-09-30  Werner Koch  <wk@g10code.com>
463         * gpgv.c (i18n_init): Always use LC_ALL.
465         * Makefile.am (LDADD): Adjusted for gettext 0.14.
467 2004-09-20  Werner Koch  <wk@g10code.com>
469         * keyedit.c (show_key_with_all_names): Print the card S/N.
471 2004-09-11  Moritz Schulte  <moritz@g10code.com>
473         * openfile.c (copy_options_file): Fixed last commit (added a `+').
475 2004-08-31  Werner Koch  <wk@g10code.de>
477         * openfile.c (copy_options_file): Use gpg-conf.skel. Better take
478         the length of SKELEXT into account, someone might make it larger.
479         * Makefile.am: Install options.skel as gpg-conf.skel.
481 2004-08-18  Marcus Brinkmann  <marcus@g10code.de>
483         * passphrase.c (agent_get_passphrase): Fix detection of gpg-agent
484         cancellation.
486 2004-07-01  Werner Koch  <wk@gnupg.org>
488         * card-util.c (change_login): Kludge to allow reading data from a
489         file.
490         (card_edit): Pass ARG_STRING to change_login.
491         (card_status): Print CA fingerprints.
492         (change_cafpr): New.
493         (card_edit): New command CAFPR.
495         * call-agent.h: Add members for CA fingerprints.
496         * call-agent.c (agent_release_card_info): Invalid them.
497         (learn_status_cb): Store them.
499 2004-04-30  Werner Koch  <wk@gnupg.org>
501         * g10.c (main) <gpgconf>: Use gpg.conf and not /dev/null as
502         default filename.
504 2004-04-28  Werner Koch  <wk@gnupg.org>
506         * card-util.c (card_edit): Remove PIN verification.
507         (generate_card_keys): New arg SERIALNO.  Do PIN verification here
508         after resetting forced_chv1.
510 2004-04-26  Werner Koch  <wk@gnupg.org>
512         * card-util.c (change_name): Check that the NAME is not too long.
513         (change_url): Likewise.
514         (change_login): Likewise.
516 2004-03-23  Werner Koch  <wk@gnupg.org>
518         * g10.c: New options --gpgconf-list, --debug-level and --log-file
519         (set_debug): Add arg DEBUG_LEVEL.
520         (main): Look at less and less version specific config files.  From
521         gnupg 1.3.
523 2004-02-17  Werner Koch  <wk@gnupg.org>
525         * call-agent.c (start_agent): Ignore an empty GPG_AGENT_INFO.
526         * passphrase.c (agent_open): Ditto.
528 2004-02-12  Werner Koch  <wk@gnupg.org>
530         * gpgv.c: Removed g10defs.h.
532         * Makefile.am: Include cmacros.am for common flags.
534 2004-02-11  Werner Koch  <wk@gnupg.org>
536         * openfile.c (try_make_homedir): Use GNUPG_DEFAULT_HOMEDIR.
537         * gpgv.c (main): Ditto.
538         * g10.c (main): Ditto.
540 2004-01-19  Moritz Schulte  <mo@g10code.com>
542         * keygen.c (do_generate_keypair): Print member fname, instead of
543         newfname, again.
544         (do_generate_keypair): Don't try to execute certain pieces of code
545         in case an error occured.
546         (gen_card_key): Don't print out a message, which is already
547         printed by do_generate_keypair().
549 2004-01-18  Moritz Schulte  <mo@g10code.com>
551         * keygen.c (do_generate_keypair): Print member fname, instead of
552         newfname.
554 2003-12-17  Werner Koch  <wk@gnupg.org>
556         * card-util.c (print_name): Fixed bad format string usage.
557         (print_isoname): Ditto.
559         * trustdb.c (check_regexp): s/exp/expr/.
561         * keyedit.c (trustsig_prompt): Removed a "> 255" term; it is
562         always false due to the data type.
563         
564         * passphrase.c (agent_get_passphrase): Use xasprintf and avoid
565         non-literal format strings.
567         * tdbio.c (upd_hashtable, drop_from_hashtable, lookup_hashtable):
568         Fixed log_error format string bugs.  Kudos to the now working
569         gcc-3.3 -Wformat-nonliteral and Florian Weimer's investigations in
570         gnupg 1.2.3.
572 2003-12-15  Werner Koch  <wk@gnupg.org>
574         * seckey-cert.c (protect_secret_key): Use gry_create_nonce for the
575         IV; there is not need for real strong random here and it even
576         better protect the random bits used for the key.
578 2003-11-16  Moritz Schulte  <mo@g10code.com>
580         * signal.c: Removed unused file.
582 2003-11-10  Moritz Schulte  <mo@g10code.com>
584         * Makefile.am (INCLUDES): Added: @LIBGCRYPT_CFLAGS@.
586 2003-10-25  Werner Koch  <wk@gnupg.org>
588         * call-agent.c (learn_status_cb, scd_genkey_cb): Fixed faulty use
589         of !spacep().
591 2003-10-20  Werner Koch  <wk@gnupg.org>
593         * card-util.c (card_edit): New command "passwd".  Add logic to
594         check the PIN in advance.
595         (card_status): Add new args to return the serial number.  Changed
596         all callers.
597         * call-agent.c (agent_scd_checkpin): New.
599 2003-10-08  Werner Koch  <wk@gnupg.org>
601         * call-agent.c (agent_scd_getattr): Don't clear the passed info
602         structure, so that it can indeed be updated.
604         * card-util.c (fpr_is_zero): New.
605         (generate_card_keys): New.
606         (card_edit): New command "generate".
607         * keygen.c (generate_keypair): New arg CARD_SERIALNO, removed call
608         to check_smartcard.
609         (check_smartcard,show_smartcard): Removed.
610         (show_sha1_fpr,fpr_is_zero): Removed.
612 2003-10-01  Werner Koch  <wk@gnupg.org>
614         * card-util.c: Tweaked to use this source also under 1.3. 
616 2003-09-30  Werner Koch  <wk@gnupg.org>
618         * keylist.c (print_card_serialno): New.
619         (list_keyblock_print): Use it here.
621         * card-util.c (toggle_forcesig): New.
622         (card_edit): New command "forcesig".
623         
624         * card-util.c (print_name, print_isoname): Use 0 and not LF fro
625         the max_n arg of tty_print_utf8_string2.
627         * call-agent.c (agent_scd_getattr): New.
628         (learn_status_cb): Release values before assignment so that it can
629         be used by getattr to update the structure.
630         
631         * card-util.c (change_pin): Simplified.  We now have only a PIN
632         and an Admin PIN.
634 2003-09-27  Werner Koch  <wk@gnupg.org>
636         * sign.c (do_sign): Removed disabled testcode.
638 2003-09-26  Timo Schulz  <twoaday@freakmail.de>
640         * card_status (card_status): Do not use fputs since the fp
641         parameter can be NULL. This fixes a segv.
642         
643 2003-09-24  Werner Koch  <wk@gnupg.org>
645         * card-util.c (print_isoname,card_status): Handle opt.with_colons.
646         (print_sha1_fpr_colon): New.
648 2003-09-23  Werner Koch  <wk@gnupg.org>
650         Merged most of David Shaw's changes in 1.3 since 2003-06-03.
651         
652         * Makefile.am: Include W32LIBS where appropriate.
654         * armor.c (parse_hash_header,armor_filter): Drop TIGER/192 support.
655         * g10.c (print_hex,print_mds): Ditto.
656         * pkclist.c (algo_available): Ditto.
658         * armor.c (armor_filter): Allow using --comment multiple times to
659         get multiple Comment header lines.  --no-comments resets list.
660         * options.h, g10.c (main): Ditto. Deprecate --default-comment in
661         favor of --no-comments.
663         * g10.c (main): Trim --help to commonly used options.  Remove -f.
665         * g10.c (main): Add --multifile as an alias to turn --encrypt into
666         --encrypt-files (plus --verify-files, --decrypt-files).  Error out
667         if --multifile is used with the commands that don't support it yet.
669         * encode.c (use_mdc), g10.c (main): Use RFC1991 and RFC2440
670         directly to check for MDC usability.  Do not set the force_mdc or
671         disable_mdc flags since there is no point any longer.
672         
673         * g10.c (main): Use "keyserver-url" instead of
674         "preferred-keyserver" for the sake of short and simple commands.
675         (add_keyserver_url): Clarify a few strings.  It's a
676         "preferred keyserver URL".
677         * keyedit.c (keyedit_menu): Ditto.
678         * sign.c (mk_notation_policy_etc): Ditto. 
680         * main.h, keygen.c (keygen_add_keyserver_url): Signature callback
681         for adding a keyserver URL.
682         * keyedit.c (keyedit_menu, menu_set_keyserver_url): New command to
683         set preferred keyserver to specified (or all) user IDs.
684         * build-packet.c (build_sig_subpkt): Set preferred keyserver flag
685         while building a preferred keyserver subpacket.
687         * keylist.c (show_policy_url, show_keyserver_url): URLs might be
688         UTF8.
690         * keyedit.c (menu_addrevoker): Fix leaking a few bytes.
692         * keyedit.c (show_key_with_all_names): Use list-option
693         show-long-keyid in main --edit-key display.
695         * keyedit.c (print_and_check_one_sig): Use list-option
696         show-long-keyid in --edit-key "check" function.
698         * passphrase.c (agent_send_all_options): Make use of $GPG_TTY.
700         * g10.c (main): Disable use-agent if passphrase-fd is given
701         later. Suggested by Kurt Garloff.
703         * exec.c, g10.c, gpgv.c, passphrase.c, photoid.c:
704         s/__MINGW32__/_WIN32/ to help building on native Windows
705         compilers.  Requested by Brian Gladman.  From Werner on stable
706         branch.
708         * options.h, g10.c (main): Add list-option
709         list-preferred-keyserver.
711         * keyedit.c (change_passphrase): When responding 'no' to the blank
712         passphrase question, re-prompt for a new passphrase.  This is bug
713         #202.
715         * mainproc.c (check_sig_and_print): Use two different preferred
716         keyserver displays - one if the key is not present (to tell the
717         user where to get the key), the other if it is present (to tell
718         the user where the key can be refreshed).
720         * packet.h, parse-packet.c (parse_signature): Set flag if a
721         preferred keyserver is present.
723         * keylist.c (list_keyblock_print): Show keyserver url in listings
724         with list-option show-keyserver-url.
726         * mainproc.c (check_sig_and_print): Get the uid validity before
727         printing any sig results to avoid munging the output with trustdb
728         warnings.
730         * g10.c (main): Don't include --show-keyring in --help as it is
731         deprecated.
733         * options.skel: Note that keyserver.pgp.com isn't synchronized,
734         and explain the roundrobin a bit better.
736         * sig-check.c (check_key_signature2), import.c (import_one,
737         import_revoke_cert, chk_self_sigs, delete_inv_parts,
738         collapse_uids, merge_blocks): Make much quieter during import of
739         slightly munged, but recoverable, keys. Use log_error for
740         unrecoverable import failures.
742         * keyring.c (keyring_rebuild_cache): Comment.
744         * sign.c (mk_notation_and_policy): Making a v3 signature with
745         notations or policy urls is an error, not an info (i.e. increment
746         the errorcount). Don't print the notation or policy url to stdout
747         since it can be mixed into the output stream when piping and munge
748         the stream.
750         * packet.h, sig-check.c (signature_check2, do_check,
751         do_check_messages): Provide a signing-key-is-revoked flag.  Change
752         all callers.
754         * status.h, status.c (get_status_string): New REVKEYSIG status tag
755         for a good signature from a revoked key.
757         * mainproc.c (do_check_sig, check_sig_and_print): Use it here.
759         * import.c (import_revoke_cert, merge_blocks, merge_sigs): Compare
760         actual signatures on import rather than using keyid or class
761         matching.  This does not change actual behavior with a key, but
762         does mean that all sigs are imported whether they will be used or
763         not.
765         * parse-packet.c (parse_signature): Don't give "signature packet
766         without xxxx" warnings for experimental pk algorithms.  An
767         experimental algorithm may not have a notion of (for example) a
768         keyid (i.e. PGP's x.509 stuff).
770         * options.h, g10.c (main), keylist.c (list_keyblock_print),
771         keyedit.c (print_and_check_one_sig): New "show-sig-expire"
772         list-option to show signature expiration dates (if any).
774         * options.h, g10.c (main, add_keyserver_url): Add
775         --sig-preferred-keyserver to implant a "where to get my key"
776         subpacket into a signature.
778         * sign.c (mk_notation_and_policy): Rename to
779         mk_notation_policy_etc and add preferred keyserver support for
780         signatures.
782         * keygen.c (do_add_key_flags): Don't set the certify flag for
783         subkeys.
784         (ask_algo): Provide key flags for DSA, Elgamal_e, and Elgamal
785         subkeys.
786         (generate_keypair): Provide key flags for the default DSA/Elgamal
787         keys.
789         * sig-check.c (signature_check, signature_check2,
790         check_key_signature, check_key_signature2): Allow passing NULLs
791         for unused parameters in the x2 form of each function to avoid the
792         need for dummy variables. getkey.c, mainproc.c: Change all
793         callers.
795         * trustdb.h, trustdb.c (read_trust_options): New.  Returns items
796         from the trustdb version record.
797         * keylist.c (public_key_list): Use it here for the new "tru"
798         record.
799         * gpgv.c (read_trust_options): Stub.
801         * keyedit.c (show_key_with_all_names): Use list-option
802         show-validity in --edit-key interface as well.
804         * options.h, g10.c (main), mainproc.c (check_sig_and_print): Add
805         verify-options "show-validity" and "show-long-keyid" to show
806         trustdb validity and long keyids during (file) signature
807         verification.
809         * packet.h, main.h, sig-check.c (signature_check2)
810         (check_key_signature2, do_check): If ret_pk is set, fill in the pk
811         used to verify the signature.  Change all callers in getkey.c,
812         mainproc.c, and sig-check.c.
814         * keylist.c (list_keyblock_colon): Use the ret_pk from above to
815         put the fingerprint of the signing key in "sig" records during a
816         --with-colons --check-sigs.  This requires --no-sig-cache as well
817         since we don't cache fingerprints.
819         * parse-packet.c (parse_signature): No need to reserve 8 bytes for
820         the unhashed signature cache any longer.
822         * misc.c (pct_expando): Add two new expandos - signer's
823         fingerprint (%g), and signer's primary fingerprint (%p).
825         * g10.c (main): Add --rfc2440 alias for --openpgp since in a few
826         months, they won't be the same thing.
828         * keyserver.c (parse_keyserver_uri): Accept "http" as an alias for
829         "hkp", since it is occasionally written that way.
830         (keyserver_spawn): Use ascii_isspace to avoid locale issues.
832         * keygen.c (ask_user_id): Make --allow-freeform-uid apply to the
833         email field as well as the name field, and allow mixing fields
834         when it is set.
836         * trustdb.c (validate_one_keyblock): Certifications on revoked or
837         expired uids do not count in the web of trust.
839         * signal.c (init_one_signal, pause_on_sigusr, do_block): Only use
840         sigprocmask() if we have sigset_t, and only use sigaction() if we
841         have struct sigaction.  This is for Forte c89 on Solaris which
842         seems to define only the function call half of the two pairs by
843         default.
844         (pause_on_sigusr): Typo.
845         (do_block): If we can't use sigprocmask() and sigset_t, try to get
846         the number of signals from NSIG as well as MAXSIG, and if we
847         can't, fail with an explanation.
849         * signal.c, tdbio.c: Comment out the transaction code.  It was not
850         used in this version, and was causing some build problems on
851         quasi-posix platforms (Solaris and Forte c89).
853         * keylist.c (list_keyblock_colon): Don't include validity values
854         when listing secret keys since they can be incorrect and/or
855         misleading.  This is a temporary kludge, and will be handled
856         properly in 1.9/2.0.
858         * mainproc.c (check_sig_and_print): Only show the "key available
859         from" preferred keyserver line if the key is not currently
860         present.
862         * keyedit.c (sign_uids): Do not sign expired uids without --expert
863         (same behavior as revoked uids).  Do not allow signing a user ID
864         without a self-signature.  --expert overrides.  Add additional
865         prompt to the signature level question.
866         (menu_expire): When changing expiration dates, don't replace
867         selfsigs on revoked uids since this would effectively unrevoke
868         them. There is also no point in replacing expired selfsigs.  This
869         is bug #181
871         * g10.c (add_notation_data): Make sure that only ascii is passed
872         to iscntrl.  Noted by Christian Biere.
873         * getkey.c (classify_user_id2): Replaced isspace by spacep
874         * keygen.c (ask_user_id): Ditto.
875         (get_parameter_algo): Ditto.
876         * keyedit.c (keyedit_menu): Ditto.
877         * tdbdump.c (import_ownertrust): Ditto.  s/isxdigit/hexdigitp/.
878         * revoke.c (ask_revocation_reason): 
879         * keyserver.c (keyserver_spawn): Dito.
881         * parse-packet.c (parse): Disallow old style partial length for
882         all key material packets to avoid possible corruption of keyrings.
884         * import.c (import_keys_internal): Invalidate the cache so that
885         the file descriptor gets closed.  Fixes bug reported by Juan
886         F. Codagnone.
888         * options.h, g10.c (main), main.h, keylist.c (show_keyserver_url),
889         mainproc.c (check_sig_and_print), parse-packet.c (dump_sig_subpkt,
890         parse_one_sig_subpkt, can_handle_critical): Add read-only support
891         for preferred keyserver subpackets.  They're basically policy URLs
892         with a different name.  Add a verify-option
893         "show-preferred-keyserver" to turn them on and off (on by default,
894         as per stable branch).
896         * g10.c (main): Add "--set-notation" as alias to "--notation-data"
897         this is to make things consistent with --set-policy-url meaning
898         both sigs and certs.
900         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
901         "show-validity" and "show-long-keyid" list-options.
903         * gpgv.c (get_validity, trust_value_to_string): Stubs.
905         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
906         version-specific gpg.conf file so it can be overridden on RISCOS.
908         * keyedit.c (show_key_with_all_names): Fix assertion failure when
909         using toggle to see a secret key.  Reported by Maxim Britov.
912 2003-09-22  Timo Schulz  <twoaday@freakmail.de>
914         * card-util.c (card_status): Free pk in case of an error
915         and return if the card is no OpenPGP card.
916         
917 2003-09-18  Werner Koch  <wk@gnupg.org>
919         * g10.c: New command --card-edit.
920         * card-util.c (card_status): Use tty_fprintf for all output.
921         (print_sha1_fpr, print_isoname): Ditto.
922         (get_one_name,change_name, change_url, change_login,change_lang)
923         (change_sex): New; taken from keygen.c.
924         * keygen.c (smartcard_get_one_name, smartcard_change_name) 
925         (smartcard_change_url, smartcard_change_login_data) 
926         (smartcard_change_lang, smartcard_change_sex): Removed.
927         (check_smartcard): Removed most menu items.
929 2003-09-06  Werner Koch  <wk@gnupg.org>
931         * misc.c (openpgp_pk_algo_usage): Allow AUTH where SIGN is allowed.
933         * keygen.c (ask_passphrase): No need to allocated S2K in secure
934         memory.
936 2003-09-04  Werner Koch  <wk@gnupg.org>
938         * keygen.c (do_add_key_flags, parse_parameter_usage) 
939         (do_generate_keypair): Add support the proposed AUTH key flag.
940         * getkey.c (fixup_uidnode, merge_selfsigs_main) 
941         (merge_selfsigs_subkey, premerge_public_with_secret): Ditto.
942         * keylist.c (print_capabilities): Ditto.
944 2003-08-25  Timo Schulz  <twoaday@freakmail.de>
946         * pkglue.c (mpi_from_sexp): New. Used to factor out
947         some common code.
948         
949 2003-08-24  Werner Koch  <wk@gnupg.org>
951         * keygen.c (do_generate_keypair): Print a reminder to use --gen-revoke.
953 2003-08-18  Timo Schulz  <twoaday@freakmail.de>
955         * encode.c (encode_sesskey): Checked the code and removed
956         the warning since all compatibility checks with PGP succeeded.
957         * mainproc.c (symkey_decrypt_sesskey): Better check for the
958         algorithm and check the return values of some functions.
959         * mdc.c (use_mdc): Simplified.
960         
961 2003-08-07  Werner Koch  <wk@gnupg.org>
963         * pkglue.c (pk_sign): Fix last change.
964         (pk_verify): Check for valid DATA array so that we don't segv in
965         Libgcrypt.
966         (pk_verify): Ditto.
968 2003-08-06  Werner Koch  <wk@gnupg.org>
970         * pkglue.c (pk_sign): Allow signing using RSA.
972 2003-08-05  Werner Koch  <wk@gnupg.org>
974         * Makefile.am (install-data-local): Dropped check for the ancient
975         gpgm tool.
976         (bin_PROGRAMS): Renamed gpg to gpg2 and gpgv to gpgv2.  This is so
977         that it won't conflict with the current stable version of gpg.
979         * pkglue.c (pk_check_secret_key): New.
980         * seckey-cert.c (do_check): Reenable this test here again.
982         * g10.c (main): Add command -K as an alias for
983         --list-secret-keys. Command "-k" is now an alias to --list-keys.
984         Remove special treatment of -kv and -kvv.
985         (set_cmd): Ditto.
986         (main): Strip a "-cvs" suffix when testing for a version specific
987         config file.
989         * status.h, status.c, g10.c [USE_SHM_COPROCESSING]: Removed.  This
990         is not any longer available.
992 2003-07-29  Werner Koch  <wk@gnupg.org>
994         * g10.c (main): Add secmem features and set the random seed file.
995         (g10_exit): Update the random seed file.
997         * parse-packet.c (parse_signature,read_protected_v3_mpi)
998         (parse_key): Fixed use of mpi_set_opaque.
999         * keygen.c (gen_card_key): Ditto.
1001 2003-07-28  Werner Koch  <wk@gnupg.org>
1003         * status.c (progress_cb): Adjusted for use with Libcgrypt.
1004         (set_status_fd): Register that callback.
1006         * keygen.c (smartcard_change_login_data): New.
1007         (smartcard_change_lang): New.
1008         (smartcard_change_sex): New.
1009         (check_smartcard): Add menu entries to edit the above.
1010         (gen_elg,gen_dsa,gen_rsa): Reimplemented in terms of Libgcrypt.
1011         (genhelp_protect, genhelp_factors, key_from_sexp): New.
1012         * comment.c (make_comment_node_from_buffer): New.
1013         (make_comment_node): Reimplemented in terms of above.
1015 2003-07-27  Werner Koch  <wk@gnupg.org>
1017         Adjusted for gcry_mpi_print and gcry_mpi_scan API change.
1019 2003-07-24  Werner Koch  <wk@gnupg.org>
1021         * g10.c: New command --card-status.
1022         * card-util.c (card_status): New.
1023         * call-agent.c (learn_status_cb): Parse more information.
1025         * keylist.c (print_pubkey_info): Add FP arg for optional printing
1026         to a stream.  Changed all callers.
1028 2003-07-23  Werner Koch  <wk@gnupg.org>
1030         * keygen.c (generate_keypair): Create an AUTHKEYTYPE entry for cards.
1031         (do_generate_keypair): Abd generate the authkey.
1032         (check_smartcard): Changed menu accordingly.
1034 2003-07-22  Werner Koch  <wk@gnupg.org>
1036         * g10.c: New command --change-pin.
1037         * card-util.c: New.
1038         * call-agent.c (agent_scd_change_pin): New.
1039         (agent_release_card_info): New.
1040         * keygen.c (check_smartcard): Use it here.
1042 2003-07-16  Werner Koch  <wk@gnupg.org>
1044         * export.c (parse_export_options): New option sexp-format.
1045         (export_seckeys,export_secsubkeys): Check sexp-format option.
1046         (do_export): Ignore armor for sexp format.
1047         (do_export_stream): Handle sexp-format.
1048         (write_sexp_line,write_sexp_keyparm, build_sexp_seckey): New.
1049         (build_sexp): New.
1051 2003-07-03  Werner Koch  <wk@gnupg.org>
1053         * options.h (DBG_CIPHER): Reintroduced it. 
1054         * seskey.c (encode_session_key): Debug output of the session key.
1056         * pubkey-enc.c (get_it): Handle card case.
1057         * call-agent.c (agent_scd_pkdecrypt): New.
1058         * pkglue.c (pk_encrypt): Add RSA support.
1060         * g10.c (main): Default to --use-agent.
1062         * keygen.c (show_smartcard): Print info about the public key.
1063         (check_smartcard): Check for existing key here.
1064         (gen_card_key): And not anymore here.
1065         (fpr_is_zero): New.
1066         (generate_keypair): Generate both keys for a card.
1067         (smartcard_change_url): Nw.
1069 2003-07-02  Werner Koch  <wk@gnupg.org>
1071         * seckey-cert.c (is_secret_key_protected): Let it handle mode 1002.
1073 2003-07-01  Werner Koch  <wk@gnupg.org>
1075         * keygen.c (gen_card_key): Obviously we should use the creation
1076         date received from SCDAEMON, so that the fingerprints will match.
1077         * sign.c (do_sign): Pass the serialno to the sign code.
1078         * keyid.c (serialno_and_fpr_from_sk): New.
1080 2003-06-30  Werner Koch  <wk@gnupg.org>
1082         * call-agent.h (agent_card_info_s): Add field serialno.
1083         * call-agent.c (store_serialno): New.
1084         (learn_status_cb): Store the serial number.
1085         * keygen.c (gen_card_key): Store the serial number
1086         (check_smartcard): New argument to return the serial number.
1087         (generate_keypair): Get the serial number from check_smartcard and
1088         store it as a parameter.
1089         * parse-packet.c (parse_key): Use the protect.iv field to store the
1090         serial number.
1091         * build-packet.c (do_secret_key): Write the serial number.
1093 2003-06-27  Werner Koch  <wk@gnupg.org>
1095         * seckey-cert.c (check_secret_key): Bypass the unprotection for
1096         mode 1002.
1097         * sign.c (do_sign): Handle card case (i.e. mode 1002).
1099 2003-06-26  Werner Koch  <wk@gnupg.org>
1101         * build-packet.c (do_secret_key): Implement special protection
1102         mode 1002.
1103         * parse-packet.c (parse_key): Likewise.
1105         * keygen.c (smartcard_gen_key): New.
1106         * call-agent.c (agent_scd_setattr): New.
1108 2003-06-24  Werner Koch  <wk@gnupg.org>
1110         * Makefile.am: Removed signal.c
1112         * g10.c (emergency_cleanup): New.
1113         (main): Use gnupg_init_signals and register malloc for assuan.
1115 2003-06-23  Werner Koch  <wk@gnupg.org>
1117         * keyid.c (do_fingerprint_md): Made it work again.
1119 2003-06-19  Werner Koch  <wk@gnupg.org>
1121         Fixed all "==" comparisons against error code constants to use
1122         gpg_err_code().
1124         * import.c (import_secret_one): 
1125         (import_revoke_cert): 
1126         (chk_self_sigs): 
1128         * misc.c (openpgp_md_map_name): Check also for the Hx format.
1129         (openpgp_cipher_map_name): Check also for the Sx format.
1130         (pubkey_get_npkey): Adjusted for changed gcrypt API.
1131         (pubkey_get_nskey): Ditto.
1132         (pubkey_get_nsig): Ditto.
1133         (pubkey_get_nenc): Ditto.
1135 2003-06-18  Werner Koch  <wk@gnupg.org>
1137         Finished the bulk of changes for gnupg 1.9.  This included
1138         switching to libgcrypt functions, using shared error codes from
1139         libgpg-error, replacing the old functions we used to have in
1140         ../util by those in ../jnlib and ../common, renaming the malloc
1141         functions and a couple of types.  Note, that not all changes are
1142         listed below becuause they are too similar and done at far too
1143         many places.  As of today the code builds using the current
1144         libgcrypt from CVS but it is very unlikely that it actually works.
1145         
1146         * sig-check.c (cmp_help): Removed.  Was never used.
1148         * pkglue.c: New. Most stuff taken from gnupg 1.1.2.
1149         * pkglue.h: New.
1151         * misc.c (pull_in_libs): Removed.
1153         * keygen.c (count_chr): New.
1154         (ask_user_id): Removed faked RNG support.
1156         * misc.c (openpgp_md_map_name,openpgp_cipher_map_name)
1157         (openpgp_pk_map_name): New.
1159         * skclist.c (build_sk_list): Removed faked RNG support.
1160         (is_insecure): Removed.
1162         * comment.c (make_mpi_comment_node): Use gcry MPI print function.
1164         * keyid.c (v3_keyid): New.
1166         * misc.c (mpi_write,mpi_write_opaque,mpi_read,mpi_read_opaque)
1167         (mpi_print): New.  Taken from gnupg 1.1.2.
1168         (checksum_mpi): Replaced by implementation from 1.1.2.
1170         * g10.c (my_strusage): Renamed from strusage and return NULL
1171         instead calling a default function.
1172         (add_to_strlist2): New.  Taken from ../util/strgutil.c of gnupg 1.2.
1174         * plaintext.c (handle_plaintext): New arg CREATE_FILE to cope with
1175         the fact that gpg-error does not have this error code anymore.
1177         * mainproc.c (symkey_decrypt_sesskey): Ditto.
1179         * seskey.c (make_session_key): Adjusted for use with libgcrypt.
1180         (encode_session_key): Ditto.
1181         (do_encode_md): Ditto.
1182         (encode_md_value): Ditto.
1184         * keyring.c: Use libgpg-error instead of READ_ERROR etc.
1186         * g10.c: Adjusted all algorithm name/id mapping functions.
1187         (set_debug): Pass MPI and CRYPTO debug values to libgcrypt.
1189         * Makefile.am (INCLUDES): Define LOCALEDIR and the default error
1190         source.
1192         * g10.c (i18n_init): s/G10_LOCALEDIR/LOCALEDIR/.
1194         Renamed m_alloc et al to xmalloc et al.
1195         s/g10_errstr/gpg_strerror/
1196         s/MPI/gcry_mpi_t/
1197         Adjusted all md_open calls to the libgcrypt API.
1198         
1199         * build-packet.c (do_comment): Return error code from iobuf write
1200         function.
1201         (do_user_id): Ditto.
1202         (do_public_key): Ditto.
1204         * Makefile.am: Add new files, link gpg with libgpg-error.
1205         * g10.c, options.h: New option --agent-program.
1206         * call-agent.c: New.
1207         * gpg.h, call-agent.h: New.
1209 2003-06-03  David Shaw  <dshaw@jabberwocky.com>
1211         * options.h, g10.c (main), keylist.c (list_keyblock_print): Add
1212         "show-validity" and "show-long-keyid" list-options.
1214         * gpgv.c (get_validity, trust_value_to_string): Stubs.
1216         * g10.c (main): Use SAFE_VERSION instead of VERSION in the
1217         version-specific gpg.conf file so it can be overridden on RISCOS.
1219 2003-06-01  David Shaw  <dshaw@jabberwocky.com>
1221         * g10.c (main), keylist.c (show_policy_url, show_notation),
1222         mainproc.c (check_sig_and_print): Emulate the old policy and
1223         notation behavior (display by default).  Send to status-fd whether
1224         it is displayed on the screen or not.
1226         * g10.c (main): Since we now have some options in devel that won't
1227         work in a stable branch gpg.conf file, try for a version-specific
1228         gpg.conf-VERSION file before falling back to gpg.conf.
1230         * main.h, options.h: Move various option flags to options.h.
1232 2003-05-31  David Shaw  <dshaw@jabberwocky.com>
1234         * mainproc.c (check_sig_and_print), main.h, keylist.c
1235         (show_policy, show_notation): Collapse the old print_notation_data
1236         into show_policy() and show_notation() so there is only one
1237         function to print notations and policy URLs.
1239         * options.h, main.h, g10.c (main), keyedit.c
1240         (print_and_check_one_sig), keylist.c (list_one,
1241         list_keyblock_print), pkclist.c (do_edit_ownertrust), sign.c
1242         (mk_notation_and_policy): New "list-options" and "verify-options"
1243         commands.  These replace the existing
1244         --show-photos/--no-show-photos,
1245         --show-notation/--no-show-notation,
1246         --show-policy-url/--no-show-policy-url, and --show-keyring
1247         options.  The new method is more flexible since a user can specify
1248         (for example) showing photos during sig verification, but not in
1249         key listings.  The old options are emulated.
1251         * main.h, misc.c (parse_options): New general option line
1252         parser. Fix the bug in the old version that did not handle report
1253         syntax errors after a valid entry.
1255         * import.c (parse_import_options), export.c
1256         (parse_export_options): Call it here instead of duplicating the
1257         code.
1259 2003-05-30  David Shaw  <dshaw@jabberwocky.com>
1261         * keylist.c (list_one): Don't show the keyring filename when in
1262         --with-colons mode.  Actually translate "Keyring" string.
1264         * mainproc.c (proc_tree): We can't currently handle multiple
1265         signatures of different classes or digests (we'd pretty much have
1266         to run a different hash context for each), but if they are all the
1267         same, make an exception.  This is Debian bug #194292.
1269         * sig-check.c (check_key_signature2): Make string translatable.
1271         * packet.h, getkey.c (fixup_uidnode): Mark real primary uids
1272         differently than assumed primaries.
1274         * keyedit.c (no_primary_warning): Use the differently marked
1275         primaries here in a new function to warn when an --edit-key
1276         command might rearrange the self-sig dates enough to change which
1277         uid is primary.
1278         (menu_expire, menu_set_preferences): Use no_primary_warning()
1279         here.
1281         * Makefile.am: Use @DLLIBS@ for -ldl.
1283 2003-05-26  David Shaw  <dshaw@jabberwocky.com>
1285         * getkey.c (premerge_public_with_secret): Made "no secret subkey
1286         for" warning a verbose item and translatable. (From wk on stable
1287         branch)
1289         * sig-check.c (check_key_signature2): Made "no subkey for subkey
1290         binding packet" a verbose item instead of a !quiet one.  There are
1291         too many garbled keys out in the wild. (From wk on stable branch)
1293         * filter.h: Remove const from WHAT. (From wk on stable branch)
1295         * progress.c (handle_progress): Store a copy of
1296         NAME. (progress_filter): Release WHAT, make sure not to print a
1297         NULL WHAT. (From wk on stable branch)
1299         * openfile.c (open_sigfile): Adjust free for new progress
1300         semantics. (From wk on stable branch)
1302         * plaintext.c (ask_for_detached_datafile): Don't dealloc
1303         pfx->WHAT. (From wk on stable branch)
1305         * seckey-cert.c (do_check): Issue the RSA_OR_IDEA status when the
1306         cipher algo is IDEA to make it easier to track down the
1307         problem. (From twoaday on stable branch)
1308         
1309 2003-05-24  David Shaw  <dshaw@jabberwocky.com>
1311         * armor.c, g10.c, kbnode.c, misc.c, pkclist.c, sign.c,
1312         build-packet.c, getkey.c, keydb.c, openfile.c, plaintext.c,
1313         status.c, gpgv.c, keygen.c, options.h, sig-check.c, tdbio.h,
1314         encode.c, mainproc.c, parse-packet.c, signal.c, textfilter.c: Edit
1315         all preprocessor instructions to remove whitespace before the '#'.
1316         This is not required by C89, but there are some compilers out
1317         there that don't like it.
1319 2003-05-21  David Shaw  <dshaw@jabberwocky.com>
1321         * trustdb.h, trustdb.c (is_disabled), gpgv.c (is_disabled): Rename
1322         is_disabled to cache_disabled_value, which now takes a pk and not
1323         just the keyid. This is for speed since there is no need to
1324         re-fetch a key when we already have that key handy.  Cache the
1325         result of the check so we don't need to hit the trustdb more than
1326         once.
1327         
1328         * getkey.c (skip_disabled): New function to get a pk and call
1329         is_disabled on it. (key_byname): Use it here.
1330         
1331         * packet.h, getkey.c (skip_disabled), keylist.c
1332         (print_capabilities): New "pk_is_disabled" macro to retrieve the
1333         cached disabled value if available, and fill it in via
1334         cache_disabled_value if not available.
1336         * trustdb.c (get_validity): Cache the disabled value since we have
1337         it handy and it might be useful later.
1339         * parse-packet.c (parse_key): Clear disabled flag when parsing a
1340         new key.  Just in case someone forgets to clear the whole key.
1342         * getkey.c (merge_selfsigs_main): Add an "if all else fails" path
1343         for setting a single user ID primary when there are multiple set
1344         primaries all at the same second, or no primaries set and the most
1345         recent user IDs are at the same second, or no signed user IDs at
1346         all. This is arbitrary, but deterministic.
1348         * exec.h, photoid.h: Add copyright message.
1350         * keylist.c (list_keyblock_print): Don't dump attribs for
1351         revoked/expired/etc uids for non-colon key listings.  This is for
1352         consistency with --show-photos.
1354         * main.h, keylist.c (dump_attribs), mainproc.c
1355         (check_sig_and_print): Dump attribs if --attrib-fd is set when
1356         verifying signatures.
1357         
1358         * g10.c (main): New --gnupg option to disable the various
1359         --openpgp, --pgpX, etc. options.  This is the same as --no-XXXX
1360         for those options.
1362         * revoke.c (ask_revocation_reason): Clear old reason if user
1363         elects to repeat question.  This is bug 153.
1365         * keyedit.c (sign_uids): Show keyid of the key making the
1366         signature.
1368 2003-05-21  Werner Koch  <wk@gnupg.org>
1370         * progress.c (handle_progress)
1371         * sign.c (write_plaintext_packet)
1372         * encode.c (encode_simple,encode_crypt): Make sure that a filename
1373         of "-" is considered to be stdin so that iobuf_get_filelength
1374         won't get called.  This fixes bug 156 reported by Gregery Barton.
1376 2003-05-02  David Shaw  <dshaw@jabberwocky.com>
1378         * packet.h, build-packet.c (build_sig_subpkt), export.c
1379         (do_export_stream), import.c (remove_bad_stuff, import),
1380         parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt): Remove
1381         vestigal code for the old sig cache subpacket.  This wasn't
1382         completely harmless as it caused subpacket 101 to disappear on
1383         import and export.
1385         * options.h, armor.c, cipher.c, g10.c, keyedit.c, pkclist.c,
1386         sign.c, encode.c, getkey.c, revoke.c: The current flags for
1387         different levels of PGP-ness are massively complex.  This is step
1388         one in simplifying them. No functional change yet, just use a
1389         macro to check for compliance level.
1391         * sign.c (sign_file): Fix bug that causes spurious compression
1392         preference warning.
1394         * sign.c (clearsign_file): Fix bug that prevents proper warning
1395         message from appearing when clearsigning in --pgp2 mode with a
1396         non-v3 RSA key.
1398         * main.h, misc.c (compliance_option_string, compliance_string,
1399         compliance_failure), pkclist.c (build_pk_list), sign.c (sign_file,
1400         clearsign_file), encode.c (encode_crypt,
1401         write_pubkey_enc_from_list): New functions to put the "this
1402         message may not be usable...." warning in one place.
1404         * options.h, g10.c (main): Part two of the simplification.  Use a
1405         single enum to indicate what we are compliant to (1991, 2440,
1406         PGPx, etc.)
1408         * g10.c (main): Show errors for failure in export, send-keys,
1409         recv-keys, and refresh-keys.
1411         * options.h, g10.c (main): Give algorithm warnings for algorithms
1412         chosen against the --pgpX and --openpgp rules.
1414         * keydb.h, pkclist.c (algo_available): Make TIGER192 invalid in
1415         --openpgp mode.
1417         * sign.c (sign_file), pkclist.c (algo_available): Allow passing a
1418         hint of 0.
1420 2003-05-01  David Shaw  <dshaw@jabberwocky.com>
1422         * tdbio.c (create_version_record): Only create new trustdbs with
1423         TM_CLASSIC or TM_PGP.
1425         * trustdb.h, trustdb.c (trust_string, get_ownertrust_string,
1426         get_validity_string, ask_ownertrust, validate_keys), pkclist.c
1427         (do_edit_ownertrust): Rename trust_string to trust_value_to_string
1428         for naming consistency.
1430         * trustdb.h, trustdb.c (string_to_trust_value): New function to
1431         translate a string to a trust value.
1433         * g10.c (main): Use string_to_trust_value here for
1434         --force-ownertrust.
1435         
1436         * options.h, g10.c (main), trustdb.c (trust_model_string,
1437         init_trustdb, check_trustdb, update_trustdb, get_validity,
1438         validate_one_keyblock): An "OpenPGP" trust model is misleading
1439         since there is no official OpenPGP trust model.  Use "PGP"
1440         instead.
1442 2003-04-30  David Shaw  <dshaw@jabberwocky.com>
1444         * build-packet.c (build_sig_subpkt): Comments.
1446         * exec.c (exec_write): Cast NULL to void* to properly terminate
1447         varargs list.
1449         * keyedit.c (show_key_with_all_names): Just for safety, catch an
1450         invalid pk algorithm.
1452         * sign.c (make_keysig_packet): Crucial that the call to mksubpkt
1453         comes LAST before the calls to finalize the sig as that makes it
1454         possible for the mksubpkt function to get a reliable pointer to
1455         the subpacket area.
1457         * pkclist.c (do_we_trust_pre): If an untrusted key was chosen by a
1458         particular user ID, use that ID as the one to ask about when
1459         prompting whether to use the key anyway.
1460         (build_pk_list): Similar change here when adding keys to the
1461         recipient list.
1463         * trustdb.c (update_validity): Fix bug that prevented more than
1464         one validity record per trust record.
1465         (get_validity): When retrieving validity for a (user) supplied
1466         user ID, return the validity for that user ID only, and do not
1467         fall back to the general key validity.
1468         (validate_one_keyblock): Some commentary on whether
1469         non-self-signed user IDs belong in the web of trust (arguably,
1470         they do).
1472 2003-04-27  David Shaw  <dshaw@jabberwocky.com>
1474         * g10.c (main): Add --no-textmode.
1476         * export.c (do_export_stream), keyedit.c (show_key_with_all_names,
1477         menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
1478         (show_photos), sign.c (mk_notation_and_policy), trustdb.c
1479         (get_validity, reset_trust_records, validate_keys): Make some
1480         strings translatable.
1482         * mainproc.c (check_sig_and_print): Show digest algorithm and sig
1483         class when verifying a sig with --verbose on, and add version, pk
1484         and hash algorithms and sig class to VALIDSIG.
1485         
1486         * parse-packet.c (enum_sig_subpkt): Make a warning message a
1487         --verbose warning message since we don't need to warn every time
1488         we see an unknown critical (we only need to invalidate the
1489         signature).
1491         * trustdb.c (init_trustdb): Check the trustdb options even with
1492         TM_AUTO since the auto may become TM_CLASSIC or TM_OPENPGP.
1494 2003-04-26  David Shaw  <dshaw@jabberwocky.com>
1496         * sign.c (do_sign): Show the hash used when making a signature in
1497         verbose mode.
1499         * tdbio.h, tdbio.c (tdbio_read_model): New function to return the
1500         trust model used in a given trustdb.
1502         * options.h, g10.c (main), trustdb.c (init_trustdb, check_trustdb,
1503         update_trustdb): Use tdbio_read_model to implement an "auto" trust
1504         model which is set via the trustdb.
1506 2003-04-23  David Shaw  <dshaw@jabberwocky.com>
1508         * import.c (import_revoke_cert): Remove ultimate trust when
1509         revoking an ultimately trusted key.
1511         * keyedit.c (sign_uids): Allow replacing expired signatures.
1512         Allow duplicate signatures with --expert.
1514         * pkclist.c (check_signatures_trust): Don't display a null
1515         fingerprint when checking a signature with --always-trust enabled.
1517         * filter.h (progress_filter_context_t), progress.c
1518         (handle_progress), plaintext.c (ask_for_detached_datafile,
1519         hash_datafiles): Fix compiler warnings.  Make "what" constant.
1521         * build-packet.c (do_plaintext): Do not create invalid literal
1522         packets with >255-byte names.
1524 2003-04-15  Werner Koch  <wk@gnupg.org>
1526         * Makefile.am (AM_CFLAGS): Make use of AM_CFLAGS and AM_LDFLAGS.
1528         * g10.c, options.h: New option --enable-progress-filter.
1529         * progress.c (handle_progress): Make use of it.
1531 2003-04-15  Marcus Brinkmann  <marcus@g10code.de>
1533         * progress.c: New file.
1534         * Makefile.am (common_source): Add progress.c.
1535         * filter.h (progress_filter_context_t): New type.
1536         (progress_filter, handle_progress): New prototypes.
1537         * main.h (open_sigfile): New argument for prototype.
1538         * openfile.c (open_sigfile): New argument to install progress
1539         filter.
1540         * encode.c (encode_simple): New variable PFX.  Register
1541         progress filter.  Install text_filter after that.
1542         (encode_crypt): Likewise.
1543         * sign.c (sign_file): Likewise.
1544         (clearsign_file): Likewise.
1545         * decrypt.c (decrypt_message): Likewise.
1546         (decrypt_messages): Likewise.
1547         * verify.c (verify_signatures): Likewise.
1548         (verify_one_file): Likewise.
1549         * plaintext.c (hash_datafiles): Likewise.
1550         (ask_for_detached_datafile): Likewise.
1552 2003-04-10  Werner Koch  <wk@gnupg.org>
1554         * passphrase.c (read_passphrase_from_fd): Do a dummy read if the
1555         agent is to be used.  Noted by Ingo Klöcker.
1556         (agent_get_passphrase): Inhibit caching when we have no
1557         fingerprint.  This is required for key generation as well as for
1558         symmetric only encryption.
1560         * passphrase .c (agent_get_passphrase): New arg CANCELED.
1561         (passphrase_to_dek): Ditto.  Passed to above.  Changed all
1562         callers to pass NULL.
1563         * seckey-cert.c (do_check): New arg CANCELED.
1564         (check_secret_key): Terminate loop when canceled.
1566         * keyedit.c (change_passphrase): Pass ERRTEXT untranslated to
1567         passphrase_to_dek and translate where appropriate.
1568         * seckey-cert.c (check_secret_key): Ditto.
1569         * keygen.c (ask_passphrase): Ditto.
1570         * passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT.
1571         Switch the codeset to utf-8.
1573 2003-04-09  Werner Koch  <wk@gnupg.org>
1575         * decrypt.c (decrypt_messages): Fixed error handling; the function
1576         used to re-loop with same file after an error.  Reported by Joseph
1577         Walton.
1579 2003-04-08  David Shaw  <dshaw@jabberwocky.com>
1581         * main.h, g10.c (main), import.c (parse_import_options,
1582         fix_pks_corruption): It's really PKS corruption, not HKP
1583         corruption.  Keep the old repair-hkp-subkey-bug command as an
1584         alias.
1586         * g10.c (main): Rename --no-version to --no-emit-version for
1587         consistency.  Keep --no-version as an alias.
1589 2003-04-04  David Shaw  <dshaw@jabberwocky.com>
1591         * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash.
1593         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Remove
1594         unused code.
1596 2003-04-01  Werner Koch  <wk@gnupg.org>
1598         * mainproc.c (check_sig_and_print): Add primary key fpr to VALIDSIG
1599         status.
1601 2003-03-24  David Shaw  <dshaw@jabberwocky.com>
1603         * keydb.h: Err on the side of making an unknown signature a SIG
1604         rather than a CERT.
1606         * import.c (delete_inv_parts): Discard any key signatures that
1607         aren't key types (i.e. 0x00, 0x01, etc.)
1609         * g10.c (main): Add deprecated option warning for
1610         --list-ownertrust.  Add --compression-algo alias for
1611         --compress-algo.  Change --version output strings to match
1612         "showpref" strings, and make translatable.
1614         * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for
1615         --command-fd boolean input.
1617         * trustdb.c: Fix typo (DISABLE_REGEXP -> DISABLE_REGEX)
1619         * keyedit.c (show_key_with_all_names_colon): Show no-ks-modify
1620         flag.
1622 2003-03-11  David Shaw  <dshaw@jabberwocky.com>
1624         * options.h, g10.c (main), keyserver.c (kopts): Add "try-dns-srv"
1625         keyserver option.  Defaults to on.
1627         * passphrase.c (agent_get_passphrase): Fix memory leak with
1628         symmetric messages.  Fix segfault with symmetric messages.  Fix
1629         incorrect prompt with symmetric messages.
1631 2003-03-10  Werner Koch  <wk@gnupg.org>
1633         * compress.c (init_uncompress): Use a 15 bit window size so that
1634         the output of implementations which don't run for PGP 2
1635         compatibility won't get garbled.
1637 2003-03-04  David Shaw  <dshaw@jabberwocky.com>
1639         * trustdb.c (validate_keys): Mask the ownertrust when building the
1640         list of fully valid keys so that disabled keys are still counted
1641         in the web of trust.
1642         (get_ownertrust_with_min): Do the same for the minimum ownertrust
1643         calculation.
1645         * parse-packet.c (dump_sig_subpkt): Show the notation names for
1646         not-human-readable notations.  Fix cosmetic off-by-one length
1647         counter.
1649         * options.skel: Add explantion and commented-out
1650         "no-mangle-dos-filenames".
1652         * mainproc.c (proc_encrypted): Make string translatable.
1654         * keyserver.c (keyserver_spawn): Quote ':', '%', and any 8-bit
1655         characters in the uid strings sent to the keyserver helper.
1657         * keyring.c (keyring_rebuild_cache): Lock the keyring while
1658         rebuilding the signature caches to prevent another gpg from
1659         tampering with the temporary copy.
1661         * keygen.c (keygen_set_std_prefs): Include AES192 and AES256 in
1662         default prefs.
1664         * keyedit.c (show_prefs): Make strings translatable.
1666         * keydb.c: Double the maximum number of keyrings to 40.
1668         * gpgv.c (main): Fix bug #113 - gpgv should accept the
1669         --ignore-time-conflict option.
1671         * g10.c (main): --openpgp disables --pgpX.  Double the amount of
1672         secure memory to 32k (keys are getting bigger these days).
1674         * Makefile.am: Makefile.am: Use @CAPLIBS@ to link in -lcap if we
1675         are using capabilities.
1677 2003-02-26  David Shaw  <dshaw@jabberwocky.com>
1679         * keyserver.c (keyserver_spawn): Include various pieces of
1680         information about the key in the data sent to the keyserver
1681         helper.  This allows the helper to use it in instructing a remote
1682         server which may not have any actual OpenPGP smarts in parsing
1683         keys.
1685         * main.h, export.c (export_pubkeys_stream, do_export_stream): Add
1686         ability to return only the first match in an exported keyblock for
1687         keyserver usage.  This should be replaced at some point with a
1688         more flexible solution where each key can be armored seperately.
1690 2003-02-22  David Shaw  <dshaw@jabberwocky.com>
1692         * sign.c (sign_file): Do not push textmode filter onto an unopened
1693         IOBUF (segfault).  Noted by Marcus Brinkmann.  Push and
1694         reinitialize textmode filter for each file in a multiple file
1695         list.
1697         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Set
1698         and show the keyserver no-modify flag.
1700         * keygen.c (add_keyserver_modify): New.
1701         (keygen_upd_std_prefs): Call it here.
1702         (keygen_set_std_prefs): Accept "ks-modify" and "no-ks-modify" as
1703         prefs to set and unset keyserver modify flag.
1705         * g10.c (main): Accept "s1" in addition to "idea" to match the
1706         other ciphers.
1708         * main.h, misc.c (idea_cipher_warn): We don't need this if IDEA
1709         has been disabled.
1711 2003-02-21  David Shaw  <dshaw@jabberwocky.com>
1713         * keygen.c (keygen_set_std_prefs): Don't put AES or CAST5 in
1714         default prefs if they are disabled.
1716         * g10.c (main): Use 3DES instead of CAST5 if we don't have CAST5
1717         support.  Use 3DES for the s2k cipher in --openpgp mode.
1718         (print_mds): #ifdef all of the optional digest algorithms.
1720 2003-02-12  David Shaw  <dshaw@jabberwocky.com>
1722         * keydb.h, getkey.c (classify_user_id, classify_user_id2): Make
1723         'exact' a per-desc item.  Merge into one function since
1724         'force_exact' is no longer needed.
1725         (key_byname): Use new classify_user_id function, and new exact
1726         flag in KEYDB_SEARCH_DESC.
1728         * keyring.h, keyring.c (keyring_search): Return an optional index
1729         to show which KEYDB_SEARCH_DESC was the matching one.
1731         * keydb.h, keydb.c (keydb_search): Rename to keydb_search2, and
1732         pass the optional index to keyring_search.  Add a macro version of
1733         keydb_search that calls this new function.
1735         * export.c (do_export_stream): If the keyid! syntax is used,
1736         export only that specified key.  If the key in question is a
1737         subkey, export the primary plus that subkey only.
1739 2003-02-11  David Shaw  <dshaw@jabberwocky.com>
1741         * exec.c (set_exec_path): Add debugging line.
1743         * g10.c (print_hex, print_mds): Print long hash strings a lot
1744         neater.  This assumes at least an 80-character display, as there
1745         are a few other similar assumptions here and there.  Users who
1746         need unformatted hashes can still use with-colons.  Check that
1747         SHA384 and 512 are available before using them as they are no
1748         longer always available.
1750         * Makefile.am: Use a local copy of libexecdir along with @PACKAGE@
1751         as GNUPG_LIBEXECDIR so it can be easily overridden at make time.
1753 2003-02-04  David Shaw  <dshaw@jabberwocky.com>
1755         * armor.c (parse_hash_header, armor_filter): Accept the new SHAs
1756         in the armor Hash: header.
1758         * g10.c (print_hex): Print long hash strings a little neater.
1759         (print_mds): Add the new SHAs to the hash list.
1761 2003-02-02  David Shaw  <dshaw@jabberwocky.com>
1763         * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on
1764         a v4 key (treat as a v4 revocation).
1766         * import.c (print_import_check): Do not re-utf8 convert user IDs.
1768 2003-01-27  David Shaw  <dshaw@jabberwocky.com>
1770         * mainproc.c (list_node): Show signature expiration date in
1771         with-colons sig records.
1773         * keylist.c (list_keyblock_colon), mainproc.c (list_node): Show
1774         trust sig information in with-colons sig records.
1776 2003-01-16  David Shaw  <dshaw@jabberwocky.com>
1778         * g10.c (add_group): Trim whitespace after a group name so it does
1779         not matter where the user puts the = sign.
1781         * options.skel: Comment out the first three lines in case someone
1782         manually copies the skel file to their homedir.
1784         * sign.c (clearsign_file): Only use pgp2mode with v3 keys and
1785         MD5. This matches what we do when decoding such messages and
1786         prevents creating a message (v3+RIPEMD/160) that we can't verify.
1788         * sig-check.c (signature_check2): Use G10ERR_GENERAL as the error
1789         for signature digest conflict.  BAD_SIGN implies that a signature
1790         was checked and we may try and print out a user ID for a key that
1791         doesn't exist.
1793 2003-01-15  David Shaw  <dshaw@jabberwocky.com>
1795         * trustdb.c (init_trustdb, get_validity): Don't use a changed
1796         trust model to indicate a dirty trustdb, and never auto-rebuild a
1797         dirty trustdb with the "always" trust model.
1799         * g10.c (add_group): Last commit missed the \t ;)
1801 2003-01-14  David Shaw  <dshaw@jabberwocky.com>
1803         * packet.h, parse-packet.c (setup_user_id), free-packet.c
1804         (free_user_id), keydb.h, keyid.c (namehash_from_uid): New function
1805         to rmd160-hash the contents of a user ID packet and cache it in
1806         the uid object.
1808         * keylist.c (list_keyblock_colon): Use namehash in field 8 of
1809         uids.  Show dates for creation (selfsig date), and expiration in
1810         fields 6 and 7.
1812         * trustdb.c (get_validity, get_validity_counts, update_validity):
1813         Use new namehash function rather than hashing it locally.
1815 2003-01-14  Werner Koch  <wk@gnupg.org>
1817         * g10.c (add_group): Fixed group parsing to allow more than one
1818         delimiter in a row and also allow tab as delimiter.
1820 2003-01-12  David Shaw  <dshaw@jabberwocky.com>
1822         * tdbio.c (tdbio_set_dbname): Fix assertion failure with
1823         non-fully-qualified trustdb names.
1825 2003-01-11  David Shaw  <dshaw@jabberwocky.com>
1827         * trustdb.c (get_validity_info, get_ownertrust_info,
1828         trust_letter): Simplify by returning a ? for error directly.
1830         * keyedit.c (show_key_with_all_names): Use get_validity_string and
1831         get_ownertrust_string to show full word versions of trust
1832         (i.e. "full" instead of 'f').
1834         * trustdb.h, trustdb.c (get_ownertrust_string,
1835         get_validity_string): Same as get_ownertrust_info, and
1836         get_validity_info, except returns a full string.
1838         * trustdb.c (get_ownertrust_with_min): New.  Same as
1839         'get_ownertrust' but takes the min_ownertrust value into account.
1841 2003-01-10  David Shaw  <dshaw@jabberwocky.com>
1843         * armor.c (armor_filter): Comment about PGP's end of line tab
1844         problem.
1846         * trustdb.h, trustdb.c (trust_letter): Make
1847         static. (get_ownertrust_info, get_validity_info): Don't mask the
1848         trust level twice.
1850         * trustdb.h, gpgv.c, trustdb.c (get_validity, get_validity_info),
1851         keylist.c (list_keyblock_colon), keyedit.c
1852         (show_key_with_all_names_colon, menu_revuid): Pass a user ID in
1853         rather than a namehash, so we only have to do the hashing in one
1854         place.
1856         * packet.h, pkclist.c (build_pk_list), free-packet.c
1857         (release_public_key_parts): Remove unused namehash element for
1858         public keys.
1860 2003-01-07  David Shaw  <dshaw@jabberwocky.com>
1862         * keygen.c (keygen_set_std_prefs): Warn when setting an IDEA
1863         preference when IDEA is not available.
1865 2003-01-06  David Shaw  <dshaw@jabberwocky.com>
1867         * trustdb.c (get_validity_info): 'd' for disabled is not a
1868         validity value any more.
1870         * packet.h, tdbio.h, tdbio.c (tdbio_read_record,
1871         tdbio_write_record), trustdb.c (update_validity): Store temporary
1872         full & marginal counts in the trustdb.
1873         (clear_validity, get_validity_counts): Return and clear temp
1874         counts.
1875         (store_validation_status): Keep track of which keyids have been
1876         stored.
1877         (validate_one_keyblock, validate_key_list): Use per-uid copies of
1878         the full & marginal counts so they can be recalled for multiple
1879         levels.
1880         (validate_keys): Only use unused keys for each new round.
1881         (reset_unconnected_keys): Rename to reset_trust_records, and only
1882         skip specifically excluded records.
1884         * keylist.c (print_capabilities): Show 'D' for disabled keys in
1885         capabilities section.
1887         * trustdb.c (is_disabled): Remove incorrect comment.
1889 2003-01-03  David Shaw  <dshaw@jabberwocky.com>
1891         * import.c (import_one): Only do the work to create the status
1892         display for interactive import if status is enabled.
1894         * keyring.c (keyring_search): skipfnc didn't work properly with
1895         non-keyid searches.  Noted by Stefan Bellon.
1897         * getkey.c (merge_selfsigs_main): Remove some unused code and make
1898         sure that the pk selfsigversion member accounts for 1F direct
1899         sigs.
1901 2003-01-02  Werner Koch  <wk@gnupg.org>
1903         * keydb.c (keydb_add_resource): Don't assume that try_make_homedir
1904         terminates but check again for the existence of the directory and
1905         continue then.
1906         * openfile.c (copy_options_file): Print a warning if the skeleton
1907         file has active options.
1909 2002-12-29  David Shaw  <dshaw@jabberwocky.com>
1911         * getkey.c (merge_selfsigs_main), main.h, sig-check.c
1912         (check_key_signature2): Pass the ultimately trusted pk directly to
1913         check_key_signature2 to avoid going through the key selection
1914         mechanism.  This prevents a deadly embrace when two keys without
1915         selfsigs each sign the other.
1917 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
1919         * keyserver.c (keyserver_refresh): Don't print the "refreshing..."
1920         line if there are no keys to refresh or if there is no keyserver
1921         set.
1923         * getkey.c (merge_selfsigs_main): Any valid user ID should make a
1924         key valid, not just the last one.  This also fixes Debian bug
1925         #174276.
1927 2002-12-27  Stefan Bellon  <sbellon@sbellon.de>
1929         * import.c (print_import_check): Changed int to size_t.
1931 2002-12-27  David Shaw  <dshaw@jabberwocky.com>
1933         * keyedit.c (keyedit_menu, menu_revuid): Add "revuid" feature to
1934         revoke a user ID.  This is the same as issuing a revocation for
1935         the self-signature, but a much simpler interface to do it.
1937 2002-12-26  David Shaw  <dshaw@jabberwocky.com>
1939         * keydb.h, getkey.c (key_byname): Flag to enable or disable
1940         including disabled keys.  Keys specified via keyid (i.e. 0x...)
1941         are always included.
1943         * getkey.c (get_pubkey_byname, get_seckey_byname2,
1944         get_seckey_bynames), keyedit.c (keyedit_menu, menu_addrevoker):
1945         Include disabled keys in these functions.
1947         * pkclist.c (build_pk_list): Do not include disabled keys for -r
1948         or the key prompt.  Do include disabled keys for the default key
1949         and --encrypt-to.
1951         * trustdb.h, trustdb.c (is_disabled): New skipfnc for skipping
1952         disabled keys.
1954         * gpgv.c (is_disabled): Stub.
1956         * keygen.c (keygen_add_key_expire): Properly handle updating a key
1957         expiration to a no-expiration value.
1959         * keyedit.c (enable_disable_key): Comment.
1961         * import.c (import_one): When in interactive mode and --verbose,
1962         don't repeat some key information twice.
1964 2002-12-22  Timo Schulz  <ts@winpt.org>
1965         
1966         * import.c (print_import_check): New.
1967         (import_one): Use it here.
1968         Use merge_keys_and_selfsig in the interactive mode to avoid
1969         wrong key information.
1970         * status.h: Add new status code.
1971         * status.c: Ditto.
1972         
1973 2002-12-13  David Shaw  <dshaw@jabberwocky.com>
1975         * pkclist.c (do_we_trust): Tweak language to refer to the "named
1976         user" rather than "owner".  Noted by Stefan Bellon.
1978         * trustdb.h, trustdb.c (trustdb_pending_check): New function to
1979         check if the trustdb needs a check.
1981         * import.c (import_keys_internal): Used here so we don't rebuild
1982         the trustdb if it is still clean.
1983         (import_one, chk_self_sigs): Only mark trustdb dirty if the key
1984         that is being imported has any sigs other than self-sigs.
1985         Suggested by Adrian von Bidder.
1987         * options.skel: Include the required '=' sign in the sample
1988         'group' option.  Noted by Stefan Bellon.
1990         * import.c (chk_self_sigs): Don't try and check a subkey as if it
1991         was a signature.
1993 2002-12-11  David Shaw  <dshaw@jabberwocky.com>
1995         * tdbio.c (tdbio_read_record, tdbio_write_record): Compact the
1996         RECTYPE_TRUST records a bit.
1998         * g10.c (main): Comment out --list-trust-path until it can be
1999         implemented.
2001         * import.c (import_one): Warn when importing an Elgamal primary
2002         that this may take some time (to verify self-sigs).
2003         (chk_self_sigs): Try and cache all self-sigs so the keyblock is
2004         written to the keyring with a good rich cache.
2006         * keygen.c (ask_algo): Make the Elgamal sign+encrypt warning
2007         stronger, and remove the RSA sign+encrypt warning.
2009 2002-12-06  Stefan Bellon  <sbellon@sbellon.de>
2011         * options.h: Fixed typo (mangle_dos_names instead of
2012         mangle_dos_filenames).
2014 2002-12-05  Werner Koch  <wk@gnupg.org>
2016         * g10.c: New options --[no-]mangle-dos-filenames.
2017         * options.h (opt): Added mangle-dos-filenames.
2018         * openfile.c (open_outfile) [USE_ONLY_8DOT3]: Truncate the
2019         filename only when this option is set; this is the default.
2021 2002-12-04  David Shaw  <dshaw@jabberwocky.com>
2023         * main.h, keyedit.c, keygen.c: Back out previous (2002-12-01)
2024         change.  Minimal isn't always best.
2026         * sign.c (update_keysig_packet): Use the current time rather then
2027         a modification of the original signature time.  Make sure that
2028         this doesn't cause a time warp.
2030         * keygen.c (keygen_add_key_expire): Properly handle a key
2031         expiration date in the past (use a duration of 0).
2033         * keyedit.c (menu_expire): Use update_keysig_packet so any sig
2034         subpackets are maintained during the update.
2036         * build-packet.c (build_sig_subpkt): Mark sig expired or unexpired
2037         when the sig expiration subpacket is added.
2038         (build_sig_subpkt_from_sig): Handle making an expiration subpacket
2039         from a sig that has already expired (use a duration of 0).
2041         * packet.h, sign.c (update_keysig_packet), keyedit.c
2042         (menu_set_primary_uid, menu_set_preferences): Add ability to issue
2043         0x18 subkey binding sigs to update_keysig_packet and change all
2044         callers.
2046         * trustdb.c (validate_keys): Show trust parameters when building
2047         the trustdb, and make sure that the version record update was
2048         successful.
2049         (init_trustdb): If the current parameters aren't what was used for
2050         building the trustdb, the trustdb is invalid.
2052         * tbio.c (tdbio_db_matches_options): Update to work with new
2053         trustdbs.
2055 2002-12-03  David Shaw  <dshaw@jabberwocky.com>
2057         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record): Store
2058         trust model in the trustdb version record.
2059         (tdbio_update_version_record): New function to update version
2060         record values during a trustdb check or update.
2061         (tdbio_dump_record): Show trust model in dump.
2063         * trustdb.c (validate_keys): Call tdbio_update_version_record on
2064         success so that the correct options are stored in the trustdb.
2066         * options.h: rearrange trust models so that CLASSIC is 0 and
2067         OPENPGP is 1.
2069         * options.h, g10.c (main), encode.c (write_pubkey_enc_from_list),
2070         pkclist.c (algo_available), revoke.c (gen_revoke): Add --pgp8
2071         mode.  This is basically identical to --pgp7 in all ways except
2072         that signing subkeys, v4 data sigs (including expiration), and SK
2073         comments are allowed.
2075         * getkey.c (finish_lookup): Comment.
2077         * main.h, keylist.c (reorder_keyblock), keyedit.c (keyedit_menu):
2078         Reorder user ID display in the --edit-key menu to match that of
2079         the --list-keys display.
2081         * g10.c (add_notation_data): Fix initialization.
2083 2002-12-01  David Shaw  <dshaw@jabberwocky.com>
2085         * keyedit.c (menu_expire): Don't lose key flags when changing the
2086         expiration date of a subkey.  This is not the most optimal
2087         solution, but it is minimal change on the stable branch.
2089         * main.h, keygen.c (do_copy_key_flags): New function to copy key
2090         flags, if any, from one sig to another.
2091         (do_add_key_expire): New function to add key expiration to a sig.
2092         (keygen_copy_flags_add_expire): New version of
2093         keygen_add_key_expire that also copies key flags.
2094         (keygen_add_key_flags_and_expire): Use do_add_key_expire.
2096         * import.c (fix_hkp_corruption): Comment.
2098 2002-11-25  Stefan Bellon  <sbellon@sbellon.de>
2100         * plaintext.c (handle_plaintext) [__riscos__]: If nooutput is set,
2101         no filetype is needed obviously.
2103 2002-11-24  David Shaw  <dshaw@jabberwocky.com>
2105         * main.h, misc.c (default_cipher_algo, default_compress_algo):
2106         New.  Return the default algorithm by trying
2107         --cipher-algo/--compress-algo, then the first item in the pref
2108         list, then s2k-cipher-algo or ZIP.
2110         * sign.c (sign_file, sign_symencrypt_file), encode.c
2111         (encode_simple, encode_crypt): Call default_cipher_algo and
2112         default_compress_algo to get algorithms.
2114         * g10.c (main): Allow pref selection for compress algo with
2115         --openpgp.
2117         * mainproc.c (proc_encrypted): Use --s2k-digest-algo for
2118         passphrase mangling rather than --digest-algo.
2120         * sign.c (hash_for): If --digest-algo is not set, but
2121         --personal-digest-preferences is, then use the first hash
2122         algorithm in the personal list.  If the signing algorithm is DSA,
2123         then use the first 160-bit hash algorithm in the personal list.
2124         If --pgp2 is set and it's a v3 RSA key, use MD5.
2126         * g10.c (main), keydb.c (keydb_add_resource,
2127         keydb_locate_writable): Rename --default-keyring as
2128         --primary-keyring.  Stefan wins the naming contest.
2130 2002-11-23  David Shaw  <dshaw@jabberwocky.com>
2132         * g10.c (add_notation_data): Disallow notation names that do not
2133         contain a '@', unless --expert is set.  This is to help prevent
2134         people from polluting the (as yet unused) IETF namespace.
2136         * main.h: Comments about default algorithms.
2138         * photoid.c (image_type_to_string): Comments about 3-letter file
2139         extensions.
2141         * encode.c (encode_simple), passphrase.c (passphrase_to_dek),
2142         sign.c (sign_symencrypt_file): Use --s2k-digest-algo for
2143         passphrase mangling rather than --digest-algo.
2145 2002-11-21  David Shaw  <dshaw@jabberwocky.com>
2147         * keygen.c (keygen_set_std_prefs): Properly handle an empty
2148         preference string.
2150         * misc.c (string_to_compress_algo): "none" is a bad choice since
2151         it conflicts with the "none" in setpref.
2153 2002-11-14  David Shaw  <dshaw@jabberwocky.com>
2155         * g10.c (main): Allow compression algorithm names as the argument
2156         to --compress-algo.  The old algorithm names still work for
2157         backwards compatibility.
2159         * misc.c (string_to_compress_algo): Allow "none" as an alias for
2160         "uncompressed".
2162 2002-11-13  Stefan Bellon  <sbellon@sbellon.de>
2164         * getkey.c (get_pubkey_byfprint_fast): Fixed type incompatibility,
2165         was unsigned char instead of byte.
2167 2002-11-13  David Shaw  <dshaw@jabberwocky.com>
2169         * encode.c (encode_simple): Make sure that files larger than about
2170         4G use partial length encoding.  This is required because OpenPGP
2171         allows only for 32 bit length fields.  From Werner on stable
2172         branch.
2174         * getkey.c (get_pubkey_direct): Renamed to...
2175         (get_pubkey_fast): this and made extern.
2176         (get_pubkey_byfprint_fast): New.  From Werner on stable branch.
2178         * keydb.h, import.c (import_one): Use get_pubkey_fast instead of
2179         get_pubkey.  We don't need a merged key and actually this might
2180         lead to recursions.
2181         (revocation_present): Likewise for search by fingerprint.  From
2182         Werner on stable branch.
2184         * g10.c (main): Try to create the trustdb even for non-colon-mode
2185         list-key operations.  This is required because getkey needs to
2186         know whether a a key is ultimately trusted.  From Werner on stable
2187         branch.
2188         
2189         * exec.c [__CYGWIN32__]: Keep cygwin separate from Mingw32;
2190         we don't need it here as it behaves more like a Posix system.
2191         From Werner on stable branch.
2193         * passphrase.c (agent_get_passphrase): Ditto.  From Werner on
2194         stable branch.
2196         * tdbio.c (MY_O_BINARY): Need binary mode with Cygwin.  From
2197         Werner on stable branch.
2199         * g10.c, gpgv.c (main) [__CYGWIN32__]: Don't get the homedir from
2200         the registry.  From Werner on stable branch.
2201         
2202         * keyedit.c (show_key_with_all_names_colon): Make --with-colons
2203         --edit display match the validity and trust of --with-colons
2204         --list-keys.
2206         * passphrase.c (agent_send_all_options): Fix compile warning.
2208         * keylist.c (list_keyblock_colon): Validity for subkeys should
2209         match that of the primary key, and not that of the last user ID.
2211         * getkey.c (merge_selfsigs): Revoked/expired/invalid primary keys
2212         carry these facts onto all their subkeys, but only after the
2213         subkey has a chance to be marked valid.  This is to fix an
2214         incorrect "invalid public key" error verifying a signature made by
2215         a revoked signing subkey, with a valid unrevoked primary key.
2217 2002-11-09  Werner Koch  <wk@gnupg.org>
2219         * passphrase.c (agent_send_all_options): Use tty_get_ttyname to
2220         get the default ttyname.
2222 2002-11-07  David Shaw  <dshaw@jabberwocky.com>
2224         * keyring.h, keyring.c (keyring_register_filename): Return the
2225         pointer if a given keyring is registered twice.
2227         * keydb.h, keydb.c (keydb_add_resource): Use flags to indicate a
2228         default keyring.
2229         (keydb_locate_writable): Prefer the default keyring if possible.
2231         * g10.c (main): Add --default-keyring option.
2233 2002-11-06  David Shaw  <dshaw@jabberwocky.com>
2235         * options.h, g10.c (main), trustdb.c (ask_ownertrust): Add
2236         --force-ownertrust option for debugging purposes.  This allows
2237         setting a whole keyring to a given trust during an
2238         --update-trustdb.  Not for normal use - it's just easier than
2239         hitting "4" all the time to test a large trustdb.
2241         * pubkey-enc.c (get_session_key): With hidden recipients or try a
2242         given passphrase against all secret keys rather than trying all
2243         secret keys in turn.  Don't if --try-all-secrets or --status-fd is
2244         enabled.
2246         * passphrase.c (passphrase_to_dek): Mode 1 means do a regular
2247         passphrase query, but don't prompt with the key info.
2249         * seckey-cert.c (do_check, check_secret_key): A negative ask count
2250         means to enable passphrase mode 1.
2252         * keydb.h, getkey.c (enum_secret_keys): Add flag to include
2253         secret-parts-missing keys (or not) in the list.
2255 2002-11-05  David Shaw  <dshaw@jabberwocky.com>
2257         * keyserver.c (keyserver_search_prompt): When --with-colons is
2258         enabled, don't try and fit the search output to the screen size -
2259         just dump the whole list.
2261 2002-11-04  David Shaw  <dshaw@jabberwocky.com>
2263         * keyserver.c (keyserver_search_prompt): When --with-colons is
2264         enabled, just dump the raw keyserver protocol to stdout and don't
2265         print the menu.
2267         * keyserver.c (show_prompt): Don't show a prompt when command-fd
2268         is being used.
2270         * trustdb.c (trust_model_string, check_trustdb, update_trustdb,
2271         validate_one_keyblock): It's not clear what a trustdb rebuild or
2272         check means with a trust model other than "classic" or "openpgp",
2273         so disallow this.
2275 2002-11-03  David Shaw  <dshaw@jabberwocky.com>
2277         * options.h, g10.c (main): Add --trust-model option.  Current
2278         models are "openpgp" which is classic+trustsigs, "classic" which
2279         is classic only, and "always" which is the same as the current
2280         option --always-trust (which still works).  Default is "openpgp".
2282         * trustdb.c (validate_one_keyblock): Use "openpgp" trust model to
2283         enable trust sigs.
2285         * gpgv.c (main), mainproc.c (check_sig_and_print), pkclist.c
2286         (do_we_trust, do_we_trust_pre, check_signatures_trust): Use new
2287         --trust-model option in place of --always-trust.
2289         * keyedit.c (sign_mk_attrib, trustsig_prompt, sign_uids,
2290         keyedit_menu): Prompt for and create a trust signature with
2291         "tsign".  This is functional, but needs better UI text.
2293         * build-packet.c (build_sig_subpkt): Able to build trust and
2294         regexp subpackets.
2296         * pkclist.c (do_edit_ownertrust): Comment.
2298 2002-11-02  David Shaw  <dshaw@jabberwocky.com>
2300         * keygen.c (set_one_pref, keygen_set_std_prefs): Allow using the
2301         full algorithm name (CAST5, SHA1) rather than the short form (S3,
2302         H2).
2304         * main.h, keygen.c (keygen_get_std_prefs), keyedit.c
2305         (keyedit_menu): Return and use a fake uid packet rather than a
2306         string since we already have a nice parser/printer in
2307         keyedit.c:show_prefs.
2309         * main.h, misc.c (string_to_compress_algo): New.
2311 2002-11-01  David Shaw  <dshaw@jabberwocky.com>
2313         * g10.c (main): Add --no-throw-keyid.
2315         * keydb.h, encode.c (write_pubkey_enc_from_list), g10.c (main),
2316         pkclist.c (build_pk_list): Add --hidden-recipient (-R) and
2317         --hidden-encrypt-to, which do a single-user variation on
2318         --throw-keyid.  The "hide this key" flag is carried in bit 0 of
2319         the pk_list flags field.
2321         * keyserver.c (parse_keyrec): Fix shadowing warning.
2323 2002-10-31  Stefan Bellon  <sbellon@sbellon.de>
2325         * compress.c (init_compress) [__riscos__]: Use
2326         riscos_load_module() to load ZLib module.
2328         * g10.c (main) [__riscos__]: Renames due to changes in riscos.c
2329         (e.g. prefixes all RISC OS specific functions with riscos_*).
2330         * photoid.c (show_photos) [__riscos__]: Likewise.
2331         * signal.c (got_fatal_signal) [__riscos__]: Likewise.
2333         * trustdb.c (check_regexp) [__riscos__]: Branch to RISC OS RegEx
2334         handling.
2336 2002-10-31  David Shaw  <dshaw@jabberwocky.com>
2338         * build-packet.c (do_plaintext), encode.c (encode_sesskey,
2339         encode_simple, encode_crypt), sign.c (write_plaintext_packet): Use
2340         wipememory() instead of memset() to wipe sensitive memory as the
2341         memset() might be optimized away.
2343 2002-10-30  David Shaw  <dshaw@jabberwocky.com>
2345         * trustdb.c (check_regexp): Modern regexps require REG_EXTENDED.
2347 2002-10-29  David Shaw  <dshaw@jabberwocky.com>
2349         * packet.h, trustdb.h, trustdb.c (trust_string): New.  Return a
2350         string like "fully trusted", "marginally trusted", etc.
2351         (get_min_ownertrust): New.  Return minimum ownertrust.
2352         (update_min_ownertrust): New.  Set minimum ownertrust.
2353         (check_regexp): New.  Check a regular epression against a user ID.
2354         (ask_ownertrust): Allow specifying a minimum value.
2355         (get_ownertrust_info): Follow the minimum ownertrust when
2356         returning a letter.
2357         (clear_validity): Remove minimum ownertrust when a key becomes
2358         invalid.
2359         (release_key_items): Release regexp along with the rest of the
2360         info.
2361         (validate_one_keyblock, validate_keys): Build a trust sig chain
2362         while validating.  Call check_regexp for regexps.  Use the minimum
2363         ownertrust if the user does not specify a genuine ownertrust.
2365         * pkclist.c (do_edit_ownertrust): Only allow user to select a
2366         trust level greater than the minimum value.
2368         * parse-packet.c (can_handle_critical): Can handle critical trust
2369         and regexp subpackets.
2371         * trustdb.h, trustdb.c (clear_ownertrusts), delkey.c
2372         (do_delete_key), import.c (import_one): Rename clear_ownertrust to
2373         clear_ownertrusts and have it clear the min_ownertrust value as
2374         well.
2376         * keylist.c (list_keyblock_print): Indent uid to match pub and
2377         sig.
2379         * keyedit.c (print_and_check_one_sig, show_key_and_fingerprint,
2380         menu_addrevoker), keylist.c (list_keyblock_print,
2381         print_fingerprint): Show "T" or the trust depth for trust
2382         signatures, and add spaces to some strings to make room for it.
2384         * packet.h, parse-packet.c (dump_sig_subpkt, parse_one_sig_subpkt,
2385         parse_signature): Parse trust signature values.
2387         * tdbio.h, tdbio.c (tdbio_read_record, tdbio_write_record):
2388         Reserve a byte for the minimum ownertrust value (for use with
2389         trust signatures).
2391 2002-10-29  Stefan Bellon  <sbellon@sbellon.de>
2393         * build-packet.c (calc_plaintext, do_plaintext): Removed RISC OS
2394         specific filetype parts (it's now done in make_basename()).
2396         * plaintext.c (handle_plaintext): Tidied up RISC OS specific
2397         filetype parts.
2399         * encode.c (encode_simple, encode_crypt): Added argument to
2400         make_basename() call.
2402         * sign.c (write_plaintext_packet): Added argument to
2403         make_basename() call.
2405 2002-10-28  Stefan Bellon  <sbellon@sbellon.de>
2407         * build-packet.c (calc_plaintext, do_plaintext): Added filetype
2408         handling for RISC OS' file types.
2410         * plaintext.c (handle_plaintext) [__riscos__]: Added filetype
2411         handling for RISC OS' file types.
2413 2002-10-23  David Shaw  <dshaw@jabberwocky.com>
2415         * main.h, import.c (sec_to_pub_keyblock, import_secret_one,
2416         parse_import_options), g10.c (main): New import-option
2417         "convert-sk-to-pk" to convert a secret key into a public key
2418         during import.  It is on by default.
2420 2002-10-23  Werner Koch  <wk@gnupg.org>
2422         * pubkey-enc.c (get_it): Fix segv, test for revoked only when PK
2423         has been assigned.
2425 2002-10-18  Timo Schulz  <ts@winpt.org>
2427         * keylist.c: (print_pubkey_info): New.
2428         (print_seckey_info): New.
2429         * main.h: Prototypes for the new functions.       
2430         * delkey.c (do_delete_key): Use it here.
2431         * revoke.c (gen_desig_revoke): Ditto.
2432         
2433 2002-10-17  Werner Koch  <wk@gnupg.org>
2435         * pkclist.c (do_edit_ownertrust): Show all user IDs.  This should
2436         be enhanced to also show the current trust level.  Suggested by
2437         Florian Weimer.
2439 2002-10-17  David Shaw  <dshaw@jabberwocky.com>
2441         * g10.c (main): Handle --strict and --no-strict from the command
2442         line before the options file is loaded.
2444 2002-10-15  David Shaw  <dshaw@jabberwocky.com>
2446         * g10.c (main): Disable --textmode when encrypting (symmetric or
2447         pk) in --pgp2 mode as PGP 2 can't handle the unknown length
2448         literal packet.  Reported by Michael Richardson.
2450 2002-10-14  David Shaw  <dshaw@jabberwocky.com>
2452         * keyserver-internal.h, keyserver.c (print_keyrec, parse_keyrec,
2453         show_prompt, keyserver_search_prompt, keyserver_spawn): Go to
2454         version 1 of the keyserver protocol.  This is a better design,
2455         similar to --with-colons, that allows for keys with multiple user
2456         IDs rather than using multiple keys.  It also matches the machine
2457         readable pksd format.  Also use a prettier --search-keys listing
2458         format that can fill different size windows (currently set at 24
2459         lines).
2461 2002-10-12  Werner Koch  <wk@gnupg.org>
2463         * keygen.c (print_status_key_created): New.
2464         (do_generate_keypair): Use it to print the fingerprint.
2465         (generate_subkeypair): Likewise.
2467 2002-10-11  David Shaw  <dshaw@jabberwocky.com>
2469         * keyedit.c (menu_addrevoker): Properly back out if the signature
2470         fails.  Also, do not allow appointing the same revoker twice, and
2471         report ALREADY_SIGNED if the user tries it.
2473 2002-10-07  David Shaw  <dshaw@jabberwocky.com>
2475         * import.c (import_keys_internal): Missed one s/inp/inp2/.
2477         * keylist.c (print_capabilities): Properly indicate per-key
2478         capabilities of sign&encrypt primary keys that have
2479         secret-parts-missing (i.e. no capabilities at all)
2481         * mainproc.c (symkey_decrypt_sesskey): Fix compiler warning.
2483 2002-10-04  David Shaw  <dshaw@jabberwocky.com>
2485         * getkey.c (get_pubkey_direct): Don't cache keys retrieved via
2486         this function as they may not have all their fields filled in.
2488         * sig-check.c (signature_check2): Use new is_primary flag to check
2489         rather than comparing main_keyid with keyid as this still works in
2490         the case of a not fully filled in pk.
2492 2002-10-04  Werner Koch  <wk@gnupg.org>
2494         * import.c (import_keys_internal): s/inp/inp2/ to avoid shadowing
2495         warning.
2497         * passphrase.c (agent_get_passphrase): Fixed signed/unsigned char
2498         problem in %-escaping.  Noted by Ingo Klöcker.
2500 2002-10-03  David Shaw  <dshaw@jabberwocky.com>
2502         * options.h, g10.c (main): Add --strict and --no-strict to switch
2503         the log_warning severity level from info to error.
2505         * keylist.c (print_capabilities): Secret-parts-missing keys should
2506         show that fact in the capabilities, and only primary signing keys
2507         can certify other keys.
2509         * packet.h, parse_packet.c (parse_key): Add is_primary flag for
2510         public keys (it already exists for secret keys).
2512 2002-10-02  David Shaw  <dshaw@jabberwocky.com>
2514         * import.c (import_secret_one): Check for an illegal (>110)
2515         protection cipher when importing a secret key.
2517         * keylist.c (list_keyblock_print): Show a '#' for a
2518         secret-parts-missing key.
2520         * parse_packet.c (parse_key): Some comments.
2522         * revoke.c (gen_revoke): Remove some debugging code.
2524         * trustdb.c (verify_own_keys): Make trusted-key a non-deprecated
2525         option again.
2527         * seckey-cert.c (do_check): Don't give the IDEA warning unless the
2528         cipher in question is in fact IDEA.
2530 2002-10-01  David Shaw  <dshaw@jabberwocky.com>
2532         * import.c (import_one): Make sure that a newly imported key
2533         starts with a clean ownertrust.
2535 2002-10-01  Werner Koch  <wk@gnupg.org>
2537         * getkey.c (get_pubkey_direct): New.
2538         (merge_selfsigs_main): Use it here to look for an ultimately
2539         trusted key.  Using the full get_pubkey might lead to an
2540         infinitive recursion.
2542 2002-09-29  David Shaw  <dshaw@jabberwocky.com>
2544         * keyserver.c (parse_keyserver_uri): Force the keyserver URI
2545         scheme to lowercase to be case-insensitive.
2547 2002-09-28  David Shaw  <dshaw@jabberwocky.com>
2549         * export.c (do_export_stream): Comment.
2551         * sig-check.c (check_key_signature2): Properly handle a
2552         non-designated revocation import.
2554 2002-09-26  Werner Koch  <wk@gnupg.org>
2556         * g10.c (set_homedir): New. Changed all direct assignments to use
2557         this.
2558         * gpgv.c (set_homedir): Ditto.
2560 2002-09-25  David Shaw  <dshaw@jabberwocky.com>
2562         * Makefile.am: Link gpg with EGDLIBS (i.e. NETLIBS) as EGD uses
2563         sockets.  Remove the old NETLIBS variable since the keyserver
2564         stuff is no longer internal.
2566 2002-09-24  David Shaw  <dshaw@jabberwocky.com>
2568         * import.c (import_keys_stream): Fix compiler type warning.
2570         * keyring.c (keyring_rebuild_cache), sig-check.c
2571         (check_key_signature2), import.c (import, chk_self_sigs): Minor
2572         language cleanups.
2574 2002-09-23  Stefan Bellon  <sbellon@sbellon.de>
2576         * main.h: Introduced fast-import as import option. Removed
2577         fast as separate option from prototypes.
2578         * import.c (parse_import_options): Added fast-import option.
2579         (import_*): Removed fast as separate option.
2580         * g10.c (main): Added option fast-import, removed old fast
2581         as separate argument.
2582         * keyserver.c (keyserver_spawn): Removed old fast as separate
2583         argument.
2585 2002-09-22  Stefan Bellon  <sbellon@sbellon.de>
2587         * import.c (import_keys, import_keys_stream,
2588         import_keys_internal): Added trustdb update/check to key import if
2589         not fast-import and interactive set/no-auto-check-trustdb unset.
2590         Avoided function clone by introducing import_keys_internal.
2592 2002-09-19  David Shaw  <dshaw@jabberwocky.com>
2594         * keyserver.c (keyserver_spawn): Properly handle line truncation.
2595         Don't leak memory (~10-20 bytes) on searches.
2596         (keyserver_search_prompt): Cleanup.
2598         * keylist.c (list_keyblock_colon): Show 1F direct key signatures
2599         in --with-colons listing.
2601 2002-09-16  David Shaw  <dshaw@jabberwocky.com>
2603         * keyedit.c (menu_addrevoker): The direct key signature for
2604         revocation keys must be at least v4 to carry the revocation key
2605         subpacket.  Add a PGP 2.x warning for revocation keys.
2607 2002-09-14  David Shaw  <dshaw@jabberwocky.com>
2609         * g10.c (check_permissions): Rearrange strings to make translating
2610         easier (don't incorporate string parts).
2612         * keyedit.c (sign_uids): Make strings translatable.
2614         * sig-check.c (check_key_signature2): Make string translatable.
2616 2002-09-13  David Shaw  <dshaw@jabberwocky.com>
2618         * getkey.c (check_revocation_keys): Move....
2619         * main.h, sig-check.c (check_revocation_keys): to here.  Also
2620         return the signature_check error code rather than 0/1 and cache
2621         the sig result.
2623         * sig-check.c (check_key_signature2): Divert to
2624         check_revocation_keys if a revocation sig is made by someone other
2625         than the pk owner.
2627         * getkey.c (merge_selfsigs_main): Tidy.
2629 2002-09-13  Werner Koch  <wk@gnupg.org>
2631         * g10.c (main) [__MINGW32__]: Activate oLoadExtension.
2633 2002-09-12  David Shaw  <dshaw@jabberwocky.com>
2635         * Makefile.am, hkp.c, hkp.h, keyserver.c (keyserver_work): Remove
2636         internal HKP support.
2638         * keyserver.c (keyserver_spawn): Remove whitespace after keyserver
2639         commands.
2641 2002-09-10  David Shaw  <dshaw@jabberwocky.com>
2643         * exec.c (expand_args): Remove loop left over from earlier
2644         implementation.
2645         (exec_write): Missed one tick.
2647 2002-09-10  Werner Koch  <wk@gnupg.org>
2649         * g10.c, options.h: Removed option --emulate-checksum-bug.
2650         * misc.c (checksum_u16_nobug): Removed.
2651         (checksum_u16): Removed the bug emulation.
2652         (checksum_mpi): Ditto.
2653         (checksum_mpi_counted_nbits): Removed and replaced all calls
2654         with checksum_mpi.
2656         * parse-packet.c (read_protected_v3_mpi): New.
2657         (parse_key): Use it here to store it as an opaque MPI.
2658         * seckey-cert.c (do_check): Changed the v3 unprotection to the new
2659         why to store these keys.
2660         (protect_secret_key): Likewise.
2661         * build-packet.c (do_secret_key): And changed the writing.
2663         * tdbio.c (tdbio_set_dbname, open_db): Use new macro MY_O_BINARY
2664         to avoid silly ifdefs.
2665         (open_db): Fallback to RDONLY so that gpg may be used from a
2666         RO-medium.
2668         * encode.c (encode_simple): Make sure we don't use an ESK packet
2669         when we don't have a salt in the S2K.
2671         * misc.c (pct_expando) <case f>: Make sure that LEN is initialized.
2673         * exec.c (exec_finish): Use ticks to denote filenames in messages.
2674         (make_tempdir, exec_write): Changed format of messages.
2676         * keyserver.c (print_keyinfo): Release USERID in on error.
2677         (keyserver_work) [!DISABLE_KEYSERVER_HELPERS]: Exclude the unused
2678         code.
2680 2002-09-09  Werner Koch  <wk@gnupg.org>
2682         * parse-packet.c (make_attribute_uidname): Add new ar MAX_NAMELEN
2683         for sanity checks.  Changed both callers. Limit the size of an %s.
2685         * options.skel: Comment lock-once out, so that this file does not
2686         change anything when copied to a new home directory.
2687         * openfile.c (try_make_homedir): Don't exit after copying the
2688         option skeleton.
2690         * options.h: Don't use a comma when declaring variables over more
2691         than one line.
2693         * mainproc.c (symkey_decrypt_sesskey): Check length of the session
2694         key.
2696         * hkp.c (dehtmlize): Use ascii_tolower to protect against weird
2697         locales.  Cast the argument for isspace for the sake of broken
2698         HP/UXes.
2699         (parse_hkp_index): s/ascii_memcasecmp/ascii_strncasecmp/.
2701         * g10.c: Removed option --emulate-3des-s2k-bug.
2703         * passphrase.c (hash_passphrase): Was used here.
2705         * export.c (parse_export_options)
2706         * keyserver.c (parse_keyserver_options)
2707         * import.c (parse_import_options)
2708         * g10.c (check_permissions): s/ascii_memcasecmp/ascii_strncasecmp/.
2710 2002-09-09  David Shaw  <dshaw@jabberwocky.com>
2712         * g10.c (add_group): Use '=' to separate group name from group
2713         members.  Use a better error message for when no = is found.
2715         * hkp.c (hkp_export): Use CRLF in headers.
2717 2002-09-03  David Shaw  <dshaw@jabberwocky.com>
2719         * mainproc.c (print_pkenc_list): Don't increment the error counter
2720         when printing the list of keys a message was encrypted to.  This
2721         would make gpg give a non-zero exit code even for completely valid
2722         messages if the message was encrypted to more than one key that
2723         the user owned.
2725 2002-09-02  Werner Koch  <wk@gnupg.org>
2727         * g10.c (main): Try to set a default character set.  Print the
2728         used one in verbosity level 3.
2729         * gpgv.c (main): Try to set a default character set.
2731         * status.c, status.h (STATUS_IMPORT_OK): New.
2732         * import.c (import_one,import_secret_one): Print new status.
2734 2002-08-30  David Shaw  <dshaw@jabberwocky.com>
2736         * pkclist.c (build_pk_list): Add new status code to indicate an
2737         untrusted user.  This (or a disabled key) fail with "unavailable
2738         pubkey" (G10ERR_UNU_PUBKEY).
2740         * pkclist.c (build_pk_list): Fail if any recipient keys are
2741         unusable.
2743         * options.skel: The PGP LDAP keyserver is back.  Use MIT keyserver
2744         as a sample rather than cryptnet as cryptnet does not support
2745         searching yet.
2747         * keyedit.c (show_key_with_all_names): Fix error message
2748         (preferences are userid/selfsig and not key specific).
2750 2002-08-30  Werner Koch  <wk@gnupg.org>
2752         * pkclist.c (do_we_trust_pre): Changed the wording of a warning.
2754         * encode.c (encode_simple,encode_crypt): Use new style CTB for
2755         compressssed packets when using MDC.  We need to do this so that
2756         concatenated messages are properly decrypted.  Old style
2757         compression assumes that it is the last packet; given that we
2758         can't determine the length in advance, the uncompressor does not
2759         know where to start.  Actually we should use the new CTB always
2760         but this would break PGP 2 compatibility.
2762         * parse-packet.c (parse): Special treatment for new style CTB
2763         compressed packets.
2765         * build-packet.c (do_mdc): Removed. Was not used.
2766         (do_encrypted_mdc): Count in the version number and the MDC packet.
2768 2002-08-28  David Shaw  <dshaw@jabberwocky.com>
2770         * sig-check.c (do_check_messages, do_check): Show keyid in error
2771         messages.
2773         * keyserver.c (print_keyinfo): More readable key listings for
2774         --search-keys responses.
2776 2002-08-26  David Shaw  <dshaw@jabberwocky.com>
2778         * hkp.c (parse_hkp_index, dehtmlize): Move HTML functionality into
2779         new "dehtmlize" function.  Remove HTML before trying to parse each
2780         line from the keyserver.  If the keyserver provides key type
2781         information in the listing, use it.
2783 2002-08-23  David Shaw  <dshaw@jabberwocky.com>
2785         * sig-check.c (do_check, do_check_messages): Emit the usual sig
2786         warnings even for cached sigs.  This also serves to protect
2787         against missing a sig expiring while cached.
2789         * getkey.c (merge_selfsigs_main): Don't check UID self-sigs twice.
2791 2002-08-22  David Shaw  <dshaw@jabberwocky.com>
2793         * import.c (clean_subkeys, chk_self_sigs): Merge clean_subkeys
2794         into chk_self_sigs.  This improves efficiency as the same
2795         signatures are not checked multiple times.  Clarify when a subkey
2796         is revoked (any revocation signature, even if it is dated before
2797         the binding signature).
2799         * getkey.c (merge_selfsigs_subkey): Subkey revocation comments.
2801         * keylist.c (list_one): Stats are only for public key listings.
2803         * g10.c (main), options.skel: Default should be include-revoked
2804         for keyserver operations.
2806 2002-08-21  Werner Koch  <wk@gnupg.org>
2808         * import.c (import_print_stats): Print new non_imported counter
2809         which is currently not used because we terminate on errors.
2811 2002-08-20  David Shaw  <dshaw@jabberwocky.com>
2813         * options.skel: Document no-include-attributes for
2814         keyserver-options.
2816         * keylist.c, keyedit.c, keyserver.c, sign.c: Some TODOs and
2817         comments.
2819         * export.c (do_export_stream): Fix noop bug in exporting sensitive
2820         revocation keys.
2822         * pkclist.c (do_edit_ownertrust): Comment out the option for
2823         showing trust paths until it can be implemented.
2825 2002-08-19  Werner Koch  <wk@gnupg.org>
2827         * getkey.c (get_user_id_native): Renamed to ..
2828         (get_user_id_printable): this.  Filter out all dangerous
2829         characters.  Checked all usages.
2830         (get_user_id_string_native): Renamed to..
2831         (get_user_id_string_printable): this.  Filter out all dangerous
2832         characters.  Checked all usages.
2833         * keyedit.c (show_basic_key_info): New.
2834         * keylist.c (print_fingerprint): New mode 3.
2835         * import.c (import_one): Use new function to display the user ID.
2837 2002-08-16  Timo Schulz  <ts@winpt.org>
2839         * g10.c (main): Enable opt.interactive.
2841         * import.c (import_one): Ask the user if the key shall be
2842         imported when the interactive mode is used. Useful to extract
2843         selected keys from a file.
2844         
2845 2002-08-16  Werner Koch  <wk@gnupg.org>
2847         * seckey-cert.c: Workaround to allow decryption of v3 keys created
2848         with a bug in the mpi_get_secure_buffer.
2850 2002-08-14  David Shaw  <dshaw@jabberwocky.com>
2852         * hkp.c (parse_hkp_index): Properly handle really large keys
2853         (5 digit key length) in HKP searches.
2855 2002-08-13  David Shaw  <dshaw@jabberwocky.com>
2857         * encode.c (encode_simple): Fix problem with using compression
2858         algo 2 and symmetric compressed files.
2860         * encode.c (encode_simple, encode_crypt): If we are not using a
2861         MDC, compress even if a file is already compressed.  This is to
2862         help against the chosen ciphertext attack.
2864         * pkclist.c (select_algo_from_prefs): Fix requested algorithm bug
2865         so the request succeeds even if the requested algorithm is not the
2866         first found.
2868         * cipher.c (write_header), encode.c (use_mdc, encode_simple,
2869         encode_crypt, encrypt_filter), g10.c (main): Be more eager to use
2870         a MDC.  We use a MDC if the keys directly support it, if the keys
2871         list AES (any) or TWOFISH anywhere in the prefs, or if the cipher
2872         chosen does not have a 64 bit blocksize.
2874 2002-08-08  David Shaw  <dshaw@jabberwocky.com>
2876         * options.skel: Some language tweaks, and remove the
2877         load-extension section for random gatherers.
2879         * keyring.c (create_tmp_file, rename_tmp_file): Create tmp files
2880         with user-only permissions, but restore the original permissions
2881         if the user has something special set.
2883         * openfile.c (copy_options_file): Create new options file
2884         (gpg.conf) with user-only permissions.
2886         * keydb.c (keydb_add_resource): Create new keyrings with user-only
2887         permissions.
2889         * tdbio.c (tdbio_set_dbname): Create new trustdbs with user-only
2890         permissions.
2892 2002-08-07  David Shaw  <dshaw@jabberwocky.com>
2894         * sig-check.c (signature_check2): Sanity check that the md has a
2895         context for the hash that the sig is expecting.  This can happen
2896         if a onepass sig header does not match the actual sig, and also if
2897         the clearsign "Hash:" header is missing or does not match the
2898         actual sig.
2900         * keyedit.c (menu_revsig): Properly show a uid is revoked without
2901         restarting gpg.  This is Debian bug 124219, though their supplied
2902         patch will not do the right thing.
2904         * main.h, tdbio.c (tdbio_set_dbname), misc.c (removed
2905         check_permissions), keydb.c (keydb_add_resource), g10.c (main,
2906         check_permissions): Significant reworking of the permission check
2907         mechanism.  The new behavior is to check everything in the homedir
2908         by checking the homedir itself.  If the user wants to put
2909         (possibly shared) keyrings outside the homedir, they are not
2910         checked.  The options file and any extension files are checked
2911         wherever they are, as well as their enclosing directories.  This
2912         is Debian bug 147760.
2913         
2914 2002-08-06  Stefan Bellon  <sbellon@sbellon.de>
2916         * g10.c (main): Use of EXTSEP_S in new gpg.conf string.
2917         * openfile.c (copy_options_file): Ditto.
2919 2002-08-06  David Shaw  <dshaw@jabberwocky.com>
2921         * options.h, g10.c (main), mainproc.c (proc_encrypted):
2922         --ignore-mdc-error option to turn a MDC check error into a
2923         warning.
2925         * encode.c (encode_crypt), g10.c (main), sign.c (sign_file,
2926         clearsign_file): Use the same --pgpX warning string everywhere to
2927         ease translations.
2929         * encode.c (write_pubkey_enc_from_list): Warn when using
2930         --throw-keyid with --pgpX.  Noted by Vedaal Nistar.
2932         * revoke.c (export_minimal_pk, gen_desig_revoke, gen_revoke):
2933         Export a minimal pk along with the revocation cert when in --pgpX
2934         mode so that PGP can import it.
2936 2002-08-06  Werner Koch  <wk@gnupg.org>
2938         * options.skel: Changed comments.
2940         * g10.c (main): Try to use "gpg.conf" as default option file.
2941         * openfile.c (copy_options_file): Changed name of created file.
2943 2002-08-02  Werner Koch  <wk@gnupg.org>
2945         * Makefile.am (LDFLAGS): Removed DYNLINK_LDFLAGS.
2947 2002-07-30  David Shaw  <dshaw@jabberwocky.com>
2949         * options.h, g10.c (main), mainproc.c (proc_encrypted): Return a
2950         decryption failed error if a MDC does not verify.  Warn if a MDC
2951         is not present (can disable via --no-mdc-warning).
2953         * exec.c (exec_write), g10.c (main), keyserver.c
2954         (keyserver_spawn): Use new DISABLE_KEYSERVER_PATH rather than
2955         FIXED_EXEC_PATH.
2957 2002-07-28  David Shaw  <dshaw@jabberwocky.com>
2959         * sig-check.c (do_check): Properly validate v4 sigs with no hashed
2960         section at all.
2962 2002-07-25  Werner Koch  <wk@gnupg.org>
2964         * delkey.c (do_delete_key): Always allow to delete a key in batch mode
2965         when specified by fingerprint.  Suggested by Enzo Michelangeli.
2967 2002-07-25  David Shaw  <dshaw@jabberwocky.com>
2969         * keyedit.c (menu_revsig): Change "revsig" to honor selected uids
2970         so the user can revoke sigs from particular uids only.
2972         * keylist.c (list_keyblock_print): Don't display expired uids in
2973         --list-keys unless -v and not --list-sigs (just like revoked
2974         uids).
2976         * exec.c, export.c, import.c, keyedit.c, keyserver.c, misc.c:
2977         "Warning" -> "WARNING"
2979 2002-07-24  David Shaw  <dshaw@jabberwocky.com>
2981         * main.h, import.c (parse_import_options, fix_hkp_corruption,
2982         import_one, delete_inv_parts), g10.c (main): New import-option
2983         "repair-hkp-subkey-bug", which repairs as much as possible the HKP
2984         mangling multiple subkeys bug.  It is on by default for keyserver
2985         receives, and off by default for regular --import.
2987         * main.h, import.c (import, import_one, delete_inv_parts), hkp.c
2988         (hkp_ask_import), keyserver.c (keyserver_spawn): Use keyserver
2989         import options when doing keyserver receives.
2991         * options.h, exec.h, exec.c (set_exec_path, exec_write), g10.c
2992         (main), keyserver.c (keyserver_spawn): If the user does not use
2993         "exec-path", completely replace $PATH with GNUPG_LIBEXECDIR before
2994         calling the keyserver helper.  If the user does use "exec-path",
2995         append GNUPG_LIBEXECDIR after the specified path.
2997 2002-07-23  David Shaw  <dshaw@jabberwocky.com>
2999         * import.c (parse_import_options), export.c
3000         (parse_export_options): Fix offset problem with reversed ("no-")
3001         meanings.
3003         * import.c (delete_inv_parts): Discard subkey signatures (0x18 and
3004         0x28) if found in the userid section of the key.
3006         * sig-check.c (signature_check2): Signatures made by invalid
3007         subkeys (bad/missing binding sig) are also invalid.
3009         * keylist.c (print_fingerprint): Show the primary as well as the
3010         secondary key fingerprint in modes 1 & 2.
3012 2002-07-22  David Shaw  <dshaw@jabberwocky.com>
3014         * options.h, main.h, g10.c (main), import.c
3015         (parse_import_options, delete_inv_parts), keyserver.c
3016         (parse_keyserver_options): add new --import-options option.  The
3017         only current flag is "allow-local-sigs".
3019         * g10.c (main): Don't disable MDC in pgp7 mode.
3021         * options.h, g10.c (main), keyserver.c (parse_keyserver_options):
3022         Remove old keyserver-option include-attributes now that there is
3023         an export-option for the same thing.
3025         * options.h, main.h, export.c (parse_export_options,
3026         do_export_stream), g10.c (main): add new --export-options option.
3027         Current flags are "include-non-rfc", "include-local-sigs",
3028         "include-attributes", and "include-sensitive-revkeys".
3030         * options.h, hkp.c (hkp_export), keyserver.c
3031         (parse_keyserver_options, keyserver_spawn): try passing unknown
3032         keyserver options to export options, and if successful, use them
3033         when doing a keyserver --send-key.
3035         * build-packet.c (build_sig_subpkt): We do not generate
3036         SIGSUBPKT_PRIV_VERIFY_CACHE anymore.
3038         * revoke.c (gen_desig_revoke): Lots more comments about including
3039         sensitive revkeys along with the revocation sig itself.
3041         * keyserver.c (parse_keyserver_options): Simpler implementation
3042         that can skip one pass over the options.
3044 2002-07-18  David Shaw  <dshaw@jabberwocky.com>
3046         * keyedit.c (keyedit_menu, menu_addrevoker): Allow specifying
3047         "sensitive" as an argument to an addrevoker command.  This sets
3048         the 0x40 sensitive revoker flag.
3050         * revoke.c (gen_desig_revoke): When generating a designated
3051         revocation, include the direct key sig that contains the
3052         designated revoker subpacket.  This allows sensitive designated
3053         revocation subpackets to be exported.  Also indicate which
3054         revokers are sensitive in the first place.
3056 2002-07-17  David Shaw  <dshaw@jabberwocky.com>
3058         * keyedit.c (show_key_with_all_names_colon): The 0x40 class bit in
3059         a designated revoker means "sensitive", not "local".  It's
3060         exportable under the right circumstances.
3062         * main.h, options.h, export.c (do_export_stream), g10.c (main),
3063         hkp.c (hkp_export), keyserver.c (keyserver_spawn: Add a flag to
3064         skip attribute packets and their signatures while exporting.  This
3065         is to accomodate keyservers (pksd again) that choke on attributes.
3066         Use keyserver-option "include-attributes" to control it.  This
3067         defaults to ON (i.e. don't skip).
3069 2002-07-09  David Shaw  <dshaw@jabberwocky.com>
3071         * options.h, keyserver.c (parse_keyserver_uri, keyserver_spawn,
3072         keyserver_work), hkp.c (hkp_ask_import, hkp_export, hkp_search):
3073         Use a much more strict reading of RFC-2396 for the keyserver URIs.
3074         Specifically, don't try and be smart about checking the value of
3075         ":port" so long as it is all digits, and properly handle opaque
3076         data (those scheme specific parts that do not start with "//").
3078 2002-07-04  David Shaw  <dshaw@jabberwocky.com>
3080         * photoid.c (get_default_photo_command, show_photos): Honor
3081         FIXED_PHOTO_VIEWER and DISABLE_PHOTO_VIEWER.
3083         * mainproc.c (check_sig_and_print): Use --show-photos to show
3084         photos when verifying a sig made by a key with a photo.
3086         * keyserver.c (parse_keyserver_uri): Properly parse a URI with no
3087         :port section and an empty file path, but with a terminating '/'.
3088         (keyserver_work): Honor DISABLE_KEYSERVER_HELPERS.
3090         * hkp.c (hkp_ask_import): Display keyserver URI as a URI, but only
3091         if verbose.
3093         * exec.c, g10.c: USE_EXEC_PATH -> FIXED_EXEC_PATH
3095 2002-07-03  David Shaw  <dshaw@jabberwocky.com>
3097         * exec.h, exec.c (set_exec_path, exec_write), g10.c (main): If
3098         USE_EXEC_PATH is defined at compile time, use it to lock the
3099         exec-path and not allow the user to change it.
3101 2002-07-02  David Shaw  <dshaw@jabberwocky.com>
3103         * options.h, g10.c (main), keyserver.c (keyserver_refresh):
3104         Maintain and use the original keyserver URI for cosmetics rather
3105         than trying to recreate it when needed.
3107         * mainproc.c (check_sig_and_print): Properly disregard expired
3108         uids.  Make sure that the first uid listed is a real uid and not
3109         an attribute (attributes should only be listed in the "aka"
3110         section).  When there are no valid textual userids, try for an
3111         invalid textual userid before using any attribute uid.
3113 2002-07-01  David Shaw  <dshaw@jabberwocky.com>
3115         * options.skel: Fix a few typos, clarify "group", and remove
3116         sample photo viewers for Win32 since they are the defaults now.
3118         * parse-packet.c (make_attribute_uidname), keylist.c
3119         (dump_attribs): Fix two typecast warnings.
3121         * packet.h, build-packet.c (build_attribute_subpkt), exec.c
3122         (expand_args), mkdtemp.c (mkdtemp), photoid.c
3123         (parse_image_header): Fix some signedness compiler warnings.
3125 2002-07-01  Werner Koch  <wk@gnupg.org>
3127         * photoid.c (get_default_photo_command): Also use __MINGW32__
3128         instead of HAVE_DOSISH_SYSTEM.
3130         * encode.c (encode_symmetric): Do not use the new encryption code.
3132 2002-06-30  Werner Koch  <wk@gnupg.org>
3134         * photoid.c: Use __MINGW32__ to include windows because
3135         HAVE_DOSISH_SYSTEM is also set for OS/2 and plain DOS.  Provide
3136         constant missing in older mingw installations. 
3138 2002-06-21  Stefan Bellon  <sbellon@sbellon.de>
3140         * g10.c [__riscos__]: Moved RISC OS specific stuff to util/riscos.c
3141         and include/util.h.
3143         * gpgv.c [__riscos__]: Likewise.
3145 2002-06-20  David Shaw  <dshaw@jabberwocky.com>
3147         * keydb.h, pkclist.c (select_algo_from_prefs): Allow passing a
3148         suggested algorithm which will be used if available.
3150         * encode.c (encode_crypt, encrypt_filter), sign.c (sign_file): Use
3151         new select_algo_from_prefs feature to check if forcing an
3152         algorithm would violate the recipient preferences.
3154         * photoid.c (get_default_photo_command, show_photos): Use
3155         different default viewers on different platforms.  Currently we
3156         have Win 9x, Win NT (2k, xp), Mac OSX, RISC OS, and "everybody
3157         else".  These are #ifdefs as much as possible to avoid clutter.
3159         * g10.c (strusage, build_list), keyedit.c (show_prefs), main.h,
3160         misc.c (compress_algo_to_string, check_compress_algo), pkclist.c
3161         (algo_available), keygen.c (keygen_set_std_prefs): New
3162         algo_to_string and check functions for compress algorithms.
3164 2002-06-20  Werner Koch  <wk@gnupg.org>
3166         * misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
3167         trap disabling - it is quite possible that this is a debug relict.
3169 2002-06-20  Stefan Bellon  <sbellon@sbellon.de>
3171         * g10.c [__riscos__]: Added image file system feature.
3173         * gpgv.c [__riscos__]: Added image file system feature.
3175         * photoid.c (show_photos) [__riscos__]: Set RISC OS filetype of
3176         photo id according to MIME type.
3178 2002-06-19  David Shaw  <dshaw@jabberwocky.com>
3180         * hkp.c (parse_hkp_index): Don't leak memory when failing out of a
3181         bad HKP keyserver.
3183         * g10.c (add_notation_data): Relax slightly the rules as to what
3184         can go into a notation name - 2440 allows "@", for example.
3186 2002-06-17  David Shaw  <dshaw@jabberwocky.com>
3188         * import.c (clean_subkeys, import_one): Only allow at most 1
3189         binding sig and at most 1 revocation sig on a subkey, as per
3190         2440:11.1.
3192         * hkp.c (parse_hkp_index, hkp_search): Error if the keyserver
3193         returns an unparseable HKP response.
3195 2002-06-15  David Shaw  <dshaw@jabberwocky.com>
3197         * keyedit.c (show_key_with_all_names), keylist.c
3198         (list_keyblock_print): Show "[expired]" before expired uids.
3200         * keyedit.c (show_key_with_all_names_colon), mainproc.c
3201         (list_node), keylist.c (list_keyblock_colon): Show flag 'e' for
3202         expired user ids.  Use "uat" for user attribute packets instead of
3203         "uid".  Also use '<count> <length>' rather than the fake user id
3204         string on attributes.
3206         * keygen.c (keygen_add_revkey): Remove unused code.
3208         * misc.c (check_permissions): Check directory permissions
3209         properly - they are not special files.
3211         * pkclist.c (expand_id, expand_group, build_pk_list): When
3212         expanding groups before building a pk list, inherit flags from the
3213         original pre-expanded string.
3215         * pubkey-enc.c (is_algo_in_prefs): Don't use prefs from expired
3216         uids.
3218 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
3220         * free-packet.c (copy_signature): Properly copy a signature that
3221         carries a revocation key on it.
3223         * pkclist.c (expand_id, expand_group, build_pk_list): Groups now
3224         work properly when used in the "Enter the user ID" prompt.
3226 2002-06-14  David Shaw  <dshaw@jabberwocky.com>
3228         * keyedit.c (show_key_with_all_names): Display warning if a user
3229         tries to show prefs on a v3 key with a v3 selfsig.
3231         * kbnode.c (dump_kbnode): Show if a uid is expired.
3233         * import.c (merge_blocks, import_revoke_cert): Show user ID
3234         receiving a revocation certificate.
3236         * free-packet.c (cmp_user_ids): Properly compare attribute ids.
3238         * pkclist.c (expand_groups): Maintain the strlist flags while
3239         expanding.  Members of an expansion inherit their flags from the
3240         expansion key.
3242         * options.h, cipher.c (write_header), g10.c (main), keygen.c
3243         (keygen_set_std_prefs): remove the personal_mdc flag.  It no
3244         longer serves a purpose now that the personal preference lists are
3245         split into cipher/digest/zip.
3247 2002-06-14  Timo Schulz  <ts@winpt.org>
3249         * skclist.c (is_insecure): Implemented.
3250         
3251 2002-06-12  David Shaw  <dshaw@jabberwocky.com>
3253         * keyserver.c (keyserver_spawn): Properly handle PROGRAM responses
3254         when they have a CRLF ending.  Noted by Keith Ray.
3256         * keyserver.c (keyserver_spawn): Handle CRLF endings from
3257         keyserver helpers.  Also don't leak the last line worth of memory
3258         from the keyserver response.
3260         * main.h, misc.c (deprecated_warning): New function to warn about
3261         deprecated options and commands.
3263         * g10.c (main), keyserver-internal.h, keyserver.c
3264         (parse_keyserver_uri): Use new deprecated function to warn about
3265         honor-http-proxy, auto-key-retrieve, and x-broken-hkp.
3267 2002-06-11  David Shaw  <dshaw@jabberwocky.com>
3269         * Makefile.am: link gpg with NETLIBS for the built-in HKP access.
3271 2002-06-10  David Shaw  <dshaw@jabberwocky.com>
3273         * options.h, keyserver.c (keyserver_opts), g10.c (main): New
3274         keyserver option "include-subkeys".  This feature already existed,
3275         but now can be turned off.  It defaults to on.
3277         * options.h, keyserver.c (parse_keyserver_options,
3278         keyserver_spawn): There are now enough options to justify making a
3279         structure for the keyserver options rather than a page of
3280         if-then-else-if-then-etc.
3282         * getkey.c (merge_keys_and_selfsig, merge_selfsigs_main): Fix bug
3283         in calculating key expiration dates.
3285 2002-06-09  David Shaw  <dshaw@jabberwocky.com>
3287         * keydb.h, getkey.c (get_user_id_native), import.c (import_one):
3288         Display user ID while importing a key.  Note this applies to both
3289         --import and keyserver --recv-keys.
3291         * exec.c (exec_finish): Log unnatural exit (core dump, killed
3292         manually, etc) for fork/exec/pipe child processes.
3294 2002-06-08  Timo Schulz  <ts@winpt.org>
3296         * encode.c (encode_symmetric): Disable the compat flag
3297         when the expert mode is enabled.
3298         
3299 2002-06-07  David Shaw  <dshaw@jabberwocky.com>
3301         * options.skel, options.h, main.h, keydb.h, pkclist.c
3302         (build_pk_list, expand_groups), g10.c (main, add_group): Add new
3303         "group" command to allow one name to expand into multiple keys.
3304         For simplicity, and to avoid potential loops, we only expand once
3305         - you can't make an alias that points to an alias.
3307         * main.h, g10.c (main), keygen.c (build_personal_digest_list):
3308         Simplify the default digest list - there is really no need for the
3309         other hashes since they will never be used after SHA-1 in the
3310         list.
3312         * options.skel, options.h, g10.c (main), hkp.c (hkp_ask_import,
3313         hkp_export, hkp_search), keyserver.c (parse_keyserver_options,
3314         parse_keyserver_uri, keyserver_work, keyserver_refresh): Make the
3315         "x-broken-hkp" keyserver scheme into keyserver-option
3316         "broken-http-proxy".  Move honor_http_proxy into
3317         keyserver_options.  Canonicalize the three variations of "hkp",
3318         "x-hkp", and "x-broken-hkp" into "hkp".
3320 2002-06-07  Stefan Bellon  <sbellon@sbellon.de>
3322         * g10.c [__riscos__]: Added --attribute-file to do the same as
3323         --attribute-fd, but with a filename not a fd as argument.
3324         Added magic symbol for RISC OS to use different memory management.
3326         * gpgv.c [__riscos__]: Added magic symbol for RISC OS to use
3327         different memory management.
3329 2002-06-06  David Shaw  <dshaw@jabberwocky.com>
3331         * main.h, g10.c (main), keygen.c (build_personal_digest_list): Put
3332         in a default digest preference list consisting of SHA-1, followed
3333         by every other installed digest except MD5.  Note this is the same
3334         as having no digest preference at all except for SHA-1 being
3335         favored.
3337         * options.h, g10.c (main), keygen.c (keygen_set_std_prefs),
3338         pkclist.c (select_algo_from_prefs): Split
3339         --personal-preference-list into three:
3340         --personal-{cipher|digest|compress}-preferences.  This allows a
3341         user to set one without affecting another (i.e. setting only a
3342         digest pref doesn't imply an empty cipher pref).
3344         * exec.c (exec_read): This is a safer way of guessing the return
3345         value of system().  Noted by Stefan Bellon.
3347 2002-06-05  David Shaw  <dshaw@jabberwocky.com>
3349         * hkp.c (parse_hkp_index): Be more robust with keyservers
3350         returning very unparseable responses.
3352         * exec.c (exec_read): Catch and display an error when the remote
3353         process exits unnaturally (i.e. segfault) so the user knows what
3354         happened.  Also fix exec_write stub which has a different number
3355         of arguments now.
3357 2002-06-05  Timo Schulz  <ts@winpt.org>
3359         * encode.c (encode_simple): Ignore the new mode for RFC1991.
3360         * mainproc.c (symkey_decrypt_sesskey): Better check for weird
3361         keysizes.
3362         
3363 2002-06-05  Timo Schulz  <ts@winpt.org>
3365         * encode.c (encode_sesskey): New.
3366         (encode_simple): Use it here. But by default we use the compat
3367         mode which supress to generate encrypted session keys.
3368         
3369 2002-06-05  Timo Schulz  <ts@winpt.org>
3371         * mainproc.c (symkey_decrypt_sesskey): New.
3372         (proc_symkey_enc): Support for encrypted session keys.
3373         
3374 2002-06-04  David Shaw  <dshaw@jabberwocky.com>
3376         * sign.c (hash_for, sign_file): When encrypting and signing at the
3377         same time, consult the various hash prefs to pick a hash algorithm
3378         to use.  Pass in a 160-bit hint if any of the signing keys are
3379         DSA.
3381         * keydb.h, pkclist.c (select_algo_from_prefs, algo_available):
3382         Pass a "hints" opaque pointer in to let the caller give hints as
3383         to what algorithms would be acceptable.  The only current hint is
3384         for PREFTYPE_HASH to require a 160-bit hash for DSA.  Change all
3385         callers in encode.c (encode_crypt, encrypt_filter) and sign.c
3386         (sign_file).  If we settle on MD5 as the best algorithm based
3387         solely on recepient keys and SHA1 is also a possibility, use SHA1
3388         unless the user intentionally chose MD5.  This is as per 2440:13.
3390         * exec.c (make_tempdir): Fix duplicated filename problem.
3392 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
3394         * packet.h, parse-packet.c (enum_sig_subpkt): Report back from
3395         enum_sig_subpkt when a subpacket is critical and change all
3396         callers in keylist.c (show_policy_url, show_notation), mainproc.c
3397         (print_notation_data), and pkclist.c (do_show_revocation_reason).
3399         * keylist.c (show_policy_url, show_notation): Display if the
3400         policy or notation is critical.
3401         
3402 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
3404         * main.h, g10.c (main), keylist.c (dump_attribs, set_attrib_fd,
3405         list_keyblock_print, list_keyblock_colon), status.h, status.c
3406         (get_status_string): New --attribute-fd feature to dump the
3407         contents of attribute subpackets for frontends.  If --status-fd is
3408         also used, then a new status tag ATTRIBUTE is provided for each
3409         subpacket.
3411         * packet.h, getkey.c (fixup_uidnode, merge_selfsigs_main,
3412         merge_selfsigs_subkey), parse-packet.c (setup_user_id): Keep track
3413         of the expiration time of a user ID, and while we're at it, use
3414         the expired flag from the selfsig rather than reparsing the
3415         SIG_EXPIRE subpacket.
3417         * photoid.c (generate_photo_id): When adding a new photo ID,
3418         showing the photo for confirmation is not safe when noninteractive
3419         since the "user" may not be able to dismiss a viewer window.
3420         Noted by Timo Schulz.
3421         
3422 2002-06-03  David Shaw  <dshaw@jabberwocky.com>
3424         * options.skel: Sample photo viewers for Win32.
3426         * misc.c (pct_expando): Use the seckey for %k/%K if the pubkey is
3427         not available.
3429         * photoid.h, photoid.c (show_photos): Include the seckey in case a
3430         user tries to view a photo on a secret key, and change all callers
3431         in keyedit.c (menu_showphoto), keylist.c (list_keyblock_print),
3432         and photoid.c (generate_photo_id).
3434 2002-06-02  David Shaw  <dshaw@jabberwocky.com>
3436         * photoid.c (show_photos): Work properly when not called with a
3437         public key.
3439 2002-05-31  David Shaw  <dshaw@jabberwocky.com>
3441         * sign.c (mk_notation_and_policy): Free unneeded buffer.
3443         * hkp.c (parse_hkp_index): Properly handle the '&' character
3444         (i.e. "&amp;") in HKP responses.
3446         * getkey.c (merge_selfsigs_main): Fix reversed expiration time
3447         check with self-sigs.
3449         * keyedit.c (sign_uids): When making a new self-sig on a v3 key,
3450         make a v3 self-sig unless it is currently a v3 self-sig being
3451         promoted to v4.
3453 2002-05-31  Timo Schulz  <ts@winpt.org>
3455         * pkclist.c (do_show_revocation_reason): Don't use capital
3456         letters for non-interactive output.
3457         (show_revocation_reason): Now it is global.
3458         * pubkey-enc.c (get_it): Show if the key has been revoked.
3459         
3460 2002-05-30  David Shaw  <dshaw@jabberwocky.com>
3462         * sign.c (write_signature_packets, sign_file, clearsign_file,
3463         sign_symencrypt_file): Make a v4 signature if a policy URL or
3464         notation is set, unless v3 sigs are forced via rfc1991 or
3465         force-v3-sigs.  Also remove some doubled code and clarify an error
3466         message (we don't sign in PGP2 mode - just detach-sign).
3468         * parse-packet.c (parse_one_sig_subpkt): Add KS_FLAGS to the "any
3469         size" section.
3471 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
3473         * keygen.c (keygen_set_std_prefs, add_feature_mdc): Use "mdc" and
3474         "no-mdc" in the prefs string to allow switching on and off the MDC
3475         feature.  This is needed to properly export a key from GnuPG for
3476         use on PGP which does not support MDC - without this, MDC-capable
3477         implementations will still try and generate MDCs which will break
3478         PGP.
3480         * keygen.c (keygen_get_std_prefs): Show "[mdc]" in prefs string if
3481         it is enabled.
3483         * options.h, g10.c (main), cipher.c (write_header), keygen.c
3484         (keygen_set_std_prefs): For consistency, allow the user to specify
3485         mdc/no-mdc in the --personal-preference-list.  If disabled, it
3486         acts just like --disable-mdc.
3488 2002-05-29  David Shaw  <dshaw@jabberwocky.com>
3490         * options.h, exec.c: Add some debugging info, using the 1024 debug
3491         flag.
3493         * exec.c (win_system): New system()-like function for win32 that
3494         does not return until the child process terminates.  Of course,
3495         this doesn't help if the process itself exits before it is
3496         finished.
3498 2002-05-29  Werner Koch  <wk@gnupg.org>
3500         * encode.c (encode_simple): Intialize PKT when --no-literal is used.
3502         * keyedit.c (show_key_with_all_names_colon): Renamed the record
3503         for revocation keys to "rvk".
3505 2002-05-27  Werner Koch  <wk@gnupg.org>
3507         * keyedit.c (show_key_with_all_names_colon): New.
3508         (show_key_with_all_names): Divert to new function when required.
3509         Sanitize printing of revoker name.
3511 2002-05-27  David Shaw  <dshaw@jabberwocky.com>
3513         * build-packet.c (build_sig_subpkt): Handle setting sig flags for
3514         certain subpacket types (notation, policy url, exportable,
3515         revocable).  keyedit.c (sign_mk_attrib): Flags no longer need to
3516         be set here.
3518         * packet.h, parse-packet.c (parse_one_sig_subpkt), build-packet.c
3519         (build_sig_subpkt): Call parse_one_sig_subpkt to sanity check
3520         buffer lengths before building a sig subpacket.
3522 2002-05-26  David Shaw  <dshaw@jabberwocky.com>
3524         * sign.c (mk_notation_and_policy): Include secret key to enable %s
3525         expandos, and pass notations through pct_expando as well.
3527         * main.h, misc.c (pct_expando): Add %s and %S expandos for
3528         signer's keyid.
3530 2002-05-25  David Shaw  <dshaw@jabberwocky.com>
3532         * g10.c (strusage, build_list): Add compress algorithms to
3533         --version list.  Show algorithm numbers when --verbose --version
3534         is done.
3536 2002-05-22  David Shaw  <dshaw@jabberwocky.com>
3538         * options.h, main.h, keygen.c (keygen_set_set_prefs,
3539         keygen_get_std_prefs, keygen_upd_std_prefs), keyedit.c
3540         (keyedit_menu), g10.c (main), pkclist.c (select_algo_from_prefs):
3541         Add --personal-preference-list which allows the user to factor in
3542         their own preferred algorithms when the preference lists are
3543         consulted.  Obviously, this does not let the user violate a
3544         recepient's preferences (and the RFC) - this only influences the
3545         ranking of the agreed-on (and available) algorithms from the
3546         recepients.  Suggested by David Hollenberg.
3548         * options.h, keygen.c (keygen_set_std_prefs), g10.c (main): Rename
3549         --preference-list to --default-preference-list (as that is what it
3550         really is), and make it a true default in that if the user selects
3551         "default" they get this list and not the compiled-in list.
3553 2002-05-22  Werner Koch  <wk@gnupg.org>
3555         * g10.c (main): Add missing LF in a info printout and made it
3556         translatable.  Noted by Michael Tokarev.
3558 2002-05-21  Werner Koch  <wk@gnupg.org>
3560         * g10.c (main): Removed the undef of USE_SHM_COPROCESSING which
3561         was erroneously introduced on 2002-01-09.
3563         * signal.c (got_fatal_signal): Don't write the Nul to stderr.
3564         Reported by David Hollenberg.
3566 2002-05-18  David Shaw  <dshaw@jabberwocky.com>
3568         * main.h, g10.c (main), revoke.c (gen_desig_revoke): Generate a
3569         designated revocation via --desig-revoke
3571         * keyedit.c (keyedit_menu, menu_addrevoker): New "addrevoker"
3572         command to add a designated revoker to a key.
3574 2002-05-17  David Shaw  <dshaw@jabberwocky.com>
3576         * gpgv.c: Add stub for get_ownertrust().
3578         * g10.c (main): --allow-freeform-uid should be implied by
3579         OpenPGP.  Add --no-allow-freeform-uid.
3581         * keyedit.c (sign_uids): Issue a warning when signing a
3582         non-selfsigned uid.
3584         * getkey.c (merge_selfsigs_main): If a key has no selfsigs, and
3585         allow-non-selfsigned-uid is not set, still try and make the key
3586         valid by checking all uids for a signature from an ultimately
3587         trusted key.
3589 2002-05-16  David Shaw  <dshaw@jabberwocky.com>
3591         * main.h, keygen.c (keygen_add_revkey): Add revocation key
3592         subpackets to a signature (callable by
3593         make_keysig_packet). (write_direct_sig): Write a 1F direct key
3594         signature. (parse_revocation_key): Parse a string in
3595         algo:fpr:sensitive format into a revocation
3596         key. (get_parameter_revkey, do_generate_keypair): Call above
3597         functions when prompted from a batch key generation file.
3599         * build-packet.c (build_sig_subpkt): Allow multiple revocation key
3600         subpackets in a single sig.
3602         * keydb.h, getkey.c (get_seckey_byfprint): Same as
3603         get_pubkey_byfprint, except for secret keys.  We only know the
3604         fingerprint of a revocation key, so this is needed to retrieve the
3605         secret key needed to issue a revokation.
3607         * packet.h, parse-packet.c (parse_signature, parse_revkeys): Split
3608         revkey parsing off into a new function that can be used to reparse
3609         after manipulating the revkey list.
3611         * sign.c (make_keysig_packet): Ability to make 1F direct key
3612         signatures.
3614 2002-05-15  David Shaw  <dshaw@jabberwocky.com>
3616         * options.skel: keyserver.pgp.com is gone, so list pgp.surfnet.nl
3617         as a sample LDAP server instead.
3619         * getkey.c (merge_selfsigs_main): Properly handle multiple
3620         revocation keys in a single packet.  Properly handle revocation
3621         keys that are in out-of-order packets.  Remove duplicates in
3622         revocation key list.
3624 2002-05-14  Timo Schulz   <ts@winpt.org>
3626         * exec.c (make_tempdir) [MINGW32]: Added missing '\'.
3627         
3628 2002-05-14  Stefan Bellon  <sbellon@sbellon.de>
3630         * exec.c (make_tempdir): Make use of EXTSEP_S instead of hardcoded
3631         dot as extension separator.
3633 2002-05-13  David Shaw  <dshaw@jabberwocky.com>
3635         * photoid.c (show_photos): Use the long keyid as the filename for
3636         the photo.  Use the short keyid as the filename on 8.3 systems.
3638         * exec.h, exec.c (make_tempdir, exec_write, exec_finish): Allow
3639         caller to specify filename.  This should make things easier on
3640         windows and macs where the file extension is required, but a whole
3641         filename is even better.
3643         * keyedit.c (show_key_with_all_names, show_prefs): Show proper
3644         prefs for a v4 key uid with no selfsig at all.
3646         * misc.c (check_permissions): Don't check permissions on
3647         non-normal files (pipes, character devices, etc.)
3649 2002-05-11  Werner Koch  <wk@gnupg.org>
3651         * mainproc.c (proc_symkey_enc): Avoid segv in case the parser
3652         encountered an invalid packet.
3654         * keyserver.c (keyserver_export): Get confirmation before sending
3655         all keys.
3657 2002-05-10  Stefan Bellon  <sbellon@sbellon.de>
3659         * g10.c, hkp.c, keyedit.c, keyserver.c: Replaced all occurrances
3660         of strcasecmp with ascii_strcasecmp and all occurrances of
3661         strncasecmp with ascii_memcasecmp.
3663 2002-05-10  David Shaw  <dshaw@jabberwocky.com>
3665         * packet.h, getkey.c (fixup_uidnode), keyedit.c (show_prefs): Show
3666         assumed prefs for hash and compression as well as the cipher pref.
3667         Show assumed prefs if there are no prefs at all on a v4
3668         self-signed key.
3670         * options.h, g10.c (main), sign.c (make_keysig_packet): New
3671         --cert-digest-algo function to override the default key signing
3672         hash algorithm.
3674 2002-05-09  David Shaw  <dshaw@jabberwocky.com>
3676         * getkey.c (merge_selfsigs_main): Make sure the revocation key
3677         list starts clean as this function may be called more than once
3678         (e.g. from functions in --edit).
3680         * g10.c, encode.c (encode_crypt), sign.c (sign_file,
3681         sign_symencrypt_file): Make --compress-algo work like the
3682         documentation says.  It should be like --cipher-algo and
3683         --digest-algo in that it can override the preferences calculation
3684         and impose the setting the user wants.  No --compress-algo setting
3685         allows the usual preferences calculation to take place.
3687         * main.h, compress.c (compress_filter): use new
3688         DEFAULT_COMPRESS_ALGO define, and add a sanity check for compress
3689         algo value.
3691 2002-05-08  David Shaw  <dshaw@jabberwocky.com>
3693         * pkclist.c (select_algo_from_prefs): There is an assumed
3694         compression preference for uncompressed data.
3696 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
3698         * options.h, g10.c (main), getkey.c (finish_lookup), pkclist.c
3699         (algo_available): --pgp7, identical to --pgp6 except that it
3700         permits a few algorithms that PGP 7 added: AES128, AES192, AES256,
3701         and TWOFISH.  Any more of these --pgpX flags, and it'll be time to
3702         start looking at a generic --emulate-pgp X option.
3704         * export.c (do_export_stream): Warn the user when exporting a
3705         secret key if it or any of its secret subkeys are protected with
3706         SHA1 while simple_sk_checksum is set.
3708         * parse-packet.c (parse_key): Show when the SHA1 protection is
3709         used in --list-packets.
3711         * options.h, build-packet.c (do_comment), g10.c (main): Rename
3712         --no-comment as --sk-comments/--no-sk-comments (--no-comment still
3713         works) and make the default be --no-sk-comments.
3715 2002-05-07  Werner Koch  <wk@gnupg.org>
3717         * keygen.c (get_parameter_algo): Never allow generation of the
3718         deprecated RSA-E or RSA-S flavors of PGP RSA.
3719         (ask_algo): Allow generation of RSA sign and encrypt in expert
3720         mode.  Don't allow ElGamal S+E unless in expert mode.
3721         * helptext.c: Added entry keygen.algo.rsa_se.
3723 2002-05-07  David Shaw  <dshaw@jabberwocky.com>
3725         * keyedit.c (sign_uids): If --expert is set, allow re-signing a
3726         uid to promote a v3 self-sig to a v4 one.  This essentially
3727         deletes the old v3 self-sig and replaces it with a v4 one.
3729         * packet.h, parse-packet.c (parse_key), getkey.c
3730         (merge_keys_and_selfsig, merge_selfsigs_main): a v3 key with a v4
3731         self-sig must never let the v4 self-sig express a key expiration
3732         time that extends beyond the original v3 expiration time.
3734 2002-05-06  David Shaw  <dshaw@jabberwocky.com>
3736         * keyedit.c (sign_uids): When making a self-signature via "sign"
3737         don't ask about sig level or expiration, and include the usual
3738         preferences and such for v4 self-sigs.  (menu_set_preferences):
3739         Convert uids from UTF8 to native before printing.
3741         * keyedit.c (sign_uids): Convert uids from UTF8 to native before
3742         printing.  (menu_set_primary_uid): Show error if the user tries to
3743         make a uid with a v3 self-sig primary.
3745 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
3747         * import.c (import_one): When merging with a key we already have,
3748         don't let a key conflict (same keyid but different key) stop the
3749         import: just skip the bad key and continue.
3751         * exec.c (make_tempdir): Under Win32, don't try environment
3752         variables for temp directories - GetTempDir tries environment
3753         variables internally, and it's better not to second-guess it in
3754         case MS adds some sort of temp dir handling to Windows at some
3755         point.
3757 2002-05-05  Timo Schulz  <ts@winpt.org>
3759         * mainproc.c (proc_symkey_enc): Don't ask for a passphrase
3760         in the list only mode.
3761         
3762 2002-05-05  David Shaw  <dshaw@jabberwocky.com>
3764         * keyserver.c (keyserver_refresh): --refresh-keys implies
3765         --merge-only so as not to import keys with keyids that match the
3766         ones being refreshed.  Noted by Florian Weimer.
3768 2002-05-04  Stefan Bellon  <sbellon@sbellon.de>
3770         * free-packet.c (copy_public_key): Don't call m_alloc(0), therefore
3771         added consistency check for revkey and numrefkeys.
3773         * getkey.c (check_revocation_keys): Added consistency check for
3774         revkey and numrefkeys.
3776         * keyedit.c (show_key_with_all_names): Likewise.
3778 2002-05-03  David Shaw  <dshaw@jabberwocky.com>
3780         * photoid.c: Provide default image viewer for Win32.
3782         * misc.c (pct_expando): %t means extension, not name ("jpg", not
3783         "jpeg").
3785         * keyserver.c (keyserver_spawn), photoid.c (show_photos), exec.h,
3786         exec.c: Allow the caller to determine the temp file extension when
3787         starting an exec_write and change all callers.
3789         * keyedit.c (sign_uids): Nonrevocable key signatures cause an
3790         automatic promotion to v4.
3792         * exec.c: Provide stubs for exec_ functions when NO_EXEC is
3793         defined.
3795 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
3797         * photoid.h, photoid.c (parse_image_header, image_type_to_string):
3798         Useful functions to return data about an image.
3800         * packet.h, parse-packet.c (make_attribute_uidname,
3801         parse_attribute_subpkts, parse_attribute), photoid.h, photoid.c
3802         (show_photos): Handle multiple images in a single attribute
3803         packet.
3805         * main.h, misc.c (pct_expando), sign.c (mk_notation_and_policy),
3806         photoid.c (show_photos): Simpler expando code that does not
3807         require using compile-time string sizes.  Call
3808         image_type_to_string to get image strings (i.e. "jpg",
3809         "image/jpeg").  Change all callers.
3811         * keyedit.c (menu_showphoto), keylist.c (list_keyblock_print):
3812         Allow viewing multiple images within a single attribute packet.
3814         * gpgv.c: Various stubs for link happiness.
3816 2002-05-02  David Shaw  <dshaw@jabberwocky.com>
3818         * build-packet.c (build_sig_subpkt), keyedit.c (sign_uids),
3819         options.h, sign.c (mk_notation_and_policy), g10.c (main,
3820         add_notation_data, add_policy_url (new), check_policy_url
3821         (removed)): Allow multiple policy URLs on a given signature.
3822         Split "--notation-data" into "--cert-notation" and
3823         "--sig-notation" so the user can set different policies for key
3824         and data signing.  For backwards compatibility, "--notation-data"
3825         sets both, as before.
3827 2002-05-02  Werner Koch  <wk@gnupg.org>
3829         * options.skel: Removed the comment on trusted-keys because this
3830         option is now deprecated.
3832 2002-05-01  David Shaw  <dshaw@jabberwocky.com>
3834         * keyedit.c (menu_adduid): 2440bis04 says that multiple attribute
3835         packets on a given key are legal.
3837         * keyserver.c (keyserver_refresh): the fake v3 keyid hack applies
3838         to "mailto" URLs as well since they are also served by pksd.
3840 2002-04-29  Werner Koch  <wk@gnupg.org>
3842         Added a copyright year for files changed this year.
3844 2002-04-25  Werner Koch  <wk@gnupg.org>
3846         * g10.c, options.h: New options --display, --ttyname, --ttytype,
3847         --lc-ctype, --lc-messages to be used with future versions of the
3848         gpg-agent. 
3849         * passphrase.c (agent_send_option,agent_send_all_options): New.
3850         (agent_open): Send options to the agent.
3852         * trustdb.c (update_ownertrust, clear_ownertrust): Do an explicit
3853         do_sync because revalidation_mark does it only if when the
3854         timestamp actually changes.
3856 2002-04-23  David Shaw  <dshaw@jabberwocky.com>
3858         * main.h, keygen.c (do_generate_keypair), keylist.c
3859         (print_signature_stats, list_all, list_one, list_keyblock,
3860         list_keyblock_print, list_keyblock_colon): After generating a new
3861         key, show the key information (name, keyid, fingerprint, etc.)
3862         Also do not print uncheckable signatures (missing key..) in
3863         --check-sigs.  Print statistics (N missing keys, etc.) after
3864         --check-sigs.
3866         * keyedit.c (sign_uids): When signing a key with an expiration
3867         date on it, the "Do you want your signature to expire at the same
3868         time?" question should default to YES.
3870 2002-04-22  David Shaw  <dshaw@jabberwocky.com>
3872         * parse-packet.c (parse_plaintext), packet.h, plaintext.c
3873         (handle_plaintext): Fix bug in handling literal packets with
3874         zero-length data (no data was being confused with partial body
3875         length).
3877         * misc.c (pct_expando), options.skel: %t means extension ("jpg").
3878         %T means MIME type ("image/jpeg").
3880         * import.c (import_one): Only trigger trust update if the keyring
3881         is actually changed.
3883         * export.c (do_export_stream): Missing a m_free.
3885 2002-04-22  Stefan Bellon  <sbellon@sbellon.de>
3887         * keyid.c (expirestr_from_sk, expirestr_from_sig): Added _() to
3888         string constant.
3890         * exec.c (make_tempdir) [__riscos__]: Better placement of
3891         temporary file.
3893 2002-04-20  David Shaw  <dshaw@jabberwocky.com>
3895         * keygen.c (generate_subkeypair): 2440bis04 adds that creating
3896         subkeys on v3 keys is a MUST NOT.
3898         * getkey.c (finish_lookup): The --pgp6 "use the primary key"
3899         behavior should only apply while data signing and not encryption.
3900         Noted by Roger Sondermann.
3902 2002-04-19  Werner Koch  <wk@gnupg.org>
3904         * keygen.c (keygen_set_std_prefs): Put back 3DES because the RFC
3905         says it is good form to do so.
3907 2002-04-19  David Shaw  <dshaw@jabberwocky.com>
3909         * keyedit.c (menu_deluid): Only cause a trust update if we delete
3910         a non-revoked user id.
3912         * hkp.c (hkp_ask_import), keyserver.c (parse_keyserver_options,
3913         keyserver_spawn), options.h: Remove fast-import keyserver option
3914         (no longer meaningful).
3916         * g10.c (main), keyedit.c (sign_uids), options.h: Change
3917         --default-check-level to --default-cert-check-level as it makes
3918         clear what it operates on.
3920         * g10.c (main): --pgp6 also implies --no-ask-sig-expire.
3922         * delkey.c (do_delete_key): Comment.
3924         * keyedit.c (sign_uids, keyedit_menu, menu_deluid, menu_delsig,
3925         menu_expire, menu_revsig, menu_revkey): Only force a trustdb check
3926         if we did something that changes it.
3928         * g10.c: add "--auto-check-trustdb" to override a
3929         "--no-auto-check-trustdb"
3931 2002-04-19  Werner Koch  <wk@gnupg.org>
3933         * tdbio.c (tdbio_write_nextcheck): Return a status whether the
3934         stamp was actually changed.
3935         * trustdb.c (revalidation_mark): Sync the changes.  Removed the
3936         sync operation done by its callers.
3937         (get_validity): Add logic for maintaining a pending_check flag.
3938         (clear_ownertrust): New.
3939         
3940         * keyedit.c (sign_uids): Don't call revalidation_mark depending on
3941         primary_pk.
3942         (keyedit_menu): Call revalidation_mark after "trust".
3943         (show_key_with_all_names): Print a warning on the wrong listed key
3944         validity.
3946         * delkey.c (do_delete_key): Clear the owenertrust information when
3947         deleting a public key.
3948         
3949 2002-04-18  Werner Koch  <wk@gnupg.org>
3951         * seskey.c (encode_md_value): Print an error message if a wrong
3952         digest algorithm is used with DSA.  Changed all callers to cope
3953         with a NULL return.  Problem noted by Imad R. Faiad.
3955 2002-04-18  David Shaw  <dshaw@jabberwocky.com>
3957         * trustdb.c (mark_usable_uid_certs): Properly handle nonrevocable
3958         signatures that can expire.  In short, the only thing that can
3959         override an unexpired nonrevocable signature is another unexpired
3960         nonrevocable signature.
3962         * getkey.c (finish_lookup): Always use primary signing key for
3963         signatures when --pgp6 is on since pgp6 and 7 do not understand
3964         signatures made by signing subkeys.
3966 2002-04-18  Werner Koch  <wk@gnupg.org>
3968         * trustdb.c (validate_keys): Never schedule a nextcheck into the
3969         past.
3970         (validate_key_list): New arg curtime use it to set next_expire.
3971         (validate_one_keyblock): Take the current time from the caller.
3972         (clear_validity, reset_unconnected_keys): New.
3973         (validate_keys): Reset all unconnected keys.
3975         * getkey.c (premerge_public_with_secret): Fixed 0x12345678! syntax
3976         for use with secret keys.
3977         (lookup): Advance the searchmode after a search FIRST.
3979         * seckey-cert.c (do_check): Always calculate the old checksum for
3980         use after unprotection.
3982         * g10.c, options.skel: New option --no-escape-from.  Made
3983         --escape-from and --force-v3-sigs the default and removed them
3984         from the options skeleton.
3986 2002-04-16  Werner Koch  <wk@gnupg.org>
3988         * parse-packet.c (parse_key): Support a SHA1 checksum as per
3989         draft-rfc2440-bis04.
3990         * packet.h (PKT_secret_key): Add field sha1chk.
3991         * seckey-cert.c (do_check): Check the SHA1 checksum
3992         (protect_secret_key): And create it.
3993         * build-packet.c (do_secret_key): Mark it as sha-1 protected.
3994         * g10.c, options.h: New option --simple-sk-checksum.
3996 2002-04-13  David Shaw  <dshaw@jabberwocky.com>
3998         * parse-packet.c (parse_signature): Minor fix - signatures should
3999         expire at their expiration time and not one second later.
4001         * keygen.c (proc_parameter_file): Allow specifying preferences
4002         string (i.e. "s5 s2 z1 z2", etc) in a batchmode key generation
4003         file.
4005         * keyedit.c (keyedit_menu): Print standard error message when
4006         signing a revoked key (no new translation).
4008         * getkey.c (merge_selfsigs): Get the default set of key prefs from
4009         the real (not attribute) primary uid.
4011 2002-04-12  David Shaw  <dshaw@jabberwocky.com>
4013         * pkclist.c (build_pk_list): Fix bug that allowed a key to be
4014         selected twice in batch mode if one instance was the default
4015         recipient and the other was an encrypt-to.  Noted by Stefan
4016         Bellon.
4018         * parse-packet.c (dump_sig_subpkt): Show data in trust and regexp
4019         sig subpackets.
4021         * keyedit.c (keyedit_menu): Use new function real_uids_left to
4022         prevent deleting the last real (i.e. non-attribute) uid.  Again,
4023         according to the attribute draft. (menu_showphoto): Make another
4024         string translatable.
4026 2002-04-11  David Shaw  <dshaw@jabberwocky.com>
4028         * build-packet.c (build_sig_subpkt): Delete subpackets from both
4029         hashed and unhashed area on update.  (find_subpkt): No longer
4030         needed.
4032         * keyedit.c (sign_uids): With --pgp2 on, refuse to sign a v3 key
4033         with a v4 signature.  As usual, --expert overrides.  Try to tweak
4034         some strings to a closer match so they can all be translated in
4035         one place.  Use different helptext keys to allow different help
4036         text for different questions.
4038         * keygen.c (keygen_upd_std_prefs): Remove preferences from both
4039         hashed and unhashed areas if they are not going to be used.
4041 2002-04-10  David Shaw  <dshaw@jabberwocky.com>
4043         * misc.c (pct_expando), options.skel: Use %t to indicate type of a
4044         photo ID (in this version, it's always "jpeg").  Also tweak string
4045         expansion loop to minimize reallocs.
4047         * mainproc.c (do_check_sig): Variable type fix.
4049         * keyedit.c (menu_set_primary_uid): Differentiate between true
4050         user IDs and attribute user IDs when making one of them primary.
4051         That is, if we are making a user ID primary, we alter user IDs.
4052         If we are making an attribute packet primary, we alter attribute
4053         packets.  This matches the language in the latest attribute packet
4054         draft.
4056         * keyedit.c (sign_uids): No need for the empty string hack.
4058         * getkey.c (fixup_uidnode): Only accept preferences from the
4059         hashed segment of the self-sig.
4061 2002-04-10  Werner Koch  <wk@gnupg.org>
4063         * tdbio.c (migrate_from_v2): Fixed the offset to read the old
4064         ownertrust value and only add entries to the table if we really
4065         have a value.
4067 2002-04-08  David Shaw  <dshaw@jabberwocky.com>
4069         * status.h, status.c (get_status_string): Add KEYEXPIRED, EXPSIG,
4070         and EXPKEYSIG.  Add "deprecated-use-keyexpired-instead" to
4071         SIGEXPIRED.
4073         * sig-check.c (do_check): Start transition from SIGEXPIRED to
4074         KEYEXPIRED, since the actual event is signature verification by an
4075         expired key and not an expired signature. (do_signature_check,
4076         packet.h): Rename as signature_check2, make public, and change all
4077         callers.
4079         * mainproc.c (check_sig_and_print, do_check_sig): Use status
4080         EXPSIG for an expired, but good, signature.  Add the expiration
4081         time (or 0) to the VALIDSIG status line.  Use status KEYEXPSIG for
4082         a good signature from an expired key.
4084         * g10.c (main): remove checks for no arguments now that argparse
4085         does it.
4087 2002-04-06  Werner Koch  <wk@gnupg.org>
4089         * keyring.c (keyring_get_keyblock): Disable the keylist mode here.
4091         * encode.c (encode_simple, encode_crypt): Only test on compressed
4092         files if a compress level was not explicity set.
4094         * keygen.c (keygen_set_std_prefs): Removed Blowfish and Twofish
4095         from the list of default preferences, swapped the preferences of
4096         RMD160 and SHA1.  Don't include a preference to 3DES unless the
4097         IDEA kludge gets used.
4099         * free-packet.c (free_packet): call free_encrypted also for
4100         PKT_ENCRYPTED_MDC.
4102         * compress.c (release_context): New.
4103         (handle_compressed): Allocate the context and setup a closure to
4104         release the context.  This is required because there is no
4105         guarabntee that the filter gets popped from the chain at the end
4106         of the function.  Problem noted by Timo and probably also the
4107         cause for a couple of other reports.
4108         (compress_filter): Use the release function if set.
4110         * tdbio.c [__CYGWIN32__]: Don't rename ftruncate.  Noted by
4111         Disastry.
4113         * parse-packet.c (parse_signature): Put parens around a bit test.
4115         * exec.c (make_tempdir): Double backslash for TMP directory
4116         creation under Windows.  Better strlen the DIRSEP_S constants for
4117         allocation measurements.
4119         * decrypt.c (decrypt_messages): Release the passphrase aquired
4120         by get_last_passphrase.
4122 2002-04-02  Werner Koch  <wk@gnupg.org>
4124         * Makefile.am (EXTRA_DIST): Removed OPTIONS an pubring.asc - they
4125         are no longer of any use. 
4127 2002-04-03  David Shaw  <dshaw@jabberwocky.com>
4129         * keyserver.c (parse_keyserver_options): fix auto-key-retrieve to
4130         actually work as a keyserver-option (noted by Roger Sondermann).
4132         * keylist.c (reorder_keyblock): do not reorder the primary
4133         attribute packet - the first user ID must be a genuine one.
4135 2002-03-31  David Shaw  <dshaw@jabberwocky.com>
4137         * keylist.c (list_keyblock_colon): Fix ownertrust display with
4138         --with-colons.
4140         * keygen.c (generate_user_id), photoid.c (generate_photo_id):
4141         Properly initialize the user ID refcount.  A few more "y/n" ->
4142         "y/N" in photoid.c.
4144         * keyedit.c (ask_revoke_sig): Warn the user if they are about to
4145         revoke an expired sig (not a problem, but they should know).  Also
4146         tweak a few prompts to change "y/n" to "y/N", which is how most
4147         other prompts are written.
4149         * keyserver.c (keyserver_search_prompt): Control-d escapes the
4150         keyserver search prompt.
4152         * pkclist.c (show_revocation_reason & callers): If a subkey is
4153         considered revoked solely because the parent key is revoked, print
4154         the revocation reason from the parent key.
4156         * trustdb.c (get_validity): Allow revocation/expiration to apply
4157         to a uid/key with no entry in the trustdb.
4159 2002-03-29  David Shaw  <dshaw@jabberwocky.com>
4161         * keyserver.c (printunquoted): unquote backslashes from keyserver
4162         searches
4164         * hkp.c (write_quoted): quote backslashes from keyserver searches
4166 2002-03-26  Werner Koch  <wk@gnupg.org>
4168         * keygen.c (ask_keysize): Removed the warning for key sizes > 1536.
4170 2002-03-25  Werner Koch  <wk@gnupg.org>
4172         * keyedit.c (sign_uids): Use 2 strings and not a %s so that
4173         translations can be done the right way.
4174         * helptext.c: Fixed small typo.
4176 2002-03-23  David Shaw  <dshaw@jabberwocky.com>
4178         * import.c (append_uid, merge_sigs): it is okay to import
4179         completely non-signed uids now (with --allow-non-selfsigned-uid).
4181         * getkey.c (get_primary_uid, merge_selfsigs_main): do not choose
4182         an attribute packet (i.e. photo) as primary uid.  This prevents
4183         oddities like "Good signature from [image of size 2671]".  This is
4184         still not perfect (one can still select an attribute packet as
4185         primary in --edit), but is closer to the way the draft is going.
4187         * g10.c (build_list): algorithms should include 110.
4189         * g10.c (main): --pgp2 implies --no-ask-sig-expire and
4190         --no-ask-cert-expire as those would cause a v4 sig/cert.
4192         * armor.c (is_armor_header): be more lenient in what constitutes a
4193         valid armor header (i.e. -----BEGIN blah blah-----) as some
4194         Windows programs seem to add spaces at the end.  --openpgp makes
4195         it strict again.
4197 2002-03-18  David Shaw  <dshaw@jabberwocky.com>
4199         * keyserver.c (keyserver_search_prompt): Properly handle a "no
4200         keys found" case from the internal HKP code (external HKP is ok).
4201         Also, make a COUNT -1 (i.e. streamed) keyserver response a little
4202         more efficient.
4204         * g10.c (main): Add --no-allow-non-selfsigned-uid
4206 2002-03-17  David Shaw  <dshaw@jabberwocky.com>
4208         * g10.c (main): --openpgp implies --allow-non-selfsigned-uid.
4210         * getkey.c (merge_selfsigs_main): If none of the uids are primary
4211         (because none are valid) then pick the first to be primary (but
4212         still invalid).  This is for cosmetics in case some display needs
4213         to print a user ID from a non-selfsigned key.  Also use
4214         --allow-non-selfsigned-uid to make such a key valid and not
4215         --always-trust.  The key is *not* automatically trusted via
4216         --allow-non-selfsigned-uid.
4218         * mainproc.c (check_sig_and_print): Make sure non-selfsigned uids
4219         print [uncertain] on verification even though one is primary now.
4221         * getkey.c (merge_selfsigs): If the main key is not valid, then
4222         neither are the subkeys.
4224         * import.c (import_one): Allow --allow-non-selfsigned-uid to work
4225         on completely unsigned keys.  Print the uids in UTF8.  Remove
4226         mark_non_selfsigned_uids_valid().
4228         * keyedit.c (show_key_with_all_names): Show revocation key as
4229         UTF8.
4231         * sign.c (clearsign_file): Allow --not-dash-escaped to work with
4232         v3 keys.
4234 2002-03-14  Werner Koch  <wk@gnupg.org>
4236         * main.h: Changed the default algorithms to CAST5 and SHA1.
4238 2002-03-13  David Shaw  <dshaw@jabberwocky.com>
4240         * import.c (chk_self_sigs): Show which user ID a bad self-sig
4241         (invald sig or unsupported public key algorithm) resides on.
4243         * import.c (chk_self_sigs): any valid self-sig should mark a user
4244         ID or subkey as valid - otherwise, an attacker could DoS the user
4245         by inventing a bogus invalid self-signature.
4247 2002-03-07  David Shaw  <dshaw@jabberwocky.com>
4249         * g10.c (main): make a few more strings translatable.
4251         * options.h, options.skel, g10.c (main), gpgv.c, mainproc.c
4252         (check_sig_and_print), keyserver.c (parse_keyserver_options):
4253         --auto-key-retrieve should really be a keyserver-option variable.
4255         * import.c (revocation_present): new function to print a warning
4256         if a key is imported that has been revoked by designated revoker,
4257         but the designated revoker is not present to verify the
4258         revocation.  If keyserver-options auto-key-retrieve is set, try
4259         and fetch the designated revoker from the keyserver.
4261         * import.c (import_one): call revocation_present after importing a
4262         new key.  Note that this applies to --import, --recv-keys, and
4263         --search-keys.
4264         
4265         * keyserver-internal.h, keyserver.c (keyserver_import_fprint):
4266         import via fingerprint (for revocation keys).
4268         * keyserver.c (keyserver_import_keyid): much simpler
4269         implementation now that we're using KEYDB_SEARCH_DESC internally.
4271 2002-03-04  David Shaw  <dshaw@jabberwocky.com>
4273         * revoke.c (gen_revoke): do not prompt for revocation reason for
4274         v3 revocations (unless force-v4-certs is on) since they wouldn't
4275         be used anyway.
4277         * keyedit.c (menu_revsig): show the status of the sigs
4278         (exportable? revocable?) to the user before prompting for which
4279         sig to revoke.  Also, make sure that local signatures get local
4280         revocations.
4282         * keyedit.c (ask_revoke_sig): remind the user which sigs are
4283         local.
4285         * g10.c (main): Add "exec-path" variable to override PATH for
4286         execing programs.
4288         * export.c (do_export_stream): properly check return code from
4289         classify_user_id to catch unclassifiable keys.
4291 2002-03-03  David Shaw  <dshaw@jabberwocky.com>
4293         * parse-packet.c (parse_signature): variable type tweak for RISC
4294         OS (from Stefan)
4296 2002-02-28  David Shaw  <dshaw@jabberwocky.com>
4298         * getkey.c (check_revocation_keys): New function to check a
4299         revocation against a list of potential revocation keys.  Note the
4300         loop-breaking code here.  This is to prevent blowing up if A is
4301         B's revocation key, while B is also A's.  Note also that this is
4302         written so that a revoked revoker can still issue revocations:
4303         i.e. If A revokes B, but A is revoked, B is still revoked.  I'm
4304         not completely convinced this is the proper behavior, but it
4305         matches how PGP does it.  It does at least have the advantage of
4306         much simpler code - my first version of this had lots of loop
4307         maintaining code so you could chain revokers many levels deep and
4308         if D was revoked, C was not, which meant that B was, and so on.
4309         It was sort of scary, actually.
4311         * getkey.c (merge_selfsigs_main): Add any revocation keys onto the
4312         pk.  This is particularly interesting since we normally only get
4313         data from the most recent 1F signature, but you need multiple 1F
4314         sigs to properly handle revocation keys (PGP does it this way, and
4315         a revocation key could be marked "sensitive" and hence in a
4316         different signature).  Also, if a pk has a revocation key set,
4317         check for revocation sigs that were not made by us - if made by a
4318         valid revocation key, mark the pk revoked.
4320         * packet.h, getkey.c (cache_public_key): do not cache key if
4321         "dont_cache" is set.  This allows the revocation key code to look
4322         up a key and return information that may be inaccurate to prevent
4323         loops without caching the fake data.
4325         * packet.h, sig-check.c (do_signature_check): Record if a
4326         signature was made by a revoked pk.
4328         * packet.h, parse-packet.c (parse_one_sig_subpkt,
4329         can_handle_critical, parse_signature): Get revocation key
4330         information out of direct sigs.
4331         
4332         * keylist.c (list_keyblock_print): don't assume that the presence
4333         of a 0x20 signature means the key is revoked.  With revocation
4334         keys, this may not be true if the revocation key is not around to
4335         verify it or if verification failed.  Also, 0x1F should get listed
4336         as "sig", and not "unexpected signature class".
4338         * keyedit.c (show_key_with_all_names): Add a flag for printing
4339         revoker information and change all callers.
4341         * import.c (merge_blocks): merge in any new direct key (0x1F)
4342         sigs.
4344         * import.c (import_revoke_cert): don't keep processing after a
4345         revocation is rejected.
4346         
4347         * import.c (delete_inv_parts): Allow importing a revocation
4348         signature even if it was not issued by the key.  This allows a
4349         revocation key to issue it.  Of course, the sig still needs to be
4350         checked before we trust it.
4352         * free-packet.c (copy_public_key): Include a new copy of the
4353         revocation keys when duping a pk.
4355         * free-packet.c (free_seckey_enc, release_public_key_parts): Free
4356         any revocation keys that are attached to a sig or pk.
4358         * export.c (do_export_stream): Do not export signatures with
4359         "sensitive" revocation keys in them.
4361 2002-02-27  David Shaw  <dshaw@jabberwocky.com>
4363         * export.c (do_export_stream): Do not include v3 keys in a
4364         --export-secret-subkeys export.
4366         * getkey.c (merge_selfsigs_main): If a key isn't valid (say,
4367         because of no self-signature), allow --always-trust to force it
4368         valid so it can be trusted.
4370 2002-02-25  David Shaw  <dshaw@jabberwocky.com>
4372         * hkp.c (hkp_ask_import), hkp.h, keyserver.c (all): treat key
4373         lists internally as fingerprints when possible.  All this is via
4374         KEYDB_SEARCH_DESC - no point in reinventing the wheel. This allows
4375         the helper program to search the keyserver by fingerprint if
4376         desired (and the keyserver supports it).  Note that automatic
4377         fingerprint promotion during refresh only applies to v4 keys as a
4378         v4 fingerprint can be easily changed into a long or short key id,
4379         and a v3 cannot.
4381         * pubkey-enc.c, getkey.c, misc.c, main.h: Take two copies of
4382         hextobyte() from pubkey-enc.c and getkey.c and make them into one
4383         copy in misc.c.
4385 2002-02-22  David Shaw  <dshaw@jabberwocky.com>
4387         * keyserver.c (keyserver_search_prompt): Detect a "no keys found"
4388         case even if the helper program does not explicitly say how many
4389         keys were found.
4391         * hkp.c (parse_hkp_index): Bug fix - don't report non-revoked keys
4392         as revoked in HKP key searches.
4394 2002-02-19  Werner Koch  <wk@gnupg.org>
4396         * parse-packet.c (parse_trust): Made parsing more robust.
4398 2002-02-19  David Shaw  <dshaw@jabberwocky.com>
4400         * hkp.c (parse_hkp_index): Catch corruption in HKP index lines
4401         (can be caused by broken or malicious keyservers).
4403         * keyserver.c (keyserver_work): Add KEYSERVER_NOT_SUPPORTED for
4404         unsupported actions (say, a keyserver that has no way to search,
4405         or a readonly keyserver that has no way to add).  Also add a
4406         USE_EXTERNAL_HKP define to disable the internal HKP keyserver
4407         code.
4409 2002-02-14  Werner Koch  <wk@gnupg.org>
4411         * g10.c: New option --no-use-agent. 
4413         * pkclist.c (check_signatures_trust): Always print the warning for
4414         unknown and undefined trust.  Removed the did_add cruft.  Reported
4415         by Janusz A. Urbanowicz.
4417 2002-02-11  David Shaw  <dshaw@jabberwocky.com>
4419         * hkp.c (parse_hkp_index): Bug fix - properly handle user IDs with
4420         colons (":") in them while HKP searching.
4422 2002-02-09  David Shaw  <dshaw@jabberwocky.com>
4424         * misc.c (pct_expando): More comments.
4426         * keydb.h, sign.c (mk_notation_and_policy): Clarify what is a sig
4427         and what is a cert.  A sig has sigclass 0x00, 0x01, 0x02, or 0x40,
4428         and everything else is a cert.
4430         * g10.c (main), keyedit.c (keyedit_menu): Add a "nrlsign" for
4431         nonrevocable and local key signatures.
4433         * g10.c (main): Add a --no-force-mdc to undo --force-mdc.
4435         * options.h, g10.c (main), cipher.c (write_header): Add a knob to
4436         --disable-mdc/--no-disable-mdc.  Off by default, of course, but is
4437         used in --pgp2 and --pgp6 modes.
4438         
4439         * pkclist.c (build_pk_list): Allow specifying multiple users in
4440         the "Enter the user ID" loop.  Enter a blank line to stop.  Show
4441         each key+id as it is added.
4443         * keylist.c (show_policy_url), mainproc.c (print_notation_data):
4444         It is not illegal (though possibly silly) to have multiple policy
4445         URLs in a given signature, so print all that are present.
4446         
4447         * hkp.c (hkp_search): More efficient implementation of URL-ifying
4448         code.
4450 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
4452         * main.h, misc.c (pct_expando): New function to generalize
4453         %-expando processing in any arbitrary string.
4455         * photoid.c (show_photo): Call the new pct_expando function rather
4456         than expand strings internally.
4457         
4458         * sign.c (mk_notation_and_policy): Show policy URLs and notations
4459         when making a signature if show-policy/show-notation is on.
4460         %-expand policy URLs during generation.  This lets the user have
4461         policy URLs of the form "http://notary.jabberwocky.com/keysign/%K"
4462         which will generate a per-signature policy URL.
4464         * main.h, keylist.c (show_policy_url, show_notation): Add amount
4465         to indent so the same function can be used in key listings as well
4466         as during sig generation.  Change all callers.
4468 2002-02-04  David Shaw  <dshaw@jabberwocky.com>
4470         * keyserver.c, options.h (parse_keyserver_options, keyidlist):
4471         Workaround for the pksd and OKS keyserver bug that calculates v4
4472         RSA keyids as if they were v3.  The workaround/hack is to fetch
4473         both the v4 (e.g. 99242560) and v3 (e.g. 68FDDBC7) keyids.  This
4474         only happens for key refresh while using the HKP scheme and the
4475         refresh-add-fake-v3-keyids keyserver option must be set.  This
4476         should stay off by default.
4478 2002-02-03  David Shaw  <dshaw@jabberwocky.com>
4480         * keyserver.c (keyserver_spawn): Bug fix - do not append keys to
4481         each other when --sending more than one.
4483 2002-02-02  David Shaw  <dshaw@jabberwocky.com>
4485         * options.h, g10.c (main), keyedit.c (sign_uids), sign.c
4486         (mk_notation_and_policy): Split "--set-policy-url" into
4487         "--cert-policy-url" and "--sig-policy-url" so the user can set
4488         different policies for key and data signing.  For backwards
4489         compatibility, "--set-policy-url" sets both, as before.
4491 2002-01-30  Werner Koch  <wk@gnupg.org>
4493         * g10.c (main): --gen-random --armor does now output a base64
4494         encoded string.
4496 2002-01-28  David Shaw  <dshaw@jabberwocky.com>
4498         * g10.c (main), options.h, pkclist.c (algo_available): --pgp6
4499         flag.  This is not nearly as involved as --pgp2.  In short, it
4500         turns off force_mdc, turns on no_comment, escape_from, and
4501         force_v3_sigs, and sets compression to 1.  It also restricts the
4502         user to IDEA (if present), 3DES, CAST5, MD5, SHA1, and RIPEMD160.
4503         See the comments above algo_available() for lots of discussion on
4504         why you would want to do this.
4506 2002-01-27  David Shaw  <dshaw@jabberwocky.com>
4508         * keygen.c (keygen_set_std_prefs): Comment
4510         * keyedit.c (sign_uids): Bug fix - when signing with multiple
4511         secret keys at the same time, make sure each key gets the sigclass
4512         prompt.
4514         * exec.c (exec_finish): Close the iobuf and FILE before trying to
4515         waitpid, so the remote process will get a SIGPIPE and exit.  This
4516         is only a factor when using a pipe to communicate.
4518         * exec.c (exec_write): Disable cache-on-close of the fd iobuf (is
4519         this right?  Why is a fd iobuf cached at all?)
4521 2002-01-26  Werner Koch  <wk@gnupg.org>
4523         * g10.c, options.h: New option --gpg-agent-info
4524         * passphrase.c (agent_open): Let it override the environment info.
4525         * seckey-cert.c (check_secret_key): Always try 3 times when the
4526         agent is enabled.
4527         * options.skel: Describe --use-agent.
4529 2002-01-24  David Shaw  <dshaw@jabberwocky.com>
4531         * pubkey-enc.c (is_algo_in_prefs, get_it): Only check preferences
4532         against keys with v4 self sigs - there is really little point in
4533         warning for every single non-IDEA message encrypted to an old key.
4535         * pkclist.c (select_algo_from_prefs): Only put in the fake IDEA
4536         preference if --pgp2 is on.
4538         * mainproc.c (check_sig_and_print): Print "Expired" for expired
4539         but good signatures (this still prints "BAD" for expired but bad
4540         signatures).
4542 2002-01-23  David Shaw  <dshaw@jabberwocky.com>
4544         * keygen.c (ask_keysize): Cosmetic: don't present a RSA signing
4545         key as a "keypair" which can be 768 bits long (as RSA minimum is
4546         1024).
4548         * pubkey-enc.c (is_algo_in_prefs): Allow IDEA as a fake preference
4549         for v3 keys with v3 selfsigs.
4551 2002-01-22  David Shaw  <dshaw@jabberwocky.com>
4553         * packet.h, getkey.c (merge_selfsigs_main), pkclist.c
4554         (select_algo_from_prefs): Implement the fake IDEA preference as
4555         per RFC2440:12.1.  This doesn't mean that IDEA will be used (the
4556         plugin may not be present), but it does mean that a v3 key with a
4557         v3 selfsig has an implicit IDEA preference instead of 3DES.  v3
4558         keys with v4 selfsigs use preferences as normal.
4560         * encode.c (encode_crypt): if select_algo_from_prefs fails, this
4561         means that we could not find a cipher that both keys like.  Since
4562         all v4 keys have an implicit 3DES preference, this means there is
4563         a v3 key with a v3 selfsig in the list.  Use 3DES in this case as
4564         it is the safest option (we know the v4 key can handle it, and
4565         we'll just hope the v3 key is being used in an implementation that
4566         can handle it).  If --pgp2 is on, warn the user what we're doing
4567         since it'll probably break PGP2 compatibility.
4569         * g10.c (main): Do not force using IDEA for encrypted files in
4570         --pgp2 mode - let the fake IDEA preference choose this for us for
4571         better compatibility when encrypting to multiple keys, only some
4572         of which are v3.
4574         * keygen.c (keygen_set_std_prefs): Put 3DES on the end of the
4575         default cipher pref list (RFC2440: "...it is good form to place it
4576         there explicitly.").  If the user has the IDEA plugin installed,
4577         put a preference for IDEA *after* 3DES to effectively disable its
4578         use for everything except encrypting along with v3 keys.
4580         * encode.c, g10.c, sign.c: Change the PGP2 warning line from
4581         "... will not be usable ..." to "... may not be usable ..." as the
4582         user could be using one of the enhanced PGP2 variations.
4584         * helptext.c: Revise the sign_uid.class help text as suggested by
4585         Stefan.
4586         
4587 2002-01-20  Werner Koch  <wk@gnupg.org>
4589         * passphrase.c (passphrase_to_dek): Add tryagain_text arg to be
4590         used with the agent.  Changed all callers.
4591         (agent_get_passphrase): Likewise and send it to the agent
4592         * seckey-cert.c (do_check): New arg tryagain_text.
4593         (check_secret_key): Pass the string to do_check.
4594         * keygen.c (ask_passphrase): Set the error text is required.
4595         * keyedit.c (change_passphrase): Ditto.
4597         * passphrase.c (agent_open): Disable opt.use_agent in case of a
4598         problem with the agent. 
4599         (agent_get_passphrase): Ditto.
4600         (passphrase_clear_cache): Ditto.
4602 2002-01-19  Werner Koch  <wk@gnupg.org>
4604         * passphrase.c (agent_open): Add support for the new Assuan based
4605         gpg-agent.  New arg to return the used protocol version.
4606         (agent_get_passphrase): Implemented new protocol here.
4607         (passphrase_clear_cache): Ditto.
4608         (readline): New.
4609         
4610 2002-01-15  Timo Schulz  <ts@winpt.org>
4612         * encode.c (encode_crypt_files): Fail if --output is used.
4613         
4614         * g10.c: New command --decrypt-files.
4616         * decrypt.c (decrypt_messages): New.
4617         
4618 2002-01-09  David Shaw  <dshaw@jabberwocky.com>
4620         * g10.c, misc.c, gpgv.c: move idea_cipher_warn to misc.c so gpgv.c
4621         doesn't need a stub for it any longer.
4623         * g10.c (get_temp_dir), main.h: no longer used (it's in exec.c now)
4625         * g10.c (main), delkey.c (delete_keys), main.h : Allow
4626         --delete-key (now --delete-keys, though --delete-key still works,
4627         of course) to delete multiple keys in one go.  This applies to
4628         --delete-secret-key(s) and --delete-secret-and-public-key(s) as
4629         well.
4631 2002-01-09  Timo Schulz  <ts@winpt.org>
4633         * encode.c (encode_crypt_files): Now it behaves like verify_files.
4634         
4635         * g10.c (main): We don't need to check argc for encode_crypt_files
4636         any longer.
4638 2002-01-09  Timo Schulz  <ts@winpt.org>
4640         * exec.c: Include windows.h for dosish systems.
4642 2002-01-08  Timo Schulz  <ts@winpt.org>
4644         * g10.c (main): New description for --encrypt-files.
4646 2002-01-08  Werner Koch  <wk@gnupg.org>
4648         * g10.c (main): Must register the secring for encryption because
4649         it is needed to figure out the default recipient.  Reported by
4650         Roger Sondermann.
4652 2002-01-05  David Shaw  <dshaw@jabberwocky.com>
4654         * keyedit.c (menu_adduid): Require --expert before adding a photo
4655         ID to a v3 key, and before adding a second photo ID to any key.
4657         * keyedit.c (keyedit_menu): Don't allow adding photo IDs in
4658         rfc1991 or pgp2 mode.
4660         * getkey.c (merge_selfsigs_subkey): Permit v3 subkeys.  Believe it
4661         or not, this is allowed by rfc 2440, and both PGP 6 and PGP 7 work
4662         fine with them.
4664         * g10.c, options.h, keyedit.c, sign.c: Move the "ask for
4665         expiration" switch off of --expert, which was getting quite
4666         overloaded, and onto ask-sig-expire and ask-cert-expire.  Both
4667         default to off.
4669         * g10.c (main): Change the default compression algo to 1, to be
4670         more OpenPGP compliant (PGP also uses this, so it'll help with
4671         interoperability problems as well).
4673         * encode.c (encode_crypt): Handle compression algo 2, since the
4674         default is now 1.
4676         * build-packet.c (build_attribute_subpkt): Fix off-by-one error.
4678 2002-01-05  Werner Koch  <wk@gnupg.org>
4680         * g10.c (main): Do not register the secret keyrings for certain
4681         commands.
4683         * keydb.c (keydb_add_resource): Use access to test for keyring
4684         existence.  This avoids cached opened files which are bad under
4685         RISC OS.
4687 2002-01-04  David Shaw  <dshaw@jabberwocky.com>
4689         * sign.c (sign_file, sign_symencrypt_file): always use one-pass
4690         packets unless rfc1991 is enabled.  This allows a signature made
4691         with a v3 key to work in PGP 6 and 7.  Signatures made with v4
4692         keys are unchanged.
4694         * g10.c (main): Disallow non-detached signatures in PGP2 mode.
4695         Move the "you must use files and not pipes" PGP2 warning up so all
4696         the PGP2 stuff is together.
4698         * encode.c (encode_simple): Use the actual filesize instead of
4699         partial length packets in the internal literal packet from a
4700         symmetric message.  This breaks PGP5(?), but fixes PGP2, 6, and 7.
4701         It's a decent tradeoff.  Note there was only an issue with
4702         old-style RFC1991 symmetric messages.  2440-style messages in 6
4703         and 7 work with or without partial length packets.
4705 2002-01-03  David Shaw  <dshaw@jabberwocky.com>
4707         * g10.c (main): Removed --no-default-check-level option, as it is
4708         not consistent with other "default" options.  Plus, it is the same
4709         as saying --default-check-level 0.
4711         * exec.c (exec_read): Disallow caching tempfile from child
4712         process, as this keeps the file handle open and can cause unlink
4713         problems on some platforms.
4715         * keyserver.c (keyserver_search_prompt): Minor tweak - don't
4716         bother to transform keyids into textual form if they're just going
4717         to be transformed back to numbers.
4719 2002-01-03  Timo Schulz <ts@winpt.org>
4721         * g10.c: New command --encrypt-files.
4722     
4723         * verify.c (print_file_status): Removed the static because
4724         encode_crypt_files also uses this function.
4726         * main.h (print_files_status): New.
4727         (encode_crypt_files): New.
4729         * encode.c (encode_crypt_files): New.
4731 2002-01-02  Stefan Bellon  <sbellon@sbellon.de>
4733         * keyserver.c: Moved util.h include down in order to avoid
4734         redefinition problems on RISC OS.
4736         * keyring.c (keyring_lock): Only lock keyrings that are writable.
4738         * keyring.c (keyring_update_keyblock): Close unused iobuf.
4740         * hkp.c (parse_hkp_index, hkp_search) [__riscos__]: Changed
4741         unsigned char* to char* because of compiler issues.
4743         * exec.c (exec_finish) [__riscos__]: Invalidate close cache so
4744         that file can be unlinked.
4746 2001-12-28  David Shaw  <dshaw@jabberwocky.com>
4748         * g10.c (main): Use a different strlist to check extensions since
4749         they need to be handled seperately now.
4751         * misc.c,main.h (check_permissions): Properly handle permission
4752         and ownership checks on files in the lib directory
4753         (e.g. /usr/local/lib/gnupg), which are owned by root and are
4754         world-readable, and change all callers to specify extension or
4755         per-user file.
4757         * photoid.c (show_photo), keyserver.c (keyserver_spawn): Bug fix -
4758         don't call exec_finish if exec_write fails.
4760         * keyserver.c (keyserver_spawn): Look for OPTIONS from the
4761         keyserver helper - specifically, a "OUTOFBAND" option for the
4762         email keyserver.
4764         * mainproc.c (list_node), keylist.c (list_keyblock_colon),
4765         import.c (delete_inv_parts), export.c (do_export_stream): Use
4766         signature flags for exportability check rather than re-parsing the
4767         subpacket.
4769         * keyid.c, keydb.h (get_lsign_letter): No longer needed.
4771 2001-12-27  David Shaw  <dshaw@jabberwocky.com>
4773         * exec.c (exec_finish): Show errors when temp files cannot be
4774         deleted for whatever reason.
4776         * exec.c (exec_read): Don't rely on WEXITSTATUS being present.
4778         * exec.c (make_tempdir): Add temp file creator for win32.  Don't
4779         create an incoming temp file if the exec is write-only.
4781         * keyserver.c (keyserver_spawn): Clean up error handling, for when
4782         the spawn fails.
4784         * photoid.c (show_photo): Clean up error handling.
4786         * misc.c (check_permissions): Neaten.
4788 2001-12-25  David Shaw  <dshaw@jabberwocky.com>
4790         * mkdtemp.c (mkdtemp): Add copyleft info and tweak the 'X' counter
4791         to be a bit simpler.
4793         * keyserver.c, photoid.c: Remove unused headers left over from
4794         when the exec functions lived there.
4796 2001-12-23  Timo Schulz <ts@winpt.org>
4798         * misc.c (check_permissions): Do not use it for W32 systems.
4800         * tdbio.c (migrate_from_v2): Define ftruncate as chsize() for W32.
4802         * mkdtemp.c: W32 support.
4804         * photoid.c: Ditto.
4806         * exec.c: Ditto.
4808 2001-12-22  David Shaw  <dshaw@jabberwocky.com>
4810         * exec.c (make_tempdir): avoid compiler warning with const
4812         * mkdtemp.c (mkdtemp): catch the empty ("") string case in case
4813         someone repurposes mkdtemp at some point.
4815         * photoid.c (generate_photo_id, show_photo): some type changes
4816         from Stefan Bellon.
4818         * exec.c (make_tempdir): handle Win32 systems, suggested by Timo
4819         Schulz.
4821 2001-12-22  Werner Koch  <wk@gnupg.org>
4823         * encode.c (encode_simple, encode_crypt): i18n 2 strings.
4825 2001-12-22  Timo Schulz <ts@winpt.org>
4826         
4827         * encode.c (encode_simple, encode_crypt): Use is_file_compressed
4828         to avoid to compress compressed files.
4830 2001-12-22  Werner Koch  <wk@gnupg.org>
4832         * keyserver.c (keyserver_spawn): Removed some variables
4833         declaration due to shadowing warnings.
4835         * build-packet.c (build_attribute_subpkt): s/index/idx/ to avoid
4836         compiler warnig due to index(3).
4838         * getkey.c (get_ctx_handle): Use KEYDB_HANDLE as return value.
4839         * keylist.c (list_one): Made resname const.
4841         * keyedit.c (keyedit_menu): Allow "addphoto" only when --openpgp is
4842         not used.
4844         * options.skel: Changed one example photo viewer to qiv.
4846 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
4848         * Makefile.am: add exec.c, exec.h, photoid.c, and photoid.h
4850         * build-packet.c (build_attribute_subpkt): new function to build
4851         the raw attribute subpacket.  Note that attribute subpackets have
4852         the same format as signature subpackets.
4854         * exec.c: new file with generic exec-a-program functionality.
4855         Used by both photo IDs and keyserver helpers.  This is pretty much
4856         the same code that used to be keyserver specific, with some
4857         changes to be usable generically.
4859         * free-packet.c (free_attributes (new)): function to free an
4860         attribute packet.
4861         
4862         * gpgv.c: added stub show_photo
4863         
4864         * keyedit.c (keyedit_menu, menu_adduid, menu_showphoto): can add a
4865         photo (calls generate_photo_id), or display a photo (calls
4866         show_photo) from the --edit menu.  New commands are "addphoto",
4867         and "delphoto" (same as "deluid").
4869         * keylist.c (list_keyblock_print): show photos during key list if
4870         --show-photos enabled.
4871         
4872         * keyserver.c (keyserver_spawn): use the generic exec_xxx
4873         functions to call keyserver helper.
4875         * g10.c, options.h: three new options - --{no-}show-photos, and
4876         --photo-viewer to give the command line to display a picture.
4878         * options.skel: instructions for the photo viewer
4879         
4880         * parse-packet.c (parse_user_id, setup_user_id (new)): common code
4881         for both user IDs and attribute IDs moved to setup_user_id.
4883         * parse-packet.c (make_attribute_uidname (new)): constructs a fake
4884         "name" for attribute packets (e.g. "[image of size ...]")
4886         * parse-packet.c (parse_attribute (replaces parse_photo_id),
4887         parse_attribute_subpkts): Builds an array of individual
4888         attributes.  Currently only handles attribute image / type jpeg
4889         subpackets.
4891         * sign.c (hash_uid): Fix bug in signing attribute (formerly
4892         photo_id) packets.
4894         * packet.h, and callers: globally change "photo_id" to "attribute"
4895         and add structures for attributes.  The packet format is generic
4896         attributes, even though the only attribute type thus far defined
4897         is jpeg.
4899 2001-12-21  David Shaw  <dshaw@jabberwocky.com>
4901         * parse-packet.c (can_handle_critical): Can handle critical
4902         revocation subpackets now.
4904         * trustdb.c (mark_usable_uid_certs): Disregard revocations for
4905         nonrevocable sigs.  Note that this allows a newer revocable
4906         signature to override an older nonrevocable signature.
4908         * sign.c (make_keysig_packet): add a duration field and change all
4909         callers.  This makes make_keysig_packet closer to
4910         write_signature_packets and removes some duplicated expiration
4911         code.
4913         * keyedit.c (keyedit_menu, menu_revsig, sign_uids,
4914         sign_mk_attrib): Add nrsign command, don't allow revoking a
4915         nonrevocable signature,
4917         * g10.c (main): Add --nrsign option to nonrevocably sign a key
4918         from the command line.
4920         * build-packet.c (build_sig_subpkt_from_sig): Comment to explain
4921         the use of CRITICAL.
4923 2001-12-21  Werner Koch  <wk@gnupg.org>
4925         * g10.c. options.h : New option --show-keyring
4926         * getkey.c (get_ctx_handle): New.
4927         * keylist.c (list_one): Implement option here.  By David Champion. 
4929 2001-12-20  David Shaw  <dshaw@jabberwocky.com>
4931         * keyserver.c (keyserver_spawn): Use mkdtemp() to make temp
4932         directory.
4934         * mkdtemp.c: replacement function for those platforms that don't
4935         have mkdtemp (make a temp directory securely).
4937 2001-12-19  David Shaw  <dshaw@jabberwocky.com>
4939         * misc.c (check_permissions): New function to stat() and ensure
4940         the permissions of GNUPGHOME and the files have safe permissions.
4942         * keydb.c (keydb_add_resource): Check keyring permissions.
4944         * tdbio.c (tdbio_set_dbname): Check permissions of trustdb.gpg
4946         * keyserver.c (keyserver_spawn): Disable keyserver schemes that
4947         involve running external programs if the options file has unsafe
4948         permissions or ownership.
4950         * g10.c, options.h: New option --no-permission-warning to disable
4951         the permission warning message(s).  This also permits use of the
4952         keyserver if it had been disabled (see above).  Also check the
4953         permissions/ownership of random_seed.
4954         
4955         * keyserver.c (keyserver_spawn): The new glibc prints a warning
4956         when using mktemp() (the code was already secure, but the warning
4957         was bound to cause confusion).  Use a different implementation
4958         based on get_random_bits() instead.  Also try a few times to get
4959         the temp dir before giving up.
4961 2001-12-19  Werner Koch  <wk@gnupg.org>
4963         * g10.c, passphrase.c [CYGWIN32]: Allow this as an alias for MINGW32.
4965 2001-12-18  David Shaw  <dshaw@jabberwocky.com>
4967         * g10.c (idea_cipher_warn): Add a flag to show the warning always
4968         or once per session and change all callers (show always except for
4969         the secret key protection and unknown cipher from an encrypted
4970         message errors).  Also make the strings translatable.
4972         * pubkey-enc.c (get_it): Add the IDEA cipher warning if the user
4973         tries to decrypt an IDEA encrypted message without the IDEA
4974         plugin.
4976         * keyserver.c (parse_keyserver_uri): More strict checking of the
4977         keyserver URI.  Specifically, fail if the ":port" section is
4978         anything except a number between 1 and 65535.
4980 2001-12-17  David Shaw  <dshaw@jabberwocky.com>
4982         * keyserver.c (print_keyinfo): No need to check for
4983         control/illegal characters, as utf8_to_native does this for us.
4985         * mainproc.c (proc_encrypted): Use generic IDEA warning.
4987         * gpgv.c: add stub for idea_cipher_warn
4989         * g10.c, hkp.c, keyserver.c: Fix capitalization and plural issues.
4991         * encode.c (encode_crypt), sign.c (sign_file, clearsign_file):
4992         disable pgp2 mode after the message is no longer pgp2 compatible.
4994         * g10.c (main): Tweak the PGP2.x IDEA warning to use the generic
4995         warning, and not merely fail if the IDEA plugin isn't there.
4997         * g10.c (main, idea_cipher_warn), keygen.c (set_one_pref),
4998         seckey-cert.c (do_check): Add a generic IDEA warning for when the
4999         IDEA plugin is not present.  This pops up when the user uses
5000         "--cipher-algo idea", when setpref is used to set a "S1"
5001         preference, and when a secret key protected with IDEA is used.
5003 2001-12-15  Werner Koch  <wk@gnupg.org>
5005         * keyserver.c (keyserver_spawn): Assert that we have dropped privs.
5007 2001-12-13  Werner Koch  <wk@gnupg.org>
5009         * pubkey-enc.c (get_session_key): Check that the public key
5010         algorithm is indeed usable for en/decryption.  This avoid a
5011         strange error message from pubkey_decrypt if for some reasons a
5012         bad algorithm indentifier is passed.
5014 2001-12-12  David Shaw  <dshaw@jabberwocky.com>
5016         * Fixed some types for portability.  Noted by Stefan Bellon.
5018 2001-12-11  Werner Koch  <wk@gnupg.org>
5020         * hkp.c (hkp_export): Do not print possible control characters
5021         from a keyserver response.
5022         (parse_hkp_index): Made uid an unsigned char* because it is passed to
5023         isspace().
5024         (hkp_search): Ditto for the char* vars.
5026         * g10.c (main): Print the IDEA warning also for -c and -se.
5027         
5028         * g10.c (get_temp_dir): Assert that we have dropped privs
5030         * encode.c (encode_crypt): Include the first key into the --pgp2
5031         check.
5033 2001-12-07  David Shaw  <dshaw@jabberwocky.com>
5035         * g10.c, options.h: New option --pgp2.  This is identical to
5036         "--rfc1991 --cipher-algo idea --compress-algo 1 --digest-algo md5
5037         --force_v3_sigs" with the addition of an warning to advise the
5038         user not to use a pipe (which would break pgp2 compatibility).
5040         * encode.c (encode_crypt): warn if the user tries to encrypt to
5041         any key that is not RSA and <= 2048 bits when the --pgp2 option is
5042         used.
5044         * sign.c (sign_file, clearsign_file): When using --pgp2, make a v3
5045         sig, and warn if the signature is made with a non-v3 key.
5047 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
5049         * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Prompt
5050         for sig expiration if --expert is set and --force-v3-sigs is not
5051         set (v3 sigs cannot expire).
5053         * mainproc.c (check_sig_and_print): After checking a sig, print
5054         expiration status.  This causes a error return if the sig is
5055         expired.
5057         * build-packet.c (build_sig_subpkt_from_sig): Include a critical
5058         sig expiration subpacket if the sig is to expire.
5060         * keyedit.c (sign_uids): Do not sign an expired key unless
5061         --expert is set, in which case prompt.  Also, offer to expire a
5062         signature when the key the user is signing expires.
5064         * keygen.c (ask_expire_interval): Add a value to determine whether
5065         to prompt for a key or sig expiration and change all callers.
5067         * keyid.c: New functions: expirestr_from_sig and
5068         colon_expirestr_from_sig.
5070         * keylist.c (list_keyblock_colon): Show sig expiration date in the
5071         --with-colons listing.
5073         * sign.c (make_keysig_packet, write_signature_packets): Pass in an
5074         optional timestamp for the signature packet, and change all
5075         callers.
5077         * keyedit.c (sign_mk_attrib): Include a critical expiration
5078         subpacket in the signature if an expiration date is given.
5080 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
5082         * keyedit.c (sign_uids): If the user tries to sign a
5083         locally-signed key, allow the cert to be promoted to a full
5084         exportable signature.  This essentially deletes the old
5085         non-exportable sig, and replaces it with a new exportable one.
5087 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
5089         * keyedit.c (keyedit_menu): Do not allow signing a revoked key
5090         unless --expert is set, and ask even then.
5092         * keyedit.c (sign_uids): Do not allow signing a revoked UID unless
5093         --expert is set, and ask even then.
5095         * g10.c, options.h : New option --expert
5097 2001-11-16  David Shaw  <dshaw@jabberwocky.com>
5099         * Allow the user to select no compression via "--compress-algo 0"
5100         on the command line.
5102         * keyedit.c (show_prefs): Show compression preferences in the
5103         long-form "showpref" style.
5105         * keygen.c (set_one_pref): Permit setting a no-compression ("Z0")
5106         preference.
5108         * getkey.c (fixup_uidnode): Fix compression preference corruption
5109         bug.
5111 2001-12-02  David Shaw  <dshaw@jabberwocky.com>
5113         * g10.c: Add advisory --for-your-eyes-only option as per section
5114         5.9 of 2440.
5116 2001-12-05  David Shaw  <dshaw@jabberwocky.com>
5118         * Force a V4 sig if the user has a notation or policy URL set.
5120 2001-12-04  David Shaw  <dshaw@jabberwocky.com>
5122         * g10.c: Add options --keyserver-options, --temp-directory, and
5123         auto-key-retrieve (the opposite of no-auto-key-retrieve).
5125         * hkp.c (hkp_search): New function to handle searching a HKP
5126         keyserver for a key
5128         * hkp.c (hkp_ask_import, hkp_export): Pretty large changes to make
5129         them communicate via the generic functions in keyserver.c
5131         * keyserver.c: new file with generic keyserver routines for
5132         getting keys from a keyserver, sending keys to a keyserver, and
5133         searching for keys on a keyserver.  Calls the internal HKP stuff
5134         in hkp.c for HKP keyserver functions.  Other calls are handled by
5135         an external program which is spawned and written to and read from
5136         via pipes.  Platforms that don't have pipes use temp files.
5138 2001-11-20  David Shaw  <dshaw@jabberwocky.com>
5140         * options.h, g10.c: New options show-notation, no-show-notation,
5141         default-check-level, no-default-check-level, show-policy-url,
5142         no-show-policy-url.
5144         * packet.h, sign.c (make_keysig_packet), parse-packet.c
5145         (parse_signature), free-packet.c (free_seckey_enc): Fill in
5146         structures for notation, policy, sig class, exportability, etc.
5148         * keyedit.c, keylist.c (print_and_check_one_sig,
5149         list_keyblock_print): Show flags in signature display for cert
5150         details (class, local, notation, policy, revocable).  If selected,
5151         show the notation and policy url.
5153         * keyedit.c (sign_uids): Prompt for and use different key sig
5154         classes.
5156         * helptext.c (helptexts): Add help text to explain different
5157         key signature classes
5159 2001-11-26  David Shaw  <dshaw@jabberwocky.com>
5161         * trustdb.c (mark_usable_uid_certs): Fix segfault from bad
5162         initialization and fix reversed key signature expiration check.
5164 2001-11-09  Werner Koch  <wk@gnupg.org>
5166         * export.c (do_export_stream): Put all given names into a search
5167         description and change the loop so that all matching names are
5168         returned.
5170 2001-11-08  Werner Koch  <wk@gnupg.org>
5172         * pubkey-enc.c (get_it): To reduce the number of questions on the
5173         MLs print the the name of cipher algorithm 1 with the error message.
5175         * mainproc.c: Changed the way old rfc1991 encryption cipher is
5176         selected. Based on a patch by W Lewis.
5178         * pkclist.c (do_edit_ownertrust): Allow to skip over keys, the non
5179         working "show info" is now assigned to "i" 
5180         * trustdb.c (ask_ownertrust, validate_keys): Implement a real quit
5181         here.  Both are by David Shaw.
5182         
5183         * trustdb.c (validate_keys): Make sure next_exipire is initialized.
5185         * sign.c (make_keysig_packet): Use SHA-1 with v4 RSA keys.
5187         * g10.c, options.h : New option --[no-]froce-v4-certs.
5188         * sign.c (make_keysig_packet): Create v4 sigs on v4 keys even with
5189         a v3 key.  Use that new option.  By David Shaw
5191         * revoke.c (ask_revocation_reason): Allow to select "no reason".
5192         By David Shaw.
5194         * keyid.c (fingerprint_from_sk): Calculation of an v3 fpr was
5195         plain wrong - nearly the same code in fingerprint_from_pk is correct.
5197         * build-packet.c (do_secret_key): Added a few comments to the code.
5199 2001-11-07  Werner Koch  <wk@gnupg.org>
5201         * g10.c (main): Print a warning when -r is used w/o encryption.
5202         Suggested by Pascal Scheffers.
5204 2001-10-23  Werner Koch  <wk@gnupg.org>
5206         * keyedit.c (keyedit_menu): Changed helptext for showpref
5207         command.  Suggested by Reinhard Wobst.
5209         * keyring.c (keyring_search): When marking the offtbl ready, take
5210         into account that we may have more than one keyring.
5212 2001-10-22  Werner Koch  <wk@gnupg.org>
5214         * Makefile.am: Do not use OMIT_DEPENDENCIES
5216         * build-packet.c (build_sig_subpkt): Default is now to put all
5217         types of subpackets into the hashed area and only list those which
5218         should go into the unhashed area.
5220 2001-10-18  Werner Koch  <wk@gnupg.org>
5222         * keydb.c (keydb_add_resource): Rearranged the way we keep track
5223         of the resource. There will now be an entry for each keyring here
5224         and not in keyring.c itself.  Store a token to allow creation of a
5225         keyring handle.  Changed all functions to utilize this new design.
5226         (keydb_locate_writable): Make a real implementation.
5227         * keyring.c (next_kr): Removed and changed all callers to set the
5228         resource directly from the one given with the handle.
5229         (keyring_is_writable): New. 
5230         (keyring_rebuild_cache): Add an arg to pass the token from keydb.
5232 2001-10-17  Werner Koch  <wk@gnupg.org>
5234         * keyring.c (keyring_search): Enabled word search mode but print a
5235         warning that it is buggy.
5236         
5237 2001-10-11  Werner Koch  <wk@gnupg.org>
5239         * hkp.c (hkp_ask_import): No more need to set the port number for
5240         the x-hkp scheme. 
5241         (hkp_export): Ditto.
5243 2001-10-06  Stefan Bellon  <sbellon@sbellon.de>
5245         * passphrase.c [__riscos__]: Disabled agent specific stuff.
5246         * g10.c: New option --no-force-v3-sigs.
5248 2001-10-04  Werner Koch  <wk@gnupg.org>
5250         * export.c (do_export_stream): Do not push the compress filter
5251         here because the context would run out of scope due to the
5252         iobuf_close done by the caller.
5253         (do_export): Do it here instead. 
5255 2001-09-28  Werner Koch  <wk@gnupg.org>
5257         * keyedit.c (sign_uids): Always use the primary key to sign keys.
5258         * getkey.c (finish_lookup): Hack to return only the primary key if
5259         a certification key has been requested.
5261         * trustdb.c (cmp_kid_for_make_key_array): Renamed to
5262         (validate_one_keyblock): this and changed arg for direct calling.
5263         (make_key_array): Renamed to
5264         (validate_one_keyblock): this and changed args for direct calling.
5265         (mark_usable_uid_certs, validate_one_keyblock)
5266         (validate_key_list): Add next_expire arg to keep track of
5267         expiration times.  
5268         (validate_keys): Ditto for UTKs and write the stamp.
5270         * tdbio.c (migrate_from_v2): Check return code of tbdio_sync.
5272         * tdbdump.c (import_ownertrust): Do a tdbio_sync().
5274         * keyring.c: Made the offtbl an global object.
5276 2001-09-27  Werner Koch  <wk@gnupg.org>
5278         * pkclist.c (do_edit_ownertrust): Allow settin of ultimate trust.
5280         * trustdb.c (mark_keyblock_seen): New.
5281         (make_key_array): Use it to mark the subkeys too.
5282         (validate_keys): Store validity for ultimatly trusted keys.
5284 2001-09-26  Werner Koch  <wk@gnupg.org>
5286         * pkclist.c (check_signatures_trust, do_we_trust): Removed the
5287         invocation of add_ownertrust. Minor changes to the wording.
5288         (add_ownertrust, add_ownertrust_cb): Removed.
5290         * trustdb.c (get_validity): Allow to lookup the validity using a
5291         subkey.
5293         * trustdb.c (new_key_hash_table): Increased the table size to 1024
5294         and changed the masks accordingly.
5295         (validate): Changed stats printing.
5296         (mark_usable_uid_certs): New.
5297         (cmp_kid_for_make_key_array): Does now check the signatures and
5298         figures out a usable one.
5300 2001-09-25  Werner Koch  <wk@gnupg.org>
5302         * keyring.c (new_offset_item,release_offset_items)
5303         (new_offset_hash_table, lookup_offset_hash_table)
5304         (update_offset_hash_table, update_offset_hash_table_from_kb): New.
5305         (keyring_search): Use a offset table to optimize search for
5306         unknown keys.
5307         (keyring_update_keyblock, keyring_insert_keyblock): Insert new
5308         offsets.
5309         * getkey.c (MAX_UNK_CACHE_ENTRIES): Removed the unknown keys
5310         caching code.
5312         * g10.c, options.h, import.c: Removed the entire
5313         allow-secret-key-import stuff because the validity is now
5314         controlled by other means.
5316         * g10.c: New command --rebuild-keydb-caches.
5317         * keydb.c (keydb_rebuild_caches): New.
5318         * keyring.c (do_copy): Moved some code to
5319         (create_tmp_file, rename_tmp_file, write_keyblock): new functions.
5320         (keyring_rebuild_cache): New.
5322         * packet.h (PKT_ring_trust): Add sigcache field.
5323         * parse-packet.c (parse_trust): Parse sigcache.
5324         * keyring.c (do_copy): Always insert a sigcache packet.
5325         (keyring_get_keyblock): Copy the sigcache packet to the signature.
5326         * sig-check.c (cache_sig_result): Renamed from
5327         cache_selfsig_result. Changed implementation to use the flag bits
5328         and changed all callers.
5329         (mdc_kludge_check): Removed this unused code.
5330         (do_check): Do not set the sig flags here.
5332         * import.c (read_block): Make sure that ring_trust packets are
5333         never imported.
5334         * export.c (do_export_stream): and never export them.
5336         * trustdb.c (make_key_array): Skip revoked and expired keys.
5338 2001-09-24  Werner Koch  <wk@gnupg.org>
5340         * g10.c, options.h: New option --no-auto-check-trustdb.
5342         * keygen.c (do_generate_keypair): Set newly created keys to
5343         ultimately trusted.
5345         * tdbio.h, tdbio.c: Removed all support for records DIR, KEY, UID,
5346         PREF, SIG, SDIR and CACH. Changed migration function to work
5347         direct on the file.
5348         (tdbio_read_nextcheck): New.
5349         (tdbio_write_nextcheck): New. 
5351 2001-09-21  Werner Koch  <wk@gnupg.org>
5353         Revamped the entire key validation system.
5354         * trustdb.c: Complete rewrite. No more validation on demand,
5355         removed some functions, adjusted to all callers to use the new 
5356         and much simpler interface. Does not use the LID anymore.
5357         * tdbio.c, tdbio.h: Add new record types trust and valid. Wrote a
5358         migration function to convert to the new trustdb layout.
5359         * getkey.c (classify_user_id2): Do not allow the use of the "#"
5360         prefix. 
5361         * keydb.h: Removed the TDBIDX mode add a skipfnc to the
5362         descriptor.
5363         * keyring.c (keyring_search): Implemented skipfnc.
5365         * passphrase.c (agent_open): Add missing bracket.  Include windows.h.
5367 2001-09-19  Werner Koch  <wk@gnupg.org>
5369         * keylist.c (print_fingerprint): Renamed from fingerprint, made
5370         global available. Added new arg to control the print style.
5371         * mainproc.c (print_fingerprint): Removed. 
5372         * pkclist.c (print_fpr, fpr_info): Removed and changed callers to
5373         use print_fingerprint.
5374         * keyedit.c (show_fingerprint): Ditto.
5376         * passphrase.c (writen, readn)
5377         (agent_open, agent_close)
5378         (agent_get_passphrase)
5379         (passphrase_clear_cache): Support for W32.  Contributed by Timo.
5381         * import.c (import_one): Release keydb handles at 2 more places.
5383         * keyring.c (keyring_release): Close the iobuf.
5384         (keyring_get_keyblock): Init ret_kb to NULL and store error contidion.
5386         * import.c (import_new_stats_handle): New. 
5387         (import_release_stats_handle): New.
5388         (import_print_stats): Renamed from static fnc print_stats.
5389         (import_keys, import_keys_stream): Add an optional status handle
5390         arg and changed all callers.
5391         * hkp.c (hkp_ask_import): Add an stats_handle arg and changed all
5392         callers.
5394         * mainproc.c (print_pkenc_list): Use print_utf8_string2().
5396 2001-09-18  Werner Koch  <wk@gnupg.org>
5398         * g10.c: New command --refresh-keys.
5399         * hkp.c (hkp_refresh_keys): New. Contributed by Timo Schulz.
5401         * parse-packet.c (parse): Stop on impossible packet lengths.
5403 2001-09-17  Werner Koch  <wk@gnupg.org>
5405         * mainproc.c (print_notation_data): Wrap notation data status lines
5406         after 50 chars.
5407         
5408         * mainproc.c (proc_pubkey_enc): Make option try-all-secrets work.
5409         By disastry@saiknes.lv.
5411 2001-09-14  Werner Koch  <wk@gnupg.org>
5413         * parse-packet.c (dump_sig_subpkt): List key server preferences
5414         and show the revocable flag correctly. Contributed by David Shaw.
5416 2001-09-09  Werner Koch  <wk@gnupg.org>
5418         * keyedit.c (keyedit_menu): No need to define another p.
5420         * keylist.c (print_capabilities): s/used/use/ so that it
5421         does not shadow a global.
5422         * sign.c (sign_file): Renamed arg encrypt to encryptflag
5423         * keygen.c: Replaced all "usage" by "use".
5424         * misc.c (openpgp_pk_algo_usage): Ditto.
5426         * pubkey-enc.c (get_it): Renamed arg k to enc so that the later
5427         defined k does not shadow it.
5429         * parse-packet.c (parse_gpg_control): No need to define another i.
5431         * getkey.c (get_pubkey_byfprint): Must use the enum values and not
5432         the fprint_len.
5433         * keyring.c (keyring_search): Removed a non-sense break.  Both
5434         bugs pointed out by Stefan.
5436 2001-09-07  Werner Koch  <wk@gnupg.org>
5438         * status.c, status.h: Added NO_RECP and ALREADY_SIGNED.
5439         * pkclist.c (build_pk_list): Issue NO_RECP.
5440         * keyedit.c (sign_uids): Added experimental ALREADY_SIGNED
5442         * hkp.c (hkp_import): Use log_error. Bug reported by Neal H
5443         Walfield. 
5445         * getkey.c (classify_user_id2): Change args to take the desc union
5446         direct.  It was a stupid idea to pass the individual fields of an
5447         union to this function. Changed all callers.
5448         (classify_user_id): Ditto and allow to pass NULL as the description.
5450 2001-09-06  Werner Koch  <wk@gnupg.org>
5452         * getkey.c (fixup_uidnode): Features flag is now a bit vector.
5453         * keygen.c (add_feature_mdc): Ditto.
5455         Revamped the entire key I/O code to be prepared for other ways of
5456         key storages and to get rid of the existing shit.  GDBM support has
5457         gone.
5458         * keydb.c: New
5459         * keyring.c, keyring.h: New.
5460         * ringedit.c: Removed.  Moved some stuff to keyring.c
5461         * getkey.c: Changed everything related to the key retrieving
5462         functions which are now using the keydb_ functions.  
5463         (prepare_search, word_match_chars, word_match)
5464         (prepare_word_match, compare_name): Moved to keyring.c
5465         (get_pubkey_byname): Removed ctx arg and add ret_kdbhd
5466         arg.  Changed all callers.
5467         (key_byname): Use get_pubkey_end to release the context and take
5468         new ret_kbdhd arg.  Changed all callers.
5469         (classify_user_id2): Fill the 16 byte fingerprint up with 4 null
5470         bytes not with zero bytes of value 4, tsss.
5471         * import.c (import_one): Updated to use the new keydb interface.
5472         (import_secret_one): Ditto.
5473         (import_revoke_cert): Ditto.
5474         * delkey.c (do_delete_key): Ditto. 
5475         * keyedit.c (keyedit_menu): Ditto.
5476         (get_keyblock_byname): Removed.
5477         * revoke.c (gen_revoke): Ditto. 
5478         * export.c (do_export_stream): Ditto.
5479         * trustdb.c (update_trustdb): Ditto.
5480         * g10.c, gpgv.c (main): Renamed add_keyblock_resource to
5481         keydb_add_resource. 
5482         * Makefile.am:  Added and removed files.
5484         * keydb.h: Moved KBNODE typedef and MAX_FINGERPRINT_LEN to
5485         * global.h: this new header.
5486         
5487 2001-09-03  Werner Koch  <wk@gnupg.org>
5489         * passphrase.c (agent_get_passphrase): Changed nread to size_t.
5490         (passphrase_clear_cache): Ditto.
5492         * keyid.c (mk_datestr): Avoid trigraphs.
5493         (fingerprint_from_pk): Cache the keyid in the pk.
5495         * options.h: Add opt.with_fingerprint so that we know whether the
5496         corresponding options was used.
5497         * g10.c (main): Set it here.
5498         * pkclist.c (check_signatures_trust): Always print fingerprint
5499         when this option is used.  Mixed a minor memory leak.
5501         * status.c, status.h: New status INV_RECP.
5502         * pkclist.c (build_pk_list): Issue this status.
5504 2001-08-31  Werner Koch  <wk@gnupg.org>
5506         * parse-packet.c (parse_key,parse_pubkeyenc)
5507         (parse_signature): Return error on reading bad MPIs.
5508         
5509         * mainproc.c (check_sig_and_print): Always print the user ID even
5510         if it is not bound by a signature.  Use the primary UID in the
5511         status messages and encode them in UTF-8
5512         * status.c (write_status_text_and_buffer): New.
5514 2001-08-30  Werner Koch  <wk@gnupg.org>
5516         * packet.h (sigsubpkttype_t): Add SIGSUBPKT_FEATURES.
5517         (PKT_public_key, PKT_user_id): Add a flag for it.
5518         * parse-packet.c, build-packet.c: Add support for them.
5519         * getkey.c (fixup_uidnode, merge_selfsigs): Set the MDC flags.
5520         * keygen.c (add_feature_mdc): New.
5521         (keygen_upd_std_prefs): Always set the MDC feature.
5522         * keyedit.c (show_prefs): List the MDC flag
5523         * pkclist.c (select_mdc_from_pklist): New.
5524         * encode.c (encode_crypt, encrypt_filter): Test whether MDC
5525         should be used.
5526         * cipher.c (write_header): Set MDC use depending on the above test.
5527         Print more status info.
5529         * delkey.c (do_delete_key): Kludge to delete a secret key with no
5530         public key available.
5532         * ringedit.c (find_secret_keyblock_direct): New.
5533         * getkey.c (seckey_available): Simplified.
5535         * ringedit.c (cmp_seckey): Now compares the secret key against the
5536         public key while ignoring all secret parts.
5537         (keyring_search): Use a public key packet as arg.  Allow to search
5538         for subnkeys
5539         (search): Likewise. Changed all callers.
5540         (find_secret_keyblock_bypk): New.
5541         (find_secret_keyblock_byname): First locate the pubkey and then
5542         find the correponding secret key.
5543         * parse-packet.c (parse): Renamed pkttype arg to onlykeypkts and
5544         changed code accordingly.  Changed all callers.
5545         (search_packet): Removed pkttype arg.
5546         * keyedit.c (keyedit_menu): First locate the public key and then
5547         try to locate a secret key.
5549         * ringedit.c (locate_keyblock_by_fpr): Removed.
5550         (locate_keyblock_by_keyid): Removed.
5551         (find_keyblock_bysk): Removed.
5553         * sig-check.c (check_key_signature2): Print the keyid along with
5554         the wrong sig class errors.
5556 2001-08-24  Werner Koch  <wk@gnupg.org>
5558         * sign.c (sign_file): Stripped the disabled comment packet code.
5559         (sign_file, sign_symencrypt_file): Moved common code to ..
5560         (write_onepass_sig_packets): .. this new function.
5561         (sign_file, clearsign_file, sign_symencrypt_file): Moved common
5562         code to 
5563         (write_signature_packets): this new function.
5564         (write_signature_packets, make_keysig_packet)
5565         (update_keysig_packet): Moved common code to 
5566         (hash_uid, hash_sigclass_to_magic): these new functions
5567         (sign_file, sign_symencrypt_file): Moved common code to 
5568         (write_plaintext_packet):  this new function.
5570 2001-08-21  Stefan Bellon  <sbellon@sbellon.de>
5572         * trustdb.c (query_trust_info): Changed trustlevel to signed int.
5573         * g10.c [__riscos__]: Fixed handling of --use-agent --lock-multiple.
5575 2001-08-20  Werner Koch  <wk@gnupg.org>
5577         * encr-data.c (decrypt_data): Keep track on whether we already
5578         printed information about the used algorithm.
5579         * mainproc.c (proc_encrypted): Removed the non-working IDEA hack
5580         and print a message about the assumed algorithm.
5581         * passphrase.c (passphrase_to_dek): Use the same algorithm as above.
5582         (proc_symkey_enc): Print the algorithm, so that the user knows it
5583         before entering the passphrase.
5584         (proc_pubkey_enc, proc_pubkey_enc): Zero the DEK out.
5585         * encode.c (encode_crypt, encrypt_filter): Ditto.
5587         * g10.c: Allow for --sign --symmetric.
5588         * sign.c (sign_and_symencrypt): New.
5590         Applied patches from Stefan Bellon <sbellon@sbellon.de> to support
5591         RISC OS.  Nearly all of these patches are identified by the
5592         __riscos__ macro.
5593         * compress.c: Added a couple of casts.
5594         * g10.c [__riscos__]: Some patches and new options foo-file similar
5595         to all foo-fd options.
5596         * gpgv.c, openfile.c, ringedit.c, tdbio.c: Minor fixes.  Mainly
5597         replaced hardcoded path separators with EXTSEP_S like macros.  
5598         * passprase.c [__riscos__]: Disabled agent stuff
5599         * trustdb.c (check_trust): Changed r_trustlevel to signed int to
5600         avoid mismatch problems in pkclist.c
5601         * pkclist.c (add_ownertrust): Ditto.
5602         * plaintext.c (handle_plaintext) [__riscos__]: Print a note when
5603         file can't be created.
5604         * options.h [__riscos__]: Use an extern unless included from the
5605         main module.
5606         * signal.c (got_fatal_signal) [__riscos__]: Close all files.
5607         
5608 2001-08-14  Werner Koch  <wk@gnupg.org>
5610         * keygen.c (ask_algo): New arg r_usage.  Allow for RSA keys.
5611         (gen_rsa): Enabled the code.
5612         (do_create): Enabled RSA branch.
5613         (parse_parameter_usage): New.
5614         (proc_parameter_file): Handle usage parameter.
5615         (read_parameter_file): Ditto.
5616         (generate_keypair): Ditto.
5617         (generate_subkeypair): Ditto.
5618         (do_generate_keypair): Ditto.
5619         (do_add_key_flags): New.
5620         (keygen_add_std_prefs): Use the new function.
5621         (keygen_add_key_flags_and_expire): New.
5622         (write_selfsig, write_keybinding): Handle new usage arg.
5623         * build-packet.c (build_sig_subpkt): Make sure that key flags go
5624         into the hashed area.
5625         
5626         * keygen.c (write_uid): Initialize the reference cunter.
5628         * keyedit.c (keyedit_menu): No more need to update the trustdb for
5629         preferences.  Added calls to merge keblock.
5631         * kbnode.c (dump_kbnode): Print some more flags.
5633 2001-08-10  Werner Koch  <wk@gnupg.org>
5635         Revamped the preference handling.
5637         * packet.h (prefitem_t, preftype_t): New.
5638         (PKT_public_key): Added a uid field.
5639         (PKT_user_id): Added field to store preferences and a reference
5640         counter.
5641         * parse-packet.c (parse_user_id,parse_photo_id): Initialize them
5642         * free-packet.c (free_user_id): Free them.
5643         (copy_user_id): Removed.
5644         (scopy_user_id): New. 
5645         (cmp_user_ids): Optimized for identical pointers.
5646         (release_public_key_parts): Release the uid.
5647         (copy_public_key_with_new_namehash): Removed.
5648         (copy_prefs): New.
5649         * keyedit.c (menu_adduid): Use the new shallow copy user id.
5650         (show_prefs): Adjusted implementation.
5651         (keyedit_menu): No more need to update the trustdb after changing
5652         preferences.
5653         * getkey.c (fixup_uidnode): Store preferences.
5654         (find_by_name): Return a user id packet and remove namehash stuff.
5655         (lookup): Removed the unused namehash stuff.
5656         (finish_lookup): Added foundu arg.
5657         (pk_from_block): Removed the namehash arg and changed all callers.
5658         (merge_selfsigs): Copy prefs to all keys.
5659         * trustdb.c (get_pref_data): Removed.
5660         (is_algo_in_prefs): Removed.
5661         (make_pref_record): Deleted and removed all class.
5662         * pkclist.c (select_algo_from_prefs): Adjusted for the new
5663         preference implementation.
5664         * pubkey-enc.c (is_algo_in_prefs): New.
5665         (get_it): Use that new function. 
5667 2001-08-09  Werner Koch  <wk@gnupg.org>
5669         * build-packet.c (build_sig_subpkt): Fixed calculation of
5670         newarea->size.
5672         * g10.c (main): New option "--preference-list"
5673         * keyedit.c (keyedit_menu): New commands "setpref" and "updpref".
5674         (menu_set_preferences): New.
5675         * keygen.c (keygen_set_std_prefs): New.
5676         (set_one_pref): New.
5677         (check_zip_algo): New.
5678         (keygen_get_std_prefs): New.
5679         (keygen_upd_std_prefs): New
5680         (keygen_add_std_prefs): Move the pref setting code into the above fnc.
5681         * build-packet.c (build_sig_subpkt): Updated the list of allowed
5682         to update subpackets.
5684 2001-08-08  Werner Koch  <wk@gnupg.org>
5686         * packet.h (subpktarea_t): New.
5687         (PKT_signature): Use that type for hashed_data and unhashed_data and
5688         removed the _data prefix from those fields.  Changed all users.
5689         * parse-packet.c (parse_signature): Changed allocation for that.
5690         (parse_sig_subpkt): Changed declaration
5691         (enum_sig_subpkt): Ditto and changed implementation accordingly.
5692         * free-packet.c (cp_subpktarea): Renamed from cp_data_block and
5693         adjusted implementation. Changed caller.
5694         * sig-check.c (mdc_kludge_check): Adjusted the hashing.
5695         (do_check): Ditto.
5696         * sign.c (sign_file, clearsign_file, make_keysig_packet,
5697         update_keysig_packet): Ditto.
5698         * build-packet.c (build_sig_subpkt): Partial rewrite.
5699         (find_subpkt): Adjusted and made static.
5700         (delete_sig_subpkt): Adjusted.
5701         (do_signature): Ditto.
5703         * keygen.c (ask_keysize): Do not print the notes about suggested
5704         key sizes if just a DSA key is generated.
5706         * trustdb.c (add_ultimate_key): s/log_error/log_info/ for
5707         duplicated inserted trusted keys.
5709 2001-08-07  Werner Koch  <wk@gnupg.org>
5711         * sign.c (sleep): Redefine for W32.
5713         * g10.c, options.h: Set new flag opt.no_homedir_creation when
5714         --no-options is given.
5715         * openfile.c (try_make_homedir): Don't create the homedir in that case.
5717 2001-08-03  Werner Koch  <wk@gnupg.org>
5719         * armor.c (armor_filter): Removed the default comment string
5720         because it could get us in trouble due to translations using non
5721         ascii characters.
5723 2001-08-01  Werner Koch  <wk@gnupg.org>
5725         * keylist.c (list_keyblock_print): Do not list revoked UIDs unless
5726         in verbose mode and we do no signature listing.
5728         * getkey.c (finish_lookup): Skip subkeys which are not yet valid.
5729         * g10.c, options.h: New option --ignore-valid-from.
5731         * sign.c (make_keysig_packet): Added new sigversion argument to
5732         allow the caller to force generation of required signature
5733         version. Changed all callers. Suggested by Thomas Roessler.
5735         * keyedit.c (sign_uids): Force v4 signature generation for local
5736         sigs.  Removed the check for local signature and pre-v4 keys.
5738 2001-07-27  Werner Koch  <wk@gnupg.org>
5740         * keyedit.c (sign_uids): Check that we are not trying to to a
5741         lsign with a pre-v4 key.  Bug noticed by Thomas Roessler.
5743 2001-07-26  Werner Koch  <wk@gnupg.org>
5745         * parse-packet.c (parse_photo_id): Reset all variables.
5746         * getkey.c (merge_selfsigs_main): Removed checks on PHOTO_ID
5747         because this is handled identically to a user ID.
5749 2001-07-06  Werner Koch  <wk@gnupg.org>
5751         * cipher.c (write_header): Don't use MDC with --rfc1991.  Suggested
5752         by disastry@saiknes.lv.
5754 2001-07-05  Werner Koch  <wk@gnupg.org>
5756         * g10.c, options.h: New option --preserve-permissions.
5757         * ringedit.c (add_keyblock_resource): Use it here
5758         (keyring_copy): and here.
5760         * trustdb.c (verify_own_keys): Be more silent on --quiet.
5761         Suggested by Thomas Roessler.
5762         * sig-check.c (check_key_signature2): Ditto.
5763         * mainproc.c (proc_encrypted, proc_tree): Ditto
5764         * getkey.c (lookup): Ditto.
5766 2001-07-04  Werner Koch  <wk@gnupg.org>
5768         * ringedit.c (add_keyblock_resource): Restore filename in case of error.
5770 2001-06-25  Werner Koch  <wk@gnupg.org>
5772         * kbnode.c (dump_kbnode): Print the signature timestamp.
5774         * keyedit.c (keyedit_menu): New menu point "primary".
5775         (change_primary_uid_cb): New.
5776         (menu_set_primary_uid): New.
5777         * sign.c (update_keysig_packet): New.
5778         * build-packet.c (build_sig_subpkt): Put the primary UID flag into
5779         the hashed area. Allow update of some more packets.
5781 2001-06-15  Werner Koch  <wk@gnupg.org>
5783         * getkey.c (merge_selfsigs): Exit gracefully when a secret key is
5784         encountered.  May happen if a secret key is in public keyring.
5785         Reported by Francesco Potorti.
5786         
5787 2001-06-12  Werner Koch  <wk@gnupg.org>
5789         * getkey.c (compare_name): Use ascii_memistr(), ascii_memcasecmp()
5790         * keyedit.c (keyedit_menu): Use ascii_strcasecmp().
5791         * armor.c (radix64_read): Use ascii_toupper().  
5792         * ringedit.c (do_bm_search): Ditto.
5793         * keygen.c (read_parameter_file): Ditto.
5794         * openfile.c (CMP_FILENAME): Ditto.
5795         * g10.c (i18n_init): We can now use just LC_ALL.
5797 2001-05-29  Werner Koch  <wk@gnupg.org>
5799         * keygen.c (generate_subkeypair): Print a warning if a subkey is
5800         created on a v3 key. Suggested by Brian M. Carlson.
5802 2001-05-27  Werner Koch  <wk@gnupg.org>
5804         * keyid.c (get_lsign_letter): New.
5805         * keylist.c (list_keyblock_colon): Use it here.
5806         * mainproc.c (list_node): and here.
5808         * getkey.c, packet.h, free-packet.c: Removed that useless key
5809         created field; I dunno why I introducded this at all - the
5810         creation time is always bound to the key packet and subject to
5811         fingerprint calculation etc.
5813         * getkey.c (fixup_uidnode): Add keycreated arg and use this
5814         instead of the signature timestamp to calculate the
5815         help_key_expire.  Bug reported by David R. Bergstein.
5816         (merge_selfsigs_main): Correct key expiration time calculation.
5817         (merge_selfsigs_subkey): Ditto.
5819 2001-05-25  Werner Koch  <wk@gnupg.org>
5821         * revoke.c (gen_revoke): Add a cast to a tty_printf arg.
5822         * delkey.c (do_delete_key): Ditto.
5823         * keyedit.c (print_and_check_one_sig): Ditto.
5824         (ask_revoke_sig): Ditto.
5825         (menu_revsig): Ditto.
5826         (check_all_keysigs): Removed unused arg.
5828 2001-05-23  Werner Koch  <wk@gnupg.org>
5830         * g10.c (opts): Typo fix by Robert C. Ames.
5832 2001-05-06  Werner Koch  <wk@gnupg.org>
5834         * revoke.c: Small typo fix
5836 2001-05-04  Werner Koch  <wk@gnupg.org>
5838         * passphrase.c (passphrase_clear_cache): Shortcut if agent usage
5839         is not enabled.
5841 2001-05-01  Werner Koch  <wk@gnupg.org>
5843         * passphrase.c (writen): Replaced ssize_t by int.  Thanks to 
5844         to Robert Joop for reporting that SunOS 4.1.4 does not have it.
5846 2001-04-28  Werner Koch  <wk@gnupg.org>
5848         * getkey.c (merge_public_with_secret): pkttype was not set to subkey.
5850 2001-04-27  Werner Koch  <wk@gnupg.org>
5852         * skclist.c (build_sk_list): Changed one log_debug to log_info.
5854 2001-04-25  Werner Koch  <wk@gnupg.org>
5856         * keyedit.c (show_prefs): Add a verbose mode.
5857         (show_key_with_all_names): Pass verbose flag for special value of
5858         with_pref.
5859         (keyedit_menu): New command "showpref"
5860         (show_key_with_all_names): Mark revoked uids and the primary key.
5862 2001-04-24  Werner Koch  <wk@gnupg.org>
5864         * getkey.c (get_primary_uid): Return a different string in case of
5865         error and made it translatable.
5867         * build-packet.c (do_secret_key): Ugly, we wrote a zero
5868         instead of the computed ndays.  Thanks to M Taylor for complaining
5869         about a secret key import problem.
5871 2001-04-23  Werner Koch  <wk@gnupg.org>
5873         * hkp.c (hkp_ask_import): Allow to specify a port number for the 
5874         keyserver.  Add a kudge to set the no_shutdown flag.
5875         (hkp_export): Ditto.
5876         * options.skel: Document the changes 
5878 2001-04-20  Werner Koch  <wk@gnupg.org>
5880         * options.skel: Add some more comments.
5882 2001-04-19  Werner Koch  <wk@gnupg.org>
5884         * keyid.c (mk_datestr): New.  Handles negative times.  We must do
5885         this because Windoze segvs on negative times passed to gmtime().
5886         Changed all datestr_from function to use this one.
5888         * keyid.c, keyid.h (colon_strtime): New. To implement the
5889         fixed-list-mode.
5890         (colon_datestr_from_pk): New.
5891         (colon_datestr_from_sk): New.
5892         (colon_datestr_from_sig): New.
5893         * keylist.c (list_keyblock_colon): Use these functions here.
5894         * mainproc.c (list_node): Ditto.
5896 2001-04-18  Werner Koch  <wk@gnupg.org>
5898         * openfile.c (open_sigfile): Fixed the handling of ".sign".
5899         * mainproc.c (proc_tree): Use iobuf_get_real_fname.
5900         Both are by Vincent Broman.
5902 2001-04-14  Werner Koch  <wk@gnupg.org>
5904         * getkey.c (fixup_uidnode): Removed check for !sig which is
5905         pointless here.  Thanks to Jan Niehusmann.
5907 2001-04-10  Werner Koch  <wk@gnupg.org>
5909         * sig-check.c (check_key_signature2): Use log_info instead of
5910         log_error so that messed up keys do not let gpg return an error.
5911         Suggested by Christian Kurz.
5913         * getkey.c (merge_selfsigs_main): Do a fixup_uidnode only if we
5914         have both, uid and sig.  Thanks to M Taylor.
5916 2001-04-05  Werner Koch  <wk@gnupg.org>
5918         * armor.c (unarmor_pump_new,unarmor_pump_release): New.
5919         (unarmor_pump): New. 
5920         * pipemode.c (pipemode_filter): Use the unarmor_pump to handle
5921         armored or non-armored detached signatures.  We can't use the
5922         regular armor_filter becuase this does only chack for armored
5923         signatures the very first time.  In pipemode we may have a mix of
5924         armored and binary detached signatures.
5925         * mainproc.c (proc_tree): Do not print the "old style" notice when
5926         this is a pipemode processes detached signature.
5927         (proc_plaintext): Special handling of pipemode detached sigs.
5929         * packet.h (CTRLPKT_PLAINTEXT_MARK): New.
5930         * parse-packet.c (create_gpg_control): New.
5931         * kbnode.c (dump_kbnode): Support it here.
5932         * mainproc.c (check_sig_and_print): Fixed the check for bad
5933         sequences of multiple signatures.
5934         (proc_plaintext): Add the marker packet.
5935         (proc_tree): We can now check multiple detached signatures.
5937 2001-04-02  Werner Koch  <wk@gnupg.org>
5939         The length of encrypted packets for blocksizes != 8 was not
5940         correct encoded.  I think this is a minor problem, because we
5941         usually use partial length packets.  Kudos to Kahil D. Jallad for
5942         pointing this out.
5943         * packet.h: Add extralen to PKT_encrypted.
5944         * cipher.c (write_header): Set extralen.
5945         * build-packet.c (do_encrypted): Use extralen instead of const 10.
5946         (do_encrypted_mdc): Ditto.
5947         * parse-packet.c (parse_encrypted): Set extralen to 0 because we
5948         don't know it here.
5950 2001-03-30  Werner Koch  <wk@gnupg.org>
5952         * getkey.c (premerge_public_with_secret): Changed wording an add
5953         the keyID to the info message.
5955 2001-03-29  Werner Koch  <wk@gnupg.org>
5957         * getkey.c (premerge_public_with_secret): Use log_info instead of
5958         log_error when no secret key was found for a public one.
5959         Fix the usage if the secret parts of a key are not available.
5961         * openfile.c (ask_outfile_name): Trim spaces.
5962         (open_outfile): Allow to enter an alternate filename.  Thanks to
5963         Stefan Bellon.
5964         * plaintext.c (handle_plaintext): Ditto.
5966 2001-03-28  Werner Koch  <wk@gnupg.org>
5968         * mainproc.c (do_check_sig): Allow direct key and subkey
5969         revocation signature.
5970         * sig-check.c (check_key_signature2): Check direct key signatures.
5971         Print the signature class along with an error.
5973 2001-03-27  Werner Koch  <wk@gnupg.org>
5975         * packet.h: Add a missing typedef to an enum.  Thanks to Stefan Bellon.
5977         * g10.c: New option --no-sig-create-check.
5978         * sign.c (do_sign): Implement it here.
5979         * g10.c: New option --no-sig-cache.
5980         * sig-check.c (check_key_signature2): Implement it here.
5981         (cache_selfsig_result): and here.
5983         * keylist.c (list_keyblock): Removed debugging stuff.
5985         * getkey.c (cache_public_key): Made global.
5986         * keygen.c (write_selfsig, write_keybinding): Cache the new key.
5988         * getkey.c (key_byname): Add new arg secmode and changed all
5989         callers to request explicitly the mode.  Deriving this information
5990         from the other supplied parameters does not work if neither pk nor
5991         sk are supplied.
5993 2001-03-25  Werner Koch  <wk@gnupg.org>
5995         * packet.h (ctrlpkttype_t): New.
5996         * mainproc.c (add_gpg_control,proc_plaintext,proc_tree): Use the
5997         new enum values.
5998         * pipemode.c (make_control): Ditto.
5999         * armor.c (armor_filter): Ditto.
6001 2001-03-24  Werner Koch  <wk@gnupg.org>
6003         * sign.c (do_sign): Verify the signature right after creation.
6005 2001-03-23  Werner Koch  <wk@gnupg.org>
6007         * status.c, status.h (STATUS_UNEXPECTED): New.
6008         * mainproc.c (do_proc_packets): And emit it here.
6010 2001-03-21  Werner Koch  <wk@gnupg.org>
6012         * status.c: Add sys/types.h so that it runs on Ultrix.  Reported
6013         by Georg Schwarz.x
6015         * build-packet.c (build_sig_subpkt): Fixed generaton of packet
6016         length header in case where 2 bytes headers are needed.  Thanks to
6017         Piotr Krukowiecki.
6019 2001-03-19  Werner Koch  <wk@gnupg.org>
6021         * g10.c (main): the default keyring is no always used unless
6022         --no-default-keyring is given.  
6024         * ringedit.c (add_keyblock_resource): invalidate cache after file
6025         creation.
6027 2001-03-15  Werner Koch  <wk@gnupg.org>
6029         * keygen.c (ask_algo): Changed the warning of the ElGamal S+E Algo.
6031         * keylist.c (print_capabilities): New.
6032         (list_keyblock_colon): and use it here.
6034 2001-03-13  Werner Koch  <wk@gnupg.org>
6036         * main.c, options.h: New option --fixed_list_mode.
6037         * keylist.c (list_keyblock_colon): use it here.
6039         * getkey.c (merge_keys_and_selfsig): Divert merging of public keys
6040         to the function used in key selection..
6041         * keylist.c (is_uid_valid): Removed.
6042         (list_keyblock): Splitted into ..
6043         (list_keyblock_print, list_keyblock_colon): .. these.
6044         functions.  Changed them to use the flags set in the key lookup code.
6045         (reorder_keyblock): New, so that primary user IDs are listed first.
6047         * ringedit.c (keyring_copy): flush the new iobuf chaces before
6048         rename or remove operations.  This is mainly needed for W32.
6050         * hkp.c [HAVE_DOSISH_SYSTEM]: Removed the disabled code because we
6051         have now W32 socket support in ../util/http.c
6053         * skclist.c (key_present_in_sk_list): New.
6054         (is_duplicated_entry): New.
6055         (build_sk_list): Check for duplicates and do that before unlocking.
6057 2001-03-12  Werner Koch  <wk@gnupg.org>
6059         * armor.c (parse_header_line): Removed double empty line check.
6060         (parse_header_line): Replaced trim_trailing_ws with a counting
6061         function so that we can adjust for the next read.
6063         * options.skel: Fixed 3 typos. By Thomas Klausner. Replaced the
6064         keyserver example by a better working server. 
6066         * parse-packet.c (parse_symkeyenc): Return Invalid_Packet on error.
6067         (parse_pubkeyenc): Ditto.
6068         (parse_onepass_sig): Ditto.
6069         (parse_plaintext): Ditto.
6070         (parse_encrypted): Ditto.
6071         (parse_signature): Return error at other places too.
6072         (parse_key): Ditto.
6073         * g10.c (main): Set opt.list_packets to another value when invoked
6074         with the --list-packets command.
6075         * mainproc.c (do_proc_packets): Don's stop processing when running
6076         under --list-packets command.
6078         * signal.c (do_sigaction): Removed.
6079         (init_one_signal): New to replace the above.  Needed to support
6080         systems without sigactions. Suggested by Dave Dykstra.
6081         (got_fatal_signal,init_signals): Use the above here. 
6082         (do_block): Use sigset() if sigprocmask() is not available.
6084         * armor.c (parse_hash_header): Test on TIGER192, which is the
6085         correct value as per rfc2440.  By Edwin Woudt.
6087 2001-03-08  Werner Koch  <wk@gnupg.org>
6089         * misc.c: Include time.h. By James Troup.
6091         * getkey.c: Re-enabled the unknown user Id and PK caches and
6092         increased their sizes.
6094         * getkey.c (merge_selfsigs_main): Set expire date and continue
6095         processing even if we found a revoked key.
6096         (merge_selfsigs_subkeys): Ditto.
6097         
6098         * packet.h: Add an is_revoked flag to the user_id packet.
6099         * getkey.c (fixup_uidnode): Set that flag here.
6100         (merge_selfsigs_main): Fix so that the latest signature is used to
6101         find the self-signature for an UID.
6102         * parse-packet.c (parse_user_id): Zero out all fields.
6103         * mainproc.c (check_sig_and_print): Print the primary user ID
6104         according the the node flag and then all other non-revoked user IDs.
6105         (is_uid_revoked): Removed; it is now handled by the key selection code.
6106         
6107         Changed the year list of all copyright notices.
6108         
6109 2001-03-07  Werner Koch  <wk@gnupg.org>
6111         * getkey.c (finish_lookup): Print an info message only in verbose mode.
6113 2001-03-05  Werner Koch  <wk@gnupg.org>
6115         * packet.h: Replaced sigsubpkt_t value 101 by PRIV_VERIFY_CACHE.
6116         We have never used the old value, so we can do this without any harm.
6117         * parse-packet.c (dump_sig_subpkt): Ditto.
6118         (parse_one_sig_subpkt): Parse that new sub packet.
6119         * build-packet.c (build_sig_subpkt): Removed the old one from the
6120         hashed area.
6121         (delete_sig_subpkt): New.
6122         (build_sig_subpkt): Allow an update of that new subpkt.
6123         * sig-check.c (check_key_signature2): Add verification caching
6124         (cache_selfsig_result): New.
6125         * export.c (do_export_stream): Delete that sig subpkt before exporting.
6126         * import.c (remove_bad_stuff): New.
6127         (import): Apply that function to all imported data 
6129 2001-03-03  Werner Koch  <wk@gnupg.org>
6131         * getkey.c: Introduced a new lookup context flag "exact" and used 
6132         it in all place where we once used primary.
6133         (classify_user_id2): Replaced the old function and add an extra
6134         argument to return whether an exact keyID has been requested.
6135         (key_byname): Removed the unused ctx.primary flag
6136         (get_seckey_byname2): Ditto.
6137         (finish_lookup): Changed debugging output.
6139 2001-03-02  Werner Koch  <wk@gnupg.org>
6141         * keylist.c (list_one): Remove the merge key calls. 
6143 2001-03-01  Werner Koch  <wk@gnupg.org>
6145         * getkey.c (finish_lookup): Don't use it if we no specific usage
6146         has been requested.
6147         (merge_selfsigs_main): fix UID only if we have an signature.
6148         (lookup): Return UNU_PUBKEY etc. instead of NO_PUBKEY if we found
6149         a key but the requested usage does not allow this key.
6150         * import.c (import_one): Take UNU_PUBKEY into account.
6151         * mainproc.c (list_node): Ditto.
6152         * keylist.c (list_keyblock): Ditto.
6153         * keyedit.c (print_and_check_one_sig): Ditto. 
6155 2001-02-09  Werner Koch  <wk@gnupg.org>
6157         * delkey.c (delete_key): Removed that silly assert which rendered
6158         the whole new stuff meaningless.
6160 2001-02-08  Werner Koch  <wk@gnupg.org>
6162         * getkey.c (key_byname): It can happen that we have both, sk and pk
6163         NULL, fix for that.
6165         * parse-packet.c (parse_one_sig_subpkt): Add support for
6166         primary_uid and key_flags.
6167         (can_handle_critical): Ditto
6169         * parse-packet.c (parse_encrypted): Fixed listing of pktlen for
6170         MDC packets.
6172         * getkey.c: Backported the version of this file from gpg 1.1. this
6173         involved some changes in other files too.
6174         * parse-packet.c (parse_key): Clear req_usage.
6175         * skclist.c (build_sk_list): Use req_usage to pass the usage
6176         information to the lookup function.
6177         * pkclist.c (build_pk_list): Ditto.
6178         * free-packet.c (copy_public_parts_to_secret_key): New.
6179         * keydb.h: Add IS_* macros to check the sig_class.
6180         * misc.c (openpgp_cipher_test_algo): New.
6181         (openpgp_pk_test_algo): New.
6182         (openpgp_pk_algo_usage): New.
6183         (openpgp_md_test_algo): New.
6184         * packet.h: Add a few fields to PKT_{public,secret}_key and
6185         PKT_user_id.
6186         * seckey-cert.c (do_check): Use the new main_keyid field.
6188 2001-02-04  Werner Koch  <wk@gnupg.org>
6190         * encr-data.c (decrypt_data): Catch error when we had problems to
6191         parse the encrypted packet. By Timo.
6193 2001-01-29  Werner Koch  <wk@gnupg.org>
6195         * g10.c (main): --batch does now set nogreeting.
6197         * delkey.c (do_delete_key): Fixed delete-both functionality.
6199 2001-01-22  Werner Koch  <wk@gnupg.org>
6201         * g10.c: New command --delete-secret-and-public-key.
6202         * delkey.c (delete_key): Add new arg allow_both.
6203         (do_delete_key): Move most stuff from above to this new function.
6205 2001-01-12  Werner Koch  <wk@gnupg.org>
6207         * passphrase.c (passphrase_to_dek): Use MD5 when IDEA is installed
6208         and we have no S2K.
6209         * mainproc.c (proc_encrypted): Likewise
6211 2001-01-11  Werner Koch  <wk@gnupg.org>
6213         * sig-check.c (do_check): Print the signature key expire message
6214         only in verbose mode and added the keyID.
6216 2001-01-09  Werner Koch  <wk@gnupg.org>
6218         * status.c, status.h: New status USERID_HINT. 
6219         (write_status_text): Replace LF and CR int text by C-escape sequence.
6221         * passphrase.c (passphrase_to_dek): Fixed the NEED_PASSPHRASE
6222         output.  It does now always print 2 keyIDs.  Emit the new
6223         USERID_HINT.
6225 2001-01-08  Werner Koch  <wk@gnupg.org>
6227         * g10.c, options.h: New option --no-expensive-trust-checks.
6228         * keylist.c (list_keyblock): Act on this option.
6230 2001-01-04  Werner Koch  <wk@gnupg.org>
6232         * g10.c (main): Set homedir only in the pre-parsing phase and
6233         replace backslashes in the W32 version.
6235 2001-01-03  Werner Koch  <wk@gnupg.org>
6237         * status.c, status.h : New status KEY_CREATED
6238         * keygen.c (do_generate_keypair,generate_subkeypair): Emit it.
6240 2000-12-28  Werner Koch  <wk@gnupg.org>
6242         * signal.c (got_fatal_signal): Remove lockfiles here because the
6243         atexit stuff does not work due to the use of raise. Suggested by
6244         Peter Fales.
6245         * gpgv.c (remove_lockfiles): New stub.
6246         
6247 2000-12-19  Werner Koch  <wk@gnupg.org>
6249         * status.c, status.h (cpr_get_no_help): New.
6250         * keyedit.c (keyedit_menu): Use it here because we have our own
6251         help list here.
6253 2000-12-18  Werner Koch  <wk@gnupg.org>
6255         * mainproc.c (print_failed_pkenc): Don't print the sometimes
6256         confusing message about unavailabe secret key.  Renamed ...
6257         (print_pkenc_list): ... to this and introduced failed arg.
6258         (proc_encrypted): Print the failed encryption keys and then
6259         the one to be used.
6260         (proc_pubkey_enc): Store also the key we are going to use.
6262         * mainproc.c (check_sig_and_print): Don't list revoked user IDs.
6263         (is_uid_revoked): New.
6265 2000-12-08  Werner Koch  <wk@gnupg.org>
6267         * pipemode.c: Made the command work.  Currently only for
6268         non-armored detached signatures.
6269         * mainproc.c (release_list): Reset the new pipemode vars.
6270         (add_gpg_control): Handle the control packets for pipemode
6271         * status.c, status.h: New stati {BEGIN,END}_STREAM.
6273 2000-12-07  Werner Koch  <wk@gnupg.org>
6275         * g10.c: New option --allow-secret-key-import.
6276         * import.c (import_keys,import_keys_stream): Honor this option.
6277         (import): New arg allow_secret and pass that arg down to ...
6278         (import_secret_one): to this and print a warning if secret key
6279         importing is not allowed.
6281 2000-12-05  Werner Koch  <wk@gnupg.org>
6283         * cipher.c (cipher_filter): Moved the end_encryption status ...
6284         * encode.c (encode_simple,encode_crypt): to here
6285         * sign.c (sign_file): and here.
6287         * status.c (mywrite): Removed.
6288         (get_status_string): Removed the LFs from the strings.
6289         (set_status_fd,is_status_enabed,write_status_text,
6290         write_status_buffer): Replaced all mywrite by stdio calls and use
6291         fdopen to create a strem.  This is needed to make things smoother
6292         in the W32 version.
6294 2000-12-04  Werner Koch  <wk@gnupg.org>
6296         * import.c (merge_blocks): Increment n_sigs for revocations.
6298 2000-11-30  Werner Koch  <wk@gnupg.org>
6300         * g10.c (main): Use iobuf_translate_file_handle for all options
6301         with filehandles as arguments.  This is function does some magic
6302         for the W32 API.
6304         * verify.c (verify_signatures): Add a comment rant about the
6305         detached signature problem.
6306         * mainproc.c (proc_tree): Issue an error if a detached signature
6307         is assumed but a standard one was found.
6308         * plaintext.c (hash_datafiles): Don't fall back to read signature
6309         from stdin.
6310         * openfile.c (open_sigfile): Print verbose message only if the
6311         file could be accessed.
6313 2000-11-24  Werner Koch  <wk@gnupg.org>
6315         * passphrase.c [HAVE_DOSISH_SYSTEM]: Disabled all the agent stuff.
6317 2000-11-16  Werner Koch  <wk@gnupg.org>
6319         * g10.c: New option --use-agent
6320         * passphrase.c (agent_open,agent_close): New.
6321         (agent_get_passphrase,agent_clear_passphrase): New.
6322         (passphrase_clear_cache): New.
6323         (passphrase_to_dek): Use the agent here.
6324         * seckey-cert.c (do_check): Clear cached passphrases.
6326 2000-11-15  Werner Koch  <wk@gnupg.org>
6328         * status.c (write_status_text): Moved the big switch to ...
6329         (get_status_string): ... new function.
6330         (write_status_buffer): New.
6332         * status.c (mywrite): New and replaced all write() by this.
6334         * status.c, status.h: Add 3 status lcodes for notaions and policy.
6335         * mainproc.c (print_notation_data): Do status output of notations.
6336         
6337 2000-11-13  Werner Koch  <wk@gnupg.org>
6339         * sign.c (clearsign_file): Use LF macro to print linefeed.
6340         
6341 2000-11-11  Paul Eggert  <eggert@twinsun.com>
6343         Clean up the places in the code that incorrectly use "long" or
6344         "unsigned long" for file offsets.  The correct type to use is
6345         "off_t".  The difference is important on large-file hosts,
6346         where "off_t" is longer than "long".
6348         * keydb.h (struct keyblock_pos_struct.offset):
6349         Use off_t, not ulong, for file offsets.
6350         * packet.h (dbg_search_packet, dbg_copy_some_packets,
6351         search_packet, copy_some_packets): Likewise.
6352         * parse-packet.c (parse, dbg_search_packet, search_packet,
6353         dbg_copy_some_packets, copy_some_packets): Likewise.
6354         * ringedit.c (keyring_search): Likewise.
6356         * parse-packet.c (parse): Do not use %lu to report file
6357         offsets in error diagnostics; it's not portable.
6358         * ringedit.c (keyring_search): Likewise.
6360 2000-11-09  Werner Koch  <wk@gnupg.org>
6362         * g10.c (main): New option --enable-special-filenames.
6364 2000-11-07  Werner Koch  <wk@gnupg.org>
6366         * g10.c (main): New command --pipemode.
6367         * pipemode.c: New.
6369 2000-10-23  Werner Koch  <wk@gnupg.org>
6371         * armor.c (armor_filter): Changed output of hdrlines, so that a CR
6372         is emitted for DOS systems.
6374         * keygen.c (read_parameter_file): Add a cast for isspace().
6376         * status.c (myread): Use SIGINT instead of SIGHUP for DOS. 
6378 2000-10-19  Werner Koch  <wk@gnupg.org>
6380         * g10.c: New option --ignore-crc-error
6381         * armor.c (invalid_crc): New.
6382         (radix64_read): Act on new option.
6384         * openfile.c (try_make_homedir): Klaus Singvogel fixed a stupid
6385         error introduced on Sep 6th. 
6387 2000-10-18  Werner Koch  <wk@gnupg.org>
6389         * misc.c (print_cipher_algo_note): Don't print the note for AES.
6390         Changed wording.
6392 2000-10-16  Werner Koch  <wk@gnupg.org>
6394         * mainproc.c (do_proc_packets): Hack to fix the problem that
6395         signatures are not detected when there is a MDC packet but no
6396         compression packet.
6397         
6398         * g10.c (print_hashline): New.
6399         (print_mds): Use above func with --with-colons.
6401         * mainproc.c (check_sig_and_print): Detect multiple signatures
6402         and don't verify them.
6404 2000-10-14  Werner Koch  <wk@gnupg.org>
6406         * mainproc.c (add_onepass_sig): There is an easier solution to the
6407         error fixed yesterday; just check that we only have onepass
6408         packets.  However, the other solution provides an cleaner
6409         interface and opens the path to get access to other information
6410         from the armore headers.
6411         (release_list): Reset some more variables.
6413 2000-10-13  Werner Koch  <wk@gnupg.org>
6415         * mainproc.c (add_gpg_control): New.
6416         (do_proc_packets): use it.
6417         (proc_plaintext): Changed logic to detect clearsigns.
6418         (proc_tree): Check the cleartext sig with some new code.
6420         * packet.h: New packet PKT_GPG_CONTROL.
6421         * parse-packet.c (parse_gpg_control): New.
6422         * misc.c (get_session_marker): New.
6423         * armor.c (armor_filter): Replaced the faked 1-pass packet by the
6424         new control packet.
6426         * keyedit.c (keyedit_menu): Allow batchmode with a command_fd. 
6427         * status.c (my_read): New.
6428         (do_get_from_fd): use it.
6430 2000-10-12  Werner Koch  <wk@gnupg.org>
6432         * keygen.c (keygen_add_std_prefs): Add Rijndael to the prefs.
6434 2000-10-07  Werner Koch  <wk@gnupg.org>
6436         * gpgv.c: Add more stubs for ununsed code to make the binary smaller.
6438 Wed Oct  4 15:50:18 CEST 2000  Werner Koch  <wk@openit.de>
6440         * sign.c (hash_for): New arg to take packet version in account, changed
6441         call callers.
6443         * gpgv.c: New.
6444         * Makefile.am: Rearranged source files so that gpgv can be build with
6445         at least files as possible.
6447 Mon Sep 18 12:13:52 CEST 2000  Werner Koch  <wk@openit.de>
6449         * hkp.c (not_implemented): Print a notice for W32
6451 Fri Sep 15 18:40:36 CEST 2000  Werner Koch  <wk@openit.de>
6453         * keygen.c (keygen_add_std_prefs): Changed order of preferences to
6454         twofish, cast5, blowfish.
6456         * pkclist.c (algo_available): Removed hack to disable Twofish.
6458 Thu Sep 14 17:45:11 CEST 2000  Werner Koch  <wk@openit.de>
6460         * parse-packet.c (dump_sig_subpkt): Dump key flags. Print special
6461         warning in case of faked ARRs.
6463         * getkey.c (finsih_lookup): Hack so that for v4 RSA keys the subkey
6464         is used for encryption.
6466 Thu Sep 14 14:20:38 CEST 2000  Werner Koch  <wk@openit.de>
6468         * g10.c (main): Default S2K algorithms are now SHA1 and CAST5 - this
6469         should solve a lot of compatibility problems with other OpenPGP
6470         apps because those algorithms are SHOULD and not optional.  The old
6471         way to force it was by using the --openpgp option whith the drawback 
6472         that this would disable a couple of workarounds for PGP.
6474         * g10.c (main): Don't set --quite along with --no-tty.  By Frank Tobin.
6476         * misc.c (disable_core_dump): Don't display a warning here but a return
6477         a status value and ...
6478         * g10.c (main): ...print warnining here. Suggested by Sam Roberts.
6480 Wed Sep 13 18:12:34 CEST 2000  Werner Koch  <wk@openit.de>
6482         * keyedit.c (keyedit_menu): Allow to use "debug" on the secret key.
6484         * ringedit.c (cmp_seckey): Fix for v4 RSA keys.
6485         * seckey-cert.c (do_check): Workaround for PGP 7 bug.
6487 Wed Sep  6 17:55:47 CEST 2000  Werner Koch  <wk@openit.de>
6489         * misc.c (print_pubkey_algo_note): Do not print the RSA notice.
6490         * sig-check.c (do_signature_check): Do not emit the RSA status message.
6491         * pubkey-enc.c (get_session_key): Ditto.
6493         * encode.c (encode_simple, encode_crypt): Fix for large files.
6494         * sign.c (sign_file): Ditto.
6496 Wed Sep  6 14:59:09 CEST 2000  Werner Koch  <wk@openit.de>
6498         * passphrase.c (hash_passphrase): Removed funny assert.  Reported by
6499         David Mathog.
6501         * openfile.c (try_make_homedir): Changes for non-Posix systems.
6502         * g10.c (main): Take the default homedir from macro.
6504         * g10.c: The --trusted-key option is back.
6505         * trustdb.c (verify_own_key): Handle this option.
6506         (add_ultimate_key): Moved stuff from verify_own_key to this new func.
6507         (register_trusted_key): New.
6509 Fri Aug 25 16:05:38 CEST 2000  Werner Koch  <wk@openit.de>
6511         * parse-packet.c (dump_sig_subpkt): Print info about the ARR.
6513         * openfile.c (overwrite_filep): Always return okay if the file is
6514         called /dev/null. 
6515         (make_outfile_name): Add ".sign" to the list of know extensions.
6516         (open_sigfile): Ditto.
6518 Wed Aug 23 19:52:51 CEST 2000  Werner Koch  <wk@openit.de>
6520         * g10.c: New option --allow-freeform-uid. By Jeroen C. van Gelderen.
6521         * keygen.c (ask_user_id): Implemented here.
6523 Fri Aug  4 14:23:05 CEST 2000  Werner Koch  <wk@openit.de>
6525   * status.c (do_get_from_fd): Ooops, we used fd instead of opt.command_fd.
6526   Thanks to Michael Tokarev.
6528 Tue Aug  1 20:06:23 CEST 2000  Werner Koch  <wk@openit.de>
6530   * g10.c: New opttion --try-all-secrets on suggestion from Matthias Urlichs.
6531   * pubkey-enc.c (get_session_key): Quite easy to implement here.
6533 Thu Jul 27 17:33:04 CEST 2000  Werner Koch  <wk@openit.de>
6535   * g10.c: New option --merge-only.  Suggested by Brendan O'Dea.
6536   * import.c (import_one): Implemented it here
6537   (import_secret_one): Ditto.
6538   (print_stats): and give some stats.
6540 Thu Jul 27 12:01:00 CEST 2000  Werner Koch  <wk@openit.de>
6542   * g10.c: New options --show-session-key and --override-session-key
6543   * pubkey-enc.c (hextobyte): New.
6544   (get_override_session_key): New.
6545   * mainproc.c (proc_pubkey_enc): Add session-key stuff.
6546   * status.h, status.c (STATUS_SESSION_KEY): New.
6548 Thu Jul 27 10:02:38 CEST 2000  Werner Koch  <wk@openit.de>
6550   * g10.c (main): Use setmode(O_BINARY) for MSDOS while generating random bytes
6551   (print_mds): Likewise for stdin.
6552   * plaintext.c (handle_plaintext): Likewise for stdout.
6554 Mon Jul 24 10:30:17 CEST 2000  Werner Koch  <wk@openit.de>
6556   * keyedit.c (menu_expire): expire date for primary key can be set again.
6558 Wed Jul 19 11:26:43 CEST 2000  Werner Koch  <wk@openit.de>
6560   * keylist.c (is_uid_valid): New.
6561   (list_keyblock): Print validity information for all user IDs.  Note, this
6562   has to be done at other places too; for now we have only minimal support.
6564 Wed Jul 12 13:32:06 CEST 2000  Werner Koch  <wk@openit.de>
6566   * helptext.c, pkclist.c: s/superseeded/superseded/
6568 Mon Jul 10 16:08:57 CEST 2000  Werner Koch  <wk@openit.de>
6570   * parse-packet.c (enum_sig_subpkt): Fixed testing on crtitical bit in case
6571   of a NULL buffer.  Reported by Peter Marschall.
6573 Wed Jul  5 13:28:45 CEST 2000  Werner Koch  <wk@openit.de>
6575   * keyedit.c, keyid.c: Add some _()
6577   * argparse.c:  Changed the flag to suppress --version handling to also
6578   suppress --help.
6580 Wed Jun 28 11:54:44 CEST 2000  Werner Koch  <wk@openit.de>
6582   * armor.c (armor_filter): Set sigclass to 0 in case of non-dash-escaped
6583   clearsig.  This makes this mode work again.
6585   * mainproc.c (proc_tree): Fixed handling of one-pass-sig packets in textmode.
6586   Disabled the ugly workaround for PGP 5 - let's see whether thi breaks less
6587   cases. Found by Ted Cabeen.
6589   * options.h (DBG_HASHING): New.  All commented md_start_debug are now
6590   controlled by this debug option.
6592   * sign.c (print_status_sig_created): New and called from 2 places.
6594   * keygen.c (gen_rsa): New, but commented.
6595   (ask_algo): Commented support for RSA.
6597   * seckey-cert.c (protect_secret_key): Started to fix the code for v4 RSA
6598   keys - it is not solved yet. However, we have time until, Sep 20th ;)
6600 Wed Jun 14 12:27:09 CEST 2000  Werner Koch  <wk@openit.de>
6602   * status.c (init_shm_coprocessing): Changed the sequence of the get,attach
6603   to cope with the changes in newer Linux kernels.  This bug has been found
6604   by <dmitri@advantrix.com> who also proposed this solution.  Hopefully
6605   this does not break gpg on to many systems.
6607   * cipher.c (write_header): Protect the IV with the MDC too.
6608   * encr-data.c (decrypt_data): Likewise.
6610 Fri Jun  9 10:09:52 CEST 2000  Werner Koch  <wk@openit.de>
6612   * g10.c: New options --no-auto-key-retrieve
6613   * options.h (auto_key_retrieve): New.
6614   * mainproc.c (check_sig_and_print): Implemented that.
6616 Wed Jun  7 19:19:09 CEST 2000  Werner Koch  <wk@openit.de>
6618   * sig-check.c (do_check): Use EMULATE_MDENCODE also on v4 packets.
6620 Wed Jun  7 17:25:38 CEST 2000  Werner Koch  <wk@openit.de>
6622   * cipher.c (write_header): Use plain CFB mode for MDC encrypted packets.
6623   * encr-data.c (decrypt_data): Ditto.
6625 Mon Jun  5 23:41:54 CEST 2000  Werner Koch  <wk@openit.de>
6627   * seskey.c (do_encode_md, encode_md_value): Add new arg v3compathack to work
6628   around a bug in old versions.
6629   * sig-check.c (do_check): use the aboved workaround when enabled.
6630   * g10.c: New option --emulate-md-decode-bug
6632 Mon Jun  5 12:37:43 CEST 2000  Werner Koch  <wk@openit.de>
6634   * build-packet.c (do_mdc): New.
6635   (do_encrypted_mdc): Changed for the new proposal.
6636   * parse-packet.c (parse_mdc): New.
6637   (parse_encrypted): Fixed for the new proposal.
6638   * packet.h (PKT_MDC): New.
6639   * cipher.c (cipher_filter): Build the MDC packet here.
6640   * g10.c (main): Enable --force-mdc.
6641   * encr-data.c (mdc_decode_filter): Fixed for new MDC method
6643   * options.h(rfc2440): New.
6644   * g10.c (main): Changed the selected values for --openpgp to not include
6645   optional algorithms.
6647 Thu May 18 11:38:54 CEST 2000  Werner Koch  <wk@openit.de>
6649         * keyedit.c (keyedit_menu): Add a keyword arg to the prompt.
6651         * status.c, status.h: Added 3 new status tokens.
6652         * status.c (do_get_from_fd): New.
6653         (cpr_enabled,cpr_get,cpr_get_hidden,cpr_kill_prompt,
6654          cpr_get_answer_is_yes,cpr_get_answer_yes_no_quit): Modified to work
6655          with the new function.
6656         * g10.c: Add new option --command-fd.
6658         * status.c (progress_cb): New.
6659         (set_status_fd): Register progress functions
6661 Fri May 12 14:01:20 CEST 2000  Werner Koch  <wk@openit.de>
6663         * delkey.c (delete_key): Add 2 new status messages
6664         * status.c, status.h (STATUS_DELETE_PROBLEM): New.
6666         Fixed years of copyright in all source files.
6668 Mon May  1 17:08:14 CEST 2000  Werner Koch  <wk@openit.de>
6670         * trustdb.c (propagate_validity): Fixed the bug that only one uid
6671         gets fully trusted even when all are signed by an ultimate key.
6673 Mon May  1 15:38:04 CEST 2000  Werner Koch  <wk@openit.de>
6675         * getkey.c (key_byname): Always returned a defined context.  Fixed
6676         a segv for invalid user id specifications. Reported by Walter Koch.
6678         * getkey.c (get_user_id): I18ned "no user id" string. By Walter.
6680         * pkclist.c (do_show_revocation_reason): Typo fixes.
6681         * helptext.c: Ditto.
6683         * armor.c (armor_filter): Fixed some CRLF issues.  By Mike McEwan.
6685 Fri Apr 14 19:37:08 CEST 2000  Werner Koch  <wk@openit.de>
6687         * pkclist.c (do_show_revocation_reason): New.
6688         (show_revocation_reason): New and called at various places.
6690         * g10.c (main): Fixed small typo.
6692         * pkclist.c (do_we_trust): Act on always_trust but not for revoked
6693         keys. Suggested by Chip Salzenberg.
6695         * g10.c: New option --lock-never.
6697         * ringedit.c (get_writable_keyblock_file): New.
6698         * keygen.c (do_generate_keypair): Use this instead of the hardwired one.
6700         * keygen.c (ask_user_id): Check that the email address is in the
6701         correct field.  Suggested by Christian Kurz.
6703 Mon Apr 10 13:34:19 CEST 2000  Werner Koch  <wk@openit.de>
6705         * keyedit.c (show_key_with_all_names): s/sbb/ssb/
6707 Tue Mar 28 14:26:58 CEST 2000  Werner Koch  <wk@openit.de>
6709         * trustdb.c (verify_own_keys): Do not print warning about unprotected
6710         key when in quiet mode.
6712 Wed Mar 22 13:50:24 CET 2000  Werner Koch  <wk@openit.de>
6714         * mainproc.c (print_userid): Do UTF8 conversion before printing.
6715         * import.c (import_one): Ditto.
6716         (import_secret_one): Ditto.
6717         (delete_inv_parts): Ditto.
6719 Thu Mar 16 16:20:23 CET 2000  Werner Koch  <wk@openit.de>
6721         * keylist.c (print_key_data): Handle a NULL pk gracefully.
6723         * getkey.c (merge_one_pk_and_selfsig): Fixed silly code for
6724         getting the primary keys keyID but kept using the one from the
6725         subkey.
6726         * pubkey-enc.c (get_it): Print a note for expired subkeys.
6728         * getkey.c (has_expired): New.
6729         (subkeys_expiretime): New.
6730         (finish_lookup): Check for expired subkeys needed for encryption.
6731         (merge_keys_and_selfsig): Fixed expiration date merging for subkeys.
6733         * keylist.c (list_keyblock): Print expiration time for "sub".
6734         (list_one): Add missing merging for public keys.
6735         * mainproc.c (list_node): Ditto.
6737 2000-03-14 13:49:38  Werner Koch  (wk@habibti.openit.de)
6739         * keygen.c (keyedit_menu): Do not allow to use certain commands
6740         while the secret key is selected.
6742 2000-03-09 12:53:09  Werner Koch  (wk@habibti.openit.de)
6744         * keygen.c (ask_expire_interval): Movede parsig to ...
6745         (parse_expire_string): ... this new function. And some new control
6746         commands.
6747         (proc_parameter_file): Add expire date parsing.
6748         (do_generate_keypair): Allow the use of specified output files.
6750 2000-03-08 10:38:38  Werner Koch  (wk@habibti.openit.de)
6752         * keygen.c (ask_algo): Removed is_v4 return value and the commented
6753         code to create Elg keys in a v3 packet. Removed the rounding
6754         of key sizes here.
6755         (do_create): Likewise removed arg v4_packet.
6756         (gen_elg): Likewise removed arg version. Now rounding keysizes here.
6757         (gen_dsa): Rounding keysize now here.
6758         (release_parameter_list): New
6759         (get_parameter*): New.
6760         (proc_parameter_file): New.
6761         (read_parameter_file): New.
6762         (generate_keypair): Splitted. Now uses read_parameter_file when in
6763         batch mode.  Additional argument to specify a parameter file.
6764         (do_generate_keypair): Main bulk of above fucntion and uses the
6765         parameter list.
6766         (do_create): Don't print long notice in batch mode.
6767         * g10.c (main): Allow batched key generation.
6769 Thu Mar  2 15:37:46 CET 2000  Werner Koch  <wk@gnupg.de>
6771         * pubkey-enc.c (get_it): Print a note about unknown cipher algos.
6773         * g10.c (opts): Add a note to the help listing about the man page
6774         and removed some options from the help listing.
6776         * keyedit.c (print_and_check_one_sig): Use a new function to truncate
6777         the output of the user ID.  Suggested by Jan-Benedict Glaw.
6779 Wed Feb 23 10:07:57 CET 2000  Werner Koch  <wk@gnupg.de>
6781         * helptext.c: typo fix.
6783 Thu Feb 17 13:39:32 CET 2000  Werner Koch  <wk@gnupg.de>
6785         * revoke.c: Removed a bunch of commented code.
6787         * packet.h (SIGSUBPKT_REVOC_REASON): New.
6788         * build-packet.c (build_sig_subpkt): Support new sub packet.
6789         * parse-packet.c (parse_one_sig_subpkt): Ditto.
6790         (dump_sig_subpkt): Ditto.
6791         * revoke.c (ask_revocation_reason): New.
6792         (release_revocation_reason_info): New.
6793         (revocation_reason_build_cb): New.
6794         (gen_revoke): Ask for reason.
6795         * main.h (struct revocation_reason_info): Add declaration.
6796         * keyedit.c (menu_revsig): Add support for revocation reason.
6797         (menu_revkey): Ditto.
6798         (sign_uid_mk_attrib): Renamed to ...
6799         (sign_mk_attrib): ... this, made static and add support for reasons.
6801 Tue Feb 15 08:48:13 CET 2000  Werner Koch  <wk@gnupg.de>
6803         * build-packet.c (build_packet): Fixed fixing of old comment packets.
6805         * import.c (import_keys): Fixed importing from stdin when called with
6806         nnames set to zero as it normally happens.
6808 Mon Feb 14 14:30:20 CET 2000  Werner Koch  <wk@gnupg.de>
6810         * sig-check.c (check_key_signature2): Add new arg r_expired.
6811         (do_signature_check): New arg to pass it down to ...
6812         (do_check): New arg r-expire which is set when the signature
6813         has expired.
6814         * trustdb.c (check_sig_record): Set SIGF_EXPIRED flag and set
6815         the expiretime to zero so that thi signature will not be checked
6816         anymore.
6818 Fri Feb 11 17:44:40 CET 2000  Werner Koch  <wk@gnupg.de>
6820         * g10.c (g10_exit): Update the random seed_file.
6821         (main): Set the random seed file.  New option --no-random-seed-file.
6823 Thu Feb 10 17:39:44 CET 2000  Werner Koch  <wk@gnupg.de>
6825         * keyedit.c (menu_expire): Fixed segv due to unitialized sub_pk.
6826         By Rémi.
6828 Thu Feb 10 11:39:41 CET 2000  Werner Koch  <wk@gnupg.de>
6830         * keylist.c (list_keyblock): Don't print warnings in the middle of
6831         regulat output lines.  By Rémi.
6833         * sig-check.c: Include options.h
6835 Wed Feb  9 15:33:44 CET 2000  Werner Koch  <wk@gnupg.de>
6837         * gpg.c: New option --ignore-time-conflict
6838         * sig-check.c (do_check): Implemented this option.
6839         * trustdb.c (check_trust): Ditto.
6840         * sign.c (do_sign): Ditto.
6841         * keygen.c (generate_subkeypair): Ditto.
6843         * encode.c (encode_simple): use iobuf_cancel after open failure.
6844         Reported by Huy Le.
6846 Fri Jan 14 18:32:01 CET 2000  Werner Koch  <wk@gnupg.de>
6848         * packet.h (STRING2KEY): Changed mode from byte to int.
6849         * parse-packet.c (parse_key): Add the special GNU protection stuff
6850         * build-packet.c (so_secret_key): Ditto.
6851         * seckey-cert.c (do_check): Ditto.
6852         * keyedit.c (change_passphrase): Ditto.
6853         * export.c (export_secsubkeys): New.
6854         (do_export_stream): Hack to export the primary key using mode 1001.
6855         * g10.c: New command --export-secret-subkeys
6857 Thu Jan 13 19:31:58 CET 2000  Werner Koch  <wk@gnupg.de>
6859         * armor.c (is_armored): Check for 1-pass-sig packets. Reported by
6860         David Hallinan <hallinan@rtd.com>.
6861         (armor_filter): Replaced one LF by the LF macro.  Reported by
6862         Wolfgang Redtenbacher.
6864 Wed Jan  5 11:51:17 CET 2000  Werner Koch  <wk@gnupg.de>
6866         * g10.c (main): Reset new global flag opt.pgp2_workarounds
6867         when --openpgp is used.
6868         * mainproc.c (proc_plaintext): Do the PGP2,5 workarounds only
6869         when the global flag is set.
6870         (proc_tree): Ditto.
6871         * textfilter.c (copy_clearsig_text): Ditto.
6872         * armor.c (armor_filter): Ditto.
6874         * g10.c: New option --list-only
6875         * mainproc.c (proc_tree): Don't do it if opt.list_only is active.
6876         (proc_pubkey_enc): Implement option.
6878         * status.h, status.c ({BEGIN,END}_{EN,DE}CRYPTION): New.
6879         * cipher.c (cipher_filter): New status outputs.
6880         * mainproc.c (proc_encrypted): New status outputs.
6882 Fri Dec 31 14:08:15 CET 1999  Werner Koch  <wk@gnupg.de>
6884         * armor.c (armor_filter): Made the "Comment:" header translatable.
6886         * hkp.c (hkp_import): Make sure that the program does not return
6887         success when there is a connection problem.  Reported by Phillip Jones.
6889 Sun Dec 19 15:22:26 CET 1999  Werner Koch  <wk@gnupg.de>
6891         * armor.c (LF): Use this new macro at all places where a line LF
6892         is needed.  This way DOSish textfiles should be created when the
6893         input data is also in dos mode.
6894         * sign.c (LF): Ditto.
6895         * textfilter.c (LF): Ditto.
6896         (copy_clearsig_text): Disabled the forcing of CR,LF sequences
6897         for DOS systems.
6899         * plaintext.c (handle_plaintext): Fixes for line endings on DOS.
6900         and react on a LF in cleartext.
6901         * armor.c (fake_packet): Restore the original line ending after
6902         removing trailing spaces.
6904         * signal.c (got_fatal_signal): DOS fix.
6906 Thu Dec 16 10:07:58 CET 1999  Werner Koch  <wk@gnupg.de>
6908         * mainproc.c (print_failed_pkenc): Fix for unknown algorithm.
6909         Found by fygrave@epr0.org.
6911 Thu Dec  9 10:31:05 CET 1999  Werner Koch  <wk@gnupg.de>
6913         * hkp.c: i18n the strings.
6915 Sat Dec  4 15:32:20 CET 1999  Werner Koch  <wk@gnupg.de>
6917         * trustdb.c (verify_key): Shortcut for ultimately trusted keys.
6919 Sat Dec  4 12:30:28 CET 1999  Werner Koch  <wk@gnupg.de>
6921         * pkclist.c (build_pk_list): Validate the trust using the namehash
6922         if this one has been set by the key lookup.
6924         * g10.c: Add --delete-secret-key to the help page.
6926         * openfile.c (copy_options_file): Made static.
6927         (try_make_homedir): New.
6928         * ringedit.c (add_keyblock_resource): Use the try_make_hoemdir logic.
6929         * tdbio.c (tdbio_set_dbname): Likewise.
6931         * keygen.c (generate_user_id): Use m_alloc_clear() here. We should
6932         better use an allocation function specific to the user_id packet.
6934         * keygen.c (keygen_add_std_prefs): Changed symmetric preferences
6935         to include Blowfish again.  This is due to it's better speed compared
6936         to CAST5.
6938         * g10.c (strusage): Print the home directory.
6940         * armor.c (armor_filter): Take action on the cancel control msg.
6941         * filter.h (armor_filter_context_t): Add cancel flag.
6943 Mon Nov 29 21:52:11 CET 1999  Werner Koch  <wk@gnupg.de>
6945         * g10.c: New option --fast-list-mode ..
6946         * keylist.c (list_keyblock): .. and implemented.
6947         * mainproc.c (list_node): Ditto.
6949         * import.c (mark_non_selfsigned_uids_valid): Fixed the case that there
6950         is a uid without any packet following.
6952 Mon Nov 22 11:14:53 CET 1999  Werner Koch  <wk@gnupg.de>
6954         * mainproc.c (proc_plaintext): Never enable the hash processing
6955         when skip_verify is active.
6957         * armor.c (parse_header_line): Stop parsing on a WS line too.
6958         Suggested by Aric Cyr.
6960         * tdbdump.c (HEXTOBIN): Changed the name of the argument, so that
6961         traditional cpp don't mess up the macros. Suggested by Jos Backus.
6963         * mainproc.c (list_node): Print the PK algo in the --with-colon mode.
6964         * keylist.c (list_keyblock): Ditto.
6966         * signal.c (got_fatal_signal): Found the reason why exit(8) did not
6967         work - it is better to set the disposition back to default before
6968         raising the signal.  Print the notice on stderr always.
6970 Fri Nov 12 20:33:19 CET 1999  Werner Koch  <wk@gnupg.de>
6972         * g10.c (make_username): Swapped the logic.
6973         * keylist.c (public_key_list): Now takes a STRLIST as arg and moved
6974         the creation ot this list to the caller, so that he can copy with
6975         UTF-conversion of user IDs.  Changed all callers.
6976         (secret_key_list): Likewise.
6978         * getkey.c (get_user_id_string_native): New and ...
6979         * encode.c (write_pubkey_enc_from_list): ... use it here.
6981         * pubring.asc: Updated.
6983         * packet.h (PKT_PHOTO_ID): New.
6984         * parse-packet.c (parse_photo_id): New.
6985         * build-packet.c (do_user_id: Handle photo IDs.
6986         (build_packet): Change CTB for photo IDs
6987         * free-packet.c (free_user_id): Release memory used for photo IDs
6988         * sig-check.c (hash_uid_node): Handle photo IDs too.
6989         * trustdb.c (print_uid_from_keyblock): Hash photo ID.
6990         (make_uid_records): Ditto.
6991         * getkey.c (find_by_name): Ditto.
6992         * keyedit.c (show_prefs): Ditto.
6993         * keylist.c (list_keyblock): Ditto.
6995 Thu Oct 28 16:08:20 CEST 1999  Werner Koch  <wk@gnupg.de>
6997         * keygen.c (ask_expire_interval): Print a warning for systems
6998         with a signed 32 time_t if the exiration time is beyoind 2038.
7000 Fri Oct  8 20:40:50 CEST 1999  Werner Koch  <wk@gnupg.de>
7002         * ringedit.c (enum_keyblocks): The last fix way really stupid;
7003         reverted and set rt to Unknown.
7005 Fri Oct  8 20:32:01 CEST 1999  Werner Koch  <wk@gnupg.de>
7007         * ringedit.c (enum_keyblocks): Zero the entire kbpos out on open.
7009         * g10.c (oEntropyDLL): Removed option.
7010         (main): Made the warning on development versions more verbose.
7012         * g10.c (oHonorHttpProxy): New option.
7013         * hkp.c (hkp_ask_import,hkp_export): Implement this option.
7014         * options.skel: Enable this option for new installations
7016 Mon Oct  4 21:23:04 CEST 1999  Werner Koch  <wk@gnupg.de>
7018         * import.c (import_keys): Changed calling interface, adjusted caller.
7019         (import): Moved printing of stats out ...
7020         (print_stats): New. ... to here.
7021         (import_keys_stream): Call stats print here.
7022         (import_keys): Print stats as totals for all files.
7024         * tdbio.h (DIRF_NEWKEYS): New
7025         * tdbio.c (tdbio_dump_record): Print the new flag.
7026         * trustdb.c (check_trust_record): New arg sigs_only.  Adapted all
7027         callers.
7028         (do_update_trust_record): Removed recheck arg and add a new sigs_only
7029         do we can later improve on the performance.  Changed all callers too.
7030         (check_trustdb): Evalutate the new flag and add a status output.
7031         Do a check when the dir record has not been checked.
7032         (build_cert_tree): Evaluate the new flag.
7033         (check_trust): Ditto.  Do a trust_record check, when the dir record
7034         is not marked as checked.
7035         (mark_fresh_keys): New.
7036         (clear_lid_table): New.
7037         (sync_trustdb): New.
7038         * import.c (import_keys): Call sync_trustdb() after processing.
7039         (import_keys_stream): Ditto.
7040         * tdbdump.c (import_ownertrust): Ditto.
7042         * import.c (import_revoke_cert): Notify the trust DB.
7043         (do_update_trust_record): Use |= to set the REVOKED bit and not &=;
7044         shame on me for this bad copy+paste introduced bug.
7045         (do_we_trust): Add trustmask to allow revoked key override to work.
7046         Chnaged are to allow return of a mofified trustlevel. Adapted the
7047         one caller.
7049         * g10.c: New options --emulate-3des-s2k-bug
7050         * passphrase.c (hash_passphrase): Implemented above.
7052         * mainproc.c (proc_tree): Check for standalone signatures.
7053         (do_check_sig): Print a notice for a standalone revocation
7054         (check_sig_and_print): Do not print an error for unchecked standalone
7055         revocations.
7057 Tue Sep 28 20:54:37 CEST 1999  Werner Koch  <wk@gnupg.de>
7059         * encode.c (encode_simple): Use new CTB when we don't have the
7060         length of the file.  This is somewhat strange as the comment above
7061         indicates that this part is actually fixed for PGP 5 - maybe I simply
7062         lost the source line, tsss.
7064         * armor.c (armor_filter): Set a flag if no OpenPGP data has been found.
7065         * verify.c (verify_signatures): Add an error helptext.
7067 Thu Sep 23 19:24:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7069         * openfile.c (open_outfile): Fixed the 8dot3 handling.
7071         * passphrase.c (passphrase_to_dek): Print uid using utf8 func.
7072         * delkey.c (delete_key): Ditto.
7073         * pkclist.c (show_paths,do_edit_ownertrust,do_we_trust): Ditto
7074         (do_we_trust_pre): Ditto.
7075         * trustdb.c (print_user_id,check_uidsigs): Ditto.
7076         * revoke.c (gen_revoke,ask_revoke_sig): Ditto.
7078 Thu Sep 23 09:52:58 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7080         * verify.c (print_file_status): New.
7081         (verify_one_file): Moved status print to th new fnc. Add error status.
7082         * status.c, status.h (STATUS_FILE_ERROR): New
7084 Wed Sep 22 10:14:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7086         * openfile.c (make_outfile_name): Use case-insenstive compare for
7087         DOS systems.  Add ".pgp" to the list of know extensions.
7088         (open_outfile): For DOS systems try to replace the suffiy instead of
7089         appending it.
7091         * status.c, status.h: Add STATUS_FILE_{START,DONE}.
7092         * verify.c (verify_one_file): Emit these new stati.
7094         * sign.c (clearsign_file): Avoid duplicated Entries in the "Hash:"
7095         line.  Those headers are now only _not_ printed when there are
7096         only old-style keys _and_ all hashs are MD5.
7098 Mon Sep 20 12:24:41 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7101         * verify.c (verify_files, ferify_one_file): New.
7102         * g10.c:  New command --verify-files
7104 Fri Sep 17 12:56:42 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7106         * g10.c: Add UK spelling as alias for armor options ;-)
7108         * import.c (append_uid): Fixed a SEGV when there is no selfsig and
7109         no subkey.
7110         (merge_sigs): Ditto.  Removed the assertion.
7112 Wed Sep 15 16:22:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7114         * g10.c: New option --entropy-dll-name
7116 Mon Sep 13 10:51:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7118         * signal.c (got_fatal_signal): Print message using write(2) and
7119         only for development versions.
7121 Mon Sep  6 19:59:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7123         * tdbio.c (tdbio_set_dbname): Use mkdir macro
7124         * ringedit.c (add_keyblock_resource): Ditto.
7126 Fri Sep  3 10:04:45 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7128         * pkclist.c (build_pk_list): Skip keys set with --encrypt-to also
7129         when asking for a key.
7131         * plaintext.c (handle_plaintext): Make sure that we don't read a
7132         second EOF in the read loop for partial length packets.
7134         * mainproc.c (check_sig_and_print): print user ID as utf-8.
7136 Thu Sep  2 16:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7138         * import.c (merge_blocks): First add new subkeys, then merge subkey
7139         certificates.
7140         (merge_sigs): Don't merge subkey signatures here.
7142 Wed Sep  1 15:30:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7144         * keygen.c (ask_expire_interval): Fixed bug related to cpr_xx (tnx
7145         Francis J. Lacoste).
7147 Tue Aug 31 17:20:44 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7149         * plaintext.c (do_hash): Hash CR,LF for a single CR.
7150         (ask_for_detached_datafile): Changed arguments to be closer to
7151         those of hash_datafiles and cleanup the code a bit.
7152         * mainproc.c (proc_tree): Workaround for pgp5 textmode detached
7153         signatures.  Changed behavior of asking for data file to be the same
7154         as with provided data files.
7156         * keylist.c (list_keyblock): Use UTF8 print functions.
7158 Mon Aug 30 20:38:33 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7160         * import.c (chk_self_sigs): some s/log_error/log_info/ so that gpg
7161         does not return an error if a key has some invalid packets.
7163         * helptext.c: Fixed some typos and changed the way the
7164         translation works.  The english text is now the keyword for gettext
7165         and not anymore the keyword supplied to the function.  Done after
7166         some discussion with Walter who thinks this is much easier for the
7167         translators.
7169         * misc.c (disable_core_dumps): Don't do it for DOSish systems.
7171         * signal.c (signal_name): Bounds check on signum.
7173 Wed Aug  4 10:34:18 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7175         * pubring.asc: Updated.
7177         * pkclist.c (do_we_trust_pre,check_signatures_trust): Do not print
7178         the warning about --always_trust when --quiet is used.
7180         * pkclist.c (fpr_info): New and called at several places.
7182         * parse-packet.c (dump_sig_subpkt): List revocation key contents.
7184 Mon Jul 26 09:34:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7186         * pkclist.c (build_pk_list): Fixed typo in format string.
7188         * trustdb.c (create_shadow_dir): Don't translate the error string.
7190         * g10.c (main): Fixed spelling of user-id.
7191         * getkey.c (find_by_name_pk,find_by_name_sk,
7192         find_by_keyid,find_by_keyid_sk): Ditto and translate it.
7193         * import.c (mark_non_selfsigned_uids_valid,delete_inv_parts): Ditto.
7196 Mon Jul 26 01:01:39 CEST 1999  Michael Roth <mroth@nessie.de>
7198         * g10.c, options.h: New options --no-literal and --set-filesize
7200         * encode.c (encode_simple, encode_crypt): Support for the options
7201         --no-literal and --set-filesize.
7203         * sign.c (sign_file): ditto.
7205 Fri Jul 23 13:53:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7208         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
7209         when we have no keyring at all to enum.
7211         * getkey.c (classify_user_id): Rewrote to relax the recognition of
7212         keyIDs and fingerprints (Michael).
7214         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
7215         (print_failed_pkenc): Print status NO_SECKEY.
7217         * import.c (mark_non_selfsigned_uids_valid): New.
7218         * g10.c: New option --allow-non-selfsigned-uid.
7220         * pkclist.c (print_fpr): New.
7221         (do_we_trust_pre): Print the fpr before asking whether to use the key
7222         anyway.
7223         (do_edit_ownertrust): Likewise.
7225 Thu Jul 22 20:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7228         * ringedit.c (enum_keyblocks): Removed annoying error message in cases
7229         when we have no keyring at all to enum.
7231         * getkey.c (classify_user_id): Rewrote to relax the recognition of
7232         keyIDs and fingerprints (Michael).
7234         * mainproc.c (check_sig_and_print): Print status NO_PUBKEY.
7235         (print_failed_pkenc): Print status NO_SECKEY.
7237         * import.c (mark_non_selfsigned_uids_valid): New.
7238         * g10.c: New option --allow-non-selfsigned-uid.
7240 Thu Jul 15 10:15:35 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7242         * g10.c: New options --disable-{cipher,pubkey}-algo.
7244 Wed Jul 14 19:42:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7246         * status.h (STATUS_IMPORTED): New.
7247         * import.c (import): Print some status information (Holger Schurig).
7249         * g10.c (main): Make --no-greeting work again. Add a warning when
7250         --force-mds is used.
7252 Tue Jul 13 17:39:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7254         * pkclist.c (do_edit_ownertrust): Changed the way help works.
7255         (build_pk_list): Implemented default recipient stuff.
7256         * g10.c: New options --default-recipient[-self]
7257         (main): Suppress greeting in most cases, entering a passphrase or
7258         a missing value is not considered to be interactive use.
7259         Merged --print-md and --print-mds; the latter is now obsolete.
7260         Changed the way --gen-random works and documented it.
7261         Changed the way --gen-prime works and add a man entry.
7262         * g10.c (MAINTAINER_OPTIONS): Removed.
7264 Mon Jul 12 18:45:57 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7266         * keyedit.c (keyedit_menu): Add arg sign_mode and changed callers
7267         * g10.c (main): New command --lsign-key.
7269 Mon Jul 12 14:55:34 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7271         * mainproc.c (kidlist_item): New.
7272         (release_list): Release failed pk-enc-list.
7273         (print_failed_pkenc): New
7274         (proc_encrypted): Print info about failed PK enc.
7276         * openfile.c (make_outfile_name): s/error/info/
7278         * passphrase.c (passphrase_to_dek): Return an empty passphrase when
7279         in batch mode and don't make the warning message fatal
7280         * seckey-cert.c (check_secret_key): Try only once when in batch mode.
7282         * g10.c (make_username): New.
7284 Thu Jul  8 16:21:27 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7287         * packet.h (PKT_ring_trust): New
7288         * parse-packet.c (parse_trust): Store trust value
7289         * build-packet (build_packet): Ignore ring trust packets.
7290         * mainproc.c (add_ring_trust): New.
7291         (list_node): Print "rtv" records.
7292         * g10.c: New option --with-fingerprint.
7294         * trustdb.c (verify_own_keys): Don't insert if we are dry running
7295         (check_trust): Ditto.
7297 Wed Jul  7 13:08:40 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7299         * Makefile.am: Support for libtool.
7301         * keygen.c (ask_expire_interval): Hack to allow for an expire date.
7303         * trustdb.c (do_update_trust_record,update_trust_record): Splitted.
7304         (check_trust_record): New.
7305         (check_trust,build_cert_tree): Check the dir record as needed.
7306         (upd_pref_record): Removed.
7307         (make_pref_record): New.
7308         (propagate_validity): Stop as soon as we have enough validity.
7310         * tbdio.c (MAX_CACHE_ENTRIES_HARD): Increased the limit.
7313 Fri Jul  2 11:45:54 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7315         * g10.c (g10_exit): Dump random stats.
7317         * sig-check.c (check_key_signature,check_key_signature2): Enhanced
7318         version and wrapper for old function.
7319         (do_signature_check,signature_check): Ditto.
7321 Thu Jul  1 12:47:31 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7324         * keyedit.c (show_key_with_all_names): Print a notice for disabled keys.
7325         (enable_disable_keys): Add functionality
7326         * pkclist.c (edit_ownertrust): preserve disabled state.
7327         (build_pk_list): Skip disabled keys.
7328         * trustdb.c (upd_one_ownertrust): Ditto.
7329         (build_cert_tree): Mask the ownertrust.
7330         (trust_letter): Mask the value.
7331         (do_check): Take disabled flag into account.
7333         * passphrase.c (passphrase_to_dek): Add a pubkey_algo arg and changed
7334         all callers.
7336         * g10.c (utf8_strings): 2 new options.
7338         * trustdb.c (insert_trust_record_by_pk): New, replaces the next one.
7339         (insert_trust_record): Now takes a keyblock as arg.  Changed all
7340         callers to use the appropritae function.
7342         * openfile.c (ask_outfile_name): New.
7343         * plaintext.c (handle_plaintext): Ask for filename if there is
7344         no valid syntax. Don't use fname varbatim but filter it.
7346 Tue Jun 29 21:44:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7349         * trustdb.h (TRUST_FLAG_DISABLED): New.
7351         * status.c (USE_CAPABILITIES): Capabilities support (Remi).
7353         * tdbio.c : Added new fields to the DIR record.
7354         (tdbio_write_record): Fixed the update of the hash tables.
7355         (tdbio_delete_record): Drop the record from the hash tables.
7356         (drop_from_hashtbl): New.
7358         * status.c (cpr_get): Special online help mode.
7359         * helptext.c ("keyedit.cmd"): Removed.
7360         * keyedit.c (keyedit_menu): Use only help system.
7361         (enable_disable_key): New bit doies not yet work.
7363 Sat Jun 26 12:15:59 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7366         * dearmor.c (enarmor_file): Fixed comment string.
7367         * tdbdump.c (export_ownertrust): Text fix.
7368         * tbio.c (tdbio_invalid): Ditto.
7370         * parse-packet.c (parse_key): Made temp buffer larger.
7372         * Makefile.am (install-data-local): Add missing backslashes
7374 Tue Jun 15 12:21:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7376         * g10.c (main): Made iterated+salted the default S2K method.
7378         * Makefile.am (install-data-local): Use DESTDIR.
7380         * passphrase.c (passphrase_to_dek): Emit missing-passphrase while in
7381         batchmode.
7383         * parse-packet.c (parse_pubkeyenc): Fixed a SEGV.
7385 Mon Jun 14 21:18:54 CEST 1999 Michael Roth <mroth@nessie.de>
7387         * g10.c: New options --openpgp, --no-tty, --emit-version,
7388           --default-comment and --lock-multiple
7390 Thu Jun 10 14:18:23 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7392         * free-packet.c (free_encrypted): Fixed EOF case (Remi).
7393         (free_plaintext): Ditto.
7395         * helptext.c (keyedit.delsig.unknown): New (Remi).
7396         * keyedit.c (print_and_check_one_sig): Add arg print_without_key and
7397         changed all callers to make use of it (Remi):
7399 Tue Jun  8 13:36:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7401         * keylist.c (print_key_data): New and called elsewhere.
7402         * g10.c: New option --with-key-data
7404 Wed Jun  2 14:17:19 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7406         * mainproc.c (proc_tree): Yet another bad hack to cope with
7407         broken pgp2 created detached messages in textmode.
7409 Tue Jun  1 16:01:46 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7411         * openfile.c (make_outfile_name): New.
7412         * plaintext.c (handle_plaintext): Outputfile is now the inputfile
7413         without the suffix.
7414         * g10.c: New option --use-embedded-filename
7416 Mon May 31 19:41:10 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7418         * g10.c (main): Fix for SHM init (Michael).
7420         * compress.c, encr-data.c, mdfilter.c,
7421           plaintext.c, free-packet.c: Speed patches (Rémi).
7423 Thu May 27 09:40:55 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7425         * status.c (cpr_get_answer_yes_no_quit): New.
7426         * keyedit.c (menu_delsig): New.
7427         (check_all_keysigs): Splitted.
7428         (print_and_check_one_sig): New.
7430 Wed May 26 14:36:29 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7432         * build-packet.c (build_sig_subpkt): Support large packets.
7433         * parse-packet.c (enum_sig_subpkt): Replaces parse_sig_subpkt.
7434         * mainproc.c (print_notation_data): Print all notation packets.
7435         * g10.c (add_notation_data): Add a way to specify the critical flag.
7436         (main): Add option --set-policy-url.
7437         (check_policy_url): Basic checks.
7438         * sign.c (mk_notation_and_policy): Replaces mk_notation.
7440         * parse-packet.c (can_handle_critical): Moved decision whether we can
7441         handle critical subpacket to an extra function.
7443 Tue May 25 19:50:32 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7445         * sign.c (sign_file): Always use compression algo 1 for signed
7446         onyl file becuase we can´ be sure the the verifier supports other
7447         algorithms.
7449         * build-packet.c (build_sig_subpkt): Support for notation data.
7450         * sign.c (sign_file,clearsign_file,make_keysig_packet): Ditto.
7451         (mk_notation): New.
7452         * g10.c (add_notation_data): New and add option -N
7453         * mainproc.c (print_notation_data): New.
7454         (check_sig_and_print): Print any notation data of the signed text.
7456 Sun May 23 14:20:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7458         * pkclist.c (check_signatures_trust): Print a warning and return
7459         immediateley if opt.always_trust is true.
7461         * g10.c (main): Corrected handling of no-default-keyring
7463         * pkclist.c (algo_available): Disable Twofish until we have settled
7464         how to do the MDC.
7466         * hkp.c: Disable everything for mingw32
7468 Sat May 22 22:47:26 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7470         * mainproc.c (check_sig_and_print): Add sig creation time to the
7471         VALIDSIG status output. Add more info to the ERRSIG output.
7472         * sig-check.c (signature_check): Add sig time after epoch to SIG_ID.
7474         * import.c (import_one): Merge duplicate user IDs.
7475         (collapse_uids): New.
7476         * kbnode.c (move_kbnode): New.
7477         (remove_kbnode): New.
7478         * keyedit.c (keyedit_menu): Call collapse_uids.
7480         * g10.c: new option --logger-fd.
7482         * import.c: s/log_*_f/log_*/
7484 Thu May 20 14:04:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7486         * misc.c (pull_in_libs): do the volatile only for gcc
7488         * sig-check (signature_check): Emit SIG_iD only for classes 0 and 1.
7490         * armor.c (armor_filter): Add detection of PGP2 created clearsigs.
7491         (fake_packet): A tab is not a WS for pgp2 - handle this.
7492         * textfilter.c (len_without_trailing_chars): New.
7493         (copy_clearsig_text): Add pgp2mode arg.
7494         * sign.c (clearsign_file): pass old_style to the above fnc.
7497 Wed May 19 16:04:30 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7499         * g10.c: New option --interactive.
7501         * mainproc.c (proc_plaintext): Add workaround for pgp2 bug
7502         (do_check_sig): Ditto.
7503         (proc_tree): Ditto.
7504         * plaintext.c (do_hash): Ditto.
7505         (hash_datafiles): Ditto, add an arg, changed all callers.
7506         * mdfilter.c (md_filter): Add support for the alternate hash context.
7508 Mon May 17 21:54:43 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7510         * parse-packet.c (parse_encrypted): Support for PKT_ENCRYPTED_MDC.
7511         * build-packet.c (do_encrypted_mdc): Ditto.
7512         * cipher.c (write_header): Add mdc hashing.
7513         (cipher_filter): write out the hash.
7514         * mainproc.c (do_proc_packets): Add PKT_ENCRYPTED_MDC.
7515         * encr-data.c (decrypt_data): Add mdc hashing.
7516         (mdc_decode_filter): New.
7518         * parse-packet.c (parse_sig_subpkt): Fixed stupid bug for subpkt
7519         length calculation
7520         (parse_signature): Fixed even more stupid bug.
7522 Sat May  8 19:28:08 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7524         * build-packet.c (do_signature): Removed MDC hack.
7525         * encode.c (encode_crypt_mdc): Removed.
7526         * mainproc.c (do_check_sig): Removed MDC hack.
7527         (check_sig_and_print): Ditto.
7528         * parse-packet.c (parse_signature): Ditto.
7529         * sig-check.c (mdc_kludge_check): Ditto.
7530         * free-packte.c (copy_signature, free_seckey_enc): Ditto.
7532         * parse-packet.c (parse_signature,parse_key): Store data of
7533         unknown algorithms with mpi_set_opaque inseatd of the old
7534         faked data stuff.
7535         (read_rest): Removed.
7536         (read_rest2): Renamed to read_rest
7537         * build-packet.c (write_fake_data): Use mpi_get_opaque.
7538         * free-packet.c (cp_fake_data): Removed and cahnged all callers
7539         to use mpi_copy.
7540         (free_pubkey_enc,free_seckey_enc,release_public_key_parts,
7541          release_secret_key_parts): Use mpi_free for opaque data.
7543 Thu May  6 14:18:17 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7545         * trustdb.c (check_trust): Check for revoked subkeys.
7546         * pkclist.c (do_we_trust): Handled revoked subkeys.
7547         (do_we_trust_pre): Ditto.
7548         (check_signatures_trust): Ditto.
7550         * build-packet.c (hash_public_key): Fix for ancient g10 keys.
7552         * mainproc.c (do_proc_packets): Return EOF if no data has been read.
7553         * g10.c (main): Catch errors for default operation.
7555 Thu Apr 29 12:29:22 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7557         * sign.c (sign_file): Fixed hashing in case of no subpackets.
7558         (clearsign_file): Ditto.
7559         (make_keysig_packet): Ditto.
7561 Wed Apr 28 13:03:03 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7563         * keyedit.c (keyedit_menu): Add new command revkey.
7564         * (menu_revkey): New.
7567 Mon Apr 26 17:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7569         * parse-packet.c (parse_signature): Add the MDC hack.
7570         * build-packet.c (do_signature): Ditto.
7571         * free-packet.c (free_seckey_enc,copy_signature,cmp_signatures): Ditto.
7572         * mainproc.c (do_check_sig): Ditto.
7573         * sig-check.c (mdc_kludge_check): New.
7574         * encode.c (encrypt_mdc_file): New.
7576         * keyedit.c (check_all_keysigs): List revocations.
7577         * (menu_revsig): New.
7578         * sign (make_keysig_packet): Support for class 0x30.
7580 Sun Apr 18 20:48:15 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7582         * pkclist.c (select_algo_from_prefs): Fixed the case that one key
7583         has no preferences (Remi Guyomarch).
7585         keylist.c (list_keyblock): ulti_hack to propagate trust to all uids.
7587 Sun Apr 18 10:11:28 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7589         * seckey-cert.c (do_check): Use real IV instead of a 0 one, so that
7590         it works even if the length of the IV doesn't match the blocksize.
7591         Removed the save_iv stuff.
7592         (protect_secret_key): Likewise.  Create the IV here.
7593         * packet.h (PKT_secret_key): Increased size of IV field and add a
7594         ivlen field.
7595         * parse-packet.c (parse_key): Use the len protect.ivlen.
7596         * build-packet.c (do_secret_key). Ditto.
7598         * getkey.c (key_byname): Close keyblocks.
7600         * Makefile.am (gpgm): Removed this
7601         * g10.c: Merged gpg and gpgm
7603         * import.c (import): Utilize option quiet.
7604         * tdbio.c (tdbio_set_dbname): Ditto.
7605         * ringedit.c (add_keyblock_resource,keyring_copy): Ditto.
7607         * keyedit.c (sign_uids): Add some batch support.
7609         * g10.c (main): add call to tty_batchmode.
7611 Fri Apr  9 12:26:25 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7613         * status.c (write_status_text): Some more status codes.
7614         * passphrase_to_dek (passphrase_to_dek): add a status code.
7615         * seckey_cert.c (check_secret_key): Likewise.
7617         * encr-data.c (decrypt_data): Reverse the last changes
7618         * cipher.c (write_header): Ditto.
7620         * parse-packet.c (parse_key): Dropped kludge for ancient blowfish mode.
7622 Thu Apr  8 09:35:53 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7624         * mainproc.c (proc_encrypted): Add a new status output
7625         * passphrase.c (passphrase_to_dek): Ditto.
7626         * status.h status.c: Add new status tokens.
7628 Wed Apr  7 20:51:39 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7630         * encr-data.c (decrypt_data): Fixes for 128 bit blocksize
7631         * cipher.c (write_header): Ditto.
7632         * seckey-cert.c (do_check): Ditto.
7633         (protect_secret_key). Ditto.
7634         * misc.c (print_cipher_algo_note): Twofish is now a standard algo.
7636         * keygen.c (do_create): Fixed spelling (Gaël Quéri)
7637         (ask_keysize): Only allow keysizes up to 4096
7639         * ringedit.c (add_keyblock_resource): chmod newly created secrings.
7641         * import.c (delete_inv_parts): Fixed accidently deleted subkeys.
7643 Tue Apr  6 19:58:12 CEST 1999  Werner Koch  <wk@isil.d.shuttle.de>
7645         * armor.c: Removed duped include (John Bley)
7646         * mainproc.c: Ditto.
7648         * build-packet.c (hash_public_key): Fixed hashing of the header.
7650         * import.c (delete_inv_parts): Allow import of own non-exportable sigs.
7652 Sat Mar 20 13:59:47 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7654         * armor.c (fake_packet): Fix for not not-dash-escaped
7656 Sat Mar 20 11:44:21 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7658         * g10.c (main): Added command --recv-keys
7659         * hkp.c (hkp_import): New.
7661 Wed Mar 17 13:09:03 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7663         * trustdb.c (check_trust): add new arg add_fnc and changed all callers.
7664         (do_check): Ditto.
7665         (verify_key): Ditto.
7666         (propagate_validity): Use the new add_fnc arg.
7667         (print_user_id): Add the FILE arg.
7668         (propagate_ownertrust): New.
7669         * pkclist.c (add_ownertrust_cb): New and changed the add_ownertrust
7670         logic.
7672         * getkey.c (get_keyblock_bylid): New.
7673         * trustdb.c (print_uid_from_keyblock): New.
7674         (dump_tn_tree_with_colons): New.
7675         (list_trust_path): Add colon print mode.
7677         * trustdb.c (insert_trust_record): Always use the primary key.
7679         * encode.c (encode_simple): Added text_mode filter (Rémi Guyomarch)
7680         (encode_crypt): Ditto.
7682         * mainproc.c (proc_pubkey_enc): Added status ENC_TO.
7683         * armor.c (armor_filter): Added status NODATA.
7684         * passphrase.c (passphrase_to_dek): Always print NEED_PASSPHRASE
7685         * seckey_cert.c (check_secret_key): Added BAD_PASS status.
7687         * g10.c (main): Set g10_opt_homedir.
7689 Sun Mar 14 19:34:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7691         * keygen.c (do_create): Changed wording of the note (Hugh Daniel)
7693 Thu Mar 11 16:39:46 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7695         * tdbdump.c: New
7697         * trustdb.c (walk_sigrecs,do_list_sigs,list_sigs,
7698         list_records,list_trustdb,export_ownertrust,import_ownertrust): Moved
7699         to tdbdump.c
7700         (init_trustdb): renamed to setup_trustdb.  Changed all callers.
7701         (do_init_trustdb): renamed to init_trustdb().
7702         * trustdb.c (die_invalid_db): replaced by tdbio_invalid.
7703         * tdbio.c (tdbio_invalid): New.
7705         * import.c (delete_inv_parts): Skip non exportable signatures.
7706         * keyedit.c (sign_uid_mk_attrib): New.
7707         (sign_uids): Add the local argument.
7708         (keyedit_menu): New "lsign" command.
7709         * trustdb.c (register_trusted_key): Removed this and all related stuff.
7710         * g10.c (oTrustedKey): Removed option.
7712         * tdbio.h (dir.valcheck): New trustdb field.
7713         * tdbio.c: Add support for this field
7714         (tdbio_read_modify_stamp): New.
7715         (tdbio_write_modify_stamp): New.
7716         * trustdb.c (do_check): Check against this field. Removed cache update.
7717         (verify_key): Add cache update.
7718         (upd_uid_record): Some functional changes.
7719         (upd_cert_record): Ditto
7721 Wed Mar 10 11:26:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7723         * keylist.c (list_keyblock): Fixed segv in uid. Print 'u' as
7724         validity of sks.
7726 Mon Mar  8 20:47:17 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7728         * getkey.c (classify_user_id): Add new mode 12 (#<lid>).
7730         * seckey-cert.c (check_secret_key): replaced error by info.
7732         * trustdb.c (query_trust_info): Add another arg, changed all callers.
7733         (check_trust): Ditto.
7734         (do_check): Ditto.
7735         (verify_key): Handle namehash.
7736         * keylist.c (list_keyblock): print trust info for user ids.
7738         * sig-check.c (signature_check): Add sig-created to status output.
7740 Tue Mar  2 16:44:57 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7742         * textfilter.c (copy_clearsig_text): New.
7743         (clearsign): Removed.
7744         * sign.c (clearsign_file): does not use textfiler anymore.
7746         * keygen.c (ask_user_id): print a note about the used charset.
7748 Tue Mar  2 10:38:42 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7750         * sig-check.c (signature_check): sig-id now works for all algos.
7752         * armor.c (armor_filter): Fixed armor bypassing.
7754 Sun Feb 28 19:11:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7756         * keygen.c (ask_user_id): Don't change the case of email addresses.
7757         (has_invalid_email_chars): Adjusted.
7759         * keylist.c (list_one): Really list serect keys (Remi Guyomarch)
7761         * keyedit.c (menu_select_uid): Add some braces to make egcs happy.
7762         (menu_select_key): Ditto.
7764         * mainproc.c (do_proc_packets): List sym-enc packets (Remi Guyomarch)
7766 Fri Feb 26 17:55:41 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7768         * pkclist.c (build_pk_list): Return error if there are no recipients.
7770         * sig-check.c (signature_check): New signature id feature.
7771         * armor.c (make_radic64_string): New.
7773         * mainproc.c (proc_pubkey_enc): early check for seckey availability.
7775         * pkclist.c (do_we_trust_pre): print user id before asking.
7777         * ringedit.c (add_keyblock_resource,get_keyblock_handle): Cleaner
7778         handling of default resource.
7781 Thu Feb 25 18:47:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7783         * pkclist.c (algo_available): New.
7784         (select_algo_from_prefs): Check whether algo is available.
7786         * ringedit.c (keyring_copy): Take care of opt.dry_run.
7787         (do_gdbm_store): Ditto.
7788         * openfile.c (open_outfile). Ditto.
7789         (copy_options_file): Ditto.
7790         * trustdb.c (update_trustdb): Ditto.
7791         (clear_trust_checked_flag): Ditto.
7792         (update_trust_record): Ditto.
7793         (insert_trust_record): Ditto.
7795 Wed Feb 24 11:07:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7797         * keylist.c (secret_key_list): Now really list the secret key.
7799         * trustdb.c (do_init_trustdb): New. Init is now deferred.
7801 Mon Feb 22 20:04:00 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7803         * getkey.c (lookup_sk): Return G10ERR_NO_SECKEY and not x_PUBKEY.
7805 Fri Feb 19 15:49:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7807         * pkclist.c (select_algo_from_prefs): retrieve LID if not there.
7809         * armor.c (fake_packet): Replaced ugly lineending handling.
7811         * g10.c (oNoEncryptTo): New.
7812         * pkclist.c (build_pk_list): Implemented this option.
7814         * g10.c (main): Greeting is now printed to stderr and not to tty.
7815         Use add_to_strlist() instead of direct coding.
7817         * import.c (import): Use iobuf_push_filter2.
7819         * mainproc.c (check_sig_and_print): Print all user ids
7820         for good signatures.
7821         * getkey.c (get_pubkeyblock): New.
7823         * import.c (chk_self_sigs): Fixed SEGV for unbounded class 0x18 keys.
7824         (delete_inv_parts): Delete special marked packets.
7826 Tue Feb 16 14:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7828         * g10.c (main): New option --encrypt-to
7830         * pkclist.c (build_pk_list): Implemented encrypt-to.
7832         * parse-packet.c (parse_user_id): Removed the hack to work with
7833         utf-8 strings.
7835         * g10.c (main): Install lockfile cleanup handler.
7836         * tdbio.c (cleanup): Removed: this is now handled by dotlock.
7838 Sat Feb 13 14:13:04 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7840         * tdbio.c (tdbio_set_dbname): Init lockhandle for a new trustdb
7842 Wed Feb 10 17:15:39 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7844         * g10.c (main): check for development version now in configure
7846         * tdbio.c (tdbio_write_record): Add uid.validity
7847         (tdbio_read_record) : Ditto.
7848         (tdbio_dump_record) : Ditto.
7850         * keygen.c (keygen_add_std_prefs): Replaced Blowfish by Twofish,
7851         removed MD5 and Tiger.
7852         * pubkey-enc.c (get_it): Suppress warning about missing Blowfish
7853         in preferences in certain cases.
7855         * ringedit.c (lock_rentry,unlock_rentry): New.
7857         * getkey.c (key_byname): Pass ret_kb down to lookup_xx.
7859         * armor.c (armor_filter): No output of of empty comment lines.
7860         Add option --no-version to suppress the output of the version string.
7862         * getkey.c: Release the getkey context for auto context variables.
7864 Sun Jan 24 18:16:26 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7866         * getkey.c: Changed the internal design to allow simultaneous
7867         lookup of multible user ids
7868         (get_pubkey_bynames): New.
7869         (get_seckey_bynames): New.
7870         (get_seckey_next): New.
7871         (get_seckey_end): New.
7872         * keylist.c (list_one): Use the new functions.
7874         * keylist.c (list_keyblock): add a newline for normal listings.
7876         * g10.c (--recipient): New option name to replace --remote-user
7879 Wed Jan 20 18:59:49 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7881         * textfilter.c: Mostly rewritten
7882         * plaintext.c (handle_plaintext): Use now text_filter semantics.
7884 Tue Jan 19 19:34:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7886         * export.c (export_pubkeys_stream): New.
7887         (do_export_stream): New.
7888         * g10.c (aSendKeys): New command.
7889         * hkp.c (hkp_export): New.
7891         * compress.c (do_uncompress): Hack for algo 1 and 1.1.3
7893 Sun Jan 17 11:04:33 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7895         * textfilter.c (text_filter): Now uses iobuf_read_line().
7896         (read_line): Removed.
7898         * armor.c (trim_trailing_spaces): Removed and replaced
7899         by trim_trailing_ws from libutil
7901 Sat Jan 16 12:03:27 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7903         * hkp.c (hkp_ask_import): Use only the short keyid
7905 Sat Jan 16 09:27:30 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7907         * import.c (import_key_stream): New
7908         (import): New, moved most of import_keys here.
7909         * g10.c: New option --keyserver
7910         * mainproc.c (check_sig_and_print): Hook to import a pubkey.
7912         * pref.c pref.h : Removed
7914         * hkp.c hkp.h: New
7916 Wed Jan 13 14:10:15 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7918         * armor.c (radix64_read): Print an error if a bad armor was detected.
7920 Wed Jan 13 12:49:36 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7922         * armor.c (radix64_read): Now handles malformed armors produced
7923         by some buggy MUAs.
7925 Tue Jan 12 11:17:18 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7927         * ringedit.c (find_keyblock_bysk): New.
7929         * skc_list.c (is_insecure): New.
7930         (build_sk_list): usage check for insecure keys.
7932         * import.c (chk_self_sigs): Add handling for subkeys.
7933         (delete_inv_parts): Skip unsigned subkeys
7935         * sig-check.c (do_check): Print info if the signature is older
7936         than the key.
7937         * keygen.c (generate_subkeypair): Fail on time warp.
7938         * sign.c (do_sign): Ditto.
7940 Sun Jan 10 15:10:02 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7942         * armor.c (fake_packet): Fixed not-dash-escaped bug.
7944 Sat Jan  9 16:02:23 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7946         * sig-check.c (do_check): Output time diff on error
7948         * status.c (STATUS_VALIDSIG): New.
7949         (is_status_enabled): New.
7950         * mainproc.c (check_sig_and_print): Issue that status message.
7952         * plaintext.c (special_md_putc): Removed
7954         * armor.c (armor_filter): print error for truncated lines.
7956         * free-packet.c (free_encrypted): Revomed call to set_block_mode.
7957         (free_plaintext): Ditto.
7959 Thu Jan  7 18:00:58 CET 1999  Werner Koch  <wk@isil.d.shuttle.de>
7961         * pkclist.c (add_ownertrust): Fixed return value.
7963         * encr-data.c (decrypt_data): Disabled iobuf_set_limit and
7964         iobuf_pop_filter stuff.
7965         * compress.c (handle_compressed): Disabled iobuf_pop_filter.
7967         * packet.h (PKT_secret_key): Add is_primary flag.
7968         * parse-packet.c (parse_key): Set this flag.
7969         * passphrase.c (passphrase_to_dek): Kludge to print the primary
7970         keyid - changed the API: keyid must now hold 2 keyids.
7971         * getkey.c (get_primary_seckey): New.
7972         * seckey-cert.c (do_check): pass primary keyid to passphrase query
7974         * tbdio.c (open_db): removed the atexit
7975         (tdbio_set_dbname): and moved it to here.
7977         * armor.c: Rewrote large parts.
7979 Tue Dec 29 19:55:38 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
7981         * revoke.c (gen_revoke): Removed compression.
7983         * pkclist.c (do_we_trust_pre): special check for revoked keys
7985         * trustdb.c (update_trust_record): Fixed revoke flag.
7987 Tue Dec 29 14:41:47 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
7989         * misc.c (disable_core_dumps): Check for EINVAL (Atari)
7991         * getkey (merge_one_pk_and_selfsig): Fixed search of expiredate.
7992         (merge_keys_and_selfsig): Ditto.
7994         * free-packet.c (cmp_public_keys): cmp expire only for v3 packets
7995         (cmp_secret_keys): Ditto.
7996         (cmp_public_secret_key): Ditto.
7998 Wed Dec 23 17:12:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8000         * armor.c (find_header): Reset not_dashed at every header
8002 Wed Dec 23 13:18:14 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8004         * pkclist.c (add_ownertrust): Refresh validity values.
8006         * trustdb.c (enum_cert_paths_print): New arg refresh.
8008         * ringedit.c: Fixed problems fix keyrings
8009         * parse-packet.c (dbg_parse_packet): New debug functions.
8011         * getkey.c (getkey_disable_caches): New.
8012         * import.c (import_keys): Disable caches.
8014 Thu Dec 17 18:31:15 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8016         * misc.c (trap_unaligned): Only for glibc 1
8018         * sign.c (write_dash_escaped): Now escapes "From " lines
8019         * g10.c: New option --escape-from-lines
8021         * trustdb.c (sort_tsl_list): New
8022         (list_trust_path): Now prints sorted list.
8023         (enum_cert_paths): Likewise.
8024         (enum_cert_paths_print): New.
8025         (print_paths): New printing format.
8026         * pkclist.c (add_ownertrust): New arg quit.
8027         (edit_ownertrust): New quit selection and does not query
8028         the recipients ownertrust anymore.
8029         (add_ownertrust): Print the ceritficate path.
8032 Mon Dec 14 21:18:49 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8034         * parse-packet.c (parse_signature): Now checks for critical bit
8035         (parse_sig_subpkt): Splitted.
8036         (parse_one_sig_subpkt): New.
8037         * sig-check.c (do_check): handle critical bit.
8039 Sun Dec 13 14:10:56 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8041         * pcklist.c (select_algo_from_prefs): Preferences should
8042         now work (lost the != ? )
8044 Thu Dec 10 20:15:36 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8046         * ringedit.c (gdbm_store): Fix for inserts
8048         * g10.c (main): New option --export-all
8049         * export.c (export_pubkeys): New arg.
8050         (do_export): Now may skip old keys.
8052         * status.c: Minor patches for Sun's cc
8054         * keygen.c (ask_algo): Disabled v3 ElGamal choice, rearranged
8055          the numbers.  Add a warning question when a sign+encrypt key
8056          is selected.
8058         * g10.c (do_not_use_RSA): Removed.
8059         * misc.c (print_pubkey_algo_note): New as replacement for the
8060         do_not_use_RSA() and chnaged all callers.
8061         (print_cipher_algo_note): New.
8062         (print_hash_algo_note): New.
8064         * cipher.c (write_header): Add a call to print_cipher_algo_note.
8065         * seckey-cert.c (protect_secret_key): Ditto
8066         * sign.c (do_sign): Add a call to print_digest_algo_note.
8068         * getkey.c (get_long_user_id_string): New.
8069         * mainproc.c (check_sig_and_print): Changed the format of the
8070         status output.
8072         * encrypt.c (write_pubkey_enc_from_list): print used symmetric cipher.
8074         * pkclist.c (do_we_trust): Changed a message.
8076 Wed Dec  9 13:41:06 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8078         * misc.c (trap_unaligned) [ALPHA]: Only if UAC_SIGBUS is defined.
8080         * sign.c (write_dash_escaped): Add the forgotten patch by Brian Moore.
8082         * compress.c (do_uncompress): Fixed the inflating bug.
8085 Tue Dec  8 13:15:16 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8087         * trustdb.c (upd_uid_record): Now uses the newest self-signature
8088         (insert_trust_record): Now calls update with recheck set to true.
8089         (register_trusted_key): New.
8090         (verify_own_keys): Enhanced by list of trusted keys.
8092         * g10.c (main): Print a warning when a devel version is used.
8093         (main): New option --trusted-key
8095         * import.c (merge_blocks): Fixed merging of new user ids and
8096         added merging of subkeys.
8097         (append_uid): Ditto.
8098         (merge_keysig): New.
8099         (append_key): New.
8100         * getkey.c (merge_one_pk_and_selfsig): Get the expiration time
8101         from the newest self-signature.
8102         (merge_keys_and_selfsig): Ditto.
8104         * free-packet.c (cmp_secret_key): New.
8107 Fri Nov 27 21:37:41 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8109         * g10.c: New option --lock-once
8110         * tdbio.c (open_db): Add an atexit
8111         (cleanup): New.
8112         (tdbio_sync): Add locking.
8113         (tdbio_end_transaction): Ditto.
8114         (put_record_into_cache): Ditto.
8115         * ringedit.c (keyring_copy): Ditto.
8116         (cleanup): New.
8117         (add_keyblock_resource): Add an atexit.
8119 Fri Nov 27 15:30:24 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8121          * armor.c (find_header): Another fix for clearsigs.
8123 Fri Nov 27 12:39:29 CET 1998  Werner Koch  <wk@isil.d.shuttle.de>
8126         * status.c (display_help): Removed.
8127         * helptext.c: New and removed the N_() from all cpr_gets.
8130 Fri Nov 20 16:54:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
8132         * g10.c (main): New option --not-dash-escaped
8133         * sign.c (write_dashed_escaped): Ditto.
8134         * armor.c (find_header): Support for NotDashEscaped header.
8136         * getkey.c: print "disabled cache.." only if verbose is used.
8138 Thu Nov 19 07:17:31 1998  Werner Koch  <werner.koch@guug.de>
8140         * parse-packet.c (dump_sig_subpkt): Fixed expire listing
8141         * getkey.c (merge_keys_and_selfsig): Fixed expire calculation.
8142         (merge_one_pk_and_selfsig): Ditto.
8143         * keyedit.c (menu_expire). Ditto.
8144         * keygen.c (keygen_add_key_expire): Ditto.
8145         (ask_expire_interval): New and changed all local function to use
8146         this instead.
8147         (keygen_add_key_expire): Opaque should now be a public key;
8148         changed all callers.
8150         * parse.packet.c (parse): use skip_rest to skip packets.
8152         * keyedit.c (keyedit_menu): New arg for cmdline cmds.
8154 Wed Nov 18 20:33:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
8156         * trustdb.c (check_trustdb): Now rechecks all gived userids.
8157         (collect_paths): Some fixes.
8158         (upd_pref_records): Skips empty items, evaluate all items.
8160         * parse-packet.c (dump_sig_subpkt): Better listing of prefs.
8161         (skip_packet): Now knows about marker packet
8163         * g10.c: removed cmd "--edit-sig".
8165         * pubring.asc: Updated.
8167 Sat Nov 14 14:01:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
8169         * g10.c (main): Changed syntax of --list-trust-path
8170         * trustdb.c (list_trust_path): Replaced max_depth by
8171         opt.max_cert_depth
8173 Fri Nov 13 07:39:58 1998  Werner Koch  <werner.koch@guug.de>
8175         * trustdb.c (collect_paths): Removed a warning message.
8176         (enum_trust_web): Removed.
8177         (enum_cert_paths): New.
8178         * pkclist.c (add_ownertrust): Changed to use enum_cert_paths.
8179         (edit_ownertrust): Now list ceritficates on request.
8180         (show_paths): New.
8182 Wed Nov 11 18:05:44 1998  Werner Koch  <werner.koch@guug.de>
8184         * g10.c (main): New option --max-cert-depth
8185         * tdbio.h: add new fields to ver and dir record.
8186         * tdbio.c: read/write/dump of these fields.
8187         (tdbio_db_matches_options): New.
8188         * trustdb.c: replaced MAC_CERT_DEPTH by opt.max_cert_depth.
8189         (do_check): cache validity and changed other functions
8190         to reset the cached value.
8192         * keylist.c (list_one): Now lists the ownertrust.
8193         * mainproc.c (list_node): Ditto.
8195 Tue Nov 10 10:08:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
8197         * g10.c (g10_exit): Now looks at the new g10_errors_seen.
8198         * mainproc.c (check_sig_and_print): Sets g10_errors_seen.
8200         * *.c : i18n many more strings.
8202         * ringedit.c (locate_keyblock_by_keyid): Add HAVE_LIBGDBM
8203         (locate_keyblock_by_fpr): Ditto.
8205         * g10.c (main): removed unsused "int errors".
8206         (main): Add new option --charset.
8208         * g10.c (main): special message for the unix newbie.
8210 Mon Nov  9 07:17:42 1998  Werner Koch  <werner.koch@guug.de>
8212         * getkey.c (finish_lookup): Kludge to prefere algo 16.
8214         * trustdb.c (new_lid_table): Clear cached item.
8216         * status.c (cpr_get_utf8): New.
8217         * pkclist.c (build_pk_list): Uses this.
8219 Sun Nov  8 17:20:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
8221         * mainproc.c (check_sig_and_print): Why did I use strlen()-1
8222         in the printf? - This truncated the TZ.
8224 Sat Nov  7 15:57:28 1998  me,,,  (wk@tobold)
8226         * getkey.c (lookup): Changes to support a read_next.
8227         (get_pubkey): Fixed a memory leak.
8229         * keylist.c (list_one): Now lists all matching user IDs.
8231 Tue Nov  3 16:19:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
8233         * keygen.c (ask_user_id): Now converted to UTF-8
8235         * g10.c (main): Kludge for pgp clearsigs and textmode.
8237 Fri Oct 30 16:40:39 1998  me,,,  (wk@tobold)
8239         * signal.c (block_all_signals): New.
8240         (unblock_all_signals): New
8241         * tdbio.c (tdbio_end_transaction): Now blocks all signals.
8243         * trustdb.c (new_lid_table): Changed the representation of the
8244         former local_lid_info stuff.
8246         * trustdb.c (update_trust_record): Reorganized the whole thing.
8247         * sig-check.c (check_key_signature): Now handles class 0x28
8250 Wed Oct 28 18:56:33 1998  me,,,  (wk@tobold)
8252         * export.c (do_export): Takes care of the exportable sig flag.
8254 Tue Oct 27 14:53:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
8256         * trustdb.c (update_trust_record): New "fast" parameter.
8258 Sun Oct 25 19:32:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
8260         * openfile.c (copy_options_File): New.
8261         * ringedit.c (add_keyblock_resource): Creates options file
8262         * tdbio.c (tdbio_set_dbname): Ditto.
8264 Sat Oct 24 14:10:53 1998  brian moore <bem@cmc.net>
8266         * mainproc.c (proc_pubkey_enc): Don't release the DEK
8267         (do_proc_packets): Ditto.
8269 Fri Oct 23 06:49:38 1998  me,,,  (wk@tobold)
8271         * keyedit.c (keyedit_menu): Comments are now allowed
8273         * trustdb.c: Rewrote large parts.
8276 Thu Oct 22 15:56:45 1998  Michael Roth  (mroth@nessie.de)
8278         * encode.c: (encode_simple): Only the plain filename without
8279         a given directory is stored in generated packets.
8280         (encode_crypt): Ditto.
8282         * sign.c: (sign_file) Ditto.
8285 Thu Oct 22 10:53:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
8287         * trustdb.c (update_trust_record): Add new optional arg.
8289         * import.c (import_keys): Add statistics output
8290         * trustdb.c (update_trustdb): Ditto.
8291         (insert_trustdb): Ditto.
8293         * tdbio.c (tdbio_begin_transaction): New.
8294         (tdbio_end_transaction): New.
8295         (tdbio_cancel_transaction): New.
8297         * g10.c (main): New option --quit.
8299         * trustdb.c (check_hint_sig): No tests for user-id w/o sig.
8300         This caused an assert while checking the sigs.
8302         * trustdb.c (upd_sig_record): Splitted into several functions.
8304         * import.c (import_keys): New arg "fast".
8305         * g10.c (main): New command --fast-import.
8307 Wed Oct 21 18:19:36 1998  Michael Roth <mroth@nessie.de>
8309         * ringedit.c (add_keyblock_resource): Directory is now created.
8310         * tdbio.c (tdbio_set_dbname): New info message.
8312 Wed Oct 21 11:52:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
8314         * trustdb.c (update_trustdb): released keyblock in loop.
8316         * keylist.c (list_block): New.
8317         (list_all): Changed to use list_block.
8319         * trustdb.c: Completed support for GDBM
8321         * sign.c (only_old_style): Changed the way force_v3 is handled
8322         (sign_file): Ditto.
8323         (clearsign_file): Ditto.
8325         * keygen.c (has_invalid_email_chars): Splitted into mailbox and
8326         host part.
8328         * keylist.c (list_one): Add a merge_keys_and_selfsig.
8329         * mainproc.c (proc_tree): Ditto.
8331 Sun Oct 18 11:49:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8333         * sign.c (only_old_style): Add option force_v3_sigs
8334         (sign_file): Fixed a bug in sig->version
8335         (clearsign_file): Ditto.
8337         * parse-packet.c (dump_sig_subpkt): New
8339         * keyedit.c (menu_expire): New.
8340         * free-packet.c (cmp_signatures): New
8343 Sat Oct 17 10:22:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
8345         * armor.c: changed output line length from 72 to 64.
8347         * keyedit.c (fix_keyblock): New.
8349 Fri Oct 16 10:24:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
8351         * trustdb.c: Rewrote most.
8352         * tdbio.c: Add cache and generalized hash tables.
8354         * options.h (ENABLE_COMMENT_PACKETS): New but undef'ed.
8355         * encode.c, sign.c, keygen.c: Disabled comment packets.
8356         * export.c (do_export): Comment packets are never exported,
8357         except for those in the secret keyring.
8359         * g10.c (main): Removed option do-no-export-rsa; should be
8360         be replaced by a secpial tool.
8361         * export.c (do_export): Removed the code for the above option.
8363         * armor.c (find_header): Support for new only_keyblocks.
8364         * import.c (import_keys): Only looks for keyblock armors.
8366         * packet.h: replaced valid_days by expiredate and changed all users.
8367         * build-packet.c (do_public_key): calculates valid-days
8368         (do_secret_key): Ditto.
8369         * parse-packet.c (parse_key): expiredate is calucated from the
8370         valid_period in v3 packets.
8371         * keyid.c (do_fingerprint_md): calculates valid_dates.
8373         * keygen.c (add_key_expire): fixed key expiration time for v4 packets.
8375         * armor.c (find_header): A LF in the first 28 bytes
8376         was skipped for non-armored data.
8378 Thu Oct  8 11:35:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
8380         * armor.c (is_armored): Add test on old comment packets.
8382         * tdbio.c (tdbio_search_dir_bypk): fixed memory leak.
8384         * getkey.c: Changed the caching algorithms.
8386 Wed Oct  7 19:33:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
8388         * kbnodes.c (unused_nodes): New.
8390 Wed Oct  7 11:15:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
8392         * keyedit.c (sign_uids): Fixed a problem with SK which could caused
8393         a save of an unprotected key.
8394         (menu_adduid): Ditto.
8396         * keyedit.c (keyedit_menu): Prefs are now correctly listed for
8397         new user ids.
8399         * trustdb.c (update_trust_record): New.
8400         (insert_trust_record): Now makes use of update_trust_record.
8402 Tue Oct  6 16:18:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8404         * trustdb.c (read_record): replaces most of the tdbio_read_records.
8405         (write_record): Ditto.
8407 Sat Oct  3 11:01:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
8409         * keygen.c (ask_alogo): enable ElGamal enc-only only for addmode.
8411 Wed Sep 30 10:15:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
8413         * import.c (import_one): Fixed update of wrong keyblock.
8415 Tue Sep 29 08:32:08 1998  me,,,  (wk@tobold)
8417         * mainproc.c (proc_plaintext): Display note for special filename.
8418         * plaintext.c (handle_plaintext): Suppress output of special file.
8420 Mon Sep 28 12:57:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
8422         * g10.c (verify_own_keys): Add warning if a key is not protected.
8424         * passphrase (hash_passphrase): Fixed iterated+salted mode and
8425         setup for keysizes > hashsize.
8427         * g10.c (main): New options: --s2k-{cipher,digest,mode}.
8429 Fri Sep 25 09:34:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
8431         * g10.c: Chnaged some help texts.
8433 Tue Sep 22 19:34:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
8435         * passphrase.c (read_passphrase_from_fd): fixed bug for long
8436         passphrases.
8438 Mon Sep 21 11:28:05 1998  Werner Koch  (wk@(none))
8440         * getkey.c (lookup): Add code to use the sub key if the primary one
8441         does not match the usage.
8443         * armor.c (armor_filter): New error message: no valid data found.
8444         (radix64_read): Changes to support multiple messages.
8445         (i18n.h): New.
8446         * mainproc.c (add_onepass_sig): bug fix.
8448 Mon Sep 21 08:03:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
8450         * pkclist.c (do_we_trust): Add keyid to most messages.
8452         * passphrase.c (read_passphrase_from_fd): New.
8453         (have_static_passphrase): New
8454         (get_passphrase_fd): Removed.
8455         (set_passphrase_fd): Removed.
8456         * g10.c (main): passphrase is now read here.
8458         * keyedit.c (keyedit_menu): "help" texts should now translate fine.
8460 Mon Sep 21 06:40:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
8462         * encode.c (encode_simple): Now disables compression
8463         when --rfc1991 is used.
8464         (encode_crypt): Ditto.
8466 Fri Sep 18 16:50:32 1998  Werner Koch  (wk@isil.d.shuttle.de)
8468         * getkey.c (merge_key_and_selfsig): New.
8470 Fri Sep 18 10:20:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
8472         * pkclist.c (select_algo_from_prefs): Removed 3DES kludge.
8474         * seskey.c (make_session_key): Fixed SERIOUS bug introduced
8475         by adding the weak key detection code.
8477         * sign.c (sign_file): Changed aremor header in certain cases.
8479 Tue Sep 15 17:52:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
8481         * mainproc.c (check_sig_and_print): Replaced ascime by asctimestamp.
8483 Mon Sep 14 11:40:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
8485         * seskey.c (make_session_key): Now detects weak keys.
8487         * trustdb (clear_trust_checked_flag): New.
8489         * plaintext.c (handle_plaintext): Does no anymore suppress CR from
8490         cleartext signed messages.
8492 Sun Sep 13 12:54:29 1998  Werner Koch  (wk@isil.d.shuttle.de)
8494         * trustdb.c (insert_trust_record): Fixed a stupid bug in the free
8495         liunked list loops.
8497 Sat Sep 12 15:49:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
8499         * status.c (remove_shmid): New.
8500         (init_shm_comprocess): Now sets permission to the real uid.
8502 Wed Sep  9 11:15:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8504         * packet.h (PKT_pubkey_enc): New flah throw_keyid, and add logic to
8505         implement it.
8506         * g10.c (main): New Option --throw-keyid
8508         * getkey.c (enum_secret_keys): Add new ar and changed all callers.
8510 Tue Sep  8 20:04:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
8512         * delkey.c (delete_key): Moved from keyedit.c.
8514 Mon Sep  7 16:37:52 1998  Werner Koch  (wk@isil.d.shuttle.de)
8516         * build-packet.c (calc_length_header): New arg new_ctb to correctly
8517         calculate the length of new style packets.
8519         * armor.c (is_armored): Checks for symkey_enc packets.
8521         * pkclist.c (select_algo_from_prefs): 3DEs substitute is now CAST5.
8523 Tue Aug 11 17:54:50 1998  Werner Koch  (wk@isil.d.shuttle.de)
8525         * build-packet.c (do_secret_key): Fixed handling of old keys.
8527         * getkey.c (compare_name): Fixed exact and email matching
8529         * openfile.c (open_outfile): Changed arguments and all callers.
8531 Tue Aug 11 09:14:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
8533         * encode.c (encode_simple): Applied option set-filename and comment.
8534         (encode_crypt): Ditto.
8535         * sign.c (sign_file): Ditto.
8536         * armor.c (armor_filter): Applied option comment.
8538         * encode.c (encode_crypt): Moved init_packet to the begin.
8539         (encode_simple): add an init_packet().
8541         * comment (write_comment): Now enforces a hash sign as the 1st byte.
8543         * import.c (import_one): Add explanation for "no user ids".
8545         * compress.c (do_uncompress): Applied Brian Warner's patch to support
8546         zlib 1.1.3 etc.
8548         * trustdb.c (check_trust): Fixed a problem after inserting new keys.
8550         * getkey (lookup): do not return the primary key if usage is given
8551         (lookup_sk): Ditto and take usage into account.
8553         * status.c (cpr_get_answer_is_yes): add display_help.
8555 Mon Aug 10 10:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
8557         * getkey.c (lookup_sk): Now always returns the primary if arg
8558         primary is true.
8559         (lookup): Likewise.
8560         (get_pubkey_byname): Now returns the primary key
8561         (get_seckey_byname): Ditto.
8564 Mon Aug 10 08:34:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8566         * keyid.c (pubkey_letter): ELG_E is now a small g.
8568 Sat Aug  8 17:26:12 1998  Werner Koch  (wk@isil.d.shuttle.de)
8570         * openfile (overwrite_filep): Changed semantics and all callers.
8572 Sat Aug  8 12:17:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
8574         * status.c (display_help): New.
8576 Thu Aug  6 16:30:41 1998  Werner Koch,mobil,,,  (wk@tobold)
8578         * seskey.c (encode_session_key): Now uses get_random_bits().
8580 Thu Aug  6 07:34:56 1998  Werner Koch,mobil,,,  (wk@tobold)
8582         * ringedit.c (keyring_copy): No more backupfiles for
8583         secret keyrings and add additional warning in case of
8584         a failed secret keyring operation.
8586 Wed Aug  5 11:54:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
8588         * g10.c (check_opts): Moved to main.  Changed def_cipher_algo
8589         semantics and chnaged all users.
8591         * pubkey-enc.c (get_sssion_key): New informational output
8592         about preferences.
8594         * parse-packet.c (parse_symkeyenc): Fixed salted+iterated S2K
8595         (parse_key): Ditto.
8596         * build-packet.c (do_secret_key): Ditto.
8597         (do_symkey_enc): Ditto.
8599 Tue Aug  4 08:59:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
8601         * getkey.c (enum_secret_keys): Now returns only primary keys.
8603         * getkey (lookup): Now sets the new namehash field.
8605         * parse-packet.c (parse_sig_subpkt2): New.
8607         * sign.c (sign_file): one-pass sigs are now emiited reverse.
8608         Preference data is considered when selecting the compress algo.
8610 Wed Jul 29 12:53:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8612         * free-packet.c (copy_signature): New.
8614         * keygen.c (generate_subkeypair): rewritten
8615         * g10.c (aKeyadd): Removed option --add-key
8617 Mon Jul 27 10:37:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
8619         * seckey-cert.c (do_check): Additional check on cipher blocksize.
8620         (protect_secret_key): Ditto.
8621         * encr-data.c: Support for other blocksizes.
8622         * cipher.c (write_header): Ditto.
8624 Fri Jul 24 16:47:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
8626         * kbnode.c (insert_kbnode): Changed semantics and all callers.
8627         * keyedit.c : More or less a complete rewrite
8629 Wed Jul 22 17:10:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
8631         * build-packet.c (write_sign_packet_header): New.
8633 Tue Jul 21 14:37:09 1998  Werner Koch  (wk@isil.d.shuttle.de)
8635         * import.c (import_one): Now creates a trustdb record.
8637         * g10.c (main): New command --check-trustdb
8639 Mon Jul 20 11:15:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
8641         * genkey.c (generate_keypair): Default key is now DSA with
8642         encryption only ElGamal subkey.
8644 Thu Jul 16 10:58:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
8646         * keyid.c (keyid_from_fingerprint): New.
8647         * getkey.c (get_pubkey_byfprint): New.
8649 Tue Jul 14 18:09:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
8651         * keyid.c (fingerprint_from_pk): Add argument and changed all callers.
8652         (fingerprint_from_sk): Ditto.
8654 Tue Jul 14 10:10:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
8656         * plaintext.c (handle_plaintext): Now returns create error if
8657         the file could not be created or the user responded not to overwrite
8658         the file.
8659         * mainproc.c (proc_plaintext): Tries again if the file could not
8660         be created to check the signature without output.
8662         * misc.c (disable_core_dumps): New.
8663         * g10.c (main): disable coredumps for gpg
8665         * g10.c (MAINTAINER_OPTIONS): New to disable some options
8667 Mon Jul 13 16:47:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
8669         * plaintext.c (hash_datafiles): New arg for better support of
8670         detached sigs. Changed all callers.
8671         * mainproc.c (proc_signature_packets): Ditto.
8673         * g10.c (main): New option "compress-sigs"
8674         * sig.c (sign_file): detached signatures are not anymore compressed
8675         unless the option --compress-sigs is used.
8677 Thu Jul  9 19:54:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
8679         * armor.c: Fixes to allow zero length cleartext signatures
8681 Thu Jul  9 14:52:47 1998  Werner Koch  (wk@isil.d.shuttle.de)
8683         * g10.c (build_list): Now drops setuid.
8684         (main): Changed the way keyrings  and algorithms are registered .
8686 Wed Jul  8 14:17:30 1998  Werner Koch  (wk@isil.d.shuttle.de)
8688         * packet.h (PKT_public_key): Add field keyid.
8689         * parse-packet.c (parse_key): Reset the above field.
8690         * keyid.c (keyid_from_pk): Use above field as cache.
8692         * tdbio.c, tdbio.h: New
8693         * trustdb.c: Moved some functions to tdbio.c.
8694         (print_keyid): New.
8696         * pkclist.c (check_signatures_trust): New.
8698 Wed Jul  8 10:45:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
8700         * plaintext.c (special_md_putc): New.
8701         (handle_plaintext): add clearsig argument
8702         * mainproc.c (proc_plaintext): detection of clearsig
8703         * sign.c (write_dased_escaped): Changed clearsig format
8705 Tue Jul  7 18:56:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
8707         * armor.c (find_header): Now makes sure that there is only one
8708         empty line for clearsigs, as this is what OP now says.
8710 Mon Jul  6 13:09:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
8712         * g10.c (main): New option default-secret-key
8713         * getkey.c (get_seckey_byname): support for this option.
8715 Mon Jul  6 09:03:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
8717         * getkey.c (add_keyring): Keyrings are now added to end of the
8718         list of keyrings.  The first added keyringwill be created.
8719         (add_secret_keyring): Likewise.
8721         * ringedit.c (add_keyblock_resource): Files are created here.
8723         * g10.c (aNOP): Removed
8725         * getkey.c (lookup): Add checking of usage for name lookups
8726         * packet.h (pubkey_usage): Add a field which may be used to store
8727         usage capabilities.
8728         * pkclist.c (build_pk_list): getkey now called with usage arg.
8729         * skclist.c (build_sk_list): Ditto.
8731         * sign.c (clearsign_file): Fixed "Hash:" headers
8733 Sat Jul  4 13:33:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
8735         * trustdb.c (list_ownertrust): New.
8736         * g10.c (aListOwnerTrust): New.
8738         * g10.c (def_pubkey_algo): Removed.
8740         * trustdb.c (verify_private_data): Removed and also the call to it.
8741         (sign_private_data): Removed.
8743 Fri Jul  3 13:26:10 1998  Werner Koch  (wk@isil.d.shuttle.de)
8745         * g10.c (aEditKey): was aEditSig. Changed usage msg.
8747         * keyedit.c: Done some i18n stuff.
8749         * g10.c (do_not_use_RSA): New.
8750         * sign.c (do_sign): Add call to above function.
8751         * encode.c (write_pubkey_enc_from_list): Ditto.
8753 Thu Jul  2 21:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
8755         * parse-packet.c: Now is able sto store data of unknown
8756         algorithms.
8757         * free-packet.c: Support for this.
8758         * build-packet.c: Can write data of packet with unknown algos.
8760 Thu Jul  2 11:46:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
8762         * parse-packet.c (parse): fixed 4 byte length header
8764 Wed Jul  1 12:36:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
8766         * packet.h (new_ctb): New field for some packets
8767         * build-packet.c (build_packet): Support for new_ctb
8768         * parse-packet.c (parse): Ditto.
8770 Mon Jun 29 12:54:45 1998  Werner Koch  (wk@isil.d.shuttle.de)
8772         * packet.h: changed all "_cert" to "_key", "subcert" to "subkey".
8774         * free-packet.c (free_packet): Removed memory leak for subkeys.
8776 Sun Jun 28 18:32:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
8778         * import.c (import_keys): Renamed from import_pubkeys.
8779         (import_secret_one): New.
8781         * g10.c (aExportSecret): New.
8783         * export.c (export_seckeys): New.
8785         * parse-packet.c (parse_certificate): Cleaned up.
8786         (parse_packet): Trust packets are now considered as unknown.
8787         (parse_pubkey_warning): New.
8789 Fri Jun 26 10:37:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
8791         * keygen.c (has_invalid_email_chars): New.
8793 Wed Jun 24 16:40:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
8795         * armor.c (armor_filter): Now creates valid onepass_sig packets
8796         with all detected hash algorithms.
8797         * mainproc.c (proc_plaintext): Now uses the hash algos as specified
8798         in the onepass_sig packets (if there are any)
8800 Mon Jun 22 11:54:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
8802         * plaintext.c (handle_plaintext): add arg to disable outout
8803         * mainproc.c (proc_plaintext): disable output when in sigs_only mode.
8805 Thu Jun 18 13:17:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
8807         * keygen.c: Removed all rsa packet stuff, chnaged defaults
8808         for key generation.
8810 Sun Jun 14 21:28:31 1998  Werner Koch  (wk@isil.d.shuttle.de)
8812         * misc.c (checksum_u16): Fixed a stupid bug which caused a
8813         wrong checksum calculation for the secret key protection and
8814         add a backward compatibility option.
8815         * g10.c (main): Add option --emulate-checksum-bug.
8817 Thu Jun 11 13:26:44 1998  Werner Koch  (wk@isil.d.shuttle.de)
8819         * packet.h: Major changes to the structure of public key material
8820         which is now stored in an array and not anaymore in a union of
8821         algorithm specific structures.  These is needed to make the system
8822         more extendable and makes a lot of stuff much simpler. Changed
8823         all over the system.
8825         * dsa.c, rsa.c, elg.c: Removed.
8827 Wed Jun 10 07:22:02 1998  Werner Koch,mobil,,,  (wk@tobold)
8829         * g10.c ("load-extension"): New option.
8831 Mon Jun  8 22:23:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
8833         * seckey-cert.c (do_check): Removed cipher constants
8834         (protect_secret_key): Ditto.
8836 Fri May 29 10:00:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
8838         * trustdb.c (query_trust_info): New.
8839         * keylist.c (list_one): Add output of trust info
8840         * mainproc (list_node): ditto.
8841         * g10.c (main): full trustdb init if -with-colons and any of the
8842         key list modes.
8844 Thu May 28 10:34:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
8846         * status.c (STATUS_RSA_OR_IDEA): New.
8847         * sig-check.c (check_signature): Output special status message.
8848         * pubkey-enc.c (get_session_key): Ditto.
8850         * mainproc.c (check_sig_and_print): Changed format of output.
8851         * passpharse.c (passphrase_to_dek): Likewise.
8853 Wed May 27 13:46:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
8855         * g10.c (aListSecretKeys): New option --list-secret-keys
8856         * keylist.c (std_key_list): Renamed to public_key_list.
8857         (secret_key_list): New
8858         (list_one, list_all): Add support for secret keys.
8859         * getkey.c (get_secret_keyring): New.
8860         * mainproc.c (list_node): Add option --with-colons for secret keys
8862         * sig-check.c (check_key_signature): detection of selfsigs
8863         * mainproc.c (list_node): fixed listing.
8865         * g10.c (aListSecretKeys): New option --always-trust
8866         * pkclist.c (do_we_trust): Override per option added
8868         * status.c (write_status_text): Add a prefix to every output line.
8870 Wed May 27 07:49:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
8872         * g10 (--compress-keys): New.
8873         * options.h (compress_keys): New.
8874         * export.c (export_pubkeys): Only compresses with the new option.
8876 Tue May 26 11:24:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
8878         * passphrase.c (get_last_passphrase): New
8879         (set_next_passphrase): New.
8880         (passphrase_to_dek): add support for the above functions.
8881         * keyedit.c (make_keysig_packet): Add sigclass 0x18,
8882         changed all callers due to a new argument.
8883         * keygen.c (write_keybinding): New
8884         (generate_subkeypair): Add functionality
8885         (ask_algo, ask_keysize, ask_valid_days): Broke out of generate_keypair
8886         (ask_user_id, ask_passphrase): Ditto.
8888 Thu May 21 11:26:13 1998  Werner Koch  (wk@isil.d.shuttle.de)
8890         * g10.c,gpgd.c (main): Does now return an int, so that egcs does
8891         not complain.
8893         * armor.c (fake_packet): Removed erro message and add a noticed
8894         that this part should be fixed.
8896         * sign.c (sign_file): Compression now comes in front of encryption.
8897         * encode.c (encode_simple): Ditto.
8898         (encode_crypt): Ditto.
8900 Tue May 19 16:18:19 1998  Werner Koch  (wk@isil.d.shuttle.de)
8902         * armor.c (fake_packet): Changed assertion to log_error
8904 Sat May 16 16:02:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
8906         * build-packet.c (build_packet): Add SUBKEY packets.
8908 Fri May 15 17:57:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
8910         * sign.c (hash_for): New and used in all places here.
8911         * main.h (DEFAULT_): new macros.
8912         * g10.c  (opt.def_digest_algo): Now set to 0
8914         * compress.c (init_compress): Add support for algo 1
8915         * options.h (def_compress_algo): New
8916         * g10.c (main): New option --compress-algo
8918 Fri May 15 13:23:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
8920         * g10.c (print_mds): New feature to print only one hash,
8921         chnaged formatting.
8923 Thu May 14 15:36:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
8925         * misc.c (trap_unaligned) [__alpha__]: New
8926         * g10.c (trap_unaligned): Add call to this to track down SIGBUS
8927         on Alphas (to avoid the slow emulation code).
8929 Wed May 13 11:48:27 1998  Werner Koch  (wk@isil.d.shuttle.de)
8931         * build-packet.c (do_signature): Support for v4 pakets.
8932         * keyedit.c (make_keysig_packet): Ditto.
8933         * build-packet.c (build_sig_subpkt_from_sig): New.
8934         (build_sig_subpkt): New.
8936         * elg.c (g10_elg_sign): removed keyid_from_skc.
8937         * dsa.c (g10_dsa_sign): Ditto.
8938         * rsa.c (g10_rsa_sign): Ditto.
8939         * keyedit.c (make_keysig_packet): Add call to keyid_from_skc
8941         * sign.c (clearsign_file): Support for v4 signatures.
8942         (sign_file): Ditto.
8944 Wed May  6 09:31:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
8946         * parse-packet.c (do_parse): add support for 5 byte length leader.
8947         (parse_subpkt): Ditto.
8948         * build-packet.c (write_new_header): Ditto.
8950         * packet.h (SIGSUBPKT_): New constants.
8951         * parse-packet.c (parse_sig_subpkt): Changed name, made global,
8952         and arg to return packet length, chnaged all callers
8955 Tue May  5 22:11:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
8957         * keygen.c (gen_dsa): New.
8958         * build_packet.c (do_secret_cert): Support for DSA
8960 Mon May  4 19:01:25 1998  Werner Koch  (wk@isil.d.shuttle.de)
8962         * compress.c: doubled buffer sizes
8963         * parse-packet.c (do_plaintext): now uses iobuf_read/write.
8965 Mon May  4 09:35:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
8967         * seskey.c (encode_md_value): Add optional argument hash_algo,
8968         changed all callers.
8970         * passphrase.c (make_dek_from_passphrase): Removed
8971         * (get_passhrase_hash): Changed name to passphrase_to_dek, add arg,
8972         changed all callers.
8974         * all: Introduced the new ELG identifier and added support for the
8975         encryption only one (which is okay to use by GNUPG for signatures).
8977 Sun May  3 17:50:26 1998  Werner Koch  (wk@isil.d.shuttle.de)
8979         * packet.h (PKT_OLD_COMMENT): New name for type 16.
8980         * parse-packet.c (parse_comment): Now uses type 61
8982 Fri May  1 12:44:39 1998  Werner Koch,mobil,,,  (wk@tobold)
8984         * packet.h (count): Chnaged s2k count from byte to u32.
8985         * seckey-cert.c (do_check): Changed s2k algo 3 to 4, changed
8986         reading of count.
8987         * build-packet.c (do_secret_cert): ditto.
8988         * parse-packet.c (parse_certificate): ditto.
8990         * parse-packet.c (parse_symkeyenc): New.
8991         * build-packet.c (do_symkey_enc): New.
8993 Thu Apr 30 16:33:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
8995         * sign.c (clearsign_file): Fixed "Hash: " armor line.
8997 Tue Apr 28 14:27:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
8999         * parse-packet.c (parse_subpkt): Some new types.
9001 Mon Apr 27 12:53:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9003         * g10.c (main): Add option --skip-verify.
9004         * mainproc.c (check_sig_and_print): Ditto.
9006         * g10.c (print_mds): Add output for Tiger.
9008         * sign.c (sign_file): Now uses partial length headers if used
9009         in canonical textmode (kludge to fix a bug).
9011         * parse-packet.c (parse_certificate): Changed BLOWFISH id.
9012         * pubkey-enc.c (get_session_key): Ditto.
9013         * seskey.c (make_session_key): Ditto.
9014         * seckey-cert.c (protect_secret_key,do_check): Add BLOWFISH160.
9016 Fri Apr 24 17:38:48 1998  Werner Koch,mobil,,,  (wk@tobold)
9018         * sig-check.c (check_key_signature): Add sig-class 0x14..0x17
9019         * keyedit.c (sign-key): Some changes to start with support of
9020         the above new sig-classes.
9022 Wed Apr 22 09:01:57 1998  Werner Koch,mobil,,,  (wk@tobold)
9024         * getkey.c (compare_name): add email matching
9026 Tue Apr 21 16:17:12 1998  Werner Koch,mobil,,,  (wk@tobold)
9028         * armor.c (armor_filter): fixed missing last LF before CSUM.
9030 Thu Apr  9 11:35:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
9032         * seckey-cert.c (do_check): New; combines all the check functions
9033         into one.
9035         * sign.c: removed all key management functions
9036         * keyedit.c: New.
9038 Thu Apr  9 09:49:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9040         * import.c (chk_self_sigs): Changed an error message.
9042 Wed Apr  8 16:19:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9044         * packet.h: packet structs now uses structs from the pubkey,
9045         removed all copy operations from packet to pubkey structs.
9047 Wed Apr  8 13:40:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9049         * trustdb.c (verify_own_certs): Fixed "public key not found".
9051         * getkey.c (key_byname): New, combines public and secret key search.
9053         * pkclist.c (build_pkc_list): Add new arg usage, changed all callers.
9054         * skclist.c (build_skc_list): Likewise.
9056         * ringedit.c (find_keyblock, keyring_search2): Removed.
9058 Wed Apr  8 09:47:21 1998  Werner Koch  (wk@isil.d.shuttle.de)
9060         * sig-check.c (do_check): Applied small fix from Ulf Möller.
9062 Tue Apr  7 19:28:07 1998  Werner Koch  (wk@isil.d.shuttle.de)
9064         * cipher.c, encr-data.c, seckey-cert.c: Now uses cipher_xxxx
9065         functions instead of blowfish_xxx or cast_xxx
9067 Tue Apr  7 11:04:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
9069         * Makefile.am (g10maint.o): Changed the way it is created.
9071 Mon Apr  6 11:17:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
9073         * misc.c: New.
9074         * keygen.c (checksum,checksum_u16,checksum_mpi): Moved to misc.c
9075         * seckey-cert.c: Kludge for wrong ELG checksum implementation.
9077 Sat Apr  4 20:07:01 1998  Werner Koch  (wk@isil.d.shuttle.de)
9079         * cipher.c (cipher_filter): Support for CAST5
9080         * encr-data.c (decode_filter): Ditto.
9081         (decrypt_data): Ditto.
9082         * seskey.c (make_session_key): Ditto.
9083         * seckey-cert.c (check_elg, check_dsa): Ditto,
9084         (protect_secret_key): Ditto.
9085         * pubkey-enc.c (get_session_key): Ditto.
9086         * passphrase.c (hash_passphrase): Ditto.
9088 Thu Apr  2 20:22:35 1998  Werner Koch  (wk@isil.d.shuttle.de)
9090         * gpgd.c: New
9092 Thu Apr  2 10:38:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9094         * keygen.c (generate_keypair): Add valid_days stuff.
9095         * trustdb.c (check_trust): Add check for valid_days.
9097 Wed Apr  1 16:15:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
9099         * keygen.c (generate_keypair): Addional question whether the
9100         selected large keysize is really needed.
9102 Wed Apr  1 15:56:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9104         * seckey-cert.c (protect_secret_key): merged protect_xxx to here.
9106 Wed Apr  1 10:34:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
9108         * Makefile.am (g10maint.c): Changed creation rule, so that it works
9109         on FreeBSD (missing CFLAGS).
9111         * parse-packet.c (parse_subkey): Removed.
9113 Thu Mar 19 15:22:36 1998  Werner Koch  (wk@isil.d.shuttle.de)
9115         * ringedit.c (keyring_enum): Fixed problem with reading too
9116         many packets. Add support to read secret keyrings.
9118         * getkey.c (scan_keyring): Removed
9119         (lookup): New to replace scan_keyring.
9120         (scan_secret_keyring): Removed.
9121         (lookup_skc): New.
9123 Wed Mar 18 11:47:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
9125         * ringedit.c (enum_keyblocks): New read mode 11.
9127         * keyid.c (elg_fingerprint_md): New and changed all other functions
9128         to call this if the packet version is 4 or above.
9130 Tue Mar 17 20:46:16 1998  Werner Koch  (wk@isil.d.shuttle.de)
9132         * parse-packet.c (parse_certificate): Add listing support for subkeys.
9134 Tue Mar 17 20:32:22 1998  Werner Koch  (wk@isil.d.shuttle.de)
9136         * armor.c (is_armored): Allow marker packet.
9138 Thu Mar 12 13:36:49 1998  Werner Koch  (wk@isil.d.shuttle.de)
9140         * trustdb.c (check_trust): Checks timestamp of pubkey.
9141         * sig-check. (do_check): Compares timestamps.
9143 Tue Mar 10 17:01:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
9145         * g10.c (main): Add call to init_signals.
9146         * signal.c: New.
9148 Mon Mar  9 12:43:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
9150         * dsa.c: New
9151         * packet.h, free-packet.c, parse-packet.c : Add support for DSA
9152         * sig-check.c, getkey.c, keyid.c, ringedit.c: Ditto.
9153         * seckey-cert.c: Ditto.
9155         * packet.h : Moved .digest_algo of signature packets to outer
9156         structure. Changed all references
9158 Sun Mar  8 13:06:42 1998  Werner Koch  (wk@isil.d.shuttle.de)
9160         * openfile.c : Support for stdout filename "-".
9162         * mainproc.c (check_sig_and_print): Enhanced status output:
9163         * status.c (write_status_text): New.
9165 Fri Mar  6 16:10:54 1998  Werner Koch  (wk@isil.d.shuttle.de)
9167         * kbnode.c (clone_kbnode): Fixed private_flag.
9169         * mainproc.c (list_node): Output of string "Revoked" as user-id.
9171 Fri Mar  6 14:26:39 1998  Werner Koch  (wk@isil.d.shuttle.de)
9173         * g10.c (main): Add userids to "-kv" and cleaned up this stuff.
9175 Fri Mar  6 12:45:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
9177         * g10.c (main): Changed semantics of the list-... commands
9178         and added a new one. Removed option "-d"
9180         * decrypt.c: New.
9182         * trustdb.c (init_trustdb): Autocreate directory only if it ends
9183         in "/.gnupg".
9185 Thu Mar  5 12:12:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
9187         * mainproc.c (do_proc_packets): New. Common part of proc_packet.
9188         (proc_signature_packets): special version to handle signature data.
9189         * verify.c: New.
9190         * g10.c (aVerify): New.
9191         * plaintext.c (hash_datafiles): New.
9192         * compress.c (handle_compressed): Add callback arg, changed caller.
9194 Thu Mar  5 10:20:06 1998  Werner Koch  (wk@isil.d.shuttle.de)
9196         * g10.c: Is nom the common source for gpg and gpgm
9197         * g10maint.c: Removed
9198         * Makefile.am: Add rule to build g10maint.c
9200 Thu Mar  5 08:43:59 1998  Werner Koch  (wk@isil.d.shuttle.de)
9202         * g10.c (main): Changed the way clear text sigs are faked.
9204 Wed Mar  4 19:47:37 1998  Werner Koch  (wk@isil.d.shuttle.de)
9206         * g10maint.c (aMuttKeyList): New
9207         * keylist.c: New.
9209 Wed Mar  4 17:20:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9211         * getkey.c (get_pubkey_byname): Kludge to allow 0x prefix.
9213 Tue Mar  3 13:46:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
9215         * g10maint.c (main): New option --gen-random.
9217 Tue Mar  3 09:50:08 1998  Werner Koch  (wk@isil.d.shuttle.de)
9219         * g10.c (aDeleteSecretKey): New.
9220         (aEditSig): Add option "--edit-key" as synonym for "--edit-sig".
9221         (aDeleteSecretKey): New.
9222         * getkey.c (seckey_available): New.
9223         * sign.c (delete_key): Enhanced to delete secret keys, changed all
9224         callers.
9226 Mon Mar  2 21:23:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
9228         * pkc_list.c (build_pkc_list): Add interactive input of user ID.
9230 Mon Mar  2 20:54:05 1998  Werner Koch  (wk@isil.d.shuttle.de)
9232         * pkclist.c (do_we_trust_pre): New.
9233         (add_ownertrust): Add message.
9234         * trustdb.c (enum_trust_web): Quick fix.
9236 Mon Mar  2 13:50:53 1998  Werner Koch  (wk@isil.d.shuttle.de)
9238         * g10.c (main): New action aDeleteKey
9239         * sign.c (delete_key): New.
9241 Sun Mar  1 16:38:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
9243         * trustdb.c (do_check): No returns TRUST_UNDEFINED instead of
9244         eof error.
9246 Fri Feb 27 18:14:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9248         * armor.c (find_header): Removed trailing CR on headers.
9250 Fri Feb 27 18:02:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
9252         * ringedit.c (keyring_search) [MINGW32]: Open and close file here
9253         because rename does not work on open files. Chnaged callers.
9255 Fri Feb 27 16:43:11 1998  Werner Koch  (wk@isil.d.shuttle.de)
9257         * sig-check.c (do_check): Add an md_enable.
9258         * mainproc.c (do_check_sig): Use md_open in case of detached sig
9259         (proc_tree): Take detached sigs into account.
9261 Fri Feb 27 15:22:46 1998  Werner Koch  (wk@isil.d.shuttle.de)
9263         * g10.c (main): Make use of GNUPGHOME envvar.
9264         * g10main.c (main): Ditto.
9266 Wed Feb 25 11:40:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9268         * plaintext.c (ask_for_detached_datafile): add opt.verbose to
9269         info output.
9271         * openfile.c (open_sigfile): Try also name ending in ".asc"
9273 Wed Feb 25 08:41:00 1998  Werner Koch  (wk@isil.d.shuttle.de)
9275         * keygen.c (generate_keypair): Fixed memory overflow.
9277 Tue Feb 24 15:51:55 1998  Werner Koch  (wk@isil.d.shuttle.de)
9279         * parse-packet.c (parse_certificate): Support for S2K.
9280         * build-packet.c (do_secret_cert): Ditto.
9281         * keygen.c (gen_elg): Ditto.
9282         * seckey-cert.c (check_elg): Ditto
9283         (protect_elg): Ditto.
9284         * sign.c (chnage_passphrase): Ditto.
9285         * passphrase.c (get_passphrase_hash): Support for a salt and
9286         changed all callers.
9287         (make_dek_from_passphrase): Ditto.
9289 Tue Feb 24 12:30:56 1998  Werner Koch  (wk@isil.d.shuttle.de)
9291         * build-packet.c (hash_public_cert): Disabled debug output.
9293 Fri Feb 20 17:22:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9295         * trustdb.c (init_trustdb) [MINGW32]: Removed 2nd mkdir arg.
9296         (keyring_copy) [MINGW32]: Add a remove prior to the renames.
9298 Wed Feb 18 18:39:02 1998  Werner Koch  (wk@isil.d.shuttle.de)
9300         * Makefile.am (OMIT_DEPENDENCIES): New.
9302         * rsa.c: Replaced log_bug by BUG.
9304 Wed Feb 18 13:35:58 1998  Werner Koch  (wk@isil.d.shuttle.de)
9306         * mainproc.c (do_check_sig): Now uses hash_public_cert.
9307         * parse-packet.c (parse_certificate): Removed hashing.
9308         * packet.h (public_cert): Removed hash variable.
9309         * free-packet.c (copy_public_cert, free_public_cert): Likewise.
9311         * sig-check.c (check_key_signatures): Changed semantics.
9313 Wed Feb 18 12:11:28 1998  Werner Koch  (wk@isil.d.shuttle.de)
9315         * trustdb.c (do_check): Add handling for revocation certificates.
9316         (build_sigrecs): Ditto.
9317         (check_sigs): Ditto.
9319 Wed Feb 18 09:31:04 1998  Werner Koch  (wk@isil.d.shuttle.de)
9321         * armor.c (armor_filter): Add afx->hdrlines.
9322         * revoke.c (gen_revoke): Add comment line.
9323         * dearmor.c (enarmor_file): Ditto.
9325         * sig-check.c (check_key_signature): Add handling for class 0x20.
9326         * mainproc.c : Ditto.
9328 Tue Feb 17 21:24:17 1998  Werner Koch  (wk@isil.d.shuttle.de)
9330         * armor.c : Add header lines "...ARMORED FILE .."
9331         * dearmor.c (enarmor_file): New.
9332         * g10maint.c (main): New option "--enarmor"
9334 Tue Feb 17 19:03:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9336         * mainproc.c : Changed a lot, because the packets are now stored
9337         a simple linlked list and not anymore in a complicatd tree structure.
9339 Tue Feb 17 10:14:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
9341         * free_packet.c (cmp_public_certs): New.
9342         (cmp_user_ids): New.
9344         * kbnode.c (clone_kbnode): New.
9345         (release_kbnode): Add clone support.
9347         * ringedit.c (find_keyblock_bypkc): New.
9349         * sign.c (remove_keysigs): Self signatures are now skipped,
9350         changed arguments and all callers.
9352         * import.c : Add functionality.
9354 Tue Feb 17 09:31:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
9356         * options.h (homedir): New option.
9357         * g10.c, g10maint.c, getkey.c, keygen.c, trustdb.c (opt.homedir): New.
9359         * trustdb.c (init_trustdb): mkdir for hoem directory
9360         (sign_private_data): Renamed "sig" to "g10.sig"
9362 Mon Feb 16 20:02:03 1998  Werner Koch  (wk@isil.d.shuttle.de)
9364         * kbnode.c (commit_kbnode): New.
9365         (delete_kbnode): removed unused first arg. Changed all Callers.
9367         * ringedit.c (keyblock_resource_name): New.
9368         (get_keyblock_handle): NULL for filename returns default resource.
9370 Mon Feb 16 19:38:48 1998  Werner Koch  (wk@isil.d.shuttle.de)
9372         * sig-check.s (check_key_signature): Now uses the supplied
9373         public key to check the signature and not any more the one
9374         from the getkey.c
9375         (do_check): New.
9376         (check_signature): Most work moved to do_check.
9378 Mon Feb 16 14:48:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
9380         * armor.c (find_header): Fixed another bug.
9382 Mon Feb 16 12:18:34 1998  Werner Koch  (wk@isil.d.shuttle.de)
9384         * getkey.c (scan_keyring): Add handling of compressed keyrings.
9386 Mon Feb 16 10:44:51 1998  Werner Koch  (wk@isil.d.shuttle.de)
9388         * g10.c, g10maint.c (strusage): Rewrote.
9389         (build_list): New
9391 Mon Feb 16 08:58:41 1998  Werner Koch  (wk@isil.d.shuttle.de)
9393         * armor.c (use_armor): New.
9395 Sat Feb 14 14:30:57 1998  Werner Koch  (wk@isil.d.shuttle.de)
9397         * mainproc.c (proc_tree): Sigclass fix.
9399 Sat Feb 14 14:16:33 1998  Werner Koch  (wk@isil.d.shuttle.de)
9401         * armor.c (armor_filter): Changed version and comment string.
9402         * encode.c, sign.c, keygen.c: Changed all comment packet strings.
9404 Sat Feb 14 12:39:24 1998  Werner Koch  (wk@isil.d.shuttle.de)
9406         * g10.c (aGenRevoke): New command.
9407         * revoke.c: New.
9408         * sign.c (make_keysig_packet): Add support for sigclass 0x20.
9410 Fri Feb 13 20:18:14 1998  Werner Koch  (wk@isil.d.shuttle.de)
9412         * ringedit.c (enum_keyblocks, keyring_enum): New.
9414 Fri Feb 13 19:33:40 1998  Werner Koch  (wk@isil.d.shuttle.de)
9416         * export.c: Add functionality.
9418         * keygen.c (generate_keypair): Moved the leading comment behind the
9419         key packet.
9420         * kbnode.c (walk_kbnode): Fixed.
9422         * g10.c (main): listing armored keys now work.
9424 Fri Feb 13 16:17:43 1998  Werner Koch  (wk@isil.d.shuttle.de)
9426         * parse-packet.c (parse_publickey, parse_signature): Fixed calls
9427         to mpi_read used for ELG b.
9429 Fri Feb 13 15:13:23 1998  Werner Koch  (wk@isil.d.shuttle.de)
9431         * g10.c (main): changed formatting of help output.
9433 Thu Feb 12 22:24:42 1998  Werner Koch  (wk@frodo)
9435         * pubkey-enc.c (get_session_key): rewritten
9438  Copyright 1998,1999,2000,2001,2002,2003,2004,2005,
9439            2006 Free Software Foundation, Inc.
9441  This file is free software; as a special exception the author gives
9442  unlimited permission to copy and/or distribute it, with or without
9443  modifications, as long as this notice is preserved.
9445  This file is distributed in the hope that it will be useful, but
9446  WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
9447  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.