| 195 |
Fix public remailer keys getting re-signed |
Fix public remailer keys getting re-signed |
| 196 |
every time keys are requested (Closes: #478383). |
every time keys are requested (Closes: #478383). |
| 197 |
Make smtp sending similar to local /usr/lib/sendmail |
Make smtp sending similar to local /usr/lib/sendmail |
| 198 |
sending (wrt header/body seperation; |
sending (wrt header/body separation; |
| 199 |
Closes: #482052). |
Closes: #482052). |
| 200 |
Add X-Loop header on mailbox forwarded messages. |
Add X-Loop header on mailbox forwarded messages. |
| 201 |
Several small fixes by Sami Farin et al. |
Several small fixes by Sami Farin et al. |
| 216 |
Now displays Mixmaster version in the PGP version |
Now displays Mixmaster version in the PGP version |
| 217 |
header for non remailer/nym messages. |
header for non remailer/nym messages. |
| 218 |
|
|
| 219 |
2002-??-?? 2.9b38 Applied Maildir feature patch by drt@un.bewaff.net, |
2002-09-11 2.9b38 Install script deals with lack of patented IDEA |
| 220 |
|
algorithm in a sane way (closes: #479020). |
| 221 |
|
Compiled-in passphrase is now deprecated. |
| 222 |
|
When expiring packet ids from id.log also expire |
| 223 |
|
packets that are dated more than half a year in |
| 224 |
|
the future. That way we get rid of invalid |
| 225 |
|
packets introduced by the switch to a binary file. |
| 226 |
|
The stats in remailer-stats replies always had a |
| 227 |
|
peak at 00:00 GMT which was wrong. Fixed. |
| 228 |
|
(closes: #597688). |
| 229 |
|
Fixed a bug with reading armored keyrings consisting |
| 230 |
|
of more than one armored block or having comments |
| 231 |
|
in front of the one armored block. |
| 232 |
|
In RSA PGP keys, we now set e=0x11. |
| 233 |
|
Mixmaster now deletes error and temporary files |
| 234 |
|
older than PACKETEXP time along with expired |
| 235 |
|
partial packets. |
| 236 |
|
Linux PPC fixes (and all other archs where char is |
| 237 |
|
unsigned). |
| 238 |
|
|
| 239 |
|
2002-??-?? 2.9b39 Applied Maildir feature patch by drt@un.bewaff.net, |
| 240 |
with some changes by PP: |
with some changes by PP: |
| 241 |
MAILBOX can now be a Maildir (closes: #586223). |
MAILBOX can now be a Maildir (closes: #586223). |
|
Install script deals with lack of patented IDEA |
|
|
algorithm in a sane way (closes: #479020). |
|
| 242 |
New option MAILIN that can be set to either a mbox |
New option MAILIN that can be set to either a mbox |
| 243 |
or Maildir folder. New mail will be read from it |
or Maildir folder. New mail will be read from it |
| 244 |
and the folder cleared every time Mixmaster |
and the folder cleared every time Mixmaster |
| 250 |
If a footer.txt file exists its content will be |
If a footer.txt file exists its content will be |
| 251 |
appended to outgoing messages leaving the remailer |
appended to outgoing messages leaving the remailer |
| 252 |
network at this hop (closes: #490117). |
network at this hop (closes: #490117). |
| 253 |
List known mixmasters/cpunks in remailer-conf reply |
List known Mixmasters/cpunks in remailer-conf reply |
| 254 |
(closes: #480330). |
(closes: #480330). |
|
When expiring packet ids from id.log also expire |
|
|
packets that are dated more than half a year in |
|
|
the future. That way we get rid of invalid |
|
|
packets introduced by the switch to a binary file. |
|
|
The stats in remailer-stats replies always had a |
|
|
peak at 00:00 GMT which was wrong. Fixed. |
|
|
(closes: #597688). |
|
| 255 |
Mixmaster in daemon mode reloads configuration on |
Mixmaster in daemon mode reloads configuration on |
| 256 |
SIGHUP. Upon receiving SIGTERM or SIGINT it will |
SIGHUP. Upon receiving SIGTERM or SIGINT it will |
| 257 |
finish its current queue run and then exit |
finish its current queue run and then exit |
| 258 |
successfully. |
successfully. |
|
Fixed a bug with reading armored keyrings consisting |
|
|
of more than one armored block or having comments |
|
|
in front of the one armored block. |
|
| 259 |
The secret pgp keyring is now stored ASCII armored |
The secret pgp keyring is now stored ASCII armored |
| 260 |
with one key per ascii armor. |
with one key per ascii armor. |
| 261 |
NB: Due to the bug with reading armored keyrings and |
NB: Due to the bug with reading armored keyrings and |
| 262 |
secring beeing stored armored now, it is not |
secring being stored armored now, it is not |
| 263 |
adviseable to downgrade mixmaster unless special |
advisable to downgrade Mixmaster unless special |
| 264 |
action is taked to preserve the secret pgp |
action is taken to preserve the secret pgp |
| 265 |
keyring. |
keyring. |
| 266 |
Mixmaster now prompts for secret key passphrase when |
Mixmaster now prompts for secret key passphrase when |
| 267 |
started in daemon mode. |
started in daemon mode. |
| 277 |
therefore not use them) if their key is expired. |
therefore not use them) if their key is expired. |
| 278 |
- the remailer refuses to decrypt messages to keys |
- the remailer refuses to decrypt messages to keys |
| 279 |
that expired one month ago or earlier. |
that expired one month ago or earlier. |
| 280 |
- the remailer automatically creates new mixmaster |
- the remailer automatically creates new Mixmaster |
| 281 |
keys if the current ones are about to expire or |
keys if the current ones are about to expire or |
| 282 |
already are expired. |
already are expired. |
| 283 |
- the latest key from secring.mix is written to |
- the latest key from secring.mix is written to |
| 284 |
key.txt. It used to be the first one. Since |
key.txt. It used to be the first one. Since |
| 285 |
creation of new mix key appends the key, this |
creation of new mix key appends the key, this |
| 286 |
seemed sensible. |
seemed sensible. |
|
In RSA PGP keys, we now set e=0x11. |
|
|
Mixmaster now deletes error and temporary files |
|
|
older than PACKETEXP time along with expired |
|
|
partial packets. |
|
| 287 |
Mixmaster now generates dummy messages automatically |
Mixmaster now generates dummy messages automatically |
| 288 |
as mail enters and exits the pool. |
as mail enters and exits the pool. |
|
Linux PPC fixes (and all other archs where char is |
|
|
unsigned). |
|