| 151 |
Fixed inconsistencies between software name and |
Fixed inconsistencies between software name and |
| 152 |
package name. |
package name. |
| 153 |
|
|
| 154 |
2002-07-01 Encrypt-to directive is now supported. |
2002-07-01 2.9b34 Encrypt-to directive is now supported. |
| 155 |
Partial packets now properly expire if not |
Partial packets now properly expire if not |
| 156 |
reassembled. |
reassembled (by cmeclax). |
| 157 |
Fixed an address blocking error introduced in |
Fixed an address blocking error introduced in |
| 158 |
the last version (Peter Palfrader). |
the last version (Peter Palfrader). |
| 159 |
Various bug fixes. |
Various command line bug fixes. |
| 160 |
|
|
| 161 |
2002-07-06 Updated zlib due to security reasons. |
2002-07-10 2.9b35 Updated zlib due to security reasons. |
| 162 |
Does not generate keys in client mode. |
Does not generate keys in client mode. |
| 163 |
Uses binary format for id.log. |
Uses binary format for id.log. |
| 164 |
mpgp fixes (by Disastry). |
Assorted mpgp fixes (by Disastry). |
| 165 |
|
Added support for storing the key passphrase |
| 166 |
|
in the mix.cfg file. (by Disastry). |
| 167 |
|
Now reports the contents of dest.alw for |
| 168 |
|
middleman remailers (by Kat). |
| 169 |
|
Reworked the OpenSSL version check in the |
| 170 |
|
Install script. |
| 171 |
|
|
| 172 |
|
2002-08-09 2.9b36 Removed duplicate define of NYMDB from menu.h. |
| 173 |
|
Fix a strncat() to undefined string variable in |
| 174 |
|
mix.c (Closes: #584381). |
| 175 |
|
Have the Makefile list all prerequisites for each |
| 176 |
|
build target (Closes: #584386). |
| 177 |
|
Change »majordomo@*« to »majordomo@« in default |
| 178 |
|
dest.blk. The dest block engine does not under- |
| 179 |
|
stand shell globs. Either substring matches or |
| 180 |
|
regexen. |
| 181 |
|
Fixed -T switch: if type2.list is not available fall |
| 182 |
|
back to pubring.mix. |
| 183 |
|
USE_IDEA is no longer default in config.h. It always |
| 184 |
|
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 (closes: #597043). |
| 228 |
|
When sending type II messages interactivly you may |
| 229 |
|
now choose a middleman remailer as the last hop |
| 230 |
|
in your chain (closes: #481244). |
| 231 |
|
If a footer.txt file exists its content will be |
| 232 |
|
appended to outgoing messages leaving the remailer |
| 233 |
|
network at this hop (closes: #490117). |