Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * decrypt.c (decrypt_messages): Fixed error handling; the fucntion | Werner Koch | 2003-04-09 | 3 | -13/+15 | |
| | | | | | | used to re-loop with same file after an error. Reported by Joseph Walton. | |||||
* | * hkp.c (dehtmlize): Fix bug #121 (memory corruption on some platforms). | David Shaw | 2003-04-09 | 6 | -10/+38 | |
| | | | | | | | | | | | | | | | | Special thanks to Michael C. Toren for his help in lining up a sparc to test this fix on. * keyserver.c (keyserver_work): Call out error for keyserver helper with a different version than us. * main.h, g10.c (main), import.c (parse_import_options, fix_pks_corruption): It's really PKS corruption, not HKP corruption. Keep the old repair-hkp-subkey-bug command as an alias. * g10.c (main): Rename --no-version to --no-emit-version for consistency. Keep --no-version as an alias. | |||||
* | * configure.ac: Big warning that TIGER is being removed from the standard. | David Shaw | 2003-04-08 | 2 | -0/+15 | |
| | ||||||
* | Removed spurious character ('g' probably to early hit it for | Werner Koch | 2003-04-08 | 1 | -1/+1 | |
| | | | | | cvs-update or well, Gnus mailcheck) | |||||
* | * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which is | Werner Koch | 2003-04-08 | 9 | -16/+68 | |
| | | | | | useful for some cross-compiling targets. | |||||
* | New option --build-uclinux. | Werner Koch | 2003-04-08 | 2 | -1/+44 | |
| | ||||||
* | * acinclude.m4: Fix URL to faqprog.pl. | David Shaw | 2003-04-07 | 4 | -3/+19 | |
| | | | | | | | | * README: Add --enable-sha512 switch and update version number and copyright date. * NEWS: Add note about SHA-256/384/512. | |||||
* | * Makefile.am: Allow CVS version to build without faqprog.pl. | David Shaw | 2003-04-07 | 3 | -143/+76 | |
| | | | | | | * gpg.sgml: Some cleanup of --no-xxx options, make sure that all SGML tags are closed, clarify --pgp8 allows SHA-256, and document --no-emit-version. | |||||
* | * pkclist.c (algo_available): PGP 8 can use the SHA-256 hash. | David Shaw | 2003-04-04 | 3 | -21/+29 | |
| | | | | | | * sign.c (sign_file, clearsign_file, sign_symencrypt_file): Remove unused code. | |||||
* | * keydb.h: Err on the side of making an unknown signature a SIG rather | David Shaw | 2003-03-24 | 3 | -5/+19 | |
| | | | | | | | | than a CERT. * import.c (delete_inv_parts): Discard any key signatures that aren't key types (i.e. 0x00, 0x01, etc.) | |||||
* | New option --build-coldfire | Werner Koch | 2003-03-24 | 2 | -3/+80 | |
| | ||||||
* | Make use of AM_CFLAGS. | Werner Koch | 2003-03-24 | 2 | -3/+7 | |
| | ||||||
* | * configure.ac: Test for ranlib and ar. | Werner Koch | 2003-03-24 | 5 | -8/+33 | |
| | | | | | * Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS. | |||||
* | * dcigettext.c (plural_lookup): Name conflict on some platforms with | David Shaw | 2003-03-23 | 2 | -5/+10 | |
| | | | | | "index". Local fix for GnuPG. | |||||
* | * Makefile.am: gpgkeys_hkp needs @INTLLIBS@ on some platforms. | David Shaw | 2003-03-23 | 2 | -1/+5 | |
| | ||||||
* | * argparse.c (default_strusage): Change copyright date. | David Shaw | 2003-03-23 | 2 | -2/+6 | |
| | ||||||
* | * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fd | David Shaw | 2003-03-21 | 3 | -7/+22 | |
| | | | | | | | | | boolean input. * g10.c (main): Add deprecated option warning for --list-ownertrust. Add --compression-algo alias for --compress-algo. Change --version output strings to match "showpref" strings, and make translatable. | |||||
* | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2003-03-10 | 2 | -1/+12 | |
| | | | | | | the output of implementations which don't run for PGP 2 compatibility won't get garbled. | |||||
* | * compress.c (init_uncompress): Use a 15 bit window size so that | Werner Koch | 2003-03-10 | 1 | -0/+4 | |
| | | | | | | the output of implementations which don't run for PGP 2 compatibility won't get garbled. | |||||
* | * passphrase.c (agent_get_passphrase): Fix memory leak with symmetric | David Shaw | 2003-03-05 | 2 | -5/+14 | |
| | | | | | | messages. Fix segfault with symmetric messages. Fix incorrect prompt with symmetric messages. | |||||
* | * options.skel: Add explantion and commented-out | David Shaw | 2003-03-04 | 4 | -10/+25 | |
| | | | | | | | | | | "no-mangle-dos-filenames". * mainproc.c (proc_encrypted): Make string translatable. * keygen.c (keygen_set_std_prefs): Include AES192, and AES256 in default prefs. | |||||
* | * keyring.c (keyring_rebuild_cache): Lock the keyring while rebuilding the | David Shaw | 2003-03-03 | 4 | -6/+25 | |
| | | | | | | | | | | | signature caches to prevent another gpg from tampering with the temporary copy. * keydb.c: Double the maximum number of keyrings to 40. * parse-packet.c (dump_sig_subpkt): Show the notation names for not-human-readable notations. Fix cosmetic off-by-one length counter. | |||||
* | 2003-03-02 Timo Schulz <[email protected]> | Timo Schulz | 2003-03-02 | 2 | -2/+10 | |
| | | | | | | * seckey-cert.c (do_check): Issue the RSA_OR_IDEA status when the cipher algo is IDEA to make it easier to track down the problem. | |||||
* | * trustdb.c (validate_keys): Mask the ownertrust when building the list of | David Shaw | 2003-02-26 | 4 | -6/+20 | |
| | | | | | | | | | | | | fully valid keys so that disabled keys are still counted in the web of trust. * gpgv.c (main): Fix bug #113 - gpgv should accept the --ignore-time-conflict option. * g10.c (main): Use 3DES for the s2k cipher in --openpgp mode. Double the amount of secure memory to 32k (keys are getting bigger these days). | |||||
* | * gpg.sgml: Document "revuid". Clarify that --openpgp resets --pgpX. | David Shaw | 2003-02-25 | 3 | -727/+1113 | |
| | | | | | * samplekeys.asc: Updated. | |||||
* | * Makefile.am: Distribute convert-from-106. | David Shaw | 2003-02-23 | 2 | -1/+5 | |
| | ||||||
* | * distfiles, gnupg.spec.in: convert-from-106 is in the tools directory | David Shaw | 2003-02-23 | 3 | -2/+6 | |
| | | | | | now. | |||||
* | * g10.c (main): --openpgp disables --pgpX. | David Shaw | 2003-02-23 | 3 | -6/+22 | |
| | | | | | * keyedit.c (show_prefs): Make strings translatable. | |||||
* | * ttyio.c (tty_print_utf8_string, tty_print_utf8_string2): Use 0 to | David Shaw | 2003-02-19 | 2 | -3/+10 | |
| | | | | | | indicate a string with no maximum size. This prevents early truncation of strings that contain control chars which are expanded into \xXX form. | |||||
* | * configure.ac: Define @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2003-02-19 | 2 | -1/+6 | |
| | | | | | capabilities. | |||||
* | * Makefile.am: Use @CAPLIBS@ to link in -lcap if we are using | David Shaw | 2003-02-19 | 6 | -4/+19 | |
| | | | | | capabilities. | |||||
* | * sign.c (sign_file): Do not push textmode filter onto an unopened IOBUF | David Shaw | 2003-02-13 | 2 | -2/+17 | |
| | | | | | | (segfault). Noted by Marcus Brinkmann. Push and reinitialize textmode filter for each file in a multiple file list. | |||||
* | * Makefile.am: Make sure sha512.c is included in the tarball. | David Shaw | 2003-02-12 | 2 | -1/+3 | |
| | ||||||
* | * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". | David Shaw | 2003-02-12 | 2 | -1/+5 | |
| | ||||||
* | * convert-from-106: Script to automate the 1.0.6->later conversion. It | David Shaw | 2003-02-11 | 2 | -0/+59 | |
| | | | | | | marks all secret keys as ultimately trusted, adds the signature caches, and checks the trustdb. Moved from the scripts directory. | |||||
* | * convert-from-106: Move to the tools directory. | David Shaw | 2003-02-11 | 2 | -52/+4 | |
| | ||||||
* | * configure.ac: Add --enable-sha512 switch to add SHA384/512 support. | David Shaw | 2003-02-11 | 2 | -0/+15 | |
| | ||||||
* | * g10.c (print_mds): Check that SHA384 and 512 are available before using | David Shaw | 2003-02-11 | 4 | -7/+25 | |
| | | | | | | | | | them as they are no longer always available. * exec.c (set_exec_path): Add debugging line. * Makefile.am: Use the more correct @PACKAGE@ rather than "gnupg". | |||||
* | * Makefile.am, md.c (load_digest_module): Only build in SHA384/512 if | David Shaw | 2003-02-11 | 3 | -4/+10 | |
| | | | | | specifically enabled. | |||||
* | * Makefile.am: Use a local copy of libexecdir so it can be easily | David Shaw | 2003-02-06 | 2 | -1/+6 | |
| | | | | | overridden at make time. | |||||
* | * Makefile.am: Pass GNUPG_LIBEXECDIR as part of CFLAGS so it can be easily | David Shaw | 2003-02-06 | 2 | -1/+8 | |
| | | | | | overridden at make time. | |||||
* | * configure.ac: Do not set GNUPG_LIBEXECDIR in ./configure, so that | David Shaw | 2003-02-06 | 2 | -5/+5 | |
| | | | | | makefiles can override it. | |||||
* | * g10.c (print_hex, print_mds): Print long hash strings a lot neater. | David Shaw | 2003-02-05 | 2 | -57/+95 | |
| | | | | | | | This assumes at least an 80-character display, as there are a few other similar assumptions here and there. Users who need unformatted hashes can still use with-colons. | |||||
* | * armor.c (parse_hash_header, armor_filter): Accept the new SHAs in the | David Shaw | 2003-02-04 | 3 | -18/+50 | |
| | | | | | | | | armor Hash: header. * g10.c (print_hex): Print long hash strings a little neater. (print_mds): Add the new SHAs to the hash list. | |||||
* | * sha256.c, sha512.c: New. | David Shaw | 2003-02-04 | 6 | -3/+793 | |
| | | | | | | * Makefile.am, algorithms.h, md.c (load_digest_module, string_to_digest_algo): Add read-only support for the new SHAs. | |||||
* | * cipher.h: Add constants for new SHAs. | David Shaw | 2003-02-04 | 2 | -0/+7 | |
| | ||||||
* | * configure.ac (ALL_LINGUAS): Needs to be on one line to avoid problems | David Shaw | 2003-02-02 | 2 | -2/+4 | |
| | | | | | during ./configure. | |||||
* | * NEWS: Note new --with-colons disabled key flag and new "revuid" command. | David Shaw | 2003-02-02 | 2 | -2/+12 | |
| | ||||||
* | * keyedit.c (menu_revuid): Properly handle a nonselfsigned uid on a v4 key | David Shaw | 2003-02-02 | 5 | -6/+170 | |
| | | | | | | | | | | | | | (treat as a v4 revocation). * keyedit.c (keyedit_menu, menu_revuid): Backport "revuid" from devel. * import.c (print_import_check): Do not re-utf8 convert user IDs. * status.h, status.c (get_status_string), import.c (import_one, print_import_check): Backport Timo's IMPORT_CHECK status message from devel. | |||||
* | * gpgkeys_mailto.in: Fix regexp to work properly if the "keyid" is not a | David Shaw | 2003-01-23 | 2 | -4/+9 | |
| | | | | | keyid, but rather a text string from the user ID. |