Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Set keyword expansion for Id on all files that already have $Id$ tags.
Windows buld support changes.
Updated copyright information.
Whitespace cleanup: for i in *.c; do cp -a $i $i.orig; sed -e 's/^ /<TAB>/' $i.orig > $i; rm $i.orig; done for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done
Added closing comments for all #ifdef statements.
I forgot a "{" and added an extra """. Fixed.
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch. I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed. If anyone feels I've left out anything that should really be in 2.9, please speak up.
Misc Install script fixes for 2.9beta37a.
Formatting corrections. Now prints Mixmaster version in the OpenPGP Version header when displaying a normal PGP message or key. (Either outputs "Version: N/A" or "Version: 2.6.3i" when formatting remailer or nym messages. Should we make this a user-configurable option?)
Mixmaster now uses the OpenPGP MDC packets (as specified in RFC 2440-bis06). Mixmaster will use MDC packets if the MDC flag is found in the recipient's PGP key, or by default if it is encrypting with AES. New keys generated with Mixmaster will have the MDC flag placed in the key's preferences. Also, cipher preferences are now advertised as CAST5, AES128, 3DES.
Several PGP fixes by Disastry: No longer create mpi with leading zero <3D5BB519.F2E520F8@saiknes.lv> Handle RSA keys with size not a multiple of 64 bits <3D5BA9E5.72B7C600@saiknes.lv> put "Hash: SHA1\n" header when clearsigning with DSA/SHA1 <3D5B80F9.16F277AF@saiknes.lv>
Submitted By: Sami Farin (safari): Included correct header files. Src/main.c had incorrect param to buf_appendf. Added buf_write_sync() (used by Src/rem.c:mix_pool()). Should a mixmaster machine crash, pool file can contain any random data after reboot/journal recovery (at least when using reiserfs). Maybe not relevant, but strrchr should be used instead of strchr when looking for domain part. Src/pgpdata.c:pgp_elgdecrypt() passes uninitialized values to BN_free if BN_CTX_new fails. Src/pgpdata.c:pgp_elgencrypt() passes uninitialized value to BN_free if the third mpi_get(key, i) fails. Src/random.c does not check return value of read(). Src/rndseed.c does not check return value of read().
Free buffer line in pgp_signtxt(). Thanks Disastry
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |