/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/main.c
ViewVC logotype

Log of /branches/mixmaster_2_9_STABLE/Mix/Src/main.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 343 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 10:02:05 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17023 byte(s)
Diff to previous 334 , to selected 69
Move mix_regular call in client mode to the
same place where Ulf put it in HEAD

Revision 334 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 21:02:34 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17023 byte(s)
Diff to previous 333 , to selected 69
Move store-mail case to correct indention level

Revision 333 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:58:46 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17026 byte(s)
Diff to previous 331 , to selected 69
Move 'I' case to correct indention level

Revision 331 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:51:09 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17020 byte(s)
Diff to previous 327 , to selected 69
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 327 - (view) (download) (annotate) - [select for diffs]
Modified Wed Oct 9 20:29:44 2002 UTC (10 years, 8 months ago) by weaselp
File length: 17104 byte(s)
Diff to previous 318 , to selected 69
Added closing comments for all #ifdef statements.

Revision 318 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 7 21:12:52 2002 UTC (10 years, 8 months ago) by rabbi
File length: 16795 byte(s)
Diff to previous 309 , to selected 69
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 309 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 5 00:15:14 2002 UTC (10 years, 8 months ago) by rabbi
File length: 16732 byte(s)
Diff to previous 306 , to selected 69
I forgot a "{" and added an extra """. Fixed.

Revision 306 - (view) (download) (annotate) - [select for diffs]
Modified Fri Oct 4 23:49:17 2002 UTC (10 years, 8 months ago) by rabbi
File length: 16733 byte(s)
Diff to previous 242 , to selected 69
I've back-ported most of the important changes since 2.9b38 to the -STABLE branch.
I've only applied the changes I think are unlikely to break anything. This needs to be tested (and the diff'd reviewed) before we proceed.

If anyone feels I've left out anything that should really be in 2.9, please speak up.

Revision 242 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 20:44:49 2002 UTC (10 years, 9 months ago) by rabbi
File length: 16029 byte(s)
Diff to previous 124 , to selected 69
Misc Install script fixes for 2.9beta37a.

Revision 124 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 21:45:59 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/main.c
File length: 16029 byte(s)
Diff to previous 120 , to selected 69
Detach as suggested by the Unix Programming FAQ

Revision 120 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 17:08:02 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/main.c
File length: 15523 byte(s)
Diff to previous 101 , to selected 69
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 101 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 24 07:00:16 2002 UTC (10 years, 10 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15498 byte(s)
Diff to previous 69
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 69 - (view) (download) (annotate) - [selected]
Modified Sat Mar 9 03:05:36 2002 UTC (11 years, 3 months ago) by weaselp
Original Path: trunk/Mix/Src/main.c
File length: 15495 byte(s)
Diff to previous 65
Using break instead of continue in the -g option. Also add a missing break in the -a (attachment) command line parsing code.

Revision 65 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 29 02:47:12 2002 UTC (11 years, 4 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15493 byte(s)
Diff to previous 37 , to selected 69
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 37 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 12 18:50:09 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15469 byte(s)
Diff to previous 32 , to selected 69
Win32 service optimization, commandline args tweaked, help updated.

Revision 32 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 21:45:53 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15415 byte(s)
Diff to previous 30 , to selected 69
Renamed the service install and remove commands.
Updated the man page.

Revision 30 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 20:59:26 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15421 byte(s)
Diff to previous 11 , to selected 69
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 11 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 6 23:41:58 2001 UTC (11 years, 7 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 16814 byte(s)
Diff to previous 1 , to selected 69
First round of changes adding support for Mixmaster as a service under
Windows NT.

Revision 1 - (view) (download) (annotate) - [select for diffs]
Added Wed Oct 31 08:19:51 2001 UTC (11 years, 7 months ago) by rabbi
Original Path: trunk/Mix/Src/main.c
File length: 15169 byte(s)
Diff to selected 69
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.5