/[pkg-mixmaster]/trunk/Mix
ViewVC logotype

Log of /trunk/Mix

View Directory Listing Directory Listing


Sticky Revision:

Revision 956 - Directory Listing
Modified Wed Sep 19 14:34:52 2007 UTC (5 years, 8 months ago) by zax
Add a TODO item for 3.0.x for rab.hash handling.

Revision 955 - Directory Listing
Modified Fri Sep 14 09:38:45 2007 UTC (5 years, 8 months ago) by zax
Added TODO items for win32 crashes

Revision 954 - Directory Listing
Modified Thu Sep 13 13:00:49 2007 UTC (5 years, 8 months ago) by rabbi
Change windows file extensions to .ini for config files, for editor purposes.
Update documentation to warn users about this.
Adjust TODO file and HISTORY.


Revision 953 - Directory Listing
Modified Mon Jul 30 09:19:52 2007 UTC (5 years, 9 months ago) by rabbi
Extend copyright, and fix an assignment oversight.

Revision 948 - Directory Listing
Modified Fri Jul 13 18:52:03 2007 UTC (5 years, 10 months ago) by zax
Windows config files should have extensions of ini or cfg.  Using txt is bad.

Revision 945 - Directory Listing
Modified Wed Jun 28 15:18:17 2006 UTC (6 years, 10 months ago) by rabbi
Added a note about fetching fresh stats. Looks like some of these TODO items are already done -- we should clean up that list.

Revision 944 - Directory Listing
Modified Wed Jun 28 15:14:43 2006 UTC (6 years, 10 months ago) by rabbi
Added recent versions of OpenSSL to the Install script version checking routine. Now recognizes OpenSSL 0.9.7j and previous, and 0.9.8a and previous.

Revision 938 - Directory Listing
Modified Sun Jun 25 09:47:07 2006 UTC (6 years, 11 months ago) by colin
Add detection for setenv() and define HAVE_SETENV accordingly

