| 126 |
Removed redundant "encoded" variable in mime.c. |
Removed redundant "encoded" variable in mime.c. |
| 127 |
Fixed Installer bugs. |
Fixed Installer bugs. |
| 128 |
|
|
| 129 |
2001-xx-xx 2.9beta32 POP sockets now properly close. |
2001-11-06 2.9beta32 Client functionality updates. |
| 130 |
|
POP sockets now properly close. |
| 131 |
Memory may be freed without allocating. |
Memory may be freed without allocating. |
| 132 |
Correct time is written to mbox. |
Correct time is written to mbox. |
| 133 |
Key flags correctly set in key.txt. (all by |
Key flags correctly set in key.txt. (all by |
| 134 |
Disastry). |
Disastry). |
| 135 |
OpenSSL and OpenBSD Install script issues |
OpenSSL and OpenBSD Install script issues |
| 136 |
addressed. |
addressed. |
| 137 |
|
|
| 138 |
|
2001-12-16 2.9b33 Support for Mixmaster as a service on Windows |
| 139 |
|
platforms added (by Disastry). |
| 140 |
|
Problem transparently remixing to Type I remailers |
| 141 |
|
debugged and corrected (by Andy Dustman, |
| 142 |
|
Disastry, Senshi-Admin). |
| 143 |
|
Fixed an error in chain.c that was causing |
| 144 |
|
segfaults with chains greater than 20 remailers. |
| 145 |
|
Non-multipart MIME message errors fixed. |
| 146 |
|
Fixed an error in rfc822.c (by Scott Renfro). |
| 147 |
|
Fixed pgpget.c errors. (by Ulf Möller). |
| 148 |
|
No longer permits automatic blocking of entire |
| 149 |
|
domains or newsgroups. |
| 150 |
|
Help files re-written (by Lucky Green). |
| 151 |
|
Fixed inconsistencies between software name and |
| 152 |
|
package name. |
| 153 |
|
|
| 154 |
|
2002-07-01 2.9b34 Encrypt-to directive is now supported. |
| 155 |
|
Partial packets now properly expire if not |
| 156 |
|
reassembled (by cmeclax). |
| 157 |
|
Fixed an address blocking error introduced in |
| 158 |
|
the last version (Peter Palfrader). |
| 159 |
|
Various command line bug fixes. |
| 160 |
|
|
| 161 |
|
2002-07-10 2.9b35 Updated zlib due to security reasons. |
| 162 |
|
Does not generate keys in client mode. |
| 163 |
|
Uses binary format for id.log. |
| 164 |
|
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-??-?? N/A yet Fix a small bug in pgpdata.c that stopped mixmaster from reading |
| 206 |
|
cipher preferences. |