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.
changes for Windows build
Updated copyright information.
We've changed the client defaults to send messages immediately, rather than pool messages. Also, I've removed some automatically generated files, which never should have been in CVS in the first place.
Make sure that the daemon does sleep at least 5 seconds between runs
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.
Use the same is_string_empty check as in HEAD
Backported MAILIN/MAILINTIME to stable
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 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.
Mixmaster now defaults to not offering network services if the line "REMAIL = Y" is not present in mix.cfg.
Fix unused variable warning on OpenBSD
Make all filenames configurable in mix.cfg. Add global mix.cfg support (compile time option).
We have changed the compile-time option PASSPHRASE to be named COMPILEDPASS. We have changed the configuration file option PASS_PHRASE to be named PASSPHRASE. We have added documentation for the new configuration file option and made changes in the man page to reflect the name change. This was done to avoid confusion due to the similarity in names of the options.
Fix a strncat() to undefined string variable (Closes: #584381)
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.)
Patches to support the Encrypt-To directive (by Disastry).
Win32 service optimization, commandline args tweaked, help updated.
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 |