/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/mix.c
ViewVC logotype

Log of /branches/mixmaster_2_9_STABLE/Mix/Src/mix.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 651 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 7 06:52:03 2003 UTC (9 years, 7 months ago) by weasel
File length: 25220 byte(s)
Diff to previous 650
Canonicalize line endings and set end-of-line style to native for all files

Revision 650 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 7 06:16:18 2003 UTC (9 years, 7 months ago) by weasel
File length: 25220 byte(s)
Diff to previous 525
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 525 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 1 23:39:11 2003 UTC (10 years ago) by rabbi
File length: 25270 byte(s)
Diff to previous 458
Windows buld support changes.

Revision 458 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 22:21:26 2003 UTC (10 years, 5 months ago) by colintu
File length: 25401 byte(s)
Diff to previous 418
changes for Windows build

Revision 418 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 16 22:38:14 2002 UTC (10 years, 6 months ago) by rabbi
File length: 25417 byte(s)
Diff to previous 377
Updated copyright information.

Revision 377 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 18 20:36:07 2002 UTC (10 years, 8 months ago) by rabbi
File length: 25395 byte(s)
Diff to previous 361
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.

Revision 361 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 11 01:19:16 2002 UTC (10 years, 8 months ago) by weaselp
File length: 25394 byte(s)
Diff to previous 354
Make sure that the daemon does sleep at least 5 seconds between runs

Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 13:18:45 2002 UTC (10 years, 8 months ago) by weaselp
File length: 25283 byte(s)
Diff to previous 350
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.

Revision 350 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 10:43:18 2002 UTC (10 years, 8 months ago) by weaselp
File length: 23141 byte(s)
Diff to previous 340
Use the same is_string_empty check as in HEAD

Revision 340 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 21:40:56 2002 UTC (10 years, 8 months ago) by weaselp
File length: 23149 byte(s)
Diff to previous 331
Backported MAILIN/MAILINTIME to stable

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:51:09 2002 UTC (10 years, 8 months ago) by weaselp
File length: 22644 byte(s)
Diff to previous 327
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

Revision 327 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:29:44 2002 UTC (10 years, 8 months ago) by weaselp
File length: 22710 byte(s)
Diff to previous 310
Added closing comments for all #ifdef statements.

Revision 310 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 00:39:25 2002 UTC (10 years, 8 months ago) by rabbi
File length: 21721 byte(s)
Diff to previous 306
I missed some changes when merging the --config support.
We should look more closely at this to make sure it's correct.

Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 4 23:49:17 2002 UTC (10 years, 8 months ago) by rabbi
File length: 22059 byte(s)
Diff to previous 242
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.

Revision 242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:44:49 2002 UTC (10 years, 9 months ago) by rabbi
File length: 21665 byte(s)
Diff to previous 137
Misc Install script fixes for 2.9beta37a.

Revision 137 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:55:58 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 21665 byte(s)
Diff to previous 114
Mixmaster now defaults to not offering network services if the line
"REMAIL = Y" is not present in mix.cfg.

Revision 114 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 12:42:56 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/mix.c
File length: 21667 byte(s)
Diff to previous 105
Fix unused variable warning on OpenBSD

Revision 105 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 09:00:11 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/mix.c
File length: 21639 byte(s)
Diff to previous 102
Make all filenames configurable in mix.cfg.
Add global mix.cfg support (compile time option).

Revision 102 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 07:48:50 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 18692 byte(s)
Diff to previous 96
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.

Revision 96 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 21 16:28:14 2002 UTC (10 years, 11 months ago) by weaselp
Original Path: trunk/Mix/Src/mix.c
File length: 18693 byte(s)
Diff to previous 91
Fix a strncat() to undefined string variable (Closes: #584381)

Revision 91 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 10 01:58:49 2002 UTC (10 years, 11 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 18663 byte(s)
Diff to previous 62
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.)

Revision 62 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 10 23:59:16 2002 UTC (11 years, 5 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 18531 byte(s)
Diff to previous 37
Patches to support the Encrypt-To directive (by Disastry).

Revision 37 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 12 18:50:09 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 18491 byte(s)
Diff to previous 30
Win32 service optimization, commandline args tweaked, help updated.

Revision 30 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 20:59:26 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 18702 byte(s)
Diff to previous 11
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() ?

Revision 11 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 6 23:41:58 2001 UTC (11 years, 7 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 17353 byte(s)
Diff to previous 1
First round of changes adding support for Mixmaster as a service under
Windows NT.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 7 months ago) by rabbi
Original Path: trunk/Mix/Src/mix.c
File length: 16902 byte(s)
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.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5