Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Canonicalize line endings and set end-of-line style to native for all files
Set keyword expansion for Id on all files that already have $Id$ tags.
Windows buld support changes.
Windows buld support changes.
cleaned up build and added pcre
changes for Windows build
Updated copyright information.
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.
Added closing comments for all #ifdef statements.
I missed some changes when merging the --config support. We should look more closely at this to make sure it's correct.
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.
Make smtp sending similar to local /usr/lib/sendmail sending (wrt header/body seperation; Closes: #482052). Add X-Loop header on mailbox forwarded messages.
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.
Added support for AES in Type I messages. This should prevent lost mail if a user attempts to send OpenPGP messages encrypted with AES. Support for AES requires OpenSSL 0.9.7 (soon to be released.) The Install script needs to be updated to enable AES if 0.9.7 or later is present. Also, pgp_keylen now returns 0 instead of -1 for unknown symalgo. Output of pgp_keylen is used in buf_appendrnd and in other functions without checking, so they might be unhappy with -1. (We should really check for this.) Thanks to Disastry and Peter for working on this.
The format of id.log is now binary. Mixmaster still performs a linear search on it for duplicate checking, but this should improve performance on slower systems over having the entries stored in a text file. We had considered using a hash table, but id.log entries only matter up to 7 days anyway, so there isn't too much more to be gained. Perhaps if we had Mixmaster on cell phones... ;) Thanks to Disastry for this patch.
Added quoted-printable decoding of non-multipart mime messages (cf. bug #478380) by Scott Renfro.
Changes for WIN32 Service support. service.c is totally re-written, service.h is removed. main.c is now cleaner. TODO: better solution to the Win32/Unix directory seperation issue. Sring operations on every path is a lot of extra work. Why not fopen() ?
First round of changes adding support for Mixmaster as a service under Windows NT.
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 |