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

1388 Commits

Author SHA1 Message Date
David Shaw
4df22ba030 Disable the "quick check" bytes for PK decryptions. This is in
regards to the Mister and Zuccherato attack on OpenPGP CFB mode.
2005-02-10 04:11:35 +00:00
Werner Koch
658d1e7302 Make --without-included-zlib work as
expected. Reported by Norihiko Murase.
2005-01-17 10:13:59 +00:00
Werner Koch
6553d897ae post release updates 2004-12-27 18:14:07 +00:00
Werner Koch
18d7dddf77 Updated samplekeys 2004-12-27 18:06:50 +00:00
Werner Koch
a6cee484ee Updated the build script for Windows 2004-12-27 17:47:22 +00:00
Werner Koch
f79f61e50d * Makefile.am (AUTOMAKE_OPTIONS): New.
* configure.ac (AC_CANONICAL_TARGET): Replaced by
AC_CANONICAL_HOST. Changed all reference to TARGET to HOST.  Made
sure that i586-mingw32msvc gets detected as mingw32.

* ro.po: Updated.

* sv.po: Updated.
2004-12-27 17:27:11 +00:00
David Shaw
9a6bc0265f * NEWS: Note pgpgroup-to-gpggroup. 2004-12-23 03:03:10 +00:00
David Shaw
445542c942 * http.c (send_request): Include the port if non-80 in the Host: header.
Noted by Jason Harris.
2004-12-03 20:04:08 +00:00
David Shaw
a59e12f78f * cipher.h: Add PUBKEY_USAGE_UNKNOWN. 2004-11-29 21:07:43 +00:00
David Shaw
ee1827b8c1 * getkey.c (parse_key_usage): New function to parse out key usage flags.
Set PUBKEY_USAGE_UNKNOWN to handle flags (i.e. authentication) that we
don't understand in this branch. (fixup_uidnode, merge_selfsigs_main,
merge_selfsigs_subkey): Call it from here to remove duplicate code.  This
is bug 378.
2004-11-29 21:07:08 +00:00
David Shaw
4c49b856f9 * acinclude.m4: aclocal 1.9 wants quoting on AC_DEFUN arguments. 2004-11-17 04:51:49 +00:00
Werner Koch
a82054370d Updated 2004-10-15 08:16:42 +00:00
David Shaw
b96dc04cde * getkey.c (premerge_public_with_secret): Fix subkey<->binding sig
mismatch when some secret subkeys are missing.  Discovered by Michael
Roth.
2004-09-14 01:55:58 +00:00
David Shaw
bdecc362bc * pgpgroup-to-gpggroup: New perl script to take groups from PGP command
line and write out GnuPG 'group' config lines.
2004-09-14 01:52:30 +00:00
Werner Koch
ca650aefbc (maybe_create_keyring): Try to create the home directory
before acquiring a lock for the keyring.
2004-08-31 15:22:52 +00:00
Werner Koch
145cd2cfb2 post release preparations 2004-08-25 16:11:06 +00:00
Werner Koch
e0cea02838 About to release 1.2.6 2004-08-25 14:43:15 +00:00
Werner Koch
45c7941429 *** empty log message *** 2004-08-25 14:40:22 +00:00
Werner Koch
5b82342c90 (destroy_dotlock): Remove the handle from the list of
locks.
(release_dotlock): Don't act if we don't have any locks at all.
2004-08-23 15:22:46 +00:00
David Shaw
297459b28b * hkp.c (dehtmlize): Understand the quote character (i.e. "&quot;") in
HTML responses.

* keydb.h, getkey.c (get_user_id_printable): Rename to get_user_id_native
and remove the printable stuff since we're print-ifying valid utf8
characters.  Change all callers in import.c, sign.c, and encode.c.
2004-08-20 17:24:08 +00:00
David Shaw
081a9b6fb7 * hkp.c (hkp_search): Translate string to search for from utf8 to native
before displaying it.

