1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-29 02:22:45 +02:00
Commit Graph

1385 Commits

Author SHA1 Message Date
David Shaw
1855498166 * defs.inc: Fix shell warning messages. 2003-05-02 04:33:21 +00:00
David Shaw
620afaecb5 * packet.h, build-packet.c (build_sig_subpkt), export.c
(do_export_stream), import.c (remove_bad_stuff, import), parse-packet.c
(dump_sig_subpkt, parse_one_sig_subpkt): Remove vestigal code for the old
sig cache subpacket.  This wasn't completely harmless as it caused
subpacket 101 to disappear on import and export.
2003-05-02 02:57:23 +00:00
Werner Koch
55ddaeb1b5 post release version number update 2003-05-01 15:43:40 +00:00
Werner Koch
7711b00bec Released 1.2.2 2003-05-01 14:27:05 +00:00
Werner Koch
171bbcc290 * defs.inc (pgmname): Make sure there is a valid options file. 2003-05-01 14:26:24 +00:00
Werner Koch
3a299b40f0 * faq.raw: List years of copyright notice separately. 2003-05-01 14:25:08 +00:00
Werner Koch
a6225ed998 * mk-w32-dist: Don't iconv {hu,sk,zh_TW}.po. 2003-05-01 14:24:23 +00:00
Werner Koch
bd1e8c59fc Update of most translations for the 1.2.2 release. 2003-05-01 11:02:48 +00:00
David Shaw
2facae056d * NEWS: Note trust bug fix. 2003-05-01 02:58:31 +00:00
David Shaw
4b502c70bf * pkclist.c (do_we_trust_pre): If an untrusted key was chosen by a
particular user ID, use that ID as the one to ask about when prompting
whether to use the key anyway. (build_pk_list): Similar change here when
adding keys to the recipient list.

* trustdb.c (update_validity): Fix bug that prevented more than one
validity record per trust record. (get_validity): When retrieving validity
for a (user) supplied user ID, return the validity for that user ID only,
and do not fall back to the general key validity. (validate_one_keyblock):
Some commentary on whether non-self-signed user IDs belong in the web of
trust (arguably, they do).
2003-04-30 04:45:25 +00:00
David Shaw
f09fe68e76 * gpg.sgml: Some general language tweaks. Note default algo for
--symmetric.  --export-ownertrust takes no args.  Document
--no-escape-from-lines.  Fix escaped "<From" to be ">From".
2003-04-30 02:54:58 +00:00
David Shaw
3d6785d902 * NEWS: Add note about TIGER being dropped from OpenPGP.
* README: Add note about the HP/UX inline problem.  Fix all URLs to point
to the right place in the reorganized gnupg.org web pages.  Some minor
language fixes.
2003-04-29 22:15:07 +00:00
David Shaw
dbc5f65127 * README: Add note about the HP/UX inline problem. Fix bug reporting URL. 2003-04-29 14:29:00 +00:00
David Shaw
952cd8769e * gettextP.h: Add comment for HP/UX users. Local fix for GnuPG. 2003-04-29 13:18:12 +00:00
Werner Koch
e934896789 * sig-check.c (check_key_signature2): Made "no subkey for subkey
binding packet" a verbose item instead of a !quiet one.  There are
too many garbled keys out in the wild.
* getkey.c (premerge_public_with_secret): Made "no secret subkey
for" warning a verbose item and translatable.
2003-04-29 07:21:08 +00:00
Werner Koch
d174920691 * filter.h: Remove const from WHAT.
* progress.c (handle_progress): Store a copy of NAME.
(progress_filter): Release WHAT, make sure not to print a NULL WHAT.
* openfile.c (open_sigfile): Adjust free for new progress semantics.
* plaintext.c (ask_for_detached_datafile): Don't dealloc pfx->WHAT.
2003-04-29 07:15:25 +00:00
David Shaw
e30006a769 * build-packet.c (build_sig_subpkt): Comments.
* exec.c (exec_write): Cast NULL to void* to properly terminate varargs
list.

