/[pkg-mixmaster]/tags/mixmaster_2_9b34
ViewVC logotype

Log of /tags/mixmaster_2_9b34

View Directory Listing Directory Listing


Sticky Revision:

Revision 612 - Directory Listing
Modified Fri Oct 24 13:38:13 2003 UTC (9 years, 7 months ago) by unknown
Copied from: trunk revision 76
This commit was manufactured by cvs2svn to create tag
'mixmaster_2_9b34'.

Revision 76 - Directory Listing
Modified Wed Jul 3 07:35:03 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk
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
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
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
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
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
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
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
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
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
Fixed the postmaster dest.blk response address.

Revision 66 - Directory Listing
Modified Thu Feb 21 09:38:01 2002 UTC (11 years, 3 months ago) by rabbi
Original Path: trunk
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
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
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
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
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
*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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
updated [...]

Revision 41 - Directory Listing
Modified Wed Dec 12 19:29:52 2001 UTC (11 years, 5 months ago) by rabbi
Original Path: trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
fixed typo.

Revision 20 - Directory Listing
Modified Tue Dec 11 04:33:02 2001 UTC (11 years, 5 months ago) by rabbi
Original Path: trunk
All help files rewritten (by shamrock@cypherpunks.to)

Revision 19 - Directory Listing
Modified Thu Nov 22 00:20:28 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Initial revision

  ViewVC Help
Powered by ViewVC 1.1.5