/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/mix3.h
ViewVC logotype

Log of /branches/mixmaster_2_9_STABLE/Mix/Src/mix3.h

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, 6 months ago) by weasel
File length: 13382 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, 6 months ago) by weasel
File length: 13382 byte(s)
Diff to previous 526
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 526 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jun 1 23:40:05 2003 UTC (9 years, 11 months ago) by rabbi
File length: 13431 byte(s)
Diff to previous 525
Windows buld support changes.

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

Revision 469 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 21 16:11:57 2003 UTC (10 years, 4 months ago) by colintu
File length: 13574 byte(s)
Diff to previous 458
cleaned up build and added pcre

Revision 458 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jan 12 22:21:26 2003 UTC (10 years, 4 months ago) by colintu
File length: 13374 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, 5 months ago) by rabbi
File length: 12451 byte(s)
Diff to previous 354
Updated copyright information.

Revision 354 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 13:18:45 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12432 byte(s)
Diff to previous 327
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 327 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:29:44 2002 UTC (10 years, 7 months ago) by weaselp
File length: 12364 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, 7 months ago) by rabbi
File length: 12057 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, 7 months ago) by rabbi
File length: 12035 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, 8 months ago) by rabbi
File length: 11756 byte(s)
Diff to previous 116
Misc Install script fixes for 2.9beta37a.

Revision 116 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 23:52:00 2002 UTC (10 years, 9 months ago) by weaselp
Original Path: trunk/Mix/Src/mix3.h
File length: 11756 byte(s)
Diff to previous 101
Make smtp sending similar to local /usr/lib/sendmail sending (wrt header/body seperation; Closes: #482052).
Add X-Loop header on mailbox forwarded messages.

Revision 101 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 07:00:16 2002 UTC (10 years, 9 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11655 byte(s)
Diff to previous 98
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.

Revision 98 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 22 17:54:48 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11632 byte(s)
Diff to previous 82
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.

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jul 9 08:02:02 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11547 byte(s)
Diff to previous 41
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.

Revision 41 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 12 19:29:52 2001 UTC (11 years, 5 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11452 byte(s)
Diff to previous 30
Added quoted-printable decoding of non-multipart mime messages (cf. bug
#478380) by Scott Renfro.

Revision 30 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 20:59:26 2001 UTC (11 years, 5 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11416 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, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11344 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, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/mix3.h
File length: 11208 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