Parent Directory
|
Revision Log
| Links to HEAD: | (view) (download) (annotate) |
| Sticky Revision: |
Move mix_regular call in client mode to the same place where Ulf put it in HEAD
Move store-mail case to correct indention level
Move 'I' case to correct indention level
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
Added closing comments for all #ifdef statements.
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.
I forgot a "{" and added an extra """. Fixed.
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.
Misc Install script fixes for 2.9beta37a.
Detach as suggested by the Unix Programming FAQ
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().
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.
Using break instead of continue in the -g option. Also add a missing break in the -a (attachment) command line parsing code.
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.
Win32 service optimization, commandline args tweaked, help updated.
Renamed the service install and remove commands. Updated the man page.
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() ?
First round of changes adding support for Mixmaster as a service under Windows NT.
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.
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |