| 271 |
Fixed permissions on tarball release. |
Fixed permissions on tarball release. |
| 272 |
Documentation updates. |
Documentation updates. |
| 273 |
|
|
| 274 |
2002-??-?? MAIN Applied Maildir feature patch by drt@un.bewaff.net, |
2002-10-16 2.9b40 New option MAILIN that can be set to either a mbox |
|
with some changes by PP: |
|
|
MAILBOX can now be a Maildir (closes: #586223). |
|
|
New option MAILIN that can be set to either a mbox |
|
| 275 |
or Maildir folder. New mail will be read from it |
or Maildir folder. New mail will be read from it |
| 276 |
and the folder cleared every time Mixmaster |
and the folder cleared every time Mixmaster |
| 277 |
processes its pool, or at MAILINTIME intervals |
processes its pool, or at MAILINTIME intervals |
| 278 |
(closes: #597043). |
(closes: #597043). |
| 279 |
|
The Mixmaster daemon now writes a pid file. |
| 280 |
|
Mixmaster in daemon mode now catches SIGTERM and |
| 281 |
|
SIGINT and finishes its current queue run and then |
| 282 |
|
exits successfully. |
| 283 |
|
Minor code formating cleanup and Install script |
| 284 |
|
fixes. |
| 285 |
|
|
| 286 |
|
2002-xx-xx STABLE The Mixmaster protocol version is now prepended |
| 287 |
|
to the software version in the Mixmaster cap- |
| 288 |
|
string. |
| 289 |
|
Minor configuration default changes and Install |
| 290 |
|
script fixes. |
| 291 |
|
Install script now always uses "make" and not |
| 292 |
|
"gmake". |
| 293 |
|
IDEA detection is fixed on systems that provide |
| 294 |
|
the header files but then turn out to not |
| 295 |
|
have the required functions upon linking. |
| 296 |
|
Install now properly identifies system-wide |
| 297 |
|
installations of pcre and/or zlib if they |
| 298 |
|
are installed in /usr/local/. |
| 299 |
|
Mixmaster will now ensure that an address |
| 300 |
|
submitted in a blocking request does not |
| 301 |
|
match that of a known remailer before |
| 302 |
|
adding it to the dest.blk file (patch |
| 303 |
|
submitted by Trek. Vulnerability originally |
| 304 |
|
discovered by noise and rabbi.) |
| 305 |
|
Minor documentation fixes. |
| 306 |
|
Append another newline character to mbox folders |
| 307 |
|
when storing a mail so that the mandatory empty |
| 308 |
|
line is there. |
| 309 |
|
|
| 310 |
|
2002-10-18 3.0a1 Applied Maildir feature patch by drt@un.bewaff.net, |
| 311 |
|
with some changes by PP: |
| 312 |
|
MAILBOX can now be a Maildir (closes: #586223). |
| 313 |
Mixmaster in daemon mode reloads configuration on |
Mixmaster in daemon mode reloads configuration on |
| 314 |
SIGHUP. Upon receiving SIGTERM or SIGINT it will |
SIGHUP. |
|
finish its current queue run and then exit |
|
|
successfully. |
|
| 315 |
The secret pgp keyring is now stored ASCII armored |
The secret pgp keyring is now stored ASCII armored |
| 316 |
with one key per ascii armor. |
with one key per ascii armor. |
| 317 |
NB: Due to the bug with reading armored keyrings and |
NB: Due to the bug with reading armored keyrings and |
| 321 |
keyring. |
keyring. |
| 322 |
Mixmaster now prompts for secret key passphrase when |
Mixmaster now prompts for secret key passphrase when |
| 323 |
started in daemon mode. |
started in daemon mode. |
|
The Mixmaster daemon now writes a pid file. |
|
| 324 |
Mixmaster checks expiration and revocation status of |
Mixmaster checks expiration and revocation status of |
| 325 |
pgp keys, userids, and subkeys. |
pgp keys, userids, and subkeys. |
| 326 |
Mixmaster will not encrypt or sign with a revoked |
Mixmaster will not encrypt or sign with a revoked |
| 345 |
seemed sensible. |
seemed sensible. |
| 346 |
Mixmaster now generates dummy messages automatically |
Mixmaster now generates dummy messages automatically |
| 347 |
as mail enters and exits the pool. |
as mail enters and exits the pool. |
| 348 |
|
|
| 349 |
|
2002-xx-xx 3.0a2 New Star-Exclude feature by Colin Tuckley: |
| 350 |
|
User-selected remailers can be excluded from |
| 351 |
|
being chosen as random hops. |
| 352 |
|
Have stats on intermediate vs. final hop count |
| 353 |
|
(closes: #649900). |
| 354 |
|
Handle a pool we cannot read correctly: don't close |
| 355 |
|
the NULL dir handle (segfaults on *bsd). We also |
| 356 |
|
print a warning in that case now. |
| 357 |
|
|
| 358 |
|
2003-02-15 Add max capability for Type I. |
| 359 |
|
Make sure DH/DSA param file is actually opened before |
| 360 |
|
writing to it. Fixes a segfault in case it is not. |
| 361 |
|
Fix a problem in blockrequest() where a buffer |
| 362 |
|
could have been used after it was free()d which |
| 363 |
|
resulted in segfaults. |
| 364 |
|
Install script tweaks |
| 365 |
|
Check that feedback buffer is not null before |
| 366 |
|
operating on it in chain_select(). |
| 367 |
|
Closes #631353, thanks Sami Farin. |