* keyedit.c (show_key_with_all_names): Just for safety, catch an invalid
pk algorithm.

* sign.c (make_keysig_packet): Crucial that the call to mksubpkt comes
LAST before the calls to finalize the sig as that makes it possible for
the mksubpkt function to get a reliable pointer to the subpacket area.
2003-04-28 22:00:31 +00:00
David Shaw
625c3ef091 * sign.c (mk_notation_and_policy): Make some strings translatable. 2003-04-27 20:01:10 +00:00
David Shaw
f5e9289b82 * sign.c (mk_notation_and_policy): Make some strings translatable. 2003-04-27 19:57:05 +00:00
David Shaw
e9bb40b4d3 * NEWS: Add sig version, pk algo, hash algo, and sig class to VALIDSIG.
* BUGS: Fix bug reporting URL.
2003-04-27 04:16:19 +00:00
David Shaw
8d97fc48fe * gpg.sgml: Document --no-textmode and --no-use-agent. Clarify the
interoperability section.

* DETAILS (VALIDSIG): Add version, pk algo, digest algo, sig class, and a
reserved field for flags in a future version.
2003-04-27 04:12:47 +00:00
David Shaw
5cf9c2f1f2 * mainproc.c (check_sig_and_print): Show sig class when verifying a sig
with --verbose on, and add version, pk and hash algorithms and sig class
to VALIDSIG.

* g10.c (main): Add --no-textmode.

* export.c (do_export_stream), keyedit.c (show_key_with_all_names,
menu_addrevoker), mainproc.c (check_sig_and_print), photoid.c
(show_photos), trustdb.c (get_validity, reset_trust_records,
validate_keys): Make some strings translatable.
2003-04-27 04:10:04 +00:00
David Shaw
2e6d0dd2e0 * mainproc.c (check_sig_and_print): Show digest algorithm when verifying a
sig with --verbose on.

* parse-packet.c (enum_sig_subpkt): Make a warning message a --verbose
warning message since the devel version can make signatures that trigger
it each time.
2003-04-26 21:35:22 +00:00
David Shaw
9b6afa4fab * hkp.c (hkp_ask_import, hkp_export, hkp_search): Make sure to allocate
space for the ":port" text in HKP URLs.
2003-04-25 03:53:17 +00:00
Werner Koch
4b0f7e337f * POTFILES.in: Added a couple of missing source files. Noted by
Pascal Hartig and Walter Koch.

* configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy
Ferenc L�szl�.
2003-04-24 11:12:35 +00:00
David Shaw
c192355ff1 * configure.ac: "TIGER" -> "TIGER/192".
* README: Put back proper copyright line.
2003-04-23 19:48:39 +00:00
David Shaw
7ad4e2db30 * config.links: Put back proper copyright line. 2003-04-23 19:35:24 +00:00
David Shaw
61f8d31f93 * Makefile.am, options.in: Rename options.in to options since it no longer
needs to be a generated file.

* sigs.test: TODO note to add the new SHAs when we start generating them.

* mds.test: Test the new SHAs.
2003-04-23 19:31:25 +00:00
Werner Koch
a524209170 Reverted recent changes in the copyright notices. We can't use a
range of years but must list each year we have prepared a release
and applied a textual change to a file.  It is common that some
files are not changed in a couple of years and a range would not
allow to express this.
2003-04-23 10:17:41 +00:00
Werner Koch
5c32c4093b Changed text 2003-04-23 10:15:08 +00:00
Werner Koch
13e8ba70ac * gnupg-w32.reg: Use HLM for the program and make sure the entries
are created.  Suggested by danielc@analysisandsolutions.com.
2003-04-23 10:13:33 +00:00
David Shaw
b4584740ed * config.links: Re-disable assembler on Darwin. Darwin 6.5 broke it
again.
2003-04-23 05:11:19 +00:00
David Shaw
0727326e4e * plaintext.c (ask_for_detached_datafile, hash_datafiles): Fix compiler
warnings.
2003-04-22 04:23:31 +00:00
David Shaw
338be86caf * keyedit.c (sign_uids): Allow replacing expired signatures. Allow
duplicate signatures with --expert.