Revision 937 - Directory Listing
Modified Sat Jun 24 15:52:20 2006 UTC (6 years, 11 months ago) by colin
Fix ncurses support fails when useful options
are supplied bug. (Closes #623890).

Revision 935 - Directory Listing
Modified Sat Jun 24 13:54:35 2006 UTC (6 years, 11 months ago) by rabbi
Cleanup for release.

Revision 934 - Directory Listing
Modified Sat Jun 24 13:40:39 2006 UTC (6 years, 11 months ago) by rabbi
Updated copyright dates.

Revision 933 - Directory Listing
Modified Sat Jun 24 13:39:18 2006 UTC (6 years, 11 months ago) by weasel
Set svn:keywords on service.c so rabbi can add an $Id$ tag

Revision 932 - Directory Listing
Modified Sat Jun 24 13:09:32 2006 UTC (6 years, 11 months ago) by rabbi
Updated stats and keyrings for imminent release.

Revision 931 - Directory Listing
Modified Wed Mar 8 19:53:31 2006 UTC (7 years, 2 months ago) by colin
Updated HISTORY

Revision 929 - Directory Listing
Modified Wed Mar 8 09:25:18 2006 UTC (7 years, 2 months ago) by colin
parameterised key Id length as KEY_ID_LEN

Revision 928 - Directory Listing
Modified Fri Mar 3 14:35:36 2006 UTC (7 years, 2 months ago) by colin
corrected spelling of Steve Crooks name

Revision 927 - Directory Listing
Modified Sun Feb 19 20:46:35 2006 UTC (7 years, 3 months ago) by colin
Fix buffer overflow in key-ids and explicitly only compare the correct number of chars

Revision 926 - Directory Listing
Modified Wed Feb 15 15:49:30 2006 UTC (7 years, 3 months ago) by colin
Update TODO, remove stats stuff which is done

Revision 925 - Directory Listing
Modified Wed Feb 15 15:47:25 2006 UTC (7 years, 3 months ago) by colin
Get stats to temporary files and only copy over if all ok.

Revision 924 - Directory Listing
Modified Sun Oct 9 23:21:25 2005 UTC (7 years, 7 months ago) by weasel
A user reported the problem that mixmaster - when started from an init script -
asked for a passphrase and therefore locked his entire boot process until·
somebody hit return.  I don't see how this could happen, but add a
new --no-ask-passphrase that makes it never ask for the remailer's passphrase
on startup, even if we don't have it compiled in, don't have it in the config
file, don't have it in the environment and we are, on a tty.

Revision 923 - Directory Listing
Modified Sun Oct 9 21:59:04 2005 UTC (7 years, 7 months ago) by weasel
Fix typo in mixmaster manpage (closes: #282686)

Revision 921 - Directory Listing
Modified Tue Aug 16 12:06:10 2005 UTC (7 years, 9 months ago) by rabbi
Documentation cleanup.

Revision 920 - Directory Listing
Modified Sun Aug 14 22:33:59 2005 UTC (7 years, 9 months ago) by rabbi
Be pedantic in our zlib version directions to make Mr. Boschloo happy.

Revision 919 - Directory Listing
Modified Sun Aug 14 07:43:09 2005 UTC (7 years, 9 months ago) by rabbi
The sh "-lt" and "-gt" operators don't handle hexadecimals, so the evaluations we were doing in case of unknown OpenSSL versions were broken. We now convert the OpenSSL version string to decimal and check its range that way.

This relies on the "dc" calculator, which may not exist on the system, so we try handle that case by asking the user what to do.

(Thanks to anonymous for the idea.)

Revision 918 - Directory Listing
Modified Sun Aug 14 06:40:06 2005 UTC (7 years, 9 months ago) by rabbi
Some releases of OpenSSL contain lowercase letters in the hex representation of the version string in opensslv.h, and some contain capital letters. Let's canonicalize it as caps, as this should make things easier later.

Revision 917 - Directory Listing
Modified Sun Aug 14 06:28:12 2005 UTC (7 years, 9 months ago) by rabbi
Added new OpenSSL version checks.


Revision 916 - Directory Listing
Modified Sat Aug 13 10:55:14 2005 UTC (7 years, 9 months ago) by rabbi
Added new config directive MINLAT. Remailers will not be chosen in the path for dummy messages or random hops unless their latency is greater than or equal to the MINLAT value. (Default: 5 minutes.)

This is a precautionary measure against broken remailers. It does not affect currently operating remailers at this time.

Suggested by Zax. (Closes #1241903).

Revision 912 - Directory Listing
Modified Wed Sep 8 21:53:31 2004 UTC (8 years, 8 months ago) by rabbi
A proper error message might save someone else an hour of debugging.

Revision 911 - Directory Listing
Modified Thu Jun 24 20:46:10 2004 UTC (8 years, 11 months ago) by colin
Remove completed mpgp item

Revision 910 - Directory Listing
Modified Thu Jun 24 20:43:47 2004 UTC (8 years, 11 months ago) by colin
Add copyright etc info to -V option and document in mpgp.1

Revision 909 - Directory Listing
Modified Tue Jun 22 21:27:08 2004 UTC (8 years, 11 months ago) by colin
Implement -V command line option to display version

Revision 908 - Directory Listing
Modified Tue Jun 22 20:24:49 2004 UTC (8 years, 11 months ago) by colin
Add dummy version of download_stats so that mpgp builds

Revision 907 - Directory Listing
Modified Fri Jun 18 13:26:27 2004 UTC (8 years, 11 months ago) by colin
remove completed item (ignore type2.list)

Revision 906 - Directory Listing
Modified Tue Jun 15 18:22:17 2004 UTC (8 years, 11 months ago) by colin
remove all refs to TYPE2LIST

Revision 905 - Directory Listing
Modified Tue Jun 15 10:45:22 2004 UTC (8 years, 11 months ago) by colin
remove type2.list from list of stats files to download

Revision 904 - Directory Listing
Modified Tue Jun 15 10:10:45 2004 UTC (8 years, 11 months ago) by colin
Ignore type2.list (always use pubring)

Revision 903 - Directory Listing
Modified Tue Jun 8 20:02:31 2004 UTC (8 years, 11 months ago) by colin
Fixed typo in documentation for mix_regular

Revision 902 - Directory Listing
Modified Tue Jun 8 19:30:35 2004 UTC (8 years, 11 months ago) by colin
remove completed stats items

Revision 901 - Directory Listing
Modified Tue Jun 8 10:59:30 2004 UTC (8 years, 11 months ago) by colin
Added Daemon mode config variables to man page

Revision 900 - Directory Listing
Modified Mon Jun 7 20:10:52 2004 UTC (8 years, 11 months ago) by colin
Added auto stats update in daemon mode

Revision 899 - Directory Listing
Modified Fri Jun 4 10:52:18 2004 UTC (8 years, 11 months ago) by colin
Move update stats logic into a function

Revision 868 - Directory Listing
Modified Tue May 18 10:12:08 2004 UTC (9 years ago) by rabbi
Update URLs.

Revision 867 - Directory Listing
Modified Tue May 18 10:04:06 2004 UTC (9 years ago) by rabbi
gacracker is dead, gmsociety is not, alias.cyberpass.net may be undead.

Revision 856 - Directory Listing
Modified Mon May 17 15:30:39 2004 UTC (9 years ago) by rabbi
Fixed spelling error.

Revision 855 - Directory Listing
Modified Thu May 13 14:05:55 2004 UTC (9 years ago) by weasel
Change menustats to mixmaster's indentation scheme

Revision 854 - Directory Listing
Modified Thu May 13 14:02:07 2004 UTC (9 years ago) by weasel
3.0b2 was released on 6th May, not April

Revision 852 - Directory Listing
Modified Thu May 13 13:59:28 2004 UTC (9 years ago) by weasel
Merge stats stuff from branch into trunk

Revision 849 - Directory Listing
Modified Thu May 13 06:44:00 2004 UTC (9 years ago) by weasel
Support nonpublished destination allow

Revision 847 - Directory Listing
Modified Fri May 7 02:23:17 2004 UTC (9 years ago) by rabbi
Oops. This should have been done before beta 2 was released. We don't ship with type2.list any more, so we shouldn't look for it. Expect the 3.0b2 to throw an error after trying to cp that file. It is harmless.

Revision 842 - Directory Listing
Modified Fri May 7 01:25:46 2004 UTC (9 years ago) by rabbi
We're now at beta 2. Preparing to tag.

Revision 841 - Directory Listing
Modified Fri May 7 01:25:17 2004 UTC (9 years ago) by weasel
Todo: ignore type2.list

Revision 840 - Directory Listing
Modified Fri May 7 01:24:28 2004 UTC (9 years ago) by rabbi
Added current stats/keys (hopefully for the last time) and removed type2.list.

Revision 833 - Directory Listing
Modified Thu May 6 02:08:20 2004 UTC (9 years ago) by rabbi
Thanks to goblin for the great work on Win32 support.

Revision 832 - Directory Listing
Modified Thu May 6 02:05:21 2004 UTC (9 years ago) by rabbi
Preparing for beta2.

Revision 826 - Directory Listing
Modified Wed May 5 01:44:17 2004 UTC (9 years ago) by weasel
TODO: how do we handle randomness on win32?

Revision 825 - Directory Listing
Modified Wed May 5 01:43:32 2004 UTC (9 years ago) by weasel
Merge the installer parts from the stats branch to the trunk

Revision 808 - Directory Listing
Modified Tue May 4 16:23:24 2004 UTC (9 years ago) by weasel
bufiright() never had worked.

Revision 802 - Directory Listing
Modified Tue May 4 13:28:11 2004 UTC (9 years ago) by weasel
A few minor fixes to menustats by goblin

Revision 801 - Directory Listing
Modified Tue May 4 01:21:09 2004 UTC (9 years ago) by weasel
Add a few todo items

Revision 800 - Directory Listing
Modified Tue May 4 00:35:20 2004 UTC (9 years ago) by rabbi
Fixed the Slackware issue. The OpenSSL version check stuff does more harm than good -- we should remove it.


Revision 799 - Directory Listing
Modified Tue May 4 00:31:09 2004 UTC (9 years ago) by rabbi
Support OpenSSL 0.9.7d detection. I hate this hack.

Revision 798 - Directory Listing
Modified Tue May 4 00:25:31 2004 UTC (9 years ago) by weasel
Be more verbose on the stats TODO item.
claim windows build/install item

Revision 797 - Directory Listing
Modified Tue May 4 00:17:29 2004 UTC (9 years ago) by rabbi
Updated to reflect recent commits, and new issues.

Revision 796 - Directory Listing
Modified Mon May 3 23:32:59 2004 UTC (9 years ago) by weasel
Add stats downloading by goblin.  On win32 only for now; *nix requires some work to implement GetPrivateProfileSectionNames, GetPrivateProfileString, and URLDownloadToFile.  Should not be too hard tho.

Revision 795 - Directory Listing
Modified Mon May 3 01:26:45 2004 UTC (9 years ago) by weasel
Add an msi installer.  I have been told we should use nsis, so I will play with that later

Revision 794 - Directory Listing
Modified Sun May 2 23:52:34 2004 UTC (9 years ago) by weasel
Move code from menusend into a new menu_spawn_editor() in menuutil.c
Always show header lines, even when we don't use an editor known to handle a +linecount argument.
Have a new option "(e)dit configuration file" in the main menu.
Change 'q)uit' to 'q)uit w/o sending' in menusend.

Revision 793 - Directory Listing
Modified Sat May 1 20:26:05 2004 UTC (9 years ago) by weasel
Use mix.cfg.txt on win32

Revision 792 - Directory Listing
Modified Sat May 1 20:25:29 2004 UTC (9 years ago) by weasel
Make a few more DLLIMPORT lines

Revision 791 - Directory Listing
Modified Sat May 1 18:35:00 2004 UTC (9 years ago) by weasel
Add build instructions for win32

Revision 790 - Directory Listing
Modified Sat May 1 16:32:18 2004 UTC (9 years ago) by weasel
set location for "c)hain:" after calculating its reliability, as chain_reliability might print warnings

Revision 789 - Directory Listing
Modified Sat May 1 10:53:52 2004 UTC (9 years ago) by weasel
Make shelexec block now

Revision 788 - Directory Listing
Modified Sat May 1 02:06:37 2004 UTC (9 years ago) by weasel
Spawn whatever handles .txt files on windows.  Isn't quite blocking yet.

Revision 787 - Directory Listing
Modified Sat May 1 01:52:25 2004 UTC (9 years ago) by weasel
Add pdcurses

Revision 786 - Directory Listing
Modified Sat May 1 01:39:24 2004 UTC (9 years ago) by weasel
add menu_main to mixlib.def.  this lib thing needs serious reconsideration

Revision 785 - Directory Listing
Modified Sat May 1 00:30:40 2004 UTC (9 years ago) by weasel
Replace all Sleep() by sleep() and add a #define for Sleep.

Revision 784 - Directory Listing
Modified Sat May 1 00:29:32 2004 UTC (9 years ago) by weasel
Make mix.c under windows compile by adding an include

Revision 783 - Directory Listing
Modified Sat May 1 00:08:46 2004 UTC (9 years ago) by weasel
Move the ifdef just below inclusing mix.h

Revision 782 - Directory Listing
Modified Fri Apr 30 22:01:51 2004 UTC (9 years ago) by weasel
of course it was Those Other Files that are actually interesting

Revision 781 - Directory Listing
Modified Fri Apr 30 21:48:04 2004 UTC (9 years ago) by weasel
write Pcre in lower case

Revision 780 - Directory Listing
Modified Fri Apr 30 21:42:16 2004 UTC (9 years ago) by weasel
Add project files to build mixmaster on VS.NET 2003 Pro

Revision 779 - Directory Listing
Modified Fri Apr 30 21:29:53 2004 UTC (9 years ago) by weasel
A few changes to config.h for windows

Revision 778 - Directory Listing
Modified Fri Apr 30 21:25:31 2004 UTC (9 years ago) by weasel
On Win32, default to Application Data/Mixmaster

Revision 777 - Directory Listing
Modified Fri Apr 30 21:24:16 2004 UTC (9 years ago) by weasel
On Win32, default to Application Data/Mixmaster

Revision 776 - Directory Listing
Modified Tue Apr 27 00:41:25 2004 UTC (9 years ago) by rabbi
Pretty up the ncurses header display.

Revision 775 - Directory Listing
Modified Mon Apr 26 23:55:51 2004 UTC (9 years ago) by rabbi
Added HISTORY section.

Revision 774 - Directory Listing
Modified Mon Apr 26 23:51:30 2004 UTC (9 years ago) by rabbi
Fix copyright notice in mpgp.1

Revision 773 - Directory Listing
Modified Mon Apr 26 23:48:09 2004 UTC (9 years ago) by rabbi
Added a HISTORY section, documented -V, --version, and --about.

Revision 772 - Directory Listing
Modified Mon Apr 26 12:50:35 2004 UTC (9 years ago) by rabbi
Updated the list.

Revision 771 - Directory Listing
Modified Mon Apr 26 12:43:32 2004 UTC (9 years ago) by rabbi
--version and -V now print the version to STDOUT.
--about now prints the copyright info.

Revision 770 - Directory Listing
Modified Mon Apr 26 12:16:20 2004 UTC (9 years ago) by rabbi
Appropriately distributed Copyright credit, added --version option.

This should go in the man page and mpgp as well.

Revision 769 - Directory Listing
Modified Sun Apr 25 20:48:01 2004 UTC (9 years, 1 month ago) by rabbi
Changed the COPYRIGHT definition to be more inclusive. 

I'd prefer to make this "The Mixmaster Group" and list the copyright holders as a subset of that in the COPYRIGHT file, but I'm not sure I can do that without there being a legal entity bearing that name.

Does one list it as "Copyright Foo" or "(C) Foo"? Or Can we use the actual copyright symbol?

Revision 768 - Directory Listing
Modified Sun Apr 25 20:38:11 2004 UTC (9 years, 1 month ago) by rabbi
Update defaults in the man page, fix copyright dates.

Revision 767 - Directory Listing
Modified Sat Apr 24 14:19:35 2004 UTC (9 years, 1 month ago) by rabbi


Revision 766 - Directory Listing
Modified Thu Apr 22 09:32:28 2004 UTC (9 years, 1 month ago) by rabbi
Remove vestiges of v3 key management.

Revision 765 - Directory Listing
Modified Thu Apr 22 03:23:56 2004 UTC (9 years, 1 month ago) by rabbi
Fixed typo.

Revision 764 - Directory Listing
Modified Thu Apr 22 01:13:42 2004 UTC (9 years, 1 month ago) by rabbi
Mention testing whitespace fix.

Revision 763 - Directory Listing
Modified Thu Apr 22 01:09:41 2004 UTC (9 years, 1 month ago) by rabbi
Change TODO priorities.

Revision 762 - Directory Listing
Modified Thu Apr 22 01:02:27 2004 UTC (9 years, 1 month ago) by weasel
And remove this issue from the TODO list

Revision 761 - Directory Listing
Modified Thu Apr 22 01:01:47 2004 UTC (9 years, 1 month ago) by weasel
Properly ignore whitespace in chain selection

Revision 760 - Directory Listing
Modified Thu Apr 22 00:38:21 2004 UTC (9 years, 1 month ago) by rabbi
Trivial credit updates.

Revision 759 - Directory Listing
Modified Thu Apr 22 00:20:14 2004 UTC (9 years, 1 month ago) by rabbi
Finalize our pool mix strategy. This corresponds to the one analyzed in the forthcoming paper by Diaz, et al.

Revision 758 - Directory Listing
Modified Tue Apr 20 05:40:35 2004 UTC (9 years, 1 month ago) by weasel
Also sort mail into the various mboxes if autoreply is not set.

Revision 757 - Directory Listing
Modified Mon Apr 19 11:51:32 2004 UTC (9 years, 1 month ago) by weasel
different address for lolo

Revision 756 - Directory Listing
Modified Mon Apr 19 10:36:59 2004 UTC (9 years, 1 month ago) by weasel
Fall back to 3DES as Encrypt-Key cipher if we don't have IDEA.

Revision 753 - Directory Listing
Modified Thu Apr 15 07:36:51 2004 UTC (9 years, 1 month ago) by weasel
Check if there's a bug with chain and semicolon

Revision 750 - Directory Listing
Modified Tue Apr 13 22:42:41 2004 UTC (9 years, 1 month ago) by weasel
Add to TODO: Fall back to 3DES as Encrypt-Key cipher if we don't have IDEA.

Revision 732 - Directory Listing
Modified Tue Apr 6 19:17:46 2004 UTC (9 years, 1 month ago) by rabbi
OpenBSD prefers /dev/arandom over /dev/srandom

Revision 724 - Directory Listing
Modified Fri Mar 26 21:35:26 2004 UTC (9 years, 1 month ago) by weasel
Add parsedate.tab.c and mpgp to ignored files

Revision 723 - Directory Listing
Modified Fri Mar 26 21:34:28 2004 UTC (9 years, 1 month ago) by weasel
Copy THANKS file from 2.9.1 tag into the unstable trunk

Revision 722 - Directory Listing
Modified Sun Mar 21 16:43:36 2004 UTC (9 years, 2 months ago) by weasel
Fedory puts pcre.h into usr/include/pcre.  This seems to fix the problem.  Does Install still work on other OSs?  Please check!

Revision 716 - Directory Listing
Modified Sun Mar 21 00:48:40 2004 UTC (9 years, 2 months ago) by rabbi
Rev version to 3.0b1.

Revision 712 - Directory Listing
Modified Thu Jan 22 00:23:29 2004 UTC (9 years, 4 months ago) by dybbuk
Fixed a typo in the manpage: id.log is not KEYFILE in mix.cfg.

Revision 711 - Directory Listing
Modified Wed Jan 21 00:57:57 2004 UTC (9 years, 4 months ago) by weasel
Set keyword expansion for Id on mpgp.c

Revision 710 - Directory Listing
Modified Wed Jan 21 00:47:21 2004 UTC (9 years, 4 months ago) by rabbi
Updated copyright dates, doc issues, misc fixes.

Revision 706 - Directory Listing
Modified Mon Jan 19 03:32:57 2004 UTC (9 years, 4 months ago) by rabbi
Minor cleanup.

Revision 705 - Directory Listing
Modified Mon Jan 19 03:21:07 2004 UTC (9 years, 4 months ago) by rabbi
Adding the mpgp man page submitted by trek.

Revision 704 - Directory Listing
Modified Sat Jan 17 03:54:16 2004 UTC (9 years, 4 months ago) by rabbi
And set version.h properly in trunk.

Revision 702 - Directory Listing
Modified Sat Jan 17 01:57:51 2004 UTC (9 years, 4 months ago) by weasel
Remove finished items from TODO

Revision 701 - Directory Listing
Modified Sat Jan 17 01:51:22 2004 UTC (9 years, 4 months ago) by weasel
Also warn if Remailer Reliability Statistics are from the future.
Also accept rfc822 style dates

Revision 700 - Directory Listing
Modified Sat Jan 17 01:33:38 2004 UTC (9 years, 4 months ago) by weasel
Try to detect timeskews and refuse to run as a remailer if there is a problem
suspected.  Only applies to mixmaster in remailer mode.

Revision 699 - Directory Listing
Modified Sat Jan 17 01:32:21 2004 UTC (9 years, 4 months ago) by weasel
Fix layout

Revision 698 - Directory Listing
Modified Sat Jan 17 01:13:05 2004 UTC (9 years, 4 months ago) by weasel
The binary is called mixmaster, so let the mixmaster target build mixmaster

Revision 695 - Directory Listing
Modified Sun Jan 11 15:47:27 2004 UTC (9 years, 4 months ago) by ulf
The program is now called mixmaster.

Revision 694 - Directory Listing
Modified Fri Dec 26 00:30:31 2003 UTC (9 years, 5 months ago) by rabbi
Fixed local source detection, removed difficult to display characters.

Revision 693 - Directory Listing
Modified Fri Dec 26 00:20:04 2003 UTC (9 years, 5 months ago) by rabbi
Look for libs on x86_64 platforms.

Revision 692 - Directory Listing
Modified Tue Dec 23 00:11:56 2003 UTC (9 years, 5 months ago) by dybbuk
I *think* this may keep the Install script from messing up on Windows, as it is always trying to compile ZLib and PCRE on that platform.  Do we have any Windows folks out there who can test this?

Revision 691 - Directory Listing
Modified Mon Dec 22 23:55:16 2003 UTC (9 years, 5 months ago) by dybbuk
The Install script no longer attempt to use included PCRE and Zlib source.

Revision 690 - Directory Listing
Modified Mon Dec 22 11:56:30 2003 UTC (9 years, 5 months ago) by rabbi
Cleaned up some of the Makefile issues. 

Revision 689 - Directory Listing
Modified Sun Dec 21 05:33:28 2003 UTC (9 years, 5 months ago) by rabbi
Now supports AES if OpenSSL 0.9.7 through 0.9.7c are detected. (Prompts for support decision if unknown version is used.)

The Mixmaster binary is now called "mixmaster" instead of "mix".


Revision 688 - Directory Listing
Modified Sun Dec 21 04:48:46 2003 UTC (9 years, 5 months ago) by rabbi
Removed some cruft.

Revision 687 - Directory Listing
Modified Sun Dec 21 04:48:05 2003 UTC (9 years, 5 months ago) by rabbi
Saner default dummy policy. 

Revision 686 - Directory Listing
Modified Sun Dec 21 04:39:09 2003 UTC (9 years, 5 months ago) by rabbi
Housecleaning for the 3.0b1 release. The timestamp issues are documented in HISTORY, so remove them from the TODO list. Merge all of the 3.0a comments into 3.0b1. Update README (needs another pass.)

There should be no more releases from the 2.9 branch except possibly security updates adter 3.0b1 is released.


Revision 685 - Directory Listing
Modified Sun Dec 21 03:30:09 2003 UTC (9 years, 5 months ago) by rabbi
Removed AC experiment, restored the beast that is Install.


Revision 684 - Directory Listing
Modified Sun Dec 21 01:27:09 2003 UTC (9 years, 5 months ago) by weasel
Removed some files

Revision 682 - Directory Listing
Modified Sun Nov 9 20:54:22 2003 UTC (9 years, 6 months ago) by rabbi
Updated some documentation for key rotation features.

Revision 681 - Directory Listing
Modified Sun Nov 9 18:17:39 2003 UTC (9 years, 6 months ago) by weasel
--redirect documentation is already done,
we do not want a CVS changelog in the release tarball

Revision 659 - Directory Listing
Modified Fri Nov 7 08:39:02 2003 UTC (9 years, 6 months ago) by weasel
Have stable history until 2.9.0 in the HISTORY file

Revision 649 - Directory Listing
Modified Mon Oct 27 00:04:06 2003 UTC (9 years, 6 months ago) by weasel
Assign one autoconf bug to Dybbuk

Revision 648 - Directory Listing
Modified Sun Oct 26 02:08:54 2003 UTC (9 years, 7 months ago) by weasel
Revert rev 645: as dummy.c is still needed by remailer, mpgp, test.
We should add auto* targets for these.

Revision 647 - Directory Listing
Modified Sat Oct 25 23:34:13 2003 UTC (9 years, 7 months ago) by weasel
Set keyword expansion for Id on all files that already have $Id$ tags.

Revision 646 - Directory Listing
Modified Sat Oct 25 23:24:22 2003 UTC (9 years, 7 months ago) by weasel
MAGIC? is not needed anymore.  It was planned for the v3 mix packet format

Revision 645 - Directory Listing
Modified Sat Oct 25 23:16:33 2003 UTC (9 years, 7 months ago) by weasel
Nothing uses dummy.c

Revision 644 - Directory Listing
Modified Sat Oct 25 23:13:56 2003 UTC (9 years, 7 months ago) by weasel
Remove any traces of the (back then) planned new packet format for mix3

Revision 643 - Directory Listing
Modified Sat Oct 25 22:26:39 2003 UTC (9 years, 7 months ago) by weasel
Rename manpage to mixmaster.1

Revision 642 - Directory Listing
Modified Sat Oct 25 21:12:53 2003 UTC (9 years, 7 months ago) by weasel
document --redirect

Revision 641 - Directory Listing
Modified Sat Oct 25 21:08:22 2003 UTC (9 years, 7 months ago) by weasel
auto* needs to be updated, now that we have removed pcre and zlib from Src

Revision 640 - Directory Listing
Modified Sat Oct 25 21:07:22 2003 UTC (9 years, 7 months ago) by weasel
The manpage was updated to no longer refer to obsolete nym functionality in revision 603

Revision 639 - Directory Listing
Modified Sat Oct 25 20:47:17 2003 UTC (9 years, 7 months ago) by weasel
Remove obsolete .cvsignore files

Revision 638 - Directory Listing
Modified Sat Oct 25 20:46:30 2003 UTC (9 years, 7 months ago) by weasel
Remove pcre-2.08 and zlib-1.1.4.  They might eventually go into a separate mixmaster-contrib tarball

Revision 637 - Directory Listing
Modified Sat Oct 25 20:43:46 2003 UTC (9 years, 7 months ago) by weasel
Set ignored files using svn propset svn:ignore -F <file including names of files to ignore> .

Revision 636 - Directory Listing
Modified Sat Oct 25 20:35:24 2003 UTC (9 years, 7 months ago) by weasel
Remove unneeded file stamp-h.in

Revision 634 - Directory Listing
Modified Fri Oct 24 14:45:38 2003 UTC (9 years, 7 months ago) by weasel
Enable aclocal, autoheader, and automake

Revision 605 - Directory Listing
Modified Fri Oct 17 22:27:54 2003 UTC (9 years, 7 months ago) by dybbuk
Another generated file vanquished to the bitbucket!

Revision 604 - Directory Listing
Modified Wed Oct 15 14:06:04 2003 UTC (9 years, 7 months ago) by weaselp
fix problem where -ff could not read pgp signed messages

Revision 603 - Directory Listing
Modified Wed Oct 15 05:06:09 2003 UTC (9 years, 7 months ago) by rabbi
Removed references to obsolete nym functionality. This should be documented somewhere in the source or accompanying files for those brave souls who #define it back from the dead.

Revision 602 - Directory Listing
Modified Tue Oct 14 15:11:46 2003 UTC (9 years, 7 months ago) by dybbuk
Fixed automake support.  Got smart and nuked aclocal.m4.  This is a
generated file.  Our macros go in acinclude.m4!  I need to remember
this in the future.

Revision 601 - Directory Listing
Modified Tue Oct 14 14:58:51 2003 UTC (9 years, 7 months ago) by dybbuk
Finished up all of the AH_HEADER templates.  We should be mostly free
of command line -D flags now.  Everything should be in the toplevel
config.h.

Revision 600 - Directory Listing
Modified Tue Oct 14 05:39:35 2003 UTC (9 years, 7 months ago) by weaselp
screw the coding style and actually add a comment

Revision 599 - Directory Listing
Modified Tue Oct 14 05:31:09 2003 UTC (9 years, 7 months ago) by weaselp
compress patch from nick

Revision 598 - Directory Listing
Modified Tue Oct 14 03:43:56 2003 UTC (9 years, 7 months ago) by dybbuk
I swear I didn't know the GPL was in here.  Whoops.

Revision 597 - Directory Listing
Modified Tue Oct 14 03:42:05 2003 UTC (9 years, 7 months ago) by dybbuk
Major work to sync up automake/autoconf build system with my first
attempt.  Changes include:

* Added missing files in etc/
* Added some empty files which automake complains about.
* Switched over to autoconf 2.53
* Using automake to do most of the work for me, making me look about
  as lazy as I really am.

Revision 596 - Directory Listing
Modified Mon Oct 13 11:29:48 2003 UTC (9 years, 7 months ago) by weaselp
Drop messages without timestamps and messages with future timestamps.

Revision 595 - Directory Listing
Modified Sun Oct 12 05:11:35 2003 UTC (9 years, 7 months ago) by weaselp
And set version to cvs again

Revision 594 - Directory Listing
Modified Sun Oct 12 05:10:53 2003 UTC (9 years, 7 months ago) by weaselp
Name this 3.0a9

Revision 593 - Directory Listing
Modified Mon Sep 29 20:41:39 2003 UTC (9 years, 7 months ago) by weaselp
Use MAXPATHLEN from sys/config.h as PATHMAX.  Thanks to Nikolay Sturm for the suggestion.

Revision 592 - Directory Listing
Modified Mon Sep 29 01:06:54 2003 UTC (9 years, 7 months ago) by weaselp
Ignore 'No reliable remailers' problems when randhopping messages in middleman
mode.  That is better than dropping them.

Revision 591 - Directory Listing
Modified Fri Sep 26 21:00:45 2003 UTC (9 years, 7 months ago) by weaselp
Also count recipients if the address was explicitly passed to sendmail
doblock might filter out the only recipient and we do not want to pass the mail to the MTA then or try to deliver it via SMTP

Revision 590 - Directory Listing
Modified Thu Sep 25 22:53:43 2003 UTC (9 years, 8 months ago) by weaselp
Have the redundant message id log at the right place

Revision 589 - Directory Listing
Modified Tue Sep 23 19:03:48 2003 UTC (9 years, 8 months ago) by weaselp
Remove last remains of conditional RSA use

Revision 588 - Directory Listing
Modified Tue Sep 23 17:50:50 2003 UTC (9 years, 8 months ago) by weaselp
Log ID with redundant messages

Revision 587 - Directory Listing
Modified Mon Sep 22 18:47:40 2003 UTC (9 years, 8 months ago) by weaselp
Rework TODO

Revision 586 - Directory Listing
Modified Fri Sep 19 00:52:47 2003 UTC (9 years, 8 months ago) by weaselp
Did not mean to commit that file as well

Revision 585 - Directory Listing
Modified Fri Sep 19 00:51:41 2003 UTC (9 years, 8 months ago) by weaselp
Fix a problem that was introduced when doing away the ifdef rsa bits:

one if the ifdefs was not an ifdef but an ifndef

Revision 584 - Directory Listing
Modified Wed Sep 3 16:51:12 2003 UTC (9 years, 8 months ago) by packbart
- cosmetic changes only

Revision 583 - Directory Listing
Modified Wed Sep 3 16:46:04 2003 UTC (9 years, 8 months ago) by packbart
- verbose comments
- lists (nearly) all configurable options

Revision 582 - Directory Listing
Modified Sun Aug 24 20:59:06 2003 UTC (9 years, 9 months ago) by weaselp
Add script to run autoconf

Revision 581 - Directory Listing
Modified Sun Aug 24 20:39:26 2003 UTC (9 years, 9 months ago) by weaselp
Do away with the conditional use of RSA, always using it.  Without RSA we
aren't much good anyway.

Revision 580 - Directory Listing
Modified Wed Aug 20 20:35:01 2003 UTC (9 years, 9 months ago) by weaselp
Mention nym support not being included by default anymore

Revision 579 - Directory Listing
Modified Wed Aug 20 20:33:00 2003 UTC (9 years, 9 months ago) by weaselp
Add a few #ifdef USE_PGP where they belong.  -- Hauke

Revision 578 - Directory Listing
Modified Wed Aug 20 20:23:25 2003 UTC (9 years, 9 months ago) by weaselp
Update list of nymservers by Hauke

Revision 577 - Directory Listing
Modified Wed Aug 20 19:28:57 2003 UTC (9 years, 9 months ago) by weaselp
Fix bug introduced with the NYMSUPPORT patch.  mixmaster -ff works again.

Revision 576 - Directory Listing
Modified Sun Aug 17 19:16:43 2003 UTC (9 years, 9 months ago) by weaselp
Fix latest commit

Revision 575 - Directory Listing
Modified Sun Aug 17 19:15:29 2003 UTC (9 years, 9 months ago) by weaselp
nym support ifdef'ed out

Revision 574 - Directory Listing
Modified Sun Aug 17 19:04:34 2003 UTC (9 years, 9 months ago) by weaselp
nym support ifdef'ed out

Revision 573 - Directory Listing
Modified Sun Aug 17 18:50:58 2003 UTC (9 years, 9 months ago) by weaselp
parse_yearmonthday is ok on Linux, Solaris, FreeBSD and NetBSD, so I assume it is ok

Revision 572 - Directory Listing
Modified Sat Aug 9 02:27:35 2003 UTC (9 years, 9 months ago) by dybbuk
Fixed some silly typos.

Revision 571 - Directory Listing
Modified Fri Aug 8 15:17:52 2003 UTC (9 years, 9 months ago) by dybbuk
Working autoconf is included in this commit:

* The old Install script still works (see <20030808142406.GA19289@aarg.net> on mixmaster-devel for my plans to eliminate it)
* I updated Src/util.c to fix some setenv/putenv bugs (this hasn't been tested -- can somebody with access to a machine without setenv please test this?)
* Contrary to the old autoconf stuff, pretty much everything is in config.h.in now.

A few things still need to be cleaned up.  I want to eliminate the XDEFS as much as possible and keep nearly everything in config.h.in.  However, it works for me.  Please test it.

Revision 570 - Directory Listing
Modified Thu Aug 7 17:24:23 2003 UTC (9 years, 9 months ago) by dybbuk
* Normalized the Mixmaster macro names.
* Added macro to set MIXDIR and separated SPOOL directory selection.

Revision 569 - Directory Listing
Modified Thu Aug 7 17:03:21 2003 UTC (9 years, 9 months ago) by dybbuk
AES and IDEA support should now be working correctly.  However, I am using EVP to do the detection, and the Mixmaster code is *not* using EVP.  Is this a problem?

Revision 568 - Directory Listing
Modified Thu Aug 7 15:15:35 2003 UTC (9 years, 9 months ago) by dybbuk
This should fix the ZLIB detection bug that was causing syntax errors for certain shells.

Also, better detection support for AES and IDEA are present, but haven't yet been tested.  I am still working on those.

Revision 567 - Directory Listing
Modified Sat Aug 2 19:53:53 2003 UTC (9 years, 9 months ago) by weaselp
Assign tasks so we finally get 3.0 done

Revision 566 - Directory Listing
Modified Wed Jul 30 07:18:20 2003 UTC (9 years, 9 months ago) by weaselp
I need some sleep

Revision 565 - Directory Listing
Modified Wed Jul 30 07:17:27 2003 UTC (9 years, 9 months ago) by weaselp
But do not remove all of the text

Revision 564 - Directory Listing
Modified Wed Jul 30 07:16:32 2003 UTC (9 years, 9 months ago) by weaselp
Apparently the RAB does not exist any more

Revision 549 - Directory Listing
Modified Mon Jul 7 11:33:30 2003 UTC (9 years, 10 months ago) by weaselp
This is very different from 0a8

Revision 548 - Directory Listing
Modified Mon Jul 7 11:32:45 2003 UTC (9 years, 10 months ago) by weaselp
Config option PRECEDENCE allows setting the Precedence: header on all outgoing
mail.  (Hauke Lampe)

Revision 547 - Directory Listing
Modified Mon Jul 7 11:28:05 2003 UTC (9 years, 10 months ago) by weaselp
Config option EXTFLAGS allows appending additional flags to the capabilities
string.  (Hauke Lampe)

Revision 546 - Directory Listing
Modified Mon Jul 7 11:20:44 2003 UTC (9 years, 10 months ago) by weaselp
Properly wrap HISTORY

Revision 545 - Directory Listing
Modified Mon Jul 7 11:18:20 2003 UTC (9 years, 10 months ago) by weaselp
The 'working on the train' commit:
Don't try to send a message if there are no recipients left.
Set default max-randhops from 20 to 4.
Remix-To chain is limited by max-randhops limit as well.
Messages to more than one remailer are dropped.

Revision 544 - Directory Listing
Modified Sat Jul 5 23:29:52 2003 UTC (9 years, 10 months ago) by weaselp
Update todo

Revision 543 - Directory Listing
Modified Tue Jul 1 23:12:36 2003 UTC (9 years, 10 months ago) by weaselp
disable nym stuff

Revision 542 - Directory Listing
Modified Mon Jun 30 15:24:48 2003 UTC (9 years, 10 months ago) by weaselp
call this 3.0a8

Revision 541 - Directory Listing
Modified Mon Jun 30 15:23:23 2003 UTC (9 years, 10 months ago) by weaselp
Fix date for previous release

Revision 540 - Directory Listing
Modified Sun Jun 29 22:35:01 2003 UTC (9 years, 10 months ago) by weaselp
Fix stats a bit.

Revision 539 - Directory Listing
Modified Sun Jun 29 19:16:10 2003 UTC (9 years, 10 months ago) by weaselp
Call this 3.0a7

Revision 538 - Directory Listing
Modified Sun Jun 29 19:13:15 2003 UTC (9 years, 10 months ago) by weaselp
Use an int rather than a char for getc()

Revision 537 - Directory Listing
Modified Sun Jun 29 19:12:45 2003 UTC (9 years, 10 months ago) by weaselp
Rewind message buffer after searching recipient address.

Revision 536 - Directory Listing
Modified Fri Jun 27 10:52:59 2003 UTC (9 years, 10 months ago) by weaselp
call this 3.0a6

Revision 535 - Directory Listing
Modified Fri Jun 27 10:52:11 2003 UTC (9 years, 10 months ago) by weaselp
Hopefully fix a bug with pool stats.

Revision 527 - Directory Listing
Modified Fri Jun 6 01:23:27 2003 UTC (9 years, 11 months ago) by weaselp
minor stuff

Revision 523 - Directory Listing
Modified Sun Jun 1 18:53:11 2003 UTC (9 years, 11 months ago) by weaselp
Don't send messages to ourselves via the mailsystem but instead place them in
the pool as incoming messages so that they will get processed with the next
pool run.

Revision 522 - Directory Listing
Modified Thu May 22 14:44:55 2003 UTC (10 years ago) by weaselp
We might as well move the handling of (* foo) and (bar *) chains inside the
if statement (we have stats).  Otherwise we do not have any broken chains anyway

Revision 521 - Directory Listing
Modified Thu May 22 14:35:47 2003 UTC (10 years ago) by weaselp
Only close filehandle if the open call succeeded.  Fixes a segfault that happens if we do not have an mlist.txt

Revision 520 - Directory Listing
Modified Thu May 22 14:34:47 2003 UTC (10 years ago) by weaselp
Fix typo

Revision 519 - Directory Listing
Modified Wed May 21 00:16:21 2003 UTC (10 years ago) by weaselp
Update the nymservers in default dest.alw

Revision 518 - Directory Listing
Modified Mon May 19 23:57:59 2003 UTC (10 years ago) by weaselp
That patch was probably wrong. The original behaviour is fishy tho.  Need to look at it when I'm awake

Revision 517 - Directory Listing
Modified Mon May 19 23:49:16 2003 UTC (10 years ago) by weaselp
I think this is more correct now.
It moves all the days one back in time and shows yesterday's stats
with yesterday's date (before they weren't visible at all).

Somehow yesterdays stats seem to go from 1am to 1am, rather than 12am to 12am.
Maybe I'm wrong tho

Revision 516 - Directory Listing
Modified Sun May 11 13:48:42 2003 UTC (10 years ago) by weaselp
Fix a small bug that led to nasty infinte loops in cases with no reliable remailers in randfinal()

Revision 515 - Directory Listing
Modified Thu May 8 18:28:41 2003 UTC (10 years ago) by weaselp
Tag this as 3.0a5

Revision 514 - Directory Listing
Modified Thu May 8 18:09:25 2003 UTC (10 years ago) by weaselp
The '-argument=value' version actually doesn't work.  It's '-argument value'.

Revision 513 - Directory Listing
Modified Thu May 8 18:08:11 2003 UTC (10 years ago) by weaselp
Perhaps document --redirect

Revision 512 - Directory Listing
Modified Thu May 8 18:07:08 2003 UTC (10 years ago) by weaselp
Experimental feature:  --redirect -l <chain>.  If you have a mixmaster message
with a chain starting with hop1 (you cannot know any more because it already is
encrypted) then mix --redirect -l=foo,bar < file redirect the message so the
chain is actually foo,bar,hop1,... and places it in your pool.  If the total
number of hops (which cannot be known) exceeds 20 the message is damanged and
will fail at the 20th node.

Revision 511 - Directory Listing
Modified Mon May 5 15:26:20 2003 UTC (10 years ago) by weaselp
Have mixmaster build with gcc 2.95 again

Revision 510 - Directory Listing
Modified Mon May 5 11:03:41 2003 UTC (10 years ago) by weaselp
Respect DISTANCE setting also when selecting the final hop.  This is
important in cases where the user chooses a chain like '*,*,valiant,*'.
Previously it was possible that valiant was taken as a last hop resulting
in a chain like '....,valiant,valiant'.

Revision 509 - Directory Listing
Modified Mon May 5 10:53:00 2003 UTC (10 years ago) by weaselp
If some broken chain includes all remailers (*) mark it broken for every single
remailer - this simplifies handling in other places.

Revision 508 - Directory Listing
Modified Sat May 3 13:54:51 2003 UTC (10 years ago) by weaselp
Tag this as 3.0a4

Revision 507 - Directory Listing
Modified Sat May 3 13:52:12 2003 UTC (10 years ago) by weaselp
80 characters per line max

Revision 506 - Directory Listing
Modified Sat May 3 11:20:42 2003 UTC (10 years ago) by weaselp
Improve parse_yearmonthday() and add startup assert() to test it

Revision 505 - Directory Listing
Modified Sat May 3 10:55:49 2003 UTC (10 years ago) by weaselp
until we can handle the case where our pgp keys expire, don't create keys that expire

Revision 504 - Directory Listing
Modified Sat May 3 07:08:11 2003 UTC (10 years ago) by weaselp
Warn if stats are older than one day

Revision 503 - Directory Listing
Modified Sat May 3 06:56:22 2003 UTC (10 years ago) by weaselp
Warn if stats are older than one day

Revision 502 - Directory Listing
Modified Sat May 3 06:15:09 2003 UTC (10 years ago) by weaselp
Show reliability 0% in curses interface if we have a bad chain

Revision 501 - Directory Listing
Modified Sat May 3 05:51:58 2003 UTC (10 years ago) by weaselp
refine chainselection with bad chains

Revision 500 - Directory Listing
Modified Sat May 3 05:31:07 2003 UTC (10 years ago) by weaselp
Mixmaster now uses broken-chain info from stats. I hope this doesn't break any
Nym functionality.

Revision 499 - Directory Listing
Modified Sat May 3 05:08:53 2003 UTC (10 years ago) by weaselp
Found that weird bug that weird bug that sometimes led to "Unknown remailer
version!" errors: In chain_randfinal() we selected a random value between 0 and
maxrem instead of 0 and maxrem - 1.

Revision 498 - Directory Listing
Modified Sat May 3 01:56:08 2003 UTC (10 years ago) by weaselp
In client mode (REMAIL n) the pool is flushed every time mixmaster is run
unless CLIENTAUTOFLUSH is set to n.  (closes: #676794: Rate implementation
doubled)

Revision 497 - Directory Listing
Modified Tue Apr 29 12:03:32 2003 UTC (10 years ago) by weaselp
If remix was enabled and we had a Type-I Anon-Post-To request we accidently
randhoped it via the configured default remailing chain (default: *,*,*,*).
Fixed (closes: #729494).

Revision 495 - Directory Listing
Modified Thu Apr 10 17:37:34 2003 UTC (10 years, 1 month ago) by weaselp
In the curses interface chain selection it was not possible to select a random
last hop with a usenet post message.  Fixed (closes: #719165).

Revision 494 - Directory Listing
Modified Wed Apr 9 10:36:34 2003 UTC (10 years, 1 month ago) by weaselp
In order to serve help files in different languages we need a way to reply to
requests like remailer-help-it.  In order to not have to modify the code for
each and every new ressource, Mixmaster now sends the file
requests/remailer-<something> to remailer-<something> requests.
remailer-{help,key, stats,conf,adminkey} still are special cases tho.

Revision 493 - Directory Listing
Modified Wed Apr 2 13:14:13 2003 UTC (10 years, 1 month ago) by weaselp
Check that feedback buffer is not null before operating on it in chain_select(). Closes #631353

Revision 491 - Directory Listing
Modified Mon Mar 31 18:24:37 2003 UTC (10 years, 1 month ago) by weaselp
Correct function name

Revision 489 - Directory Listing
Modified Mon Mar 31 18:19:14 2003 UTC (10 years, 1 month ago) by weaselp
Install script tweaks

Revision 486 - Directory Listing
Modified Mon Mar 31 17:40:53 2003 UTC (10 years, 1 month ago) by weaselp
Fix a problem in destinationblock() where a buffer could have been used after it was free()d which resulted in segfaults.

Revision 485 - Directory Listing
Modified Mon Mar 31 17:16:15 2003 UTC (10 years, 1 month ago) by weaselp
Not all makes out there like $<

Revision 484 - Directory Listing
Modified Fri Mar 28 16:12:49 2003 UTC (10 years, 1 month ago) by weaselp
Remove the mix_regular call in client mode - this needs to be done a little bit differently

Revision 483 - Directory Listing
Modified Fri Mar 28 16:12:46 2003 UTC (10 years, 1 month ago) by weaselp
Actually add parsedate to Makefile-sh.in
Somebody please fix our build system

Revision 478 - Directory Listing
Modified Sat Feb 15 08:06:44 2003 UTC (10 years, 3 months ago) by weaselp
Make sure DH/DSA param file is actually opened before writing to it.  Fixes a segfault in case it is not.

Revision 477 - Directory Listing
Modified Sat Feb 15 00:29:36 2003 UTC (10 years, 3 months ago) by weaselp
Add max capability to Type I

Revision 475 - Directory Listing
Modified Tue Feb 4 04:20:00 2003 UTC (10 years, 3 months ago) by weaselp
Add a FIXME

Revision 449 - Directory Listing
Modified Sat Dec 28 02:05:32 2002 UTC (10 years, 4 months ago) by weaselp
Handle a pool we cannot read correctly

Revision 448 - Directory Listing
Modified Fri Dec 27 20:43:41 2002 UTC (10 years, 4 months ago) by rabbi
Added missing newline characters.

Revision 437 - Directory Listing
Modified Wed Dec 18 04:56:38 2002 UTC (10 years, 5 months ago) by rabbi
Tagging version 3.0a2.

Revision 429 - Directory Listing
Modified Tue Dec 17 10:43:01 2002 UTC (10 years, 5 months ago) by weaselp
forward port HISTORY :)

Revision 428 - Directory Listing
Modified Tue Dec 17 10:41:44 2002 UTC (10 years, 5 months ago) by weaselp
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 412 - Directory Listing
Modified Mon Dec 16 06:02:28 2002 UTC (10 years, 5 months ago) by weaselp
Fixed IDEA detection with static linking

Revision 408 - Directory Listing
Modified Sat Dec 14 20:56:04 2002 UTC (10 years, 5 months ago) by weaselp
LDFLAGS are also needed, now that we also link during IDEA detection

Revision 405 - Directory Listing
Modified Sat Dec 14 20:45:48 2002 UTC (10 years, 5 months ago) by weaselp
Build with libs in usr/local

Revision 404 - Directory Listing
Modified Sat Dec 14 20:20:03 2002 UTC (10 years, 5 months ago) by weaselp
Make the IDEA warning even stronger

Revision 401 - Directory Listing
Modified Sat Dec 14 20:05:25 2002 UTC (10 years, 5 months ago) by weaselp
Do not allow blocking of known remailers

Revision 398 - Directory Listing
Modified Thu Dec 12 18:14:14 2002 UTC (10 years, 5 months ago) by weaselp
Mixmaster can handle more than one nym

Revision 397 - Directory Listing
Modified Thu Dec 12 16:06:16 2002 UTC (10 years, 5 months ago) by weaselp
Documentation of star exclude
Minor documentation fixes

Revision 394 - Directory Listing
Modified Sun Dec 8 23:35:28 2002 UTC (10 years, 5 months ago) by weaselp
Update

Revision 393 - Directory Listing
Modified Sun Dec 8 20:29:25 2002 UTC (10 years, 5 months ago) by dybbuk
This patch should fix bug #612492, which was preventing people from
compiling in or installing to paths which contained spaces.  Liberal
use of quotes should keep the shell from misunderstanding things, but
I'd still advise folks to avoid spaces in directory names, just to be
on the safe side.  :)

Revision 392 - Directory Listing
Modified Sun Dec 8 00:56:23 2002 UTC (10 years, 5 months ago) by weaselp
Have stats on intermediate vs. final hop count (closes: #649900).

Revision 390 - Directory Listing
Modified Thu Dec 5 18:43:57 2002 UTC (10 years, 5 months ago) by rabbi
Updated HISTORY for Install fixes and *-exclude patch.

Revision 388 - Directory Listing
Modified Thu Dec 5 04:59:09 2002 UTC (10 years, 5 months ago) by weaselp
Fix idea detection, do not use gmake

Revision 387 - Directory Listing
Modified Thu Dec 5 04:26:24 2002 UTC (10 years, 5 months ago) by weaselp
Applied Colin's star exclude patch

Revision 379 - Directory Listing
Modified Fri Oct 18 22:04:13 2002 UTC (10 years, 7 months ago) by rabbi
I'm tagging MAIN as 3.0a1. I've also added a new file, Makefile-sh.in, which is the pre-autoconf Makefile.in. If Mixmaster is installed via the Install script, this file will be used. Once autoconf support is more stable, we can remove thisand the Install script.

Revision 378 - Directory Listing
Modified Fri Oct 18 20:42:35 2002 UTC (10 years, 7 months ago) by rabbi
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 376 - Directory Listing
Modified Fri Oct 18 05:23:25 2002 UTC (10 years, 7 months ago) by rabbi
Grammar fix.

Revision 375 - Directory Listing
Modified Fri Oct 18 00:45:12 2002 UTC (10 years, 7 months ago) by rabbi
Fixed some comments.

Revision 371 - Directory Listing
Modified Wed Oct 16 20:59:09 2002 UTC (10 years, 7 months ago) by rabbi
Made the protocol version a string constant.

Revision 369 - Directory Listing
Modified Wed Oct 16 20:43:17 2002 UTC (10 years, 7 months ago) by rabbi
Updated to reflect release of 2.9b40.

Revision 368 - Directory Listing
Modified Wed Oct 16 20:39:42 2002 UTC (10 years, 7 months ago) by rabbi
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.

Once we have confirmation that the use of the colon in the version string doesn't break any clients or other servers, I'll commit this to -stable and 2.0.4b as well, and modify the spec accordingly.

Revision 367 - Directory Listing
Modified Wed Oct 16 20:35:04 2002 UTC (10 years, 7 months ago) by rabbi
Fixed a typo.

Revision 362 - Directory Listing
Modified Mon Oct 14 18:05:23 2002 UTC (10 years, 7 months ago) by rabbi
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. I need to clear this with Anonymizer before we use this change, though, so the License in CVS should not be considered the true License.

Revision 360 - Directory Listing
Modified Fri Oct 11 01:18:00 2002 UTC (10 years, 7 months ago) by weaselp
Make sure that the daemon does sleep at least 5 seconds between runs

Revision 358 - Directory Listing
Modified Thu Oct 10 23:54:39 2002 UTC (10 years, 7 months ago) by weaselp
We chould also chdir() if the daemon doesn't detach

Revision 357 - Directory Listing
Modified Thu Oct 10 22:07:48 2002 UTC (10 years, 7 months ago) by weaselp
make sure to unlink mix.pid in the right directory and reword a warning message

Revision 353 - Directory Listing
Modified Thu Oct 10 13:13:09 2002 UTC (10 years, 7 months ago) by weaselp
SIGINT and SIGTERM catching beeing ported to stable

Revision 352 - Directory Listing
Modified Thu Oct 10 13:05:10 2002 UTC (10 years, 7 months ago) by weaselp
Write pidfile before reopening stdio to /dev/null

Revision 351 - Directory Listing
Modified Thu Oct 10 13:02:11 2002 UTC (10 years, 7 months ago) by weaselp
Move Win32 Service termination handling a bit up

Revision 349 - Directory Listing
Modified Thu Oct 10 10:35:50 2002 UTC (10 years, 7 months ago) by weaselp
Pid file writing is to be backported

Revision 348 - Directory Listing
Modified Thu Oct 10 10:35:02 2002 UTC (10 years, 7 months ago) by weaselp
Document PIDFILE file/option

Revision 345 - Directory Listing
Modified Thu Oct 10 10:15:55 2002 UTC (10 years, 7 months ago) by weaselp
snprintf() takes care of the final \0 itself

Revision 344 - Directory Listing
Modified Thu Oct 10 10:06:05 2002 UTC (10 years, 7 months ago) by weaselp
Move pidfile writing out of optional detaching

Revision 341 - Directory Listing
Modified Wed Oct 9 21:45:07 2002 UTC (10 years, 7 months ago) by weaselp
Removed trailing whitespace

Revision 339 - Directory Listing
Modified Wed Oct 9 21:39:14 2002 UTC (10 years, 7 months ago) by weaselp
Removed an empty line to minimize the diff to stable

Revision 338 - Directory Listing
Modified Wed Oct 9 21:40:03 2002 UTC (10 years, 7 months ago) by weaselp
Rewriting the timing logic in mix_daemon() a little bit (optically at least)

Revision 337 - Directory Listing
Modified Wed Oct 9 21:38:54 2002 UTC (10 years, 7 months ago) by weaselp
Moved MAILIN doc to some other place

Revision 336 - Directory Listing
Modified Wed Oct 9 21:40:38 2002 UTC (10 years, 7 months ago) by weaselp
Mailintime was backported to stable (or will be shortly)

Revision 332 - Directory Listing
Modified Wed Oct 9 20:53:32 2002 UTC (10 years, 7 months ago) by weaselp
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 329 - Directory Listing
Modified Wed Oct 9 20:34:08 2002 UTC (10 years, 7 months ago) by weaselp
Whitespace change only - same version as in stable

Revision 326 - Directory Listing
Modified Wed Oct 9 19:50:03 2002 UTC (10 years, 7 months ago) by weaselp
Whitespace changes only:
Remove trailing whitespace
Replace tabs by spaces

Revision 322 - Directory Listing
Modified Tue Oct 8 01:19:13 2002 UTC (10 years, 7 months ago) by rabbi
Updated HISTORY file in -MAIN to reflect release of 2.9b39.

Revision 315 - Directory Listing
Modified Sat Oct 5 19:09:12 2002 UTC (10 years, 7 months ago) by ulfm
There's no point in keeping statistics for the client.

Revision 314 - Directory Listing
Modified Sat Oct 5 18:53:25 2002 UTC (10 years, 7 months ago) by ulfm
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 313 - Directory Listing
Modified Sat Oct 5 14:03:48 2002 UTC (10 years, 7 months ago) by ulfm
ignore autoconf files

Revision 311 - Directory Listing
Modified Sat Oct 5 02:08:35 2002 UTC (10 years, 7 months ago) by rabbi
Updated TODO again. (That bug leaving stale t* pool files is still alive.)

Revision 308 - Directory Listing
Modified Fri Oct 4 23:53:53 2002 UTC (10 years, 7 months ago) by rabbi
Updated todo list.

Revision 307 - Directory Listing
Modified Fri Oct 4 23:51:43 2002 UTC (10 years, 7 months ago) by rabbi
Split out b39 changes.

Revision 305 - Directory Listing
Modified Wed Oct 2 22:23:35 2002 UTC (10 years, 7 months ago) by rabbi
setenv() and unsetenv() are not POSIX functions, but BSDisms. We need to use putenv() on
systems that lack these functions.

Revision 304 - Directory Listing
Modified Wed Oct 2 19:49:17 2002 UTC (10 years, 7 months ago) by ulfm
an email file could also start with Return-Path

Revision 303 - Directory Listing
Modified Wed Oct 2 09:13:17 2002 UTC (10 years, 7 months ago) by rabbi
The protocol will not change for 3.0.

Revision 302 - Directory Listing
Modified Wed Oct 2 09:12:03 2002 UTC (10 years, 7 months ago) by rabbi
Added missing switch in usage message.

Revision 301 - Directory Listing
Modified Wed Oct 2 08:11:52 2002 UTC (10 years, 7 months ago) by weaselp
Update TODO

Revision 300 - Directory Listing
Modified Wed Oct 2 08:06:49 2002 UTC (10 years, 7 months ago) by weaselp
Forgot to rewind the buffer

Revision 299 - Directory Listing
Modified Wed Oct 2 07:57:32 2002 UTC (10 years, 7 months ago) by weaselp
Graceperiod smaller, default keylifetime upped to one year

Revision 298 - Directory Listing
Modified Wed Oct 2 07:54:12 2002 UTC (10 years, 7 months ago) by weaselp
Only return latest pgp keys to remailer-key requests

Revision 297 - Directory Listing
Modified Wed Oct 2 06:12:47 2002 UTC (10 years, 7 months ago) by ulfm
another bug fix for mail folder detection...

Revision 296 - Directory Listing
Modified Tue Oct 1 13:01:40 2002 UTC (10 years, 7 months ago) by dybbuk
Basic autoconf support.

This is just a beginning.  Len says it has problems detecting his
screwy OpenSSL installation, which we can work on.  Also, I didn't
start mucking about in using the autoconf-generated config.h instead
of a bunch of -D options on the compiler command line.  This is
something we should do, though!

There is also not yet a replacement for the installation part of the
old 'Install' script.

Revision 295 - Directory Listing
Modified Tue Oct 1 08:23:20 2002 UTC (10 years, 7 months ago) by weaselp
Write keyid, creation date, etc header along with armored keys to pgpkey.txt

Revision 294 - Directory Listing
Modified Mon Sep 30 21:26:28 2002 UTC (10 years, 7 months ago) by weaselp
Log CRC errors

Revision 293 - Directory Listing
Modified Mon Sep 30 21:24:01 2002 UTC (10 years, 7 months ago) by ulfm
ahem.

Revision 292 - Directory Listing
Modified Sun Sep 29 10:09:05 2002 UTC (10 years, 7 months ago) by ulfm
The pager is not supposed to show envelope from lines. Don't mark them
as "invalid headers".

Revision 291 - Directory Listing
Modified Sat Sep 28 18:25:36 2002 UTC (10 years, 7 months ago) by ulfm
Warn when generating RSA keys without IDEA support.

Revision 290 - Directory Listing
Modified Sat Sep 28 12:50:18 2002 UTC (10 years, 7 months ago) by ulfm
add missing word

Revision 289 - Directory Listing
Modified Sat Sep 28 12:48:57 2002 UTC (10 years, 7 months ago) by ulfm
revert the mail folder check change.
mix -f can also be used to post a followup for Usenet articles or
individual email messages not in folder format

Revision 288 - Directory Listing
Modified Fri Sep 27 09:15:54 2002 UTC (10 years, 7 months ago) by weaselp
Do not recreate the public keys from the private keyring if there still is a
public keyring in pgpkey.txt. This means we don't recreate the self signature
on binding keys amoung other things. It probably also means that one can
replace the keys in pgpkey.txt with keys signed by the adminkey and not have
them overriden the next time one does ./mix -[GK] (although I did not test
this).

We still need to fix keymgt to only return the latest keys - this should be
simple once I find out how to get expiration date for a specific key.

There's a small problem with the current keymanagement for PGP keys I guess. If
the latest key is not the last in the keyring we might screw up. Can you verify
this Disastry?

Revision 287 - Directory Listing
Modified Thu Sep 26 22:40:56 2002 UTC (10 years, 7 months ago) by weaselp
Fix assertion

Revision 286 - Directory Listing
Modified Thu Sep 26 22:36:14 2002 UTC (10 years, 7 months ago) by rabbi
Updated to reflect recent changes.

Revision 285 - Directory Listing
Modified Thu Sep 26 22:28:25 2002 UTC (10 years, 7 months ago) by weaselp
Make sure to always have the right one of begin private/public key

Revision 284 - Directory Listing
Modified Thu Sep 26 22:14:00 2002 UTC (10 years, 7 months ago) by weaselp
Reverse that - I'll do it differently

Revision 283 - Directory Listing
Modified Thu Sep 26 22:13:53 2002 UTC (10 years, 7 months ago) by rabbi
Added --config and POOL.

Revision 282 - Directory Listing
Modified Thu Sep 26 22:04:58 2002 UTC (10 years, 7 months ago) by weaselp
pass armortype to pgpdb_close - used when file needs to get armored

Revision 281 - Directory Listing
Modified Thu Sep 26 21:43:54 2002 UTC (10 years, 7 months ago) by rabbi
Mixmaster is now Free. Thanks, Anonymizer!

Revision 280 - Directory Listing
Modified Thu Sep 26 12:34:53 2002 UTC (10 years, 7 months ago) by disastry
remove incorrect checks for Win NT Service,
these gave false posetives when used from QS

Revision 278 - Directory Listing
Modified Thu Sep 26 08:29:09 2002 UTC (10 years, 7 months ago) by weaselp
We now handle CRLF end of lines in pubring.mix

Revision 277 - Directory Listing
Modified Thu Sep 26 08:26:53 2002 UTC (10 years, 7 months ago) by disastry
mask off extra bits from crc24 in right place

Revision 276 - Directory Listing
Modified Thu Sep 26 08:21:07 2002 UTC (10 years, 7 months ago) by weaselp
We now handle CRLF end of lines in pubring.mix

Revision 275 - Directory Listing
Modified Thu Sep 26 07:54:18 2002 UTC (10 years, 7 months ago) by weaselp
Compare only the lower 24 bits when checking CRCs

Revision 274 - Directory Listing
Modified Thu Sep 26 07:44:40 2002 UTC (10 years, 8 months ago) by weaselp
Extended comments for pgp_armor()

Revision 273 - Directory Listing
Modified Thu Sep 26 07:01:13 2002 UTC (10 years, 8 months ago) by disastry
pgp_verify(BUFFER *msg, BUFFER *detached, pgpsig *sig)
my be called with detached == NULL, and this was't checked.

Revision 272 - Directory Listing
Modified Wed Sep 25 23:51:11 2002 UTC (10 years, 8 months ago) by ulfm
be less noisy (this code is also run in the client...)

Revision 269 - Directory Listing
Modified Wed Sep 25 23:02:44 2002 UTC (10 years, 8 months ago) by ulfm
AUTH LOGIN support for SMTP.

Revision 268 - Directory Listing
Modified Wed Sep 25 16:14:31 2002 UTC (10 years, 8 months ago) by disastry
Check PGP armor checksum

Revision 267 - Directory Listing
Modified Tue Sep 24 08:08:47 2002 UTC (10 years, 8 months ago) by disastry
1/(64*64) pgp messages was lost,
the ones with armor checksum startig with =46

Revision 265 - Directory Listing
Modified Fri Sep 20 19:01:34 2002 UTC (10 years, 8 months ago) by disastry
add commandline option --config=file
this allows to use alternate configuration file
(for example on encrypted partition)

also make pool directory configurable

Revision 264 - Directory Listing
Modified Fri Sep 20 17:59:25 2002 UTC (10 years, 8 months ago) by disastry
close the comment

Revision 263 - Directory Listing
Modified Thu Sep 19 00:32:21 2002 UTC (10 years, 8 months ago) by rabbi
Added feature request -- Borland compiler compatability.

Revision 262 - Directory Listing
Modified Wed Sep 18 23:26:17 2002 UTC (10 years, 8 months ago) by rabbi
Added closing comments for all #ifdef statements. All #endif's, as well as
nested braces, should be commented to reference their start.

We need to provide comments before every function as well.

Revision 261 - Directory Listing
Modified Wed Sep 18 06:44:40 2002 UTC (10 years, 8 months ago) by weaselp
Update documentation on parameters for pgp_getkey()

Revision 260 - Directory Listing
Modified Wed Sep 18 05:58:03 2002 UTC (10 years, 8 months ago) by weaselp
Move table heads to their right place. i.e. one char to the right

Revision 259 - Directory Listing
Modified Wed Sep 18 05:55:10 2002 UTC (10 years, 8 months ago) by weaselp
Use yyyy-mm-dd instead of yyyy/mm/dd similar to GnuPG

Revision 258 - Directory Listing
Modified Wed Sep 18 05:50:55 2002 UTC (10 years, 8 months ago) by weaselp
Update of TODO after Disastry's commits

Revision 257 - Directory Listing
Modified Wed Sep 18 04:05:14 2002 UTC (10 years, 8 months ago) by weaselp
Add cvs2cl to TODO list

Revision 256 - Directory Listing
Modified Tue Sep 17 19:55:21 2002 UTC (10 years, 8 months ago) by rabbi
Fixed the "is a mailfolder" checking for -f.
Eliminated unused variables when compiling without USE_NCURSES.
Fixed missing line endings for "-f" warnings when not using ncurses.
(ncurses doesn't seem to mind the added "\n" characters.)

I'm not entirely sure "char path" is being set properly without
USE_NCURSES. Can someone double check me?

Revision 255 - Directory Listing
Modified Thu Sep 12 17:36:43 2002 UTC (10 years, 8 months ago) by disastry
pgp_get_sig_subpacket() is used only in pgpdata.c, so make it static

Revision 254 - Directory Listing
Modified Thu Sep 12 17:26:00 2002 UTC (10 years, 8 months ago) by disastry
check expiration and revocation of pgp keys, userids, subkeys

do not encrypt with expired or revoked keys, subkeys
do not sign with expired or revoked keys
do not decrypt with expired keys, subkeys after graceperiod

when encrypting use preferences from latest and/or primary userid

create new pgp keys if current are to expire in overlapperiod

Revision 253 - Directory Listing
Modified Thu Sep 12 04:48:58 2002 UTC (10 years, 8 months ago) by weaselp
gcc on some Archs warns about possible uninitialized variables

Revision 252 - Directory Listing
Modified Wed Sep 11 22:39:18 2002 UTC (10 years, 8 months ago) by rabbi
Updated the current HISTORY file to reflect the latest release.

Revision 241 - Directory Listing
Modified Wed Sep 11 20:35:48 2002 UTC (10 years, 8 months ago) by rabbi
Cleaned up passphrase prompting.

Revision 236 - Directory Listing
Modified Tue Sep 10 19:21:44 2002 UTC (10 years, 8 months ago) by weaselp
Shell hates us - yet another fix

Revision 233 - Directory Listing
Modified Tue Sep 10 16:02:46 2002 UTC (10 years, 8 months ago) by rabbi
Fixed passphrase entry bug.

Revision 232 - Directory Listing
Modified Tue Sep 10 06:15:13 2002 UTC (10 years, 8 months ago) by rabbi
Now actually adds the passphrase to the config file if it isn't already
there, and we're not compiling it in. Thanks, noise.

Revision 229 - Directory Listing
Modified Mon Sep 9 20:47:33 2002 UTC (10 years, 8 months ago) by uid23509
Use the key later in the file if they have the same expiry date (weasel aka uid23509)

Revision 228 - Directory Listing
Modified Sun Sep 8 21:59:43 2002 UTC (10 years, 8 months ago) by weaselp
Linux PPC fixes

Revision 227 - Directory Listing
Modified Sat Sep 7 11:27:22 2002 UTC (10 years, 8 months ago) by disastry
It should be this way

Revision 226 - Directory Listing
Modified Sat Sep 7 11:16:37 2002 UTC (10 years, 8 months ago) by disastry
There is Sleep() in Windows, not sleep().
Well, this code is never used, but fix anyway

Revision 225 - Directory Listing
Modified Sat Sep 7 11:11:28 2002 UTC (10 years, 8 months ago) by disastry
There is no [un]setenv() in MSVC
I hope putenv() does the same

Revision 221 - Directory Listing
Modified Fri Sep 6 22:45:06 2002 UTC (10 years, 8 months ago) by rabbi
Standardized commenting conventions.

Revision 220 - Directory Listing
Modified Fri Sep 6 21:04:16 2002 UTC (10 years, 8 months ago) by rabbi
Updated documentation for {IN,OUT}DUMMYP, and to reflect changes in
remailer defaults.

Mixmaster now has a sanity-check on the number of dummy messages
generated automatically.

Fixed typos in mix.1 and Install.

Install now prompts before using a previously generated Makefile.

Revision 219 - Directory Listing
Modified Fri Sep 6 11:34:10 2002 UTC (10 years, 8 months ago) by weaselp
Allow setting dummy parameters

Revision 218 - Directory Listing
Modified Fri Sep 6 07:38:08 2002 UTC (10 years, 8 months ago) by rabbi
We now generate dummy messages as mail enters and exits the pool.

Revision 217 - Directory Listing
Modified Fri Sep 6 00:46:26 2002 UTC (10 years, 8 months ago) by rabbi
We now delete t* and e* files along with p* at PACKETEXP time.

Revision 216 - Directory Listing
Modified Fri Sep 6 00:06:18 2002 UTC (10 years, 8 months ago) by rabbi
added a few bugs.

Revision 214 - Directory Listing
Modified Thu Sep 5 01:21:54 2002 UTC (10 years, 8 months ago) by weaselp
Mixmaster keys now have creation and expiration date.
It is not secured by any crypto voodoo, it's only
informational for clients to decide which keys to
use should they have more.
- on the client side we do not show remailers (and
  therefore not use them) if their key is expired.
- the remailer refuses to decrypt messages to keys
  that expired one month ago or earlier.
- the remailer automatically creates new mixmaster
  keys if the current one are about to expire or
  already are expired.
- the latest key from secring.mix is written to
  key.txt. It used to be the first one. Since
  creation of new mix key appends the key, this
  seemed sensible.

Revision 213 - Directory Listing
Modified Thu Sep 5 01:09:58 2002 UTC (10 years, 8 months ago) by weaselp
what needs to be done for this key expire thing to really work

Revision 212 - Directory Listing
Modified Wed Sep 4 06:40:31 2002 UTC (10 years, 8 months ago) by disastry
Use sane RSA exponet

Revision 211 - Directory Listing
Modified Wed Sep 4 02:27:28 2002 UTC (10 years, 8 months ago) by rabbi
I've added some more items to the todo list based on user suggestions.

Revision 210 - Directory Listing
Modified Sat Aug 31 09:45:11 2002 UTC (10 years, 8 months ago) by rabbi
More tedious OpenSSL version check additions.

Revision 209 - Directory Listing
Modified Sat Aug 31 09:28:21 2002 UTC (10 years, 8 months ago) by rabbi
Fixed a bug and added confirmation for compiling with older OpenSSLs.

Revision 206 - Directory Listing
Modified Thu Aug 29 10:17:17 2002 UTC (10 years, 8 months ago) by weaselp
Fix riot.eu.org links.

Revision 205 - Directory Listing
Modified Thu Aug 29 08:50:00 2002 UTC (10 years, 8 months ago) by weaselp
When creating new OpenPGP keys, also set an expiry date. Key lifetime
defaults to 8 months but can be overriden by the KEYLIFETIME configuration
option.

We currently do not store the self signature and the keybinding (which hold
the expiry information in DSA keys) in the secret keyring. This is
unfortunate because we use the current KEYLIFETIME when recreating them
should the public keyring need to be rewritten. The solution is to store
them in the secret keyring (like GnuPG does) and not recreate them later
if we already have them.

Revision 204 - Directory Listing
Modified Thu Aug 29 08:49:59 2002 UTC (10 years, 8 months ago) by weaselp
Random clean ups

Revision 203 - Directory Listing
Modified Thu Aug 29 08:06:31 2002 UTC (10 years, 8 months ago) by weaselp
The files created with SENDMAIL outfile have different names now to scale beyond 10k files (closes: #587593).

Revision 199 - Directory Listing
Modified Wed Aug 28 16:29:28 2002 UTC (10 years, 8 months ago) by weaselp
new MSVC patch by Disastry

Revision 198 - Directory Listing
Modified Wed Aug 28 15:18:35 2002 UTC (10 years, 8 months ago) by weaselp
Disatry prefers it this way. C is broken

Revision 197 - Directory Listing
Modified Wed Aug 28 09:35:25 2002 UTC (10 years, 8 months ago) by weaselp
Write a pid file

Revision 196 - Directory Listing
Modified Wed Aug 28 08:34:26 2002 UTC (10 years, 8 months ago) by weaselp
Only ask for passphrase if none is set _and_ we do have a tty

Revision 195 - Directory Listing
Modified Wed Aug 28 08:13:59 2002 UTC (10 years, 8 months ago) by weaselp
Fix segfault with no keys

Revision 194 - Directory Listing
Modified Tue Aug 27 06:46:13 2002 UTC (10 years, 8 months ago) by weaselp
Disastry's passphrase patch take II: also asks for passphrase when doing mix
-K/G/R/M

Revision 193 - Directory Listing
Modified Mon Aug 26 22:53:40 2002 UTC (10 years, 8 months ago) by rabbi
Changed the default to store passphrase in mix.cfg

Revision 192 - Directory Listing
Modified Mon Aug 26 21:34:49 2002 UTC (10 years, 9 months ago) by rabbi
Uncomment my sleep(2).

This really shouldn't be this hard.

Revision 191 - Directory Listing
Modified Mon Aug 26 21:29:52 2002 UTC (10 years, 9 months ago) by rabbi
formatting change.

Revision 190 - Directory Listing
Modified Mon Aug 26 21:22:58 2002 UTC (10 years, 9 months ago) by rabbi
Mixmaster now Beeps and Sleeps[tm] when the user selects a Middleman
remailer as the last hop. (If this is a mistake, the user will probably
notice it now.)

I'd prefer an interactive query to make sure this is what
the user wants to do, but Peter thinks I am being silly, so I'll be
content with this. :)

Revision 189 - Directory Listing
Modified Mon Aug 26 19:38:51 2002 UTC (10 years, 9 months ago) by weaselp
Entered passphrase was overwritten with SIGHUP. It's now stored to a
second variable.

Revision 188 - Directory Listing
Modified Mon Aug 26 19:38:51 2002 UTC (10 years, 9 months ago) by weaselp
getv2seckey() prototype is now defined globally as it is used in main() now.

Revision 187 - Directory Listing
Modified Mon Aug 26 19:37:43 2002 UTC (10 years, 9 months ago) by rabbi
Mixmaster now prompts for user input for the secret key passphrase when
mix is started in daemon mode (./mix -D). Mixmaster will try to find
either PGP/RSA, PGP/ELG or Mix key that can be decrypted with the provided
passphrase. If it finds one, it assumes the passphrase is good.

(We may have a problem if the user manages to get his secret key
passphrases out of sync. Suggestions on handling this case?)

FYI: the passphrase in mix.cfg takes precedence over the passphrase
compiled into the binary. If neither of these are present, only then is
the user prompted for a keyboard-input passphrase.

We still need to make mix retain the user-provided passphrase across
SIGHUP signals.

Revision 186 - Directory Listing
Modified Mon Aug 26 19:24:30 2002 UTC (10 years, 9 months ago) by rabbi
Mixmaster now prompts for user input for the secret key passphrase when
mix is started in daemon mode (./mix -D). Mixmaster will try to find
either PGP/RSA, PGP/ELG or Mix key that can be decrypted with the provided
passphrase. If it finds one, it assumes the passphrase is good.

(We may have a problem if the user manages to get his secret key
passphrases out of sync. Suggestions on handling this case?)

FYI: the passphrase in mix.cfg takes precedence over the passphrase
compiled into the binary. If neither of these are present, only then is
the user prompted for a keyboard-input passphrase.

We still need to make mix retain the user-provided passphrase across
SIGHUP signals.

Revision 185 - Directory Listing
Modified Mon Aug 26 19:17:31 2002 UTC (10 years, 9 months ago) by weaselp
Fixed a bug with reading armored keyrings consisting of more than one armored
block or having comments in front of the one armored block.

The secret pgp keyring is now stored ASCII armored with one key per ascii
armor.

NB: Due to the bug with reading armored keyrings and secring being stored
armored now, it is not adviseable to downgrade mixmaster unless special action
is taked to preserve the secret pgp keyring.

Revision 184 - Directory Listing
Modified Mon Aug 26 18:45:13 2002 UTC (10 years, 9 months ago) by weaselp
Update HISTORY

Revision 183 - Directory Listing
Modified Mon Aug 26 18:08:05 2002 UTC (10 years, 9 months ago) by weaselp
Previosly when we ran Mixmaster in daemon mode and injected mail either
via pop3 or the MAILIN method (reading a Maildir or an mbox), Mixmaster
only processed remailer-xxx requests at SENDPOOLTIME intervalls.

It might be in the interest of an operator to have a high SENDPOOLTIME -
like say an hour or two - to provide better security to their user.

However it is also important to answer remailer-xxx requests in a timely
manner.

This conflict of interests can be solved by adding yet another config
option: MAILINTIME.

MAILINTIME specifies the amount of time between reading MAILIN and
processing those mails (as well as those injected via POP3). Processing
here means to answer -xxx requests and to add remailer mails to the
pool.

This is also done implicitly whenever Mixmaster is about to process its
pool or just fetched mail via pop3.

Revision 182 - Directory Listing
Modified Sun Aug 25 13:27:40 2002 UTC (10 years, 9 months ago) by weaselp
Use names rather than numbers as arument to pgp_armor. Have PGP PRIVATE for armoring

Revision 181 - Directory Listing
Modified Sun Aug 25 08:47:21 2002 UTC (10 years, 9 months ago) by weaselp
Used the wrong variable

Revision 180 - Directory Listing
Modified Sun Aug 25 08:06:00 2002 UTC (10 years, 9 months ago) by weaselp
Maildir will not work on SHORTNAMES operating systems. Is there any reason
to still �support� that? I guess nobody even tried to build a Mixmaster on
8.3 systems in recent years.

Revision 179 - Directory Listing
Modified Sun Aug 25 07:55:04 2002 UTC (10 years, 9 months ago) by weaselp
Update HISTORY

Revision 178 - Directory Listing
Modified Sun Aug 25 07:52:28 2002 UTC (10 years, 9 months ago) by weaselp
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 177 - Directory Listing
Modified Sun Aug 25 07:47:23 2002 UTC (10 years, 9 months ago) by weaselp
Mixmaster in daemon mode will now reload its configuration upon receiving a
SIGHUP.

It was necessary to set the defaults in their own function rather than when
defining the variables.

It will also catch SIGTERM and SIGINT and exit in a sane way, first finishing
the current action.

New option --no-detach will prevent mixmaster in daemon mode from detaching
from the terminal.

Revision 176 - Directory Listing
Modified Fri Aug 23 03:25:48 2002 UTC (10 years, 9 months ago) by weaselp
Fix timings. Probably only interesting for Mixmaster in daemon mode.
If your computer was fast enough to do all the regular remailer stuff
within one second the next time mix_regular() was called it didn't
consider it time for yet another run. Now using >= rather than > for
those comparisons.

Revision 175 - Directory Listing
Modified Fri Aug 23 00:21:54 2002 UTC (10 years, 9 months ago) by weaselp
gcc complained about algo being possibly undefined with -O2. just get rid of the warning

Revision 174 - Directory Listing
Modified Thu Aug 22 23:21:43 2002 UTC (10 years, 9 months ago) by weaselp
Minor fix to IDEA detect code

Revision 173 - Directory Listing
Modified Thu Aug 22 22:23:16 2002 UTC (10 years, 9 months ago) by weaselp
Ignore comment lines

Revision 172 - Directory Listing
Modified Thu Aug 22 08:17:12 2002 UTC (10 years, 9 months ago) by weaselp
Note that recent change closed bug #480330

Revision 171 - Directory Listing
Modified Thu Aug 22 08:13:36 2002 UTC (10 years, 9 months ago) by weaselp
Also list cypherpunk remailers in remailer-conf reply. Thanks to Ulf and
Disastry for their help.

Revision 170 - Directory Listing
Modified Thu Aug 22 06:22:56 2002 UTC (10 years, 9 months ago) by weaselp
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 169 - Directory Listing
Modified Thu Aug 22 05:25:22 2002 UTC (10 years, 9 months ago) by weaselp
Only list supported if we support that type

Revision 168 - Directory Listing
Modified Thu Aug 22 05:18:26 2002 UTC (10 years, 9 months ago) by weaselp
List known mixmasters in remailer-conf replies. How do I get a list of
the pgp keyring so I can also list type I remailers? Do we need to list
type I remailers?

Revision 167 - Directory Listing
Modified Thu Aug 22 04:31:14 2002 UTC (10 years, 9 months ago) by weaselp
update TODO

Revision 166 - Directory Listing
Modified Thu Aug 22 04:29:43 2002 UTC (10 years, 9 months ago) by weaselp
Enable exit hop to add footers.

Revision 165 - Directory Listing
Modified Thu Aug 22 04:01:16 2002 UTC (10 years, 9 months ago) by weaselp
When sending type II messages interactivly you may now choose a middleman
remailer as the last hop in your chain (closes: #481244).

Revision 164 - Directory Listing
Modified Wed Aug 21 19:44:56 2002 UTC (10 years, 9 months ago) by weaselp
mbox/Maildir mail input is done

Revision 163 - Directory Listing
Modified Wed Aug 21 19:28:04 2002 UTC (10 years, 9 months ago) by weaselp
Make sure to deliver to the right directory with Maildir deliveries. Since
we do not chdir() to the Mixmaster base directory we need to take care of
this whenever we do file or directory operations. Fortunatly the function
mixfile() helps here. mixfile() was extended to handle paths starting
with "~/". '~' is replaced by the HOME environment variable if defined.

Implement MAILIN option: If set Mixmaster reads mails from either a mbox
or a Maildir mail folder when processing its queue (-M or daemon). After
reading the mail folder is emtpied. If MAILIN ends with / it is expected
to be a Maildir, mbox oterhwise.

I hope that I did not break anything with the change to mixfile(). Maildir
drop and reading from both Maildir and mbox has been tested a little. Seems
to work fine so far.

Revision 162 - Directory Listing
Modified Wed Aug 21 18:01:58 2002 UTC (10 years, 9 months ago) by weaselp
Fixes to make it build on Win32. Thanks Disastry

Revision 161 - Directory Listing
Modified Wed Aug 21 18:00:01 2002 UTC (10 years, 9 months ago) by rabbi
Re-introduced the todo list with Reality.

Basically, if the install process is made friendly and saner, and we've
done real testing on the major platforms, I'm not too interested in holding
up 3.0 any longer. Everything else can be done in the point release.

Should we:
* leave AES support #ifdef'd out if OpenSSL 0.9.7 isn't released?
* support AES if the installed version of OpenSSL is 0.9.7beta3 or greater?
* include the necessary AES source from OpenSSL, as per the original patch?

I'm leaning toward option two, though we should still display the "this
version of OpenSSL is untested" message for 0.9.7. FWIW, 0.9.7beta3 has been
working fine for me on randseed.

Revision 160 - Directory Listing
Modified Wed Aug 21 16:23:00 2002 UTC (10 years, 9 months ago) by weaselp
We use DIRSEP instaed of / usually. Beats me why but I am following it

Revision 159 - Directory Listing
Modified Wed Aug 21 16:03:12 2002 UTC (10 years, 9 months ago) by weaselp
Secret plan to get rid of IDEA stage (1):
 The Install script detects - in a reliable fashion - whether idea support
 is available. It only defines USE_IDEA if this is the case. On operating
 systems that lack the patented IDEA algorithm (OpenBSD and Debian for
 instance) a warning is printed but building and installation is not
 halted.

Revision 158 - Directory Listing
Modified Wed Aug 21 15:56:25 2002 UTC (10 years, 9 months ago) by weaselp
Remove unused variable

Revision 157 - Directory Listing
Modified Wed Aug 21 15:24:28 2002 UTC (10 years, 9 months ago) by weaselp
Add support for PASSPHRASE in the config file to the Install script (which
needs to die RSN!).

Revision 156 - Directory Listing
Modified Wed Aug 21 14:39:54 2002 UTC (10 years, 9 months ago) by weaselp
Use getcwd()/chdir() instead of open()/fchdir(). This was suggested by
Disastry to make the WIN32 port easier.

Revision 155 - Directory Listing
Modified Wed Aug 21 12:35:51 2002 UTC (10 years, 9 months ago) by weaselp
Use Maildir++ scheme for naming files. This includes the message size in the
filename which with some mail systems is used for quota caluclation.

If link()ing from the tmp/ directory to the new/ directory fails with EEXIST
try with another target filename again after sleeping for some time (Break out
after 5 attempts).

Revision 154 - Directory Listing
Modified Wed Aug 21 11:33:10 2002 UTC (10 years, 9 months ago) by weaselp
Better check this result too

Revision 153 - Directory Listing
Modified Wed Aug 21 11:22:37 2002 UTC (10 years, 9 months ago) by weaselp
Maildir support

Revision 152 - Directory Listing
Modified Wed Aug 21 07:03:37 2002 UTC (10 years, 9 months ago) by rabbi
Currently, if Mixmaster is encrypting mail to multiple recipients, it does
not honor key preferences, and defaults to 3DES with no MDC.

It should choose the "most prefered" settings between the recipients, only
using 3DES/MDC if no other choice is available.

(We'll have to make some reasonable tie-breaking decisions, too -- for
instance, if one key lists AES,CAST and another lists CAST,AES -- which do
we take? I think we should have an internal "preference order" that is
used in these cases. I propose AES128,AES256,AES192,CAST5,3DES,IDEA,BLOW).

We'll want to use the MDC feature in all possible cases. Fixing this is
most important -- I'd be okay with using 3DES whenever we have multiple
recipients, as long as we could use MDC if they each advertised either
support for it in the features flag, or support for ciphers 7,8,9, or 10
(even though we don't support 10).

Hmm. Something else to check -- PGP 7.x can decrypt MDC when used with
3DES, right?

Revision 151 - Directory Listing
Modified Wed Aug 21 06:53:44 2002 UTC (10 years, 9 months ago) by rabbi
Fixed incorrect information about default location of PGP keyrings.

Revision 150 - Directory Listing
Modified Tue Aug 20 20:15:33 2002 UTC (10 years, 9 months ago) by weaselp
Document --store-mail

Revision 149 - Directory Listing
Modified Tue Aug 20 20:07:33 2002 UTC (10 years, 9 months ago) by weaselp
Fix typo

Revision 148 - Directory Listing
Modified Tue Aug 20 19:49:33 2002 UTC (10 years, 9 months ago) by rabbi
Changes for building WIN32 DLL.

Revision 147 - Directory Listing
Modified Tue Aug 20 19:39:24 2002 UTC (10 years, 9 months ago) by rabbi
Added a new feature, --store-mail (-I), which will deliver an encrypted
mix packet to the message pool without attempting being decrypted. It is
stored as a i* packet in the pool, to be later decrypted by Mixmaster
running in daemon mode, or with "mix -M" started (for example) by cron.

This avoids passphrase prompting problems.

Revision 146 - Directory Listing
Modified Tue Aug 20 19:03:13 2002 UTC (10 years, 9 months ago) by rabbi
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
Preparing for 2.9b37.

Revision 144 - Directory Listing
Modified Tue Aug 20 18:57:33 2002 UTC (10 years, 9 months ago) by rabbi
Preparing for 2.9beta37

Revision 143 - Directory Listing
Modified Tue Aug 20 18:46:33 2002 UTC (10 years, 9 months ago) by rabbi
Fixed wording.

Revision 142 - Directory Listing
Modified Tue Aug 20 08:11:11 2002 UTC (10 years, 9 months ago) by weaselp
Spelling fix

Revision 141 - Directory Listing
Modified Tue Aug 20 07:59:40 2002 UTC (10 years, 9 months ago) by rabbi
Added a few more TODO items.

Revision 140 - Directory Listing
Modified Tue Aug 20 07:53:25 2002 UTC (10 years, 9 months ago) by weaselp
Some Items

Revision 139 - Directory Listing
Modified Tue Aug 20 06:50:38 2002 UTC (10 years, 9 months ago) by rabbi
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 138 - Directory Listing
Modified Tue Aug 20 05:41:56 2002 UTC (10 years, 9 months ago) by rabbi
Fixed typos.

Revision 137 - Directory Listing
Modified Mon Aug 19 19:55:58 2002 UTC (10 years, 9 months ago) by rabbi
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
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
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 134 - Directory Listing
Modified Thu Aug 15 16:52:12 2002 UTC (10 years, 9 months ago) by weaselp
Several PGP fixes by Disastry:
No longer create mpi with leading zero <3D5BB519.F2E520F8@saiknes.lv>
Handle RSA keys with size not a multiple of 64 bits <3D5BA9E5.72B7C600@saiknes.lv>
put "Hash: SHA1\n" header when clearsigning with DSA/SHA1 <3D5B80F9.16F277AF@saiknes.lv>

Revision 133 - Directory Listing
Modified Tue Aug 13 23:36:44 2002 UTC (10 years, 9 months ago) by rabbi
Added instructions on announcing public remailers.

This README needs to be heavily reviewed...

Revision 132 - Directory Listing
Modified Tue Aug 13 16:16:07 2002 UTC (10 years, 9 months ago) by weaselp
Small fix for mpgp on windows <3D592D8C.8ACA2A@saiknes.lv>

Revision 131 - Directory Listing
Modified Tue Aug 13 14:33:23 2002 UTC (10 years, 9 months ago) by weaselp
Fix a small bug in pgpdata.c that stopped mixmaster from reading cipher preferences. <3D590B99.7481598B@saiknes.lv>

Revision 128 - Directory Listing
Modified Fri Aug 9 22:55:16 2002 UTC (10 years, 9 months ago) by rabbi
Prepare for 2.9beta36

Revision 127 - Directory Listing
Modified Fri Aug 9 22:52:01 2002 UTC (10 years, 9 months ago) by rabbi
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
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
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
Detach as suggested by the Unix Programming FAQ

Revision 123 - Directory Listing
Modified Wed Aug 7 18:06:55 2002 UTC (10 years, 9 months ago) by weaselp
Fix typo

Revision 122 - Directory Listing
Modified Wed Aug 7 17:27:01 2002 UTC (10 years, 9 months ago) by weaselp
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
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
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
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
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
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
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
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
Default to not creating a .forward file

Revision 111 - Directory Listing
Modified Fri Jul 26 23:29:45 2002 UTC (10 years, 10 months ago) by rabbi
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, 10 months ago) by weaselp
s/MAIL/MAILBOX/ in one place/

Revision 109 - Directory Listing
Modified Thu Jul 25 14:49:06 2002 UTC (10 years, 10 months ago) by weaselp
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, 10 months ago) by weaselp
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, 10 months ago) by weaselp
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, 10 months ago) by weaselp
whitespace change only

Revision 105 - Directory Listing
Modified Wed Jul 24 09:00:11 2002 UTC (10 years, 10 months ago) by weaselp
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, 10 months ago) by weaselp
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, 10 months ago) by weaselp
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, 10 months ago) by rabbi
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, 10 months ago) by rabbi
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, 10 months ago) by rabbi
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, 10 months ago) by weaselp
majordomo@* -> majordomo@

