unix-history/.git
42 years agofix botch in ING70 code
Eric Allman [Fri, 25 Sep 1981 01:52:31 +0000 (17:52 -0800)]
fix botch in ING70 code

SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.33

42 years agochanges to work under a V6 system -- mostly compilation flags
Eric Allman [Fri, 25 Sep 1981 01:31:13 +0000 (17:31 -0800)]
changes to work under a V6 system -- mostly compilation flags

SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 3.7
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.32
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.45
SCCS-vsn: usr.sbin/sendmail/src/useful.h 3.4
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.9
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.40
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.15
SCCS-vsn: usr.sbin/sendmail/src/stab.c 3.9

42 years agobreak some configuration into conf.h -- simplifies makefile changes
Eric Allman [Thu, 24 Sep 1981 09:23:39 +0000 (01:23 -0800)]
break some configuration into conf.h -- simplifies makefile changes
on different machines.  But there are still conditional libraries, so
this may not be a good idea.....

SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 3.6.1.1
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.31.1.1
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.44.1.1
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.8.1.1
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.38.1.1
SCCS-vsn: usr.sbin/sendmail/src/macro.c 3.4.1.1
SCCS-vsn: bin/rmail/rmail.c 3.3.1.1

42 years agofix bug in file modes when mailing to files that didn't exist before;
Eric Allman [Thu, 24 Sep 1981 00:52:26 +0000 (16:52 -0800)]
fix bug in file modes when mailing to files that didn't exist before;
add an 'F' line to the .cf file that will read class entries from
another file, given a scanf string to do the parsing.

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.43
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.38
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.14

42 years agoallow files and directories to have FRAGS as their final block
Kirk McKusick [Wed, 23 Sep 1981 12:55:49 +0000 (04:55 -0800)]
allow files and directories to have FRAGS as their final block

SCCS-vsn: sbin/ncheck/ncheck.c 1.3
SCCS-vsn: old/dcheck/dcheck.c 1.3
SCCS-vsn: sbin/ncheck/ncheck.c 1.3

42 years agoallow files and directories to have FRAGS as their final block
Kirk McKusick [Wed, 23 Sep 1981 08:46:51 +0000 (00:46 -0800)]
allow files and directories to have FRAGS as their final block

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 1.3
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 1.3
SCCS-vsn: sbin/newfs/mkfs.c 1.6
SCCS-vsn: sbin/fsck/main.c 1.5
SCCS-vsn: sbin/icheck/icheck.c 1.5

42 years agofix problem with using macros in rules; change configuration to send
Eric Allman [Wed, 23 Sep 1981 04:24:25 +0000 (20:24 -0800)]
fix problem with using macros in rules; change configuration to send
different flags when destined for arpanet vs. berknet hosts, etc.

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.26
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.37

42 years agofinally make suppression of sender in mailing lists work -- this version
Eric Allman [Wed, 23 Sep 1981 02:33:29 +0000 (18:33 -0800)]
finally make suppression of sender in mailing lists work -- this version
also works correctly on simple aliases.

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.44
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.23
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.36

42 years agochanged start up code to exit if there are 0 messages and
Kurt A. Shoens [Tue, 22 Sep 1981 23:44:36 +0000 (15:44 -0800)]
changed start up code to exit if there are 0 messages and
we are not in edit mode

SCCS-vsn: usr.bin/mail/main.c 2.3

42 years agofix suppression of from address in mailing lists.
Eric Allman [Tue, 22 Sep 1981 09:49:53 +0000 (01:49 -0800)]
fix suppression of from address in mailing lists.

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.22
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.35

42 years agomisplaced alarm, add debugging #ifdefs
Sam Leffler [Tue, 22 Sep 1981 06:19:59 +0000 (22:19 -0800)]
misplaced alarm, add debugging #ifdefs

SCCS-vsn: usr.bin/tip/aculib/dn11.c 4.9