* pkclist.c (check_signatures_trust): Don't display a null fingerprint
when checking a signature with --always-trust enabled.

* filter.h (progress_filter_context_t), progress.c (handle_progress): Fix
compiler warnings.  Make "what" constant.

* build-packet.c (do_plaintext): Do not create invalid literal packets
with >255-byte names.
2003-04-22 04:10:22 +00:00
Werner Koch
048a078fc6 fixed some fuzziness right before 1.2.2rc2 2003-04-16 08:42:37 +00:00
Werner Koch
57ffbe021f about to release 1.2.2rc2 2003-04-16 07:24:34 +00:00
David Shaw
6bd90fa528 * gpg.sgml: Clarify that "hkp corruption" (repair-hkp-subkey-bug) is
really "pks corruption" (repair-pks-subkey-bug).
2003-04-16 04:00:26 +00:00
Werner Koch
b67d326ce3 * pl.po: New from Alex.
* de.po, de.glo: New from Walter.

* sk.po: New.
2003-04-15 19:31:03 +00:00
Werner Koch
d39e4125f9 * configure.ac (ALL_LINGUAS): Add Slovak translation. 2003-04-15 19:26:50 +00:00
Werner Koch
31f5368b22 * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks to
kazuya.s@jp.yokogawa.com.
2003-04-15 15:56:08 +00:00
Werner Koch
d739d1c9b1 * g10.c, options.h: New option --enable-progress-filter.
* progress.c (handle_progress): Make use of it.
2003-04-15 15:49:41 +00:00
Repo Admin
56f87ae51d This commit was manufactured by cvs2svn to create branch
'STABLE-BRANCH-1-2'.
2003-04-15 15:49:41 +00:00
Werner Koch
91d57ecb3e * gpg.sgml: Document --enable-progress-filter. 2003-04-15 15:48:46 +00:00
Werner Koch
2b88e564fb * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.
* acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using
quadrigraphs.
2003-04-15 15:48:12 +00:00
Werner Koch
7ced4e41ba * md.c (md_start_debug): Need to open the file in binary mode. 2003-04-15 12:16:47 +00:00
Werner Koch
7b63a8ed5c Reverted recent changes to --output. This is the stable branch and it
might break applications.
2003-04-14 07:52:18 +00:00
Timo Schulz
b79275a66f Forgot to sync the CVS. Check in the code again. 2003-04-13 10:09:57 +00:00
Werner Koch
5ee4951f28 Return cancel flag also for the old agent protocol. 2003-04-10 08:51:29 +00:00
Werner Koch
ed16a85de8 * passphrase.c (read_passphrase_from_fd): Do a dummy read if the
agent is to be used.  Noted by Ingo Kl�cker.
(agent_get_passphrase): Inhibit caching when we have no
fingerprint.  This is required for key generation as well as for
symmetric only encryption.
2003-04-10 07:23:44 +00:00
Werner Koch
3ff3ac5ba4 * passphrase .c (agent_get_passphrase): New arg CANCELED.
(passphrase_to_dek): Ditto.  Passed to above.  Changed all
callers to pass NULL.
* seckey-cert.c (do_check): New arg CANCELED.
(check_secret_key): Terminate loop when canceled.

* keyedit.c (change_passphrase): Pass ERRTEXT untranslated to
passphrase_to_dek and translate where appropriate.

* seckey-cert.c (check_secret_key): Ditto.
* keygen.c (ask_passphrase): Ditto.
* passphrase.c (agent_get_passphrase): Translate the TRYAGAIN_TEXT.
Switch the codeset to utf-8.
2003-04-09 15:17:20 +00:00