* keyserver.c (keyserver_search_prompt): Comments.
2004-08-19 20:40:52 +00:00
David Shaw
7f2369b7df * http.c (insert_escapes): Fix encoding problem for non-URI-safe
characters.  Noted by Vladimir Novak.
2004-08-19 20:28:01 +00:00
Werner Koch
ecb6f4c2f7 (encode_session_key): Changed the zero random byte
substituting code to actually do clever things.  Thanks to
Matthias Urlichs for noting the implementation problem.
2004-08-19 09:29:23 +00:00
Werner Koch
2639033890 (agent_get_passphrase): Fixed detection of canceled
error state as send by current gpg-agents.
2004-08-18 10:12:39 +00:00
Werner Koch
3cecfe2496 Removed stray semicolon. 2004-08-16 08:19:42 +00:00
Werner Koch
da3453a844 autoupdated po files. 2004-08-13 17:03:15 +00:00
Werner Koch
6b9b1752c3 About to do releaase 1.2.6rc1 2004-08-13 17:00:48 +00:00
Werner Koch
620abc1658 * keydb.c (keydb_add_resource): Factored keyring creation out to ..
(maybe_create_keyring): .. new.  Make sure that we do the checks
in a locked state.  Problem reported by Stefan Haller.
2004-08-13 17:00:05 +00:00
Werner Koch
1676203199 libgnuintl.h get s now build from *.in 2004-08-10 19:40:51 +00:00
Werner Koch
8037e4a53e added missing files 2004-08-10 19:39:02 +00:00
Werner Koch
cac3518f48 Added m4 directory 2004-08-10 18:17:49 +00:00
Werner Koch
87c05a6c59 update to gettext 0.14.1 2004-08-10 17:23:10 +00:00
David Shaw
3cbdcc3ab1 * NEWS: Minor tweak to news to clarify that --enable-key-cache is a
build-time option.
2004-08-10 14:30:37 +00:00
Werner Koch
c6b88a12dd * configure.ac (ALL_LINGUAS): Removed.
* Makefile.am (LDADD): Replaced INTLLIBS by LIBINTL.

* Makefile.am (gpgkeys_hkp_LDADD): Replaced INTLLIBS by LIBINTL.

* ca.po: Updated.

* autogen.sh: Run aclocal with -I m4.

* Makefile.am: Replaced INTLLIBS by LIBINTL.

* Makefile.am (http-test): Replaced INTLLIBS by LIBINTL.
2004-08-09 19:47:08 +00:00
David Shaw
3deac5e8b1 * gpg.sgml: Note that --throw-keyid is --throw-keyids. 2004-08-03 21:35:06 +00:00
David Shaw
e56bb1af27 * configure.ac: Give warning when using capabilities. 2004-08-03 21:23:55 +00:00
David Shaw
1253e4efc8 * gpg.sgml: Note changes in --pgp8. Rephrase the "don't play algorithm
games" warning now that PGP has blowfish, zlib, and bzip2.
2004-07-30 15:09:22 +00:00
Werner Koch
fe94e944ba New alias --throw-keyid for --throw-keyids, so that it
continues to work in old configuration files.  Noted by Jens Adam.
2004-07-30 09:26:09 +00:00
David Shaw
7a03f5baa3 * pkclist.c (algo_available): --pgp8 now allows blowfish, zlib, and bzip2. 2004-07-29 23:42:22 +00:00
Repo Admin
279fcb429e This commit was manufactured by cvs2svn to create branch
'STABLE-BRANCH-1-2'.
2004-07-27 15:15:58 +00:00
Werner Koch
2c99520997 post-release version bump 2004-07-26 12:46:05 +00:00
Werner Koch
fafc2b8655 *** empty log message *** 2004-07-26 12:18:06 +00:00
David Shaw
4340b6765e * status.c (do_get_from_fd): Flush stdout if status isn't flushing it for
us.  This guarantees that any menus that were displayed before the prompt
don't get stuck in a buffer.  Noted by Peter Palfrader.  This is Debian
bug #254072.
2004-07-21 03:21:36 +00:00
Werner Koch
102408f458 Minor fixes for W32 packaging and building. 2004-07-20 17:21:28 +00:00
Werner Koch
2e4c224e8c . 2004-07-20 14:25:48 +00:00
Werner Koch
a0f699b466 * gpgkeys_ldap.c [_WIN32]: Include Windows specific header files.
Suggested by Brian Gladman.

* fr.po, cs.po, et.po, el.po, id.po, pl.po, ro.po, sk.po, tr.po
* zh_CN.po, ru.po, es.po, fi.po, hu.po: Updated.
* zh_CN.po: Hack to fix a format string mismatch.
* sk.po: Corrrected a format string.
* de.po: Fixed a few fuzzys and 1 untranslated messages
2004-07-20 14:06:27 +00:00
Werner Koch
c87185787e Russian translation of the manual page. According to Maxim Britov by Pavel
I. Shajdo - need tocheck this first though and figure out how to properly
install alternate man pages.
2004-07-20 12:30:52 +00:00
Werner Koch
5fa3019efa Created distfiles, so that the stuff will go into the regular distribution. 2004-07-20 12:09:59 +00:00
Werner Koch
9ba2abbc03 Even more updates 2004-07-20 11:56:03 +00:00
Werner Koch
3642c92faa More updates from Brian 2004-07-20 11:55:06 +00:00