Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Preparing for rc1! I've added a THANKS file. If you or anyone you know should be in there, but isn't, please let me know.
In honor of Douglas Adams...
Fix version typo
Append another newline character to mbox folders when storing a mail so that the mandatory empty line is there (mutt does not have problems without it but other MUAs probably have).
Updated copyright information.
Fixed b41 release date. I went to see a movie last night with my girlfriend instead of pushing out the release. It was a good movie.
Updated docs.
Added Peter's changes to the Install script to the HISTORY file.
We prepend the protocol version string to the software version number in the type 2 capstring. This is necessary to allow existing Mixmaster versions to interoperate with future versions of Mixmaster. This isn't strictly necessary with versions 2.x, but I'm making this change for consistency.
Preparing for 2.9b40.
dub as 2.9b40pre1 - I'm going to build a Debian package
The Mixmaster daemon now writes a pid file. Mixmaster in daemon mode now catches SIGTERM and SIGINT and finishes its current queue run and then exits successfully.
Backported MAILIN/MAILINTIME to stable
Two spelling errors and two missing items from the b39 release copied from HEAD
Whitespace changes only: Remove trailing whitespace Replace tabs by spaces
Ready for 2.9b39. Really.
Cleaning things up for release 2.9b39.
There's no point in keeping statistics for the client.
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.
Ready for 2.9b38. This is a bugfix release.
Misc Install script fixes for 2.9beta37a.
Preparing for 2.9b37.
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>
Small fix for mpgp on windows <3D592D8C.8ACA2A@saiknes.lv>
Fix a small bug in pgpdata.c that stopped mixmaster from reading cipher preferences. <3D590B99.7481598B@saiknes.lv>
Prepare for 2.9beta36
Detach as suggested by the Unix Programming FAQ
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
Make smtp sending similar to local /usr/lib/sendmail sending (wrt header/body seperation; Closes: #482052). Add X-Loop header on mailbox forwarded messages.
Fix public remailer keys getting re-signed every time keys are requested (Closes: #478383).
Fix unused variable warning on OpenBSD
Default to not creating a .forward file Whitespace changes
s/MAIL/MAILBOX/ in one place/
The -G option now forces creation of new keys even in client mode (Closes: #585176)
Make all filenames configurable in mix.cfg. Add global mix.cfg support (compile time option).
Only create OpenPGP RSA keys if we compiled with IDEA.
USE_IDEA is no longer default in config.h. It always gets defined by the Install script instead.
The -T option (display type2.list) previously would not work if the file type2.list was not present. -T will now display type2.list info retrieved from pubring.mix if type2.list is not present.
majordomo@* -> majordomo@
List all prerequisites for each build target (Closes: #584386)
Fix a strncat() to undefined string variable (Closes: #584381)
Removed duplicate define of NYMDB from menu.h
Modified the Install script to properly locate opensslv.h. It now checks in both $INCDIR/openssl and $INCDIR/ for the file. Also, I reverted back to the version checking that was done in 2.9beta23, and added special case exceptions for the four OpenSSL versions with alphanumeric designations prior to the main version check, since Bourne shell cannot handle multiple bases and bash is not universal. Also,I modifed the "upgrade" script for clarity, and changed the default from "y" to "n" for activating Type I remailers on installation. Lastly, I performed pre-release configuration file updates. Ready for 2.9b35.
Added the ability to store the key passphrase in the mix.cfg file instead of having it compiled into the binary. This offers a number of advantages over the compiled-in method and still allows for encrypted remote storage of keys. In order to take advantage of the new changes, the Install script will need to be modified. As this is being replaced with a proper autoconf system, we're defering that until later. The changes we're committing replace PASSPHRASE with PASS_PHRASE, which is read from the config. If the compiled-in passphrase, PASSPHRASE, is set, that is used instead. (This is how Mixmaster will function if you use the Install script.)
Include destination allow in remailer-conf reply. Thanks Katherine
Document my previous changes
tweak.
Updated to include latest changes...
Getting ready for 2.9b34
Fixed inconsistencies between software name and package name. This was done for compatability with automated install tools as well as for consistancy. Archive is now named mixmaster-2.9b33.tar.gz and archive directory is now named mixmaster-2.9b33.
updated [...]
Updated to reflect recent changes.
Updated to reflect recent changes.
Updated for 2.9beta32 release and beyond.
Updated for 2.9beta32 release and beyond.
Udated re: recent changes.
Misc. modification.
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 |