Revision 98 - Directory Listing
Modified Mon Jul 22 17:54:48 2002 UTC (10 years, 10 months ago) by rabbi
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
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
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
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
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
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
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
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
Document my previous changes

Revision 88 - Directory Listing
Modified Wed Jul 10 01:16:52 2002 UTC (10 years, 10 months ago) by rabbi
ignore generated files in CVS

Revision 87 - Directory Listing
Modified Wed Jul 10 01:10:55 2002 UTC (10 years, 10 months ago) by weaselp
Fix use of global vars in function
Disastry bug <3C970EAC.936504AB@saiknes.lv>

Revision 86 - Directory Listing
Modified Wed Jul 10 00:40:56 2002 UTC (10 years, 10 months ago) by weaselp
Call RSA_free at the end of pgp_rsakeygen()

Revision 85 - Directory Listing
Modified Tue Jul 9 23:29:55 2002 UTC (10 years, 10 months ago) by rabbi
tweak.

Revision 84 - Directory Listing
Modified Tue Jul 9 08:07:41 2002 UTC (10 years, 10 months ago) by rabbi
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
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
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
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
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
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
Removing old zlib directory.

Revision 77 - Directory Listing
Modified Mon Jul 8 17:41:36 2002 UTC (10 years, 10 months ago) by rabbi
Replaced zlib 1.1.3 with zlib 1.1.4 because of a security problem.
See http://www.gzip.org/zlib/advisory-2002-03-11.txt for details.

