Log of /tags/mixmaster_2_9_1/Mix
Directory Listing
Revision
663 -
Directory Listing
Modified
Sun Nov 9 01:26:44 2003 UTC
(9 years, 6 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Updated the README, and added a caveat about the RAB. I think it is time to design a secure remailer opt-out system that will scale better and resist DOS attacks.
Revision
662 -
Directory Listing
Modified
Sun Nov 9 01:23:09 2003 UTC
(9 years, 6 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Add versions for the OpenSSL 0.9.6 fixes. Here's hoping that Mixmaster 2.9 doesn't have a third of the bug fix releases that OpenSSL seems to be making routine. 3.0 should make this hack irrelevant.
None of the recent OpenSSL bugs seem to effect Mixmaster, so we'll still allow those versions.
Revision
657 -
Directory Listing
Modified
Fri Nov 7 08:31:43 2003 UTC
(9 years, 6 months ago)
by
weasel
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Backport r478: Make sure DH/DSA param file is actually opened before writing to it. Fixes a segfault in case it is not.
Revision
490 -
Directory Listing
Modified
Mon Mar 31 18:24:15 2003 UTC
(10 years, 1 month ago)
by
weaselp
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Fix a problem in blockrequest() where a buffer could have been used after it was free()d which resulted in segfaults.
Revision
444 -
Directory Listing
Modified
Wed Dec 25 08:30:33 2002 UTC
(10 years, 4 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Updated keyrings/stats. We should ship future versions with a script to do
this optionally at install time. (I think Mixmaster used to do that... was
there a reason for not doing that in 2.9?)
Revision
433 -
Directory Listing
Modified
Tue Dec 17 21:31:36 2002 UTC
(10 years, 5 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Preparing for rc1!
I've added a THANKS file. If you or anyone you know should be in there,
but isn't, please let me know.
Revision
427 -
Directory Listing
Modified
Tue Dec 17 10:39:16 2002 UTC
(10 years, 5 months ago)
by
weaselp
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Append another newline character to mbox folders when storing a mail so that the mandatory empty line is there (mutt does not have problems without it but other MUAs probably have).
Revision
416 -
Directory Listing
Modified
Mon Dec 16 07:46:52 2002 UTC
(10 years, 5 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Fixed b41 release date. I went to see a movie last night with my
girlfriend instead of pushing out the release. It was a good movie.
Revision
380 -
Directory Listing
Modified
Fri Oct 18 22:16:59 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
We prepend the protocol version string to the software version number in
the type 2 capstring. This is necessary to allow existing Mixmaster
versions to interoperate with future versions of Mixmaster.
This isn't strictly necessary with versions 2.x, but I'm making this
change for consistency.
Revision
377 -
Directory Listing
Modified
Fri Oct 18 20:36:07 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
We've changed the client defaults to send messages immediately, rather
than pool messages. Also, I've removed some automatically generated files,
which never should have been in CVS in the first place.
Revision
372 -
Directory Listing
Modified
Thu Oct 17 21:48:53 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
In certain situations, remops could have been running a remailer without
explicitly setting REMAIL to "y" in the mix.cfg file. As of 2.9b37, the
compiled default changed from "y" to "n".
We now check existing mix.cfg files for the REMAIL line if we think it is
a remailer (has the file secring.mix), and add "REMAIL y" if it is
missing.
Thanks to Riot Admin for spotting this.
Revision
370 -
Directory Listing
Modified
Wed Oct 16 20:47:15 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Made a tense change. Given that RSA isn't patent encumbered anymore, and
IDEA will expire in a few years, this is how it should be.
Revision
364 -
Directory Listing
Modified
Wed Oct 16 00:13:40 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Install now installs the mix binary even if the existing one is in use.
Install will no longer install type2.list, and the tarball will no longer
be shipped with type2.list (closes #598598).
Revision
363 -
Directory Listing
Modified
Tue Oct 15 23:28:47 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Install now checks for OpenSSL on Mac OS X. This is tested against
SourceForge's OS 10.1 Server installation -- if someone using OS X client
or Jaguar can confirm that /sw/lib and /sw/include are indeed the standard
locations for OpenSSL on MacOS, it would be greatly appreciated.
Revision
354 -
Directory Listing
Modified
Thu Oct 10 13:18:45 2002 UTC
(10 years, 7 months ago)
by
weaselp
Original Path:
branches/mixmaster_2_9_STABLE/Mix
The Mixmaster daemon now writes a pid file.
Mixmaster in daemon mode now catches SIGTERM and
SIGINT and finishes its current queue run and then
exits successfully.
Revision
331 -
Directory Listing
Modified
Wed Oct 9 20:51:09 2002 UTC
(10 years, 7 months ago)
by
weaselp
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Whitespace cleanup:
for i in *.c; do cp -a $i $i.orig; sed -e 's/^ /<TAB>/' $i.orig > $i; rm $i.orig; done
for i in *.c *.h; do cp -a $i $i.orig; sed -e 's/[ <TAB>]*$//' $i.orig > $i; rm $i.orig; done
Revision
318 -
Directory Listing
Modified
Mon Oct 7 21:12:52 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Bug fix: check the pool for waiting messages in the non-remailer configuration.
In particular, messages are supposed to be sent immediately if the user sets
POOLSIZE and SENDPOOLTIME to 0.
Revision
310 -
Directory Listing
Modified
Sat Oct 5 00:39:25 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
I missed some changes when merging the --config support.
We should look more closely at this to make sure it's correct.
Revision
306 -
Directory Listing
Modified
Fri Oct 4 23:49:17 2002 UTC
(10 years, 7 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch.
I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed.
If anyone feels I've left out anything that should really be in 2.9, please speak up.
Revision
248 -
Directory Listing
Modified
Wed Sep 11 21:31:12 2002 UTC
(10 years, 8 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
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.
Revision
245 -
Directory Listing
Modified
Wed Sep 11 21:15:47 2002 UTC
(10 years, 8 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Fixed a bug with reading armored keyrings consisting of more than one
armored block or having comments in front of the one armored block.
Revision
244 -
Directory Listing
Modified
Wed Sep 11 21:03:05 2002 UTC
(10 years, 8 months ago)
by
rabbi
Original Path:
branches/mixmaster_2_9_STABLE/Mix
Fixed problem with stats. Numbers at 00:00 GMT were wrong.
The problem was in expiring hourly stats to daily stats: Once a dataset
is older than 24 hours it gets moved to the daily bucket. Unfortunatly
daily buckets are aligned at 00:00GMT each day. So next time stats.log
is read that 00:00GMT sample is within our 24hrs again.
The fix is to mark daily sets as such and to never import them to hourly
statistics.
Revision
146 -
Directory Listing
Modified
Tue Aug 20 19:03:13 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Version is now 2.9b37.
This is entirely an OpenPGP feature enhancement/bugfix release. Many
thanks to Disastry for his work on this version.
Revision
145 -
Directory Listing
Modified
Tue Aug 20 18:58:05 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Preparing for 2.9b37.
Revision
144 -
Directory Listing
Modified
Tue Aug 20 18:57:33 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Preparing for 2.9beta37
Revision
141 -
Directory Listing
Modified
Tue Aug 20 07:59:40 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Added a few more TODO items.
Revision
139 -
Directory Listing
Modified
Tue Aug 20 06:50:38 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Formatting corrections.
Now prints Mixmaster version in the OpenPGP Version header when displaying
a normal PGP message or key.
(Either outputs "Version: N/A" or "Version: 2.6.3i" when formatting
remailer or nym messages. Should we make this a user-configurable option?)
Revision
137 -
Directory Listing
Modified
Mon Aug 19 19:55:58 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Mixmaster now defaults to not offering network services if the line
"REMAIL = Y" is not present in mix.cfg.
Revision
136 -
Directory Listing
Modified
Sun Aug 18 06:08:27 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Remove extra newline and write Mixmaster with a capital M
Revision
135 -
Directory Listing
Modified
Fri Aug 16 19:03:37 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Mixmaster now uses the OpenPGP MDC packets (as specified in RFC 2440-bis06).
Mixmaster will use MDC packets if the MDC flag is found in the recipient's
PGP key, or by default if it is encrypting with AES.
New keys generated with Mixmaster will have the MDC flag placed in the key's
preferences. Also, cipher preferences are now advertised as CAST5, AES128,
3DES.
Revision
133 -
Directory Listing
Modified
Tue Aug 13 23:36:44 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Added instructions on announcing public remailers.
This README needs to be heavily reviewed...
Revision
128 -
Directory Listing
Modified
Fri Aug 9 22:55:16 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Prepare for 2.9beta36
Revision
127 -
Directory Listing
Modified
Fri Aug 9 22:52:01 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Reacquainted the TODO list with reality.
Revision
126 -
Directory Listing
Modified
Fri Aug 9 22:44:55 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Changed stats source, minor tweaks, typo fixes.
Revision
125 -
Directory Listing
Modified
Fri Aug 9 18:00:06 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Added identification logic for the new OpenSSL versions (0.9.6e{e,f,g}).
Now prints a warning if using OpenSSL 0.9.4 through 0.9.6e. Still allows
building with these versions.
Revision
124 -
Directory Listing
Modified
Wed Aug 7 21:45:59 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Detach as suggested by the Unix Programming FAQ
Revision
122 -
Directory Listing
Modified
Wed Aug 7 17:27:01 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Make sure files are closed
Revision
121 -
Directory Listing
Modified
Sat Aug 3 17:53:47 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
ANSI C does not allow extra ; outside of a function
Revision
120 -
Directory Listing
Modified
Sat Aug 3 17:08:02 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Submitted By: Sami Farin (safari):
Included correct header files.
Src/main.c had incorrect param to buf_appendf.
Added buf_write_sync() (used by Src/rem.c:mix_pool()).
Should a mixmaster machine crash, pool file can contain
any random data after reboot/journal recovery (at least
when using reiserfs).
Maybe not relevant, but strrchr should be used instead of
strchr when looking for domain part.
Src/pgpdata.c:pgp_elgdecrypt() passes uninitialized values
to BN_free if BN_CTX_new fails.
Src/pgpdata.c:pgp_elgencrypt() passes uninitialized value
to BN_free if the third mpi_get(key, i) fails.
Src/random.c does not check return value of read().
Src/rndseed.c does not check return value of read().
Revision
119 -
Directory Listing
Modified
Thu Aug 1 14:24:24 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Free buffer line in pgp_signtxt(). Thanks Disastry
Revision
116 -
Directory Listing
Modified
Mon Jul 29 23:52:00 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Make smtp sending similar to local /usr/lib/sendmail sending (wrt header/body seperation; Closes: #482052).
Add X-Loop header on mailbox forwarded messages.
Revision
115 -
Directory Listing
Modified
Mon Jul 29 23:50:04 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Fix public remailer keys getting re-signed every time keys are requested (Closes: #478383).
Revision
114 -
Directory Listing
Modified
Mon Jul 29 12:42:56 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Fix unused variable warning on OpenBSD
Revision
113 -
Directory Listing
Modified
Mon Jul 29 12:41:12 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Default to not creating a .forward file
Whitespace changes
Revision
112 -
Directory Listing
Modified
Mon Jul 29 12:35:00 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Default to not creating a .forward file
Revision
111 -
Directory Listing
Modified
Fri Jul 26 23:29:45 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Added support for Sym. Encrypted Integrity Protected Data Packet (Tag 18)
and Modification Detection Code Packet (Tag 19) in the OpenPGP code. See
RFC2440bis-05:5.13 for more info.
Mixmaster's PGP functionality and mpgp both need extensive compatibility
and regression testing now.
Revision
110 -
Directory Listing
Modified
Thu Jul 25 15:07:39 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
s/MAIL/MAILBOX/ in one place/
Revision
109 -
Directory Listing
Modified
Thu Jul 25 14:49:06 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Add info to #endifs stating to which #if they belong
Revision
108 -
Directory Listing
Modified
Thu Jul 25 14:11:37 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
The -G option now forces creation of new keys even in client mode (Closes: #585176)
Revision
107 -
Directory Listing
Modified
Thu Jul 25 11:52:26 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Fix #586431: remailer-conf a bit broken; flag needed to be reset
Revision
106 -
Directory Listing
Modified
Thu Jul 25 08:49:03 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
whitespace change only
Revision
105 -
Directory Listing
Modified
Wed Jul 24 09:00:11 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Make all filenames configurable in mix.cfg.
Add global mix.cfg support (compile time option).
Revision
104 -
Directory Listing
Modified
Wed Jul 24 08:00:36 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
Only create OpenPGP RSA keys if we compiled with IDEA.
Revision
103 -
Directory Listing
Modified
Wed Jul 24 07:58:55 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
USE_IDEA is no longer default in config.h. It always gets defined by the Install script instead.
Revision
102 -
Directory Listing
Modified
Wed Jul 24 07:48:50 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
We have changed the compile-time option PASSPHRASE to be named
COMPILEDPASS. We have changed the configuration file option PASS_PHRASE to
be named PASSPHRASE. We have added documentation for the new configuration
file option and made changes in the man page to reflect the name change.
This was done to avoid confusion due to the similarity in names of the
options.
Revision
101 -
Directory Listing
Modified
Wed Jul 24 07:00:16 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
The -T option (display type2.list) previously would not work if the file
type2.list was not present. -T will now display type2.list info retrieved
from pubring.mix if type2.list is not present.
Revision
100 -
Directory Listing
Modified
Wed Jul 24 06:50:53 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed a version check issue with OpenSSL.(We were incorrectly recognising
0.9.5a as 0.9.6a, and not recognising 0.9.6a.)
Changed the zlib text to ask for the non-vulnerable version. We should
check the zlib version at Install time, but that will be done when we move
to autoconf.
Revision
99 -
Directory Listing
Modified
Wed Jul 24 01:52:35 2002 UTC
(10 years, 9 months ago)
by
weaselp
Original Path:
trunk/Mix
majordomo@* -> majordomo@
Revision
98 -
Directory Listing
Modified
Mon Jul 22 17:54:48 2002 UTC
(10 years, 9 months ago)
by
rabbi
Original Path:
trunk/Mix
Added support for AES in Type I messages. This should prevent lost mail if
a user attempts to send OpenPGP messages encrypted with AES.
Support for AES requires OpenSSL 0.9.7 (soon to be released.) The Install
script needs to be updated to enable AES if 0.9.7 or later is present.
Also, pgp_keylen now returns 0 instead of -1 for unknown symalgo. Output
of pgp_keylen is used in buf_appendrnd and in other functions without
checking, so they might be unhappy with -1. (We should really check for
this.)
Thanks to Disastry and Peter for working on this.
Revision
97 -
Directory Listing
Modified
Sun Jul 21 16:34:42 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
List all prerequisites for each build target (Closes: #584386)
Revision
96 -
Directory Listing
Modified
Sun Jul 21 16:28:14 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
Fix a strncat() to undefined string variable (Closes: #584381)
Revision
94 -
Directory Listing
Modified
Sun Jul 21 03:53:11 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
Removed duplicate define of NYMDB from menu.h
Revision
93 -
Directory Listing
Modified
Thu Jul 11 02:39:33 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Modified the Install script to properly locate opensslv.h. It now checks
in both $INCDIR/openssl and $INCDIR/ for the file.
Also, I reverted back to the version checking that was done in 2.9beta23,
and added special case exceptions for the four OpenSSL versions with
alphanumeric designations prior to the main version check, since Bourne
shell cannot handle multiple bases and bash is not universal.
Also,I modifed the "upgrade" script for clarity, and changed the default
from "y" to "n" for activating Type I remailers on installation.
Lastly, I performed pre-release configuration file updates. Ready for
2.9b35.
Revision
92 -
Directory Listing
Modified
Wed Jul 10 04:57:06 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Changed default naming of the ERRLOG to conform with Mixmaster's log file
conventions. Will not affect upgraded installations.
Revision
91 -
Directory Listing
Modified
Wed Jul 10 01:58:49 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Added the ability to store the key passphrase in the mix.cfg file instead of
having it compiled into the binary. This offers a number of advantages over the
compiled-in method and still allows for encrypted remote storage of keys.
In order to take advantage of the new changes, the Install script will need to
be modified. As this is being replaced with a proper autoconf system, we're
defering that until later.
The changes we're committing replace PASSPHRASE with PASS_PHRASE, which is read
from the config. If the compiled-in passphrase, PASSPHRASE, is set, that is
used instead. (This is how Mixmaster will function if you use the Install
script.)
Revision
90 -
Directory Listing
Modified
Wed Jul 10 01:55:16 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
Include destination allow in remailer-conf reply. Thanks Katherine
Revision
89 -
Directory Listing
Modified
Wed Jul 10 01:45:27 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
Document my previous changes
Revision
88 -
Directory Listing
Modified
Wed Jul 10 01:16:52 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
ignore generated files in CVS
Revision
86 -
Directory Listing
Modified
Wed Jul 10 00:40:56 2002 UTC
(10 years, 10 months ago)
by
weaselp
Original Path:
trunk/Mix
Call RSA_free at the end of pgp_rsakeygen()
Revision
84 -
Directory Listing
Modified
Tue Jul 9 08:07:41 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated to include latest changes...
Revision
83 -
Directory Listing
Modified
Tue Jul 9 08:05:45 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Mixmaster was unable to use RSA private keys which were not multiples of 8
bytes. Mixmaster now resyncs before each mpi.
Revision
82 -
Directory Listing
Modified
Tue Jul 9 08:02:02 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
The format of id.log is now binary. Mixmaster still performs a linear
search on it for duplicate checking, but this should improve performance
on slower systems over having the entries stored in a text file.
We had considered using a hash table, but id.log entries only matter up to
7 days anyway, so there isn't too much more to be gained. Perhaps if we
had Mixmaster on cell phones... ;)
Thanks to Disastry for this patch.
Revision
81 -
Directory Listing
Modified
Tue Jul 9 07:50:06 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Mixmaster now does not attempt to generate keys when run in client-only
mode (REMAIL set to "n") as there is no reason to do so. Requested by
Richard Christman for Quicksilver.
Revision
80 -
Directory Listing
Modified
Tue Jul 9 06:51:51 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
I get sick of tagging new versions and then realizing I forgot to update
the version tag, so I am doing it now.
Revision
79 -
Directory Listing
Modified
Mon Jul 8 18:59:56 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
blocking majordomo@ due to abuse.
Revision
78 -
Directory Listing
Modified
Mon Jul 8 17:45:35 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Removing old zlib directory.
Revision
76 -
Directory Listing
Modified
Wed Jul 3 07:35:03 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed version string and retagged for 2.9beta34
Revision
75 -
Directory Listing
Modified
Mon Jul 1 22:57:48 2002 UTC
(10 years, 10 months ago)
by
rabbi
Original Path:
trunk/Mix
Getting ready for 2.9b34
Revision
74 -
Directory Listing
Modified
Sat May 11 00:58:26 2002 UTC
(11 years ago)
by
rabbi
Original Path:
trunk/Mix
Fixed a typo. Pool file legend really should be documented somewhere
besides the source, also.
Revision
73 -
Directory Listing
Modified
Wed Mar 13 01:46:52 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
eliminates a memory leak.
Revision
72 -
Directory Listing
Modified
Wed Mar 13 01:45:58 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
Safer packet expiration code.
Revision
71 -
Directory Listing
Modified
Wed Mar 13 01:23:03 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
updated files to be ignored by cvs
Revision
70 -
Directory Listing
Modified
Sat Mar 9 03:11:05 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
put .cvsignore entry for pcre-2.08/chartables in the proper .cvsignore
Revision
69 -
Directory Listing
Modified
Sat Mar 9 03:05:36 2002 UTC
(11 years, 2 months ago)
by
weaselp
Original Path:
trunk/Mix
Using break instead of continue in the -g option. Also add a missing break in the -a (attachment) command line parsing code.
Revision
68 -
Directory Listing
Modified
Sat Mar 9 02:45:34 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
Partial packets were not being removed from the pool directory after
expiring. This was due to a bug in rem.c, function pool_packetexp(), which
tried to unlink() the file name (which was not in the current working
directory).
We now supply the full path to the expired packet file.
Also modified .cvsignore to ignore pcre cruft.
Revision
67 -
Directory Listing
Modified
Mon Mar 4 20:29:02 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed the postmaster dest.blk response address.
Revision
66 -
Directory Listing
Modified
Thu Feb 21 09:38:01 2002 UTC
(11 years, 2 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed an error message formatting issue.
Revision
65 -
Directory Listing
Modified
Tue Jan 29 02:47:12 2002 UTC
(11 years, 3 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixes argument handling bug pointed out by Antonomasia.
Other appearances of
"buf_appendf...argv[++i]"
(but not "buf_appendf...argv[i]")
may have similar problems.
Revision
64 -
Directory Listing
Modified
Fri Jan 18 09:57:05 2002 UTC
(11 years, 4 months ago)
by
rabbi
Original Path:
trunk/Mix
If pgp is not supported, do not enable repgp (do not set the repgp flag in
the conf string.)
Revision
63 -
Directory Listing
Modified
Wed Jan 16 19:12:25 2002 UTC
(11 years, 4 months ago)
by
ulfm
Original Path:
trunk/Mix
Avoid failed assertion on length 0 subpacket. (Apparently there still
is a bug in the subpacket parsing code.)
Revision
62 -
Directory Listing
Modified
Thu Jan 10 23:59:16 2002 UTC
(11 years, 4 months ago)
by
rabbi
Original Path:
trunk/Mix
Patches to support the Encrypt-To directive (by Disastry).
Revision
61 -
Directory Listing
Modified
Thu Jan 10 23:20:09 2002 UTC
(11 years, 4 months ago)
by
rabbi
Original Path:
trunk/Mix
*Properly* Fixes a bug where a one line file would not be deleted from the
pool. (See rev 1.5).
Revision
60 -
Directory Listing
Modified
Thu Dec 20 00:54:23 2001 UTC
(11 years, 5 months ago)
by
ulfm
Original Path:
trunk/Mix
ignore generated files in CVS
Revision
59 -
Directory Listing
Modified
Tue Dec 18 20:38:37 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixes an error introduced in last change. Do not write an address to
dest.blk if it already exists. Also removes the "if (domain)" check that
is no longer used.
Revision
58 -
Directory Listing
Modified
Mon Dec 17 03:19:30 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated stats for inclusion with 2.9b33 release.
Revision
57 -
Directory Listing
Modified
Mon Dec 17 03:16:48 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed inconsistencies between software name and package name. This was
done for compatability with automated install tools as well as for
consistancy. Archive is now named mixmaster-2.9b33.tar.gz and archive
directory is now named mixmaster-2.9b33.
Revision
56 -
Directory Listing
Modified
Mon Dec 17 01:46:35 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Prohibit automatic blocking of entire domains.
Revision
55 -
Directory Listing
Modified
Mon Dec 17 00:32:42 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
The result of rfc822_addr() needs to be buf_chop()d, because you get a NL
at the end. (Andy Dustman).
Revision
54 -
Directory Listing
Modified
Mon Dec 17 00:29:37 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed bug where blocked.txt was being returned with the headers in the
body of the message.
Fixed bug introduced in last change where destination-block requests were
not properly being honored. (Andy Dustman)
Revision
53 -
Directory Listing
Modified
Sun Dec 16 07:12:46 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
fixed typo.
Revision
52 -
Directory Listing
Modified
Sat Dec 15 05:10:52 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Standardize on dest.blk behavior:
* Block From: if no argument is supplied
* Block Nothing if argument is supplied but turns out to be invalid for
whatever reason.
* Otherwise block.
Revision
51 -
Directory Listing
Modified
Sat Dec 15 00:34:21 2001 UTC
(11 years, 5 months ago)
by
ulfm
Original Path:
trunk/Mix
Bug fix: use proper key id for ElGamal encryption.
Revision
50 -
Directory Listing
Modified
Fri Dec 14 23:57:56 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Explicitly permit mix keys to escape binary detection. Left the binary
detection at the larger size of 10 (was 3 before being increased to 10 in
an earlier fix by P. Palfrader). Submitted by Ulf M�ller.
Revision
49 -
Directory Listing
Modified
Fri Dec 14 22:53:20 2001 UTC
(11 years, 5 months ago)
by
ulfm
Original Path:
trunk/Mix
Typo corrected. Keep text lines <80 characters.
Revision
48 -
Directory Listing
Modified
Fri Dec 14 22:24:18 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Require address to be blocked to be a valid RFC822 address. Prevents
blocking of entire domains or newsgroups without remop intervention.
Revision
47 -
Directory Listing
Modified
Fri Dec 14 21:22:11 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixes a bug where a one line file would not be deleted from the pool, because fclose(f) was after end: label.
Revision
46 -
Directory Listing
Modified
Fri Dec 14 19:35:24 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed a bug in the remix code causing a segfault. (adustman)
Revision
45 -
Directory Listing
Modified
Fri Dec 14 08:00:44 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
added an article where needed.
Revision
44 -
Directory Listing
Modified
Fri Dec 14 07:40:24 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed typo in remailer name token.
Revision
43 -
Directory Listing
Modified
Thu Dec 13 22:33:38 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Added another test to ensure len > 0. Not currently necessary, since if
partial > 0, then len must be > 0, however we add this to protect against
possible future changes in pgp_packetpartial().
Revision
42 -
Directory Listing
Modified
Wed Dec 12 21:23:02 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
updated [...]
Revision
41 -
Directory Listing
Modified
Wed Dec 12 19:29:52 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Added quoted-printable decoding of non-multipart mime messages (cf. bug
#478380) by Scott Renfro.
Revision
40 -
Directory Listing
Modified
Wed Dec 12 19:21:50 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed a bug that produced
"::\nAnon-To: : remailer@address" or "To: : remailer@address".
Revision
39 -
Directory Listing
Modified
Wed Dec 12 19:06:41 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Removed the #define for BROKEN_MTA from WIN32 since it shouldn't be
needed.
Revision
38 -
Directory Listing
Modified
Wed Dec 12 18:50:59 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Win32 Service changes.
Revision
37 -
Directory Listing
Modified
Wed Dec 12 18:50:09 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Win32 service optimization, commandline args tweaked, help updated.
Revision
36 -
Directory Listing
Modified
Wed Dec 12 06:28:26 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
minor tweak to help files.
Revision
35 -
Directory Listing
Modified
Wed Dec 12 06:10:24 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed line wrapping in help file stubs. (Lucky Green)
Revision
34 -
Directory Listing
Modified
Wed Dec 12 00:17:32 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Fixed line spacing and typos.
Revision
33 -
Directory Listing
Modified
Wed Dec 12 00:13:34 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Removed the angle brackets from around the remailer name tokens.
Revision
32 -
Directory Listing
Modified
Tue Dec 11 21:45:53 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Renamed the service install and remove commands.
Updated the man page.
Revision
31 -
Directory Listing
Modified
Tue Dec 11 21:27:39 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Changes for WIN32 Service support. service.c is totally re-written,
service.h is removed. main.c is now cleaner.
TODO: better solution to the Win32/Unix directory seperation issue. Sring
operations on every path is a lot of extra work. Why not fopen() ?
Revision
30 -
Directory Listing
Modified
Tue Dec 11 20:59:26 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Changes for WIN32 Service support. service.c is totally re-written,
service.h is removed. main.c is now cleaner.
TODO: better solution to the Win32/Unix directory seperation issue. Sring
operations on every path is a lot of extra work. Why not fopen() ?
Revision
29 -
Directory Listing
Modified
Tue Dec 11 20:56:07 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Added dupicate address checking for MTAs that don't do duplicate checking.
ifdef'd out except for WIN32.
Revision
28 -
Directory Listing
Modified
Tue Dec 11 18:37:34 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated to reflect recent changes.
Revision
27 -
Directory Listing
Modified
Tue Dec 11 18:01:32 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
When quoted_string() was called with an unterminated quoted string,
buf_getc() returned -1, which was undetected by quoted_string(). Since the
buffer was already at the end, buf_getc() would continue returning -1 and
the code would keep appending 255 (signed->unsigned conversion) to the
buffer until the machine ran out of memory.
Now quoted_string will fail on an end of buffer, returning control
ultimately to select_chain. (Discovered by Nullify, fixed by Scott
Renfro.)
Revision
26 -
Directory Listing
Modified
Tue Dec 11 09:02:16 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Scott Renfro ixed a segfault when more than 20 remailers were linked in a
chain.
Revision
25 -
Directory Listing
Modified
Tue Dec 11 06:44:26 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
ignoring Makefile.
Revision
24 -
Directory Listing
Modified
Tue Dec 11 06:38:19 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated to reflect recent changes.
Revision
23 -
Directory Listing
Modified
Tue Dec 11 06:05:34 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Transparent remix bug fix by Andy Dustman.
Revision
22 -
Directory Listing
Modified
Tue Dec 11 05:51:29 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
New files for Microsoft Windows Service support.
Revision
21 -
Directory Listing
Modified
Tue Dec 11 04:47:57 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
fixed typo.
Revision
19 -
Directory Listing
Modified
Thu Nov 22 00:20:28 2001 UTC
(11 years, 5 months ago)
by
rabbi
Original Path:
trunk/Mix
Ryan Lackey and Riot Admin reported errors in pgpget.c -- fixed by Ulf M.
Revision
18 -
Directory Listing
Modified
Fri Nov 16 04:51:03 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated comments.
Revision
17 -
Directory Listing
Modified
Wed Nov 7 01:04:22 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated for 2.9beta32 release and beyond.
Revision
16 -
Directory Listing
Modified
Wed Nov 7 01:02:18 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Selected a more reliable stats source.
Revision
15 -
Directory Listing
Modified
Wed Nov 7 01:00:33 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
rev'd version to beta32.
Revision
14 -
Directory Listing
Modified
Wed Nov 7 01:02:39 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated for 2.9beta32 release and beyond.
Revision
13 -
Directory Listing
Modified
Wed Nov 7 00:44:09 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Cleaned up assert to fix NDEBUG problems with MSVC.
Revision
12 -
Directory Listing
Modified
Wed Nov 7 00:34:22 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated stats after 2.9beta32 release.
Revision
11 -
Directory Listing
Modified
Tue Nov 6 23:41:58 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
First round of changes adding support for Mixmaster as a service under
Windows NT.
Revision
10 -
Directory Listing
Modified
Sat Nov 3 00:28:53 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Updated contact info; now points to sourceforge.
Revision
9 -
Directory Listing
Modified
Fri Nov 2 21:59:15 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Udated re: recent changes.
Revision
8 -
Directory Listing
Modified
Fri Nov 2 21:48:21 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Make Mix 2.9beta31 work on OpenBSD:
OpenBSD has no /usr/include/ssl/openssl, just /usr/include/ssl.
OpenBSD SSL has no patented algorithm IDEA. Use other libidea.a.
General bug fix (eliminates a bogus error message):
OpenSSL version numbers in hex, not decimal. Must compare as hex (16#)
Revision
7 -
Directory Listing
Modified
Fri Nov 2 21:25:34 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Put "M" in key file (key.txt) if remailer is middleman. (disastry)
Remember the flags are:
C accepts compressed messages.
M will forward messages to another mix, when used as the final hop.
Nm supports posting to Usenet throught a mail-to-news gateway.
Np supports direct posting to Usenet.
Revision
6 -
Directory Listing
Modified
Fri Nov 2 20:57:03 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Writes correct message time to mbox. Contributed by Disastry.
Revision
5 -
Directory Listing
Modified
Fri Nov 2 20:39:48 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Memory may be freed without allocating. Fixes a problem in filtermsg()
when message to be sent is greater than SIZELIMIT. By disastry.
Revision
4 -
Directory Listing
Modified
Wed Oct 31 23:07:58 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Misc. modification.
Revision
1 -
Directory Listing
Added
Wed Oct 31 08:19:51 2001 UTC
(11 years, 6 months ago)
by
rabbi
Original Path:
trunk/Mix
Initial revision