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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 10:18:48 2002 UTC (10 years, 8 months ago) by weaselp
File length: 18473 byte(s)
Diff to previous 346
snprintf() takes care of the final \0 itself
Also using snprintf() instead of sprintf() in shortnames code

Revision 346 - (view) (download) (annotate) - [select for diffs]
Modified Thu Oct 10 10:17:44 2002 UTC (10 years, 8 months ago) by weaselp
File length: 18493 byte(s)
Diff to previous 331
Fixed indention

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: 18527 byte(s)
Diff to previous 327
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: 18735 byte(s)
Diff to previous 306
Added closing comments for all #ifdef statements.

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: 18498 byte(s)
Diff to previous 246
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 246 - (view) (download) (annotate) - [select for diffs]
Modified Wed Sep 11 21:20:28 2002 UTC (10 years, 9 months ago) by rabbi
File length: 16151 byte(s)
Diff to previous 242
Fixes for Linux PPC (and all other architectures where char is unsigned).

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: 16143 byte(s)
Diff to previous 122
Misc Install script fixes for 2.9beta37a.

Revision 122 - (view) (download) (annotate) - [select for diffs]
Modified Wed Aug 7 17:27:01 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/mail.c
File length: 16143 byte(s)
Diff to previous 121
Make sure files are closed

Revision 121 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 3 17:53:47 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/mail.c
File length: 16125 byte(s)
Diff to previous 120
ANSI C does not allow extra ; outside of a function

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/mail.c
File length: 16126 byte(s)
Diff to previous 116
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 116 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jul 29 23:52:00 2002 UTC (10 years, 10 months ago) by weaselp
Original Path: trunk/Mix/Src/mail.c
File length: 16146 byte(s)
Diff to previous 29
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 29 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 11 20:56:07 2001 UTC (11 years, 6 months ago) by rabbi
Original Path: trunk/Mix/Src/mail.c
File length: 15856 byte(s)
Diff to previous 11
Added dupicate address checking for MTAs that don't do duplicate checking.
ifdef'd out except for WIN32.

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/mail.c
File length: 15520 byte(s)
Diff to previous 1
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/mail.c
File length: 15399 byte(s)
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