mmh
24 years agoEliminated compilation warnings.
Dan Harkless [Fri, 16 Jul 1999 01:30:05 +0000 (01:30 +0000)]
Eliminated compilation warnings.

24 years agoEliminated unsued sigset_t variables set and oset.
Dan Harkless [Fri, 16 Jul 1999 01:19:29 +0000 (01:19 +0000)]
Eliminated unsued sigset_t variables set and oset.

24 years agoPreviously contained the code:
Dan Harkless [Fri, 16 Jul 1999 01:16:08 +0000 (01:16 +0000)]
Previously contained the code:

if (numburst == 0)
    if (!quietsw)
admonish (NULL, "message %d not in digest format",
  msgnum);
else
    adios (NULL, "burst() botch -- you lose big");

If the indentation is to be believed, this is a bug.  I trusted the indentation
and added {}s around the inner if().

24 years agoEliminated compilation warnings. pop_action() and pop_pack() used to return
Dan Harkless [Fri, 16 Jul 1999 01:13:05 +0000 (01:13 +0000)]
Eliminated compilation warnings.  pop_action() and pop_pack() used to return
garbage.  They now (arbitrarily) return 0.  Dunno if their return values are
ever used...

24 years agoEliminated compilation warnings.
Dan Harkless [Fri, 16 Jul 1999 01:11:44 +0000 (01:11 +0000)]
Eliminated compilation warnings.

24 years agodonote() previously was written such that it could return garbage.
Dan Harkless [Fri, 16 Jul 1999 01:03:34 +0000 (01:03 +0000)]
donote() previously was written such that it could return garbage.

24 years agoerr2peer() previously returned garbage. Now it returns result of callee
Dan Harkless [Fri, 16 Jul 1999 01:01:24 +0000 (01:01 +0000)]
err2peer() previously returned garbage.  Now it returns result of callee
verr2peer().

24 years agoEliminated compilation warnings.
Dan Harkless [Fri, 16 Jul 1999 00:59:36 +0000 (00:59 +0000)]
Eliminated compilation warnings.

24 years agoEliminated compilation warnings.
Dan Harkless [Fri, 16 Jul 1999 00:53:17 +0000 (00:53 +0000)]
Eliminated compilation warnings.

24 years agoEliminated compilation warnings.
Dan Harkless [Fri, 16 Jul 1999 00:52:20 +0000 (00:52 +0000)]
Eliminated compilation warnings.

slocal -debug left a file in /tmp for every single message it processed!
Totally unacceptable since some people like to have slocal -debug in their
.forward files to get better logging.

24 years agoChanged done() from returning void to returning int so that main()s who call
Dan Harkless [Fri, 16 Jul 1999 00:50:01 +0000 (00:50 +0000)]
Changed done() from returning void to returning int so that main()s who call
done() at the end can instead return done() at the end to eliminate the
compilation warning about falling off the end of a non-void function.

24 years agoChanged from returning void to returning int so that main()s who call done() at
Dan Harkless [Fri, 16 Jul 1999 00:48:59 +0000 (00:48 +0000)]
Changed from returning void to returning int so that main()s who call done() at
the end can instead return done() at the end to eliminate the compilation
warning about falling off the end of a non-void function.

24 years agoChanged call of done() to return of done() to eliminate compilation warning.
Dan Harkless [Fri, 16 Jul 1999 00:47:33 +0000 (00:47 +0000)]
Changed call of done() to return of done() to eliminate compilation warning.

24 years agoI think it's totally inappropriate for the default rcvdistcomps to save all
Dan Harkless [Fri, 16 Jul 1999 00:44:40 +0000 (00:44 +0000)]
I think it's totally inappropriate for the default rcvdistcomps to save all
outgoing messages in an "outbox" folder.  I have made a new file called
rcvdistcomps.outbox which looks like this file used to.

24 years agoNew $(DIST_FILES) entry: rcvdistcomps.outbox.
Dan Harkless [Fri, 16 Jul 1999 00:43:04 +0000 (00:43 +0000)]
New $(DIST_FILES) entry: rcvdistcomps.outbox.

24 years agoI renamed the old rcvdistcomps to rcvdistcomps.outbox and removed the
Dan Harkless [Fri, 16 Jul 1999 00:40:35 +0000 (00:40 +0000)]
I renamed the old rcvdistcomps to rcvdistcomps.outbox and removed the
"Resent-Fcc: outbox" line from rcvdistcomps.

24 years agoadded my name to the change
Doug Morris [Sat, 12 Jun 1999 09:29:45 +0000 (09:29 +0000)]
added my name to the change

24 years agoadded explanation of change made two nights ago.
Doug Morris [Sat, 12 Jun 1999 09:26:50 +0000 (09:26 +0000)]
added explanation of change made two nights ago.

24 years agouse mkstemp on systems that have it
Doug Morris [Wed, 9 Jun 1999 20:51:59 +0000 (20:51 +0000)]
use mkstemp on systems that have it

24 years agoAdded notes about the configure change.
Doug Morris [Thu, 13 May 1999 14:42:34 +0000 (14:42 +0000)]
Added notes about the configure change.

24 years agoModified configure to use config.guess and config.sub to auto-detect
Doug Morris [Thu, 13 May 1999 14:28:25 +0000 (14:28 +0000)]
Modified configure to use config.guess and config.sub to auto-detect
the system type and correctly set the #defines in config.h.

24 years ago1.0.1
Dan Harkless [Thu, 13 May 1999 03:42:11 +0000 (03:42 +0000)]
1.0.1

24 years ago1.0.1 patches
Dan Harkless [Thu, 13 May 1999 01:32:53 +0000 (01:32 +0000)]
1.0.1 patches

24 years agoUpdate for the brave new world
Dan Harkless [Thu, 13 May 1999 01:31:47 +0000 (01:31 +0000)]
Update for the brave new world

24 years agoUse "#include <errno.h>" instead of "extern int errno;". Suggested by
Dan Harkless [Thu, 13 May 1999 01:31:00 +0000 (01:31 +0000)]
Use "#include <errno.h>" instead of "extern int errno;". Suggested by
Stephen Wilson Bailey <swb@nconnect.net>

24 years agoadd a note about Irix make
Dan Harkless [Thu, 13 May 1999 01:28:40 +0000 (01:28 +0000)]
add a note about Irix make

24 years agoman page updates from Jerry Peek <jpeek@jpeek.com>
Dan Harkless [Thu, 13 May 1999 01:28:16 +0000 (01:28 +0000)]
man page updates from Jerry Peek <jpeek@jpeek.com>

24 years agodeal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out
Dan Harkless [Thu, 13 May 1999 01:26:41 +0000 (01:26 +0000)]
deal with SIGPIPE so mhl doesn't print "Broken pipe" if you quit out
of the moreproc

24 years agoFixed a signal-handling bug that could cause whatnow to sometimes exit
Dan Harkless [Thu, 13 May 1999 01:25:52 +0000 (01:25 +0000)]
Fixed a signal-handling bug that could cause whatnow to sometimes exit
without prompting the user. Based on a patch by Richard Geiger
<rmg@netapp.com>.

24 years agoChanged configure.in's check for sigsetjmp to properly deal with
Dan Harkless [Thu, 13 May 1999 01:24:47 +0000 (01:24 +0000)]
Changed configure.in's check for sigsetjmp to properly deal with
systems like Linux where it is a macro. From <elleron@servtech.com>.

24 years agoAdded -library switch so it can parse user aliases like post does.
Dan Harkless [Thu, 13 May 1999 01:22:54 +0000 (01:22 +0000)]
Added -library switch so it can parse user aliases like post does.
From Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.

24 years agoDon't add line breaks in the middle of long addresses when building a
Dan Harkless [Thu, 13 May 1999 01:22:03 +0000 (01:22 +0000)]
Don't add line breaks in the middle of long addresses when building a
draft. Fixes a bug where repl would generate invalid headers. From
Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>.

24 years agoAllow display of 8bit encoded messages. From Kimmo Suominen
Dan Harkless [Thu, 13 May 1999 01:17:23 +0000 (01:17 +0000)]
Allow display of 8bit encoded messages. From Kimmo Suominen
<kim@tac.nyc.ny.us>.

24 years agoChange ordering of a conditional to prevent a bad pointer dereference.
Dan Harkless [Thu, 13 May 1999 01:16:14 +0000 (01:16 +0000)]
Change ordering of a conditional to prevent a bad pointer dereference.
Fixes a segv in inc (and occasionally other programs). Originally from
Ruud de Rooij <r.c.m.derooij@twi.tudelft.nl>

24 years agoFix a buffer overrun that caused packf -mbox to mess up on
Dan Harkless [Thu, 13 May 1999 01:13:58 +0000 (01:13 +0000)]
Fix a buffer overrun that caused packf -mbox to mess up on
Return-Path: lines. From Kimmo Suominen <kim@tac.nyc.ny.us>

24 years agoMake whatnow "list" work with "lproc: show" again. From Ruud de Rooij
Dan Harkless [Thu, 13 May 1999 01:12:12 +0000 (01:12 +0000)]
Make whatnow "list" work with "lproc: show" again. From Ruud de Rooij
<r.c.m.derooij@twi.tudelft.nl>

24 years agoadd HAVE_LIBM
Dan Harkless [Thu, 13 May 1999 01:10:45 +0000 (01:10 +0000)]
add HAVE_LIBM

24 years agoAdd check for modf and link with -lm if it's not in libc. Needed for
Dan Harkless [Thu, 13 May 1999 01:07:15 +0000 (01:07 +0000)]
Add check for modf and link with -lm if it's not in libc. Needed for
at least Digital UNIX. Problem noted by Kevin Oberman <oberman@es.net>

24 years agoFix krb4 code to work with the original krb4 libraries as well as
Dan Harkless [Thu, 13 May 1999 01:05:49 +0000 (01:05 +0000)]
Fix krb4 code to work with the original krb4 libraries as well as
the krb5-compat ones. Based on a patch by Assar Westerlund <assar@sics.se>

24 years agoProperly deal with relative folder names. Problem noted by Jerry Peek
Dan Harkless [Thu, 13 May 1999 01:03:23 +0000 (01:03 +0000)]
Properly deal with relative folder names. Problem noted by Jerry Peek
<jpeek@jpeek.com>

25 years agoInitial revision
Doug Morris [Fri, 30 Apr 1999 18:08:34 +0000 (18:08 +0000)]
Initial revision