Revision 76 - Directory Listing
Modified Wed Jul 3 07:35:03 2002 UTC (10 years, 10 months ago) by rabbi
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
Getting ready for 2.9b34

Revision 74 - Directory Listing
Modified Sat May 11 00:58:26 2002 UTC (11 years ago) by rabbi
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
eliminates a memory leak.

Revision 72 - Directory Listing
Modified Wed Mar 13 01:45:58 2002 UTC (11 years, 2 months ago) by rabbi
Safer packet expiration code.

Revision 71 - Directory Listing
Modified Wed Mar 13 01:23:03 2002 UTC (11 years, 2 months ago) by rabbi
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
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
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
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
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
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
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
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
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
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
*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
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
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
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
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
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
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
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
fixed typo.

Revision 52 - Directory Listing
Modified Sat Dec 15 05:10:52 2001 UTC (11 years, 5 months ago) by rabbi
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
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
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
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
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
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
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
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
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
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
updated [...]

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

Revision 37 - Directory Listing
Modified Wed Dec 12 18:50:09 2001 UTC (11 years, 5 months ago) by rabbi
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
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
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
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
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
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
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
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
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
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
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
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
ignoring Makefile.

Revision 24 - Directory Listing
Modified Tue Dec 11 06:38:19 2001 UTC (11 years, 5 months ago) by rabbi
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
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
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
fixed typo.

Revision 20 - Directory Listing
Modified Tue Dec 11 04:33:02 2001 UTC (11 years, 5 months ago) by rabbi
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
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
Updated comments.

Revision 17 - Directory Listing
Modified Wed Nov 7 01:04:22 2001 UTC (11 years, 6 months ago) by rabbi
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
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
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
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
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
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
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
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
Udated re: recent changes.

Revision 8 - Directory Listing
Modified Fri Nov 2 21:48:21 2001 UTC (11 years, 6 months ago) by rabbi
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
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
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
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
Misc. modification.

Revision 1 - Directory Listing
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 6 months ago) by rabbi
Initial revision

  ViewVC Help
Powered by ViewVC 1.1.5