42 years agobe more careful in resetting uid
Eric Allman [Mon, 21 Sep 1981 01:56:23 +0000 (17:56 -0800)]
be more careful in resetting uid

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.42

42 years agodon't let a mailer ever execute as root (that should solve the
Eric Allman [Mon, 21 Sep 1981 01:46:32 +0000 (17:46 -0800)]
don't let a mailer ever execute as root (that should solve the
security problems!) -- essentially just map root into someone else.
Adds yet another configuration variable (should this be in the .cf file?

SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.31
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.41
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.34

42 years agofixed collect() botch -- it used to be if you set ignoreeof without
Kurt A. Shoens [Sun, 20 Sep 1981 08:05:23 +0000 (00:05 -0800)]
fixed collect() botch -- it used to be if you set ignoreeof without
set dot, you couldn't terminate a message normally.  Now ignoreeof implies dot.

SCCS-vsn: usr.bin/mail/collect.c 2.4

42 years agochanged pclose() to sighold/sigrelse instead of old signal jazz.
Kurt A. Shoens [Sun, 20 Sep 1981 07:52:04 +0000 (23:52 -0800)]
changed pclose() to sighold/sigrelse instead of old signal jazz.

SCCS-vsn: usr.bin/mail/popen.c 1.2

42 years agomoved some interrupt sensitive code around, mainly to clear
Kurt A. Shoens [Sun, 20 Sep 1981 07:51:26 +0000 (23:51 -0800)]
moved some interrupt sensitive code around, mainly to clear
pipef before pclose

SCCS-vsn: usr.bin/mail/cmd1.c 2.2

42 years agoinitial BSIZE only file system
Kirk McKusick [Sun, 20 Sep 1981 07:25:55 +0000 (23:25 -0800)]
initial BSIZE only file system

SCCS-vsn: sbin/newfs/mkfs.c 1.5
SCCS-vsn: sbin/icheck/icheck.c 1.4

42 years agocorrected erroneous message produced by ignoreeof in collect()
Kurt A. Shoens [Sun, 20 Sep 1981 05:29:00 +0000 (21:29 -0800)]
corrected erroneous message produced by ignoreeof in collect()

SCCS-vsn: usr.bin/mail/collect.c 2.3

42 years agosplit out bizcomp 1031 and 1022
Sam Leffler [Fri, 18 Sep 1981 00:43:39 +0000 (16:43 -0800)]
split out bizcomp 1031 and 1022

SCCS-vsn: usr.bin/tip/acutab.c 4.2
SCCS-vsn: usr.bin/tip/aculib/biz31.c 4.2

42 years agotake underscore as well as space to separate parts of a person's
Eric Allman [Thu, 17 Sep 1981 11:04:26 +0000 (03:04 -0800)]
take underscore as well as space to separate parts of a person's
full name.  Dot notation should be made to work someday also.

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.21
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.33

42 years agohave .forward ownership stick harder than :include: ownership:
Eric Allman [Thu, 17 Sep 1981 08:16:35 +0000 (00:16 -0800)]
have .forward ownership stick harder than :include: ownership:
this prevents cretins from using writable root files for nastiness.
all this is pointless if /usr/lib/aliases is writable though....

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.32
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.20

42 years agobe REALLY clever and inherit uid/gid from owner of :include:
Eric Allman [Thu, 17 Sep 1981 07:39:58 +0000 (23:39 -0800)]
be REALLY clever and inherit uid/gid from owner of :include:
files also...   solves problem of alias to non-secure file

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.43
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.31
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.38
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.19

42 years agolast delta was too paranoid -- this increases the number of
Eric Allman [Thu, 17 Sep 1981 07:24:26 +0000 (23:24 -0800)]
last delta was too paranoid -- this increases the number of
cases that work (but is still safe -- I hope)

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.23
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.40
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.30
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.9
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.18

42 years agorun as the user forwarding mail after a .forward operation;
Eric Allman [Thu, 17 Sep 1981 07:08:24 +0000 (23:08 -0800)]
run as the user forwarding mail after a .forward operation;
fix a bug in .forwarding that caused recursive expansion;
restrict mail to programs, files, and with :include: for security
reasons.

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.22
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.42
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.18
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.29
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.37
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.8
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.17

42 years agoadded global altnames -- list of alternative names for this user
Kurt A. Shoens [Thu, 17 Sep 1981 05:36:21 +0000 (21:36 -0800)]
added global altnames -- list of alternative names for this user

SCCS-vsn: usr.bin/mail/glob.h 2.4

42 years agoCorrected the comment on the "M" command table bit -- setting it makes
Kurt A. Shoens [Thu, 17 Sep 1981 05:35:08 +0000 (21:35 -0800)]
Corrected the comment on the "M" command table bit -- setting it makes
it LEGAL to exected from send mde

SCCS-vsn: usr.bin/mail/def.h 2.3

42 years agochanged code in delname to ignore case when searching for
Kurt A. Shoens [Thu, 17 Sep 1981 05:34:01 +0000 (21:34 -0800)]
changed code in delname to ignore case when searching for
name to delete

SCCS-vsn: usr.bin/mail/names.c 2.4

42 years agoadded entry for new command "alternates"
Kurt A. Shoens [Thu, 17 Sep 1981 05:33:31 +0000 (21:33 -0800)]
added entry for new command "alternates"

SCCS-vsn: usr.bin/mail/cmdtab.c 2.3

42 years agochanged respond() to delname all alternate names specified by user;
Kurt A. Shoens [Thu, 17 Sep 1981 05:31:34 +0000 (21:31 -0800)]
changed respond() to delname all alternate names specified by user;
added code for "alternates" command to specify alternate names

SCCS-vsn: usr.bin/mail/cmd3.c 2.2

42 years agoadded error return for t_runc, and truncate of stderr on close. DLW
David Wasley [Tue, 15 Sep 1981 11:49:52 +0000 (03:49 -0800)]
added error return for t_runc, and truncate of stderr on close. DLW

SCCS-vsn: usr.bin/f77/libI77/close.c 1.3

42 years agofixed bug in alter which made it fail to work if no utime sys call --
Kurt A. Shoens [Tue, 15 Sep 1981 10:43:26 +0000 (02:43 -0800)]
fixed bug in alter which made it fail to work if no utime sys call --
thanks to Mark Horton for this fix

SCCS-vsn: usr.bin/mail/aux.c 2.2

42 years agomade collect() ignore eof's (to a point) if ignoreeof is set;
Kurt A. Shoens [Tue, 15 Sep 1981 10:19:19 +0000 (02:19 -0800)]
made collect() ignore eof's (to a point) if ignoreeof is set;
now checks value("dot) anew for each line which is a . alone.

SCCS-vsn: usr.bin/mail/collect.c 2.2

42 years agochecked return of fstat for "input == output" protection
Eric C. Cooper [Tue, 15 Sep 1981 08:52:02 +0000 (00:52 -0800)]
checked return of fstat for "input == output" protection

SCCS-vsn: bin/cat/cat.c 4.3

42 years agocheck MAXATOM overflow; increase MAXATOM value
Eric Allman [Tue, 15 Sep 1981 03:41:28 +0000 (19:41 -0800)]
check MAXATOM overflow; increase MAXATOM value

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.41
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.25
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.28

42 years agofix but in mailers that only take one address at a time
Eric Allman [Tue, 15 Sep 1981 03:19:23 +0000 (19:19 -0800)]
fix but in mailers that only take one address at a time

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.27

42 years agofix bug in mailers that only take one address at a time
Eric Allman [Tue, 15 Sep 1981 03:18:45 +0000 (19:18 -0800)]
fix bug in mailers that only take one address at a time

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.38

42 years agodon't match on one-word gecos entries to avoid stealing mail
Eric Allman [Sun, 13 Sep 1981 13:54:44 +0000 (05:54 -0800)]
don't match on one-word gecos entries to avoid stealing mail

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.16

42 years agoprint creation date
Eric Allman [Sun, 13 Sep 1981 09:00:30 +0000 (01:00 -0800)]
print creation date

SCCS-vsn: usr.sbin/sendmail/mailstats/mailstats.c 3.2

42 years agodate and time created 81/09/12 17:56:34 by eric
Eric Allman [Sun, 13 Sep 1981 08:56:34 +0000 (00:56 -0800)]
date and time created 81/09/12 17:56:34 by eric

SCCS-vsn: usr.sbin/sendmail/mailstats/mailstats.c 3.1

42 years agoprint message when sending to full name equivalent
Eric Allman [Sun, 13 Sep 1981 08:55:17 +0000 (00:55 -0800)]
print message when sending to full name equivalent

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.15

42 years agomatch on full name for local users
Eric Allman [Sun, 13 Sep 1981 08:34:21 +0000 (00:34 -0800)]
match on full name for local users

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.40
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.24
SCCS-vsn: usr.sbin/sendmail/src/util.c 3.8
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.26
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.36
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.14

42 years agopreliminary work to take full names
Eric Allman [Sun, 13 Sep 1981 07:37:14 +0000 (23:37 -0800)]
preliminary work to take full names

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.13
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.13

42 years agochange From: processing to reduce the number of Original-From:
Eric Allman [Sun, 13 Sep 1981 06:49:17 +0000 (22:49 -0800)]
change From: processing to reduce the number of Original-From:
lines; change allocation of global variables.

SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.30
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.37
SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.22
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.39
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.25
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.35
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.7

42 years agonow if you type more than 25 eofs in a row, it assumes you really
Kurt A. Shoens [Sun, 13 Sep 1981 01:44:52 +0000 (17:44 -0800)]
now if you type more than 25 eofs in a row, it assumes you really
mean it.  this is to combat a strange dialup problem that makes your
program read eofs forever.

SCCS-vsn: usr.bin/mail/lex.c 2.3

42 years agofixed bug causing OOPS when vi'ing multiple files
Mark Horton [Sat, 12 Sep 1981 01:41:00 +0000 (17:41 -0800)]
fixed bug causing OOPS when vi'ing multiple files

SCCS-vsn: usr.bin/ex/ex_put.c 7.6

42 years agofixed entry for tags to "get" needed stuff
Kurt A. Shoens [Fri, 11 Sep 1981 10:35:22 +0000 (02:35 -0800)]
fixed entry for tags to "get" needed stuff

SCCS-vsn: usr.bin/mail/Makefile 2.6

42 years agochanged outof to be more careful about declaring an address
Kurt A. Shoens [Fri, 11 Sep 1981 10:34:37 +0000 (02:34 -0800)]
changed outof to be more careful about declaring an address
to be that of a unix file:  it now knows that the address can be on
another machine

SCCS-vsn: usr.bin/mail/names.c 2.3

42 years agoput source file popen.c back in, sigh. Needs to execute /bin/csh to work on
Kurt A. Shoens [Thu, 10 Sep 1981 23:41:04 +0000 (15:41 -0800)]
put source file popen.c back in, sigh.  Needs to execute /bin/csh to work on
more for some reason

SCCS-vsn: usr.bin/mail/Makefile 2.5

42 years agodate and time created 81/09/10 08:13:29 by kurt
Kurt A. Shoens [Thu, 10 Sep 1981 23:13:29 +0000 (15:13 -0800)]
date and time created 81/09/10 08:13:29 by kurt

SCCS-vsn: usr.bin/mail/popen.c 1.1

42 years agofixed bug with UP_PARM since that doesn't use costs
Mark Horton [Thu, 10 Sep 1981 10:18:14 +0000 (02:18 -0800)]
fixed bug with UP_PARM since that doesn't use costs

SCCS-vsn: usr.bin/ex/ex_put.c 7.5

42 years agochange "version" to "vers"
Kirk McKusick [Thu, 10 Sep 1981 08:18:21 +0000 (00:18 -0800)]
change "version" to "vers"

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 1.2
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 1.2

42 years agodate and time created 81/09/09 16:50:25 by mckusick
Kirk McKusick [Thu, 10 Sep 1981 07:50:25 +0000 (23:50 -0800)]
date and time created 81/09/09 16:50:25 by mckusick

SCCS-vsn: sys/ufs/ffs/fs.h 1.1

42 years agodate and time created 81/09/09 16:33:22 by mckusick
Kirk McKusick [Thu, 10 Sep 1981 07:33:22 +0000 (23:33 -0800)]
date and time created 81/09/09 16:33:22 by mckusick

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 1.1
SCCS-vsn: sys/ufs/lfs/lfs_alloc.c 1.1

42 years agoimproved vt100 interface. also uses parm termcap entries.
Mark Horton [Thu, 10 Sep 1981 05:25:58 +0000 (21:25 -0800)]
improved vt100 interface.  also uses parm termcap entries.

SCCS-vsn: usr.bin/ex/ex_cmds.c 7.4
SCCS-vsn: usr.bin/ex/ex_tty.c 7.4
SCCS-vsn: usr.bin/ex/ex_tty.h 7.3
SCCS-vsn: usr.bin/ex/ex_vadj.c 7.4
SCCS-vsn: usr.bin/ex/ex_put.c 7.4

42 years agoadded stuff from branch to handle the version stuff better
Kurt A. Shoens [Thu, 10 Sep 1981 05:09:03 +0000 (21:09 -0800)]
added stuff from branch to handle the version stuff better

SCCS-vsn: usr.bin/mail/lex.c 2.2

42 years agoadded in nifty changes from branch to make easier to compile
Kurt A. Shoens [Thu, 10 Sep 1981 05:07:45 +0000 (21:07 -0800)]
added in nifty changes from branch to make easier to compile

SCCS-vsn: usr.bin/mail/Makefile 2.4

42 years agochanged usage of version string to be more pleasant
Kurt A. Shoens [Thu, 10 Sep 1981 04:55:09 +0000 (20:55 -0800)]
changed usage of version string to be more pleasant

SCCS-vsn: usr.bin/mail/lex.c 2.1.1.2

42 years agochanged version string to be more generally useful
Kurt A. Shoens [Thu, 10 Sep 1981 04:52:40 +0000 (20:52 -0800)]
changed version string to be more generally useful

SCCS-vsn: usr.bin/mail/version.c 2.2

42 years agobranch-place-holder
Kurt A. Shoens [Thu, 10 Sep 1981 04:49:18 +0000 (20:49 -0800)]
branch-place-holder

SCCS-vsn: usr.bin/mail/lex.c 2.1.1.1

42 years agoRemoved silly npopen.c stuff, removed silly version.c stuff
Kurt A. Shoens [Thu, 10 Sep 1981 03:47:33 +0000 (19:47 -0800)]
Removed silly npopen.c stuff, removed silly version.c stuff
now we do the version thing with sccs

SCCS-vsn: usr.bin/mail/Makefile 2.3.2.4

42 years agodate and time created 81/09/09 12:45:00 by kurt
Kurt A. Shoens [Thu, 10 Sep 1981 03:45:00 +0000 (19:45 -0800)]
date and time created 81/09/09 12:45:00 by kurt

SCCS-vsn: usr.bin/mail/version.c 2.1

42 years agoremoved npopen.o from list of object files
Kurt A. Shoens [Thu, 10 Sep 1981 03:34:05 +0000 (19:34 -0800)]
removed npopen.o from list of object files

SCCS-vsn: usr.bin/mail/Makefile 2.3.2.3

42 years agofixed invocation of sccs to work if sccs is really a hook
Kurt A. Shoens [Thu, 10 Sep 1981 03:16:11 +0000 (19:16 -0800)]
fixed invocation of sccs to work if sccs is really a hook

SCCS-vsn: usr.bin/mail/Makefile 2.3.2.2

42 years agobranch-place-holder
Kurt A. Shoens [Thu, 10 Sep 1981 03:14:31 +0000 (19:14 -0800)]
branch-place-holder

SCCS-vsn: usr.bin/mail/Makefile 2.3.1.1
SCCS-vsn: usr.bin/mail/Makefile 2.3.2.1

42 years agoadded source files config.c configdefs.h;
Kurt A. Shoens [Thu, 10 Sep 1981 03:03:24 +0000 (19:03 -0800)]
added source files config.c configdefs.h;
added stuff to make dirtclod style index in listings of mail

SCCS-vsn: usr.bin/mail/Makefile 2.3

42 years agooptim1() in some cases erroneously returned before clearing its
Kurt A. Shoens [Thu, 10 Sep 1981 02:19:42 +0000 (18:19 -0800)]
optim1() in some cases erroneously returned before clearing its
result

SCCS-vsn: usr.bin/mail/optim.c 2.4

42 years agoadded command clobber
Kurt A. Shoens [Thu, 10 Sep 1981 02:18:57 +0000 (18:18 -0800)]
added command clobber

SCCS-vsn: usr.bin/mail/cmdtab.c 2.2

42 years agoadded command clobber which recurses, clobbering the stack
Kurt A. Shoens [Thu, 10 Sep 1981 02:18:48 +0000 (18:18 -0800)]
added command clobber which recurses, clobbering the stack
with 0xFF.  Thus, when you suspect that someone is relying on the stack
area being zero, you can catch it

SCCS-vsn: usr.bin/mail/cmd2.c 2.2

42 years agoadd KAS suggestions (second round); add comments about some
Eric Allman [Thu, 10 Sep 1981 01:23:01 +0000 (17:23 -0800)]
add KAS suggestions (second round); add comments about some
new features

SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.8

42 years agochanged quit processing to NOT delete MSAVED messages if you
Kurt A. Shoens [Thu, 10 Sep 1981 01:00:57 +0000 (17:00 -0800)]
changed quit processing to NOT delete MSAVED messages if you
have set "keepsave"

SCCS-vsn: usr.bin/mail/quit.c 2.3

42 years agomoved all the network configuration stuff into a separate file
Kurt A. Shoens [Thu, 10 Sep 1981 00:21:05 +0000 (16:21 -0800)]
moved all the network configuration stuff into a separate file
for convenient modification

SCCS-vsn: usr.bin/mail/optim.c 2.3

42 years agodate and time created 81/09/09 09:19:08 by kurt
Kurt A. Shoens [Thu, 10 Sep 1981 00:19:08 +0000 (16:19 -0800)]
date and time created 81/09/09 09:19:08 by kurt

SCCS-vsn: usr.bin/mail/config.c 1.1

42 years agodate and time created 81/09/09 09:19:07 by kurt
Kurt A. Shoens [Thu, 10 Sep 1981 00:19:07 +0000 (16:19 -0800)]
date and time created 81/09/09 09:19:07 by kurt

SCCS-vsn: usr.bin/mail/configdefs.h 1.1

42 years agofixed hashing algorithm to more machine independent
Kurt A. Shoens [Wed, 9 Sep 1981 08:01:36 +0000 (00:01 -0800)]
fixed hashing algorithm to more machine independent

SCCS-vsn: usr.bin/mail/vars.c 2.2

42 years agoput in check for a particular botch which seems to be happening for no reason
Kurt A. Shoens [Wed, 9 Sep 1981 08:01:06 +0000 (00:01 -0800)]
put in check for a particular botch which seems to be happening for no reason

SCCS-vsn: usr.bin/mail/optim.c 2.2

42 years agofixed vt100 bug with putting long lines
Mark Horton [Wed, 9 Sep 1981 04:23:03 +0000 (20:23 -0800)]
fixed vt100 bug with putting long lines

SCCS-vsn: usr.bin/ex/ex_vadj.c 7.3

42 years agofixes involving ex_extern.o for 3.7
Mark Horton [Tue, 8 Sep 1981 23:43:20 +0000 (15:43 -0800)]
fixes involving ex_extern.o for 3.7

SCCS-vsn: usr.bin/ex/OTHER/makefile.70 7.1

42 years agofixed SCCS id to use %G%, not %E%
Mark Horton [Tue, 8 Sep 1981 23:30:02 +0000 (15:30 -0800)]
fixed SCCS id to use %G%, not %E%

SCCS-vsn: bin/ps/ps.c 4.15

42 years agofix up umask; allow setuid on files to take recipient owner;
Eric Allman [Tue, 8 Sep 1981 05:13:07 +0000 (21:13 -0800)]
fix up umask; allow setuid on files to take recipient owner;
factor some configuration info into conf.c

SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.29
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.36
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.38
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.24
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.34
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.12

42 years agotake mode 666 instead of 777 for database autorebuild
Eric Allman [Tue, 8 Sep 1981 03:39:58 +0000 (19:39 -0800)]
take mode 666 instead of 777 for database autorebuild

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.21

42 years agoadd auto-rebuild on alias database; fix some aliasing bugs;
Eric Allman [Tue, 8 Sep 1981 03:33:55 +0000 (19:33 -0800)]
add auto-rebuild on alias database; fix some aliasing bugs;
add statistics to rebuild; slight code restructuring; change
version handling one last (?) time

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.20
SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.21
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.23
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.33
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.11

42 years agoadd NOTUNIX compile flag to turn off UNIX "From " line processing
Eric Allman [Tue, 8 Sep 1981 01:23:11 +0000 (17:23 -0800)]
add NOTUNIX compile flag to turn off UNIX "From " line processing

SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.20
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.22
SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.7

42 years agocleanup, commenting, linting, etc.
Eric Allman [Mon, 7 Sep 1981 10:50:23 +0000 (02:50 -0800)]
cleanup, commenting, linting, etc.

SCCS-vsn: usr.sbin/sendmail/src/alias.c 3.19
SCCS-vsn: usr.sbin/sendmail/src/arpadate.c 3.6
SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.28
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.35
SCCS-vsn: usr.sbin/sendmail/src/collect.c 3.19
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.10
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.37
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 3.23
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.17
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.32
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 3.13
SCCS-vsn: usr.sbin/sendmail/src/macro.c 3.4
SCCS-vsn: usr.sbin/sendmail/src/headers.c 3.6
SCCS-vsn: usr.sbin/sendmail/src/stab.c 3.8
SCCS-vsn: bin/rmail/rmail.c 3.3
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 3.10
SCCS-vsn: usr.sbin/sendmail/src/stats.c 3.2
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.21

42 years ago(no message)
Eric Allman [Mon, 7 Sep 1981 10:46:34 +0000 (02:46 -0800)]
(no message)

SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.6

42 years agoimprove "version:" entry in makefile; fix -em (mail back errors) option
Eric Allman [Mon, 7 Sep 1981 05:23:20 +0000 (21:23 -0800)]
improve "version:" entry in makefile; fix -em (mail back errors) option

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.20

42 years agoreturn mail on error (ignore QDONTSEND)
Eric Allman [Mon, 7 Sep 1981 03:13:19 +0000 (19:13 -0800)]
return mail on error (ignore QDONTSEND)

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.34

42 years agomail back errors (perhaps this is why mail gets lost.....)
Eric Allman [Mon, 7 Sep 1981 02:57:40 +0000 (18:57 -0800)]
mail back errors (perhaps this is why mail gets lost.....)

SCCS-vsn: bin/rmail/rmail.c 3.2

42 years agohandle multiple users; know about sendmail
Eric Allman [Mon, 7 Sep 1981 02:53:07 +0000 (18:53 -0800)]
handle multiple users; know about sendmail

SCCS-vsn: bin/rmail/rmail.c 3.1

42 years agodate and time created 81/09/06 11:31:30 by eric
Eric Allman [Mon, 7 Sep 1981 02:31:30 +0000 (18:31 -0800)]
date and time created 81/09/06 11:31:30 by eric

SCCS-vsn: bin/rmail/rmail.c 1.1

42 years agofix $u argument processing bug (happened in uucp); .cf file cleanup
Eric Allman [Mon, 7 Sep 1981 01:29:49 +0000 (17:29 -0800)]
fix $u argument processing bug (happened in uucp); .cf file cleanup

SCCS-vsn: usr.sbin/sendmail/src/version.c 3.19

42 years agofix botch in $u argument processing
Eric Allman [Mon, 7 Sep 1981 01:27:01 +0000 (17:27 -0800)]
fix botch in $u argument processing

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 3.33

42 years agocut out extra form feed
Sam Leffler [Sat, 5 Sep 1981 05:00:07 +0000 (21:00 -0800)]
cut out extra form feed

SCCS-vsn: usr.sbin/lpr/common_source/lp.local.h 1.2

42 years agofixed another USG tty driver NL bug
Mark Horton [Sat, 5 Sep 1981 02:02:56 +0000 (18:02 -0800)]
fixed another USG tty driver NL bug

SCCS-vsn: usr.bin/ex/ex_tty.c 7.3

42 years agofixed USG tty driver bug not clearing ONLCR
Mark Horton [Sat, 5 Sep 1981 01:40:31 +0000 (17:40 -0800)]
fixed USG tty driver bug not clearing ONLCR

SCCS-vsn: usr.bin/ex/ex_put.c 7.3

42 years agodate and time created 81/09/04 09:45:04 by mark
Mark Horton [Sat, 5 Sep 1981 00:45:04 +0000 (16:45 -0800)]
date and time created 81/09/04 09:45:04 by mark

SCCS-vsn: usr.bin/ex/OTHER/makefile.u3 1.1

42 years agodate and time created 81/09/04 09:44:51 by mark
Mark Horton [Sat, 5 Sep 1981 00:44:51 +0000 (16:44 -0800)]
date and time created 81/09/04 09:44:51 by mark

SCCS-vsn: usr.bin/ex/OTHER/makefile.370 1.1

42 years agoclean up references
Eric Allman [Fri, 4 Sep 1981 06:31:49 +0000 (22:31 -0800)]
clean up references

SCCS-vsn: usr.sbin/sendmail/doc/intro/intro.me 3.5

42 years agoss command from Rand merged in (again!)
Mark Horton [Fri, 4 Sep 1981 03:23:19 +0000 (19:23 -0800)]
ss command from Rand merged in (again!)

SCCS-vsn: bin/ps/ps.c 4.14

42 years agoupdates for Unix/370 and ins/del line on vt100
Mark Horton [Fri, 4 Sep 1981 02:46:10 +0000 (18:46 -0800)]
updates for Unix/370 and ins/del line on vt100

SCCS-vsn: usr.bin/ex/ex.h 7.4
SCCS-vsn: usr.bin/ex/ex_io.c 7.3
SCCS-vsn: usr.bin/ex/ex_put.c 7.2
SCCS-vsn: usr.bin/ex/ex_temp.c 7.3
SCCS-vsn: usr.bin/ex/ex_tty.c 7.2
SCCS-vsn: usr.bin/ex/ex_tune.h 7.3
SCCS-vsn: usr.bin/ex/ex_v.c 7.2
SCCS-vsn: usr.bin/ex/ex_vadj.c 7.2
SCCS-vsn: usr.bin/ex/ex_vis.h 7.3
SCCS-vsn: usr.bin/ex/OTHER/makefile.70 6.2

42 years agoadd "suppress return-to-sender" function
Eric Allman [Wed, 2 Sep 1981 02:43:38 +0000 (18:43 -0800)]
add "suppress return-to-sender" function

SCCS-vsn: usr.sbin/sendmail/src/conf.c 3.27
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 3.36
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 3.16
SCCS-vsn: usr.sbin/sendmail/src/main.c 3.31