| 169 |
Reworked the OpenSSL version check in the |
Reworked the OpenSSL version check in the |
| 170 |
Install script. |
Install script. |
| 171 |
|
|
| 172 |
2002-07-21 ?????? Removed duplicate define of NYMDB from menu.h. |
2002-08-09 2.9b36 Removed duplicate define of NYMDB from menu.h. |
| 173 |
Fix a strncat() to undefined string variable in |
Fix a strncat() to undefined string variable in |
| 174 |
mix.c (Closes: #584381). |
mix.c (Closes: #584381). |
| 175 |
Have the Makefile list all prerequisites for each |
Have the Makefile list all prerequisites for each |
| 182 |
back to pubring.mix. |
back to pubring.mix. |
| 183 |
USE_IDEA is no longer default in config.h. It always |
USE_IDEA is no longer default in config.h. It always |
| 184 |
gets defined by the Install script instead. |
gets defined by the Install script instead. |
| 185 |
|
Only create OpenPGP RSA keys if we compiled with |
| 186 |
|
IDEA. |
| 187 |
|
Make all filenames configurable in mix.cfg. |
| 188 |
|
Add global mix.cfg support (compile time option). |
| 189 |
|
The -G option now forces creation of new keys even in |
| 190 |
|
client mode (Closes: #585176). |
| 191 |
|
Random Documentation updates. |
| 192 |
|
Default to not installing a .forward file in Install |
| 193 |
|
script. |
| 194 |
|
Fix unused variable warning on OpenBSD. |
| 195 |
|
Fix public remailer keys getting re-signed |
| 196 |
|
every time keys are requested (Closes: #478383). |
| 197 |
|
Make smtp sending similar to local /usr/lib/sendmail |
| 198 |
|
sending (wrt header/body seperation; |
| 199 |
|
Closes: #482052). |
| 200 |
|
Add X-Loop header on mailbox forwarded messages. |
| 201 |
|
Several small fixes by Sami Farin et al. |
| 202 |
|
Detach correctly in daemon mode. |
| 203 |
|
Minor Install script fixes. |
| 204 |
|
|
| 205 |
|
2002-08-20 2.9b37 OpenPGP enhancement release (fixes by Disastry). |
| 206 |
|
Fix a small bug in pgpdata.c that stopped Mixmaster |
| 207 |
|
from reading cipher preferences. |
| 208 |
|
Fixed Passphrase reading in mpgp (the test program) |
| 209 |
|
on Windows platform. |
| 210 |
|
Add Hash: header when clearsigning. |
| 211 |
|
Properly handle RSA keys whose key size is not a |
| 212 |
|
multiple of 64. |
| 213 |
|
Remove leading zeros from MPI. |
| 214 |
|
Use MDC packets whenever possible. |
| 215 |
|
List CAST5 and AES128 in cipher preferences. |
| 216 |
|
Now displays Mixmaster version in the PGP version |
| 217 |
|
header for non remailer/nym messages. |
| 218 |
|
|
| 219 |
|
2002-??-?? 2.9b38 Applied Maildir feature patch by drt@un.bewaff.net, |
| 220 |
|
with some changes by PP: |
| 221 |
|
MAILBOX can now be a Maildir (closes: #586223). |
| 222 |
|
Install script deals with lack of patented IDEA |
| 223 |
|
algorithm in a sane way (closes: #479020). |
| 224 |
|
New option MAILIN that can be set to either a mbox |
| 225 |
|
or Maildir folder. New mail will be read from it |
| 226 |
|
and the folder cleared every time Mixmaster |
| 227 |
|
processes its pool, or at MAILINTIME intervals |
| 228 |
|
(closes: #597043). |
| 229 |
|
When sending type II messages interactivly you may |
| 230 |
|
now choose a middleman remailer as the last hop |
| 231 |
|
in your chain (closes: #481244). |
| 232 |
|
If a footer.txt file exists its content will be |
| 233 |
|
appended to outgoing messages leaving the remailer |
| 234 |
|
network at this hop (closes: #490117). |
| 235 |
|
List known mixmasters/cpunks in remailer-conf reply |
| 236 |
|
(closes: #480330). |
| 237 |
|
When expiring packet ids from id.log also expire |
| 238 |
|
packets that are dated more than half a year in the |
| 239 |
|
future. That way we get rid of invalid packets |
| 240 |
|
introduced by the switch to a binary file. |
| 241 |
|
The stats in remailer-stats replies always had a peak at |
| 242 |
|
00:00 GMT which was wrong. Fixed. (closes: #597688) |
| 243 |
|
Mixmaster in daemon mode reloads configuration on SIGHUP. |
| 244 |
|
Upon receiving SIGTERM or SIGINT it will finish its |
| 245 |
|
current queue run and then exit successfully. |