Log of /trunk/Mix/mixmaster.1
Parent Directory
|
Revision Log
Revision
924 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 9 23:21:25 2005 UTC
(7 years, 7 months ago)
by
weasel
File length: 27219 byte(s)
Diff to
previous 923
A user reported the problem that mixmaster - when started from an init script -
asked for a passphrase and therefore locked his entire boot process untilĀ·
somebody hit return. I don't see how this could happen, but add a
new --no-ask-passphrase that makes it never ask for the remailer's passphrase
on startup, even if we don't have it compiled in, don't have it in the config
file, don't have it in the environment and we are, on a tty.
Revision
916 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Aug 13 10:55:14 2005 UTC
(7 years, 9 months ago)
by
rabbi
File length: 27027 byte(s)
Diff to
previous 901
Added new config directive MINLAT. Remailers will not be chosen in the path for dummy messages or random hops unless their latency is greater than or equal to the MINLAT value. (Default: 5 minutes.)
This is a precautionary measure against broken remailers. It does not affect currently operating remailers at this time.
Suggested by Zax. (Closes #1241903).
Revision
700 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Jan 17 01:33:38 2004 UTC
(9 years, 4 months ago)
by
weasel
File length: 25254 byte(s)
Diff to
previous 689
Try to detect timeskews and refuse to run as a remailer if there is a problem
suspected. Only applies to mixmaster in remailer mode.
Revision
689 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Dec 21 05:33:28 2003 UTC
(9 years, 4 months ago)
by
rabbi
File length: 24464 byte(s)
Diff to
previous 682
Now supports AES if OpenSSL 0.9.7 through 0.9.7c are detected. (Prompts for support decision if unknown version is used.)
The Mixmaster binary is now called "mixmaster" instead of "mix".
Revision
603 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 15 05:06:09 2003 UTC
(9 years, 7 months ago)
by
rabbi
Original Path:
trunk/Mix/mix.1
File length: 23253 byte(s)
Diff to
previous 548
Removed references to obsolete nym functionality. This should be documented somewhere in the source or accompanying files for those brave souls who #define it back from the dead.
Revision
545 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 7 11:18:20 2003 UTC
(9 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 24023 byte(s)
Diff to
previous 527
The 'working on the train' commit:
Don't try to send a message if there are no recipients left.
Set default max-randhops from 20 to 4.
Remix-To chain is limited by max-randhops limit as well.
Messages to more than one remailer are dropped.
Revision
498 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat May 3 01:56:08 2003 UTC
(10 years ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 23871 byte(s)
Diff to
previous 477
In client mode (REMAIL n) the pool is flushed every time mixmaster is run
unless CLIENTAUTOFLUSH is set to n. (closes: #676794: Rate implementation
doubled)
Revision
378 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 18 20:42:35 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
trunk/Mix/mix.1
File length: 23453 byte(s)
Diff to
previous 348
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
289 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sat Sep 28 12:48:57 2002 UTC
(10 years, 7 months ago)
by
ulfm
Original Path:
trunk/Mix/mix.1
File length: 23409 byte(s)
Diff to
previous 283
revert the mail folder check change.
mix -f can also be used to post a followup for Usenet articles or
individual email messages not in folder format
Revision
220 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 6 21:04:16 2002 UTC
(10 years, 8 months ago)
by
rabbi
Original Path:
trunk/Mix/mix.1
File length: 23012 byte(s)
Diff to
previous 217
Updated documentation for {IN,OUT}DUMMYP, and to reflect changes in
remailer defaults.
Mixmaster now has a sanity-check on the number of dummy messages
generated automatically.
Fixed typos in mix.1 and Install.
Install now prompts before using a previously generated Makefile.
Revision
183 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 26 18:08:05 2002 UTC
(10 years, 8 months ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 22061 byte(s)
Diff to
previous 177
Previosly when we ran Mixmaster in daemon mode and injected mail either
via pop3 or the MAILIN method (reading a Maildir or an mbox), Mixmaster
only processed remailer-xxx requests at SENDPOOLTIME intervalls.
It might be in the interest of an operator to have a high SENDPOOLTIME -
like say an hour or two - to provide better security to their user.
However it is also important to answer remailer-xxx requests in a timely
manner.
This conflict of interests can be solved by adding yet another config
option: MAILINTIME.
MAILINTIME specifies the amount of time between reading MAILIN and
processing those mails (as well as those injected via POP3). Processing
here means to answer -xxx requests and to add remailer mails to the
pool.
This is also done implicitly whenever Mixmaster is about to process its
pool or just fetched mail via pop3.
Revision
177 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 25 07:47:23 2002 UTC
(10 years, 8 months ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 21619 byte(s)
Diff to
previous 168
Mixmaster in daemon mode will now reload its configuration upon receiving a
SIGHUP.
It was necessary to set the defaults in their own function rather than when
defining the variables.
It will also catch SIGTERM and SIGINT and exit in a sane way, first finishing
the current action.
New option --no-detach will prevent mixmaster in daemon mode from detaching
from the terminal.
Revision
168 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 22 05:18:26 2002 UTC
(10 years, 8 months ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 21489 byte(s)
Diff to
previous 166
List known mixmasters in remailer-conf replies. How do I get a list of
the pgp keyring so I can also list type I remailers? Do we need to list
type I remailers?
Revision
163 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 21 19:28:04 2002 UTC
(10 years, 8 months ago)
by
weaselp
Original Path:
trunk/Mix/mix.1
File length: 21113 byte(s)
Diff to
previous 153
Make sure to deliver to the right directory with Maildir deliveries. Since
we do not chdir() to the Mixmaster base directory we need to take care of
this whenever we do file or directory operations. Fortunatly the function
mixfile() helps here. mixfile() was extended to handle paths starting
with "~/". '~' is replaced by the HOME environment variable if defined.
Implement MAILIN option: If set Mixmaster reads mails from either a mbox
or a Maildir mail folder when processing its queue (-M or daemon). After
reading the mail folder is emtpied. If MAILIN ends with / it is expected
to be a Maildir, mbox oterhwise.
I hope that I did not break anything with the change to mixfile(). Maildir
drop and reading from both Maildir and mbox has been tested a little. Seems
to work fine so far.
Revision
102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 24 07:48:50 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix/mix.1
File length: 19807 byte(s)
Diff to
previous 53
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.
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.