aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * mainproc.c (check_sig_and_print): Show digest algorithm when verifying aDavid Shaw2003-04-263-5/+20
| | | | | | | | | 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.
* * hkp.c (hkp_ask_import, hkp_export, hkp_search): Make sure to allocateDavid Shaw2003-04-252-3/+14
| | | | | space for the ":port" text in HKP URLs.
* * POTFILES.in: Added a couple of missing source files. Noted byWerner Koch2003-04-245-6/+22
| | | | | | | | Pascal Hartig and Walter Koch. * configure.ac (ALL_LINGUAS): Added Hungarian translation by Nagy Ferenc L�szl�.
* * configure.ac: "TIGER" -> "TIGER/192".David Shaw2003-04-233-10/+16
| | | | | * README: Put back proper copyright line.
* * config.links: Put back proper copyright line.David Shaw2003-04-232-1/+3
|
* * Makefile.am, options.in: Rename options.in to options since it no longerDavid Shaw2003-04-235-22/+54
| | | | | | | | | 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.
* Reverted recent changes in the copyright notices. We can't use aWerner Koch2003-04-234-3/+14
| | | | | | | | 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.
* Changed textWerner Koch2003-04-231-3/+4
|
* * gnupg-w32.reg: Use HLM for the program and make sure the entriesWerner Koch2003-04-232-1/+25
| | | | | are created. Suggested by [email protected].
* * config.links: Re-disable assembler on Darwin. Darwin 6.5 broke itDavid Shaw2003-04-232-3/+12
| | | | | again.
* * plaintext.c (ask_for_detached_datafile, hash_datafiles): Fix compilerDavid Shaw2003-04-222-3/+4
| | | | | warnings.
* * keyedit.c (sign_uids): Allow replacing expired signatures. AllowDavid Shaw2003-04-226-14/+73
| | | | | | | | | | | | | | 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.
* fixed some fuzziness right before 1.2.2rc2Werner Koch2003-04-161-2/+5
|
* about to release 1.2.2rc2Werner Koch2003-04-1624-14018/+15912
|
* * gpg.sgml: Clarify that "hkp corruption" (repair-hkp-subkey-bug) isDavid Shaw2003-04-162-4/+10
| | | | | really "pks corruption" (repair-pks-subkey-bug).
* * pl.po: New from Alex.Werner Koch2003-04-155-1987/+6819
| | | | | | | * de.po, de.glo: New from Walter. * sk.po: New.
* * configure.ac (ALL_LINGUAS): Add Slovak translation.Werner Koch2003-04-153-1/+5
|
* * longlong.h (umul_ppmm): Support SH3 and SH4. Thanks toWerner Koch2003-04-152-2/+8
| | | | | [email protected].
* * g10.c, options.h: New option --enable-progress-filter.Werner Koch2003-04-1513-14/+108
| | | | | * progress.c (handle_progress): Make use of it.
* This commit was manufactured by cvs2svn to create branchRepo Admin2003-04-151-0/+104
| | | | 'STABLE-BRANCH-1-2'.
* * gpg.sgml: Document --enable-progress-filter.Werner Koch2003-04-152-0/+12
|
* * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional.Werner Koch2003-04-154-8/+24
| | | | | | * acinclude.m4 (GNUPG_CHECK_ENDIAN): Fixed quoting of r.e. using quadrigraphs.
* * md.c (md_start_debug): Need to open the file in binary mode.Werner Koch2003-04-152-1/+5
|
* Reverted recent changes to --output. This is the stable branch and itWerner Koch2003-04-145-113/+62
| | | | | might break applications.
* Forgot to sync the CVS. Check in the code again.Timo Schulz2003-04-135-62/+113
|
* Return cancel flag also for the old agent protocol.Werner Koch2003-04-101-1/+5
|
* * passphrase.c (read_passphrase_from_fd): Do a dummy read if theWerner Koch2003-04-102-35/+48
| | | | | | | | 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.
* * passphrase .c (agent_get_passphrase): New arg CANCELED.Werner Koch2003-04-0911-38/+126
| | | | | | | | | | | | | | | | (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.
* * decrypt.c (decrypt_messages): Fixed error handling; the fucntionWerner Koch2003-04-093-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 Shaw2003-04-096-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 Shaw2003-04-082-0/+15
|
* Removed spurious character ('g' probably to early hit it forWerner Koch2003-04-081-1/+1
| | | | | cvs-update or well, Gnus mailcheck)
* * Makefile.am (EXTRA_DIST): Add autogen.sh wrapper which isWerner Koch2003-04-089-16/+68
| | | | | useful for some cross-compiling targets.
* New option --build-uclinux.Werner Koch2003-04-082-1/+44
|
* * acinclude.m4: Fix URL to faqprog.pl.David Shaw2003-04-074-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 Shaw2003-04-073-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 Shaw2003-04-043-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 ratherDavid Shaw2003-03-243-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-coldfireWerner Koch2003-03-242-3/+80
|
* Make use of AM_CFLAGS.Werner Koch2003-03-242-3/+7
|
* * configure.ac: Test for ranlib and ar.Werner Koch2003-03-245-8/+33
| | | | | * Makefile.am: Make use of AM_CFLAGS and AM_LDFLAGS.
* * dcigettext.c (plural_lookup): Name conflict on some platforms withDavid Shaw2003-03-232-5/+10
| | | | | "index". Local fix for GnuPG.
* * Makefile.am: gpgkeys_hkp needs @INTLLIBS@ on some platforms.David Shaw2003-03-232-1/+5
|
* * argparse.c (default_strusage): Change copyright date.David Shaw2003-03-232-2/+6
|
* * status.c (do_get_from_fd): Accept 'y' as well as 'Y' for --command-fdDavid Shaw2003-03-213-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 thatWerner Koch2003-03-102-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 thatWerner Koch2003-03-101-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 symmetricDavid Shaw2003-03-052-5/+14
| | | | | | messages. Fix segfault with symmetric messages. Fix incorrect prompt with symmetric messages.
* * options.skel: Add explantion and commented-outDavid Shaw2003-03-044-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 theDavid Shaw2003-03-034-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.