unix-history/.git
29 years agoignore -t in -bd mode
Eric Allman [Sun, 11 Jun 1995 02:46:38 +0000 (18:46 -0800)]
ignore -t in -bd mode

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.123

29 years agoimprove case where service.switch exists but is missing a service
Eric Allman [Sun, 11 Jun 1995 02:30:02 +0000 (18:30 -0800)]
improve case where service.switch exists but is missing a service

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

29 years agoadd MaxChildren and CurChildren
Eric Allman [Sun, 11 Jun 1995 02:29:18 +0000 (18:29 -0800)]
add MaxChildren and CurChildren

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.139

29 years agoupdates for IRIX5 & IRIX6
Eric Allman [Sun, 11 Jun 1995 02:20:30 +0000 (18:20 -0800)]
updates for IRIX5 & IRIX6

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.183

29 years agoimprove exit status handling for program map code
Eric Allman [Sun, 11 Jun 1995 01:32:35 +0000 (17:32 -0800)]
improve exit status handling for program map code

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.73

29 years agocleanup for FreeBSD/NetBSD; drop 386BSD
Eric Allman [Sun, 11 Jun 1995 01:27:05 +0000 (17:27 -0800)]
cleanup for FreeBSD/NetBSD; drop 386BSD

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.182

29 years agoimproved debugging
Eric Allman [Sun, 11 Jun 1995 01:18:57 +0000 (17:18 -0800)]
improved debugging

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.42

29 years agotypo
Eric Allman [Sun, 11 Jun 1995 01:11:27 +0000 (17:11 -0800)]
typo

SCCS-vsn: usr.sbin/sendmail/READ_ME 8.15

29 years agobetter search order is not so good after all
Eric Allman [Sun, 11 Jun 1995 00:57:45 +0000 (16:57 -0800)]
better search order is not so good after all

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NCR3000 8.7

29 years agofix patch pathname
Eric Allman [Sun, 11 Jun 1995 00:16:01 +0000 (16:16 -0800)]
fix patch pathname

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.95

29 years agotested on 5.3, not 5.2, and cc, not gcc
Eric Allman [Sat, 10 Jun 1995 23:43:16 +0000 (15:43 -0800)]
tested on 5.3, not 5.2, and cc, not gcc

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.IRIX.5.x 8.3

29 years agoupdate UNAME reference
Eric Allman [Sat, 10 Jun 1995 23:29:51 +0000 (15:29 -0800)]
update UNAME reference

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.FreeBSD 8.3

29 years agochange name of UnixWare Makefile to handle other versions
Eric Allman [Sat, 10 Jun 1995 23:09:49 +0000 (15:09 -0800)]
change name of UnixWare Makefile to handle other versions

SCCS-vsn: usr.sbin/sendmail/Files.base 8.30

29 years agomore myhostname cleanup (why is this so hard?!?)
Eric Allman [Sat, 10 Jun 1995 22:38:18 +0000 (14:38 -0800)]
more myhostname cleanup (why is this so hard?!?)

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.97

29 years agoprint OS compile flags (sigh)
Eric Allman [Sat, 10 Jun 1995 22:37:49 +0000 (14:37 -0800)]
print OS compile flags (sigh)

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.189
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.122

29 years agoneed MF_KEEPQUOTES bit in dequote map, else it is double-dequoted
Eric Allman [Sat, 10 Jun 1995 22:37:19 +0000 (14:37 -0800)]
need MF_KEEPQUOTES bit in dequote map, else it is double-dequoted

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.72

29 years agonon-DEC OSF/1 doesn't have svc.conf
Eric Allman [Sat, 10 Jun 1995 21:29:21 +0000 (13:29 -0800)]
non-DEC OSF/1 doesn't have svc.conf

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

29 years agoFix cleaning criteria so that we clean soon enough on very
Margo Seltzer [Sat, 10 Jun 1995 20:55:07 +0000 (12:55 -0800)]
Fix cleaning criteria so that we clean soon enough on very
tiny partitions.

SCCS-vsn: libexec/lfs_cleanerd/cleanerd.c 8.5

29 years agoUpdate to handle fragments correctly (set bsize to be fragment
Margo Seltzer [Sat, 10 Jun 1995 20:47:42 +0000 (12:47 -0800)]
Update to handle fragments correctly (set bsize to be fragment
size and calculate f_blocks, f_bavail and f_bfree in terms of frags.

SCCS-vsn: sys/ufs/lfs/lfs_vfsops.c 8.20

29 years agoDo wakeups on both generic cleaner location as well as lfs_nextseg
Margo Seltzer [Sat, 10 Jun 1995 20:46:53 +0000 (12:46 -0800)]
Do wakeups on both generic cleaner location as well as lfs_nextseg
in case running with multiple cleaners.  Also, make mods to lock correctly
during segment writing.

SCCS-vsn: sys/ufs/lfs/lfs_segment.c 8.10

29 years agoUse ufs_inactive instead of lfs-specific inactive routine.
Margo Seltzer [Sat, 10 Jun 1995 20:43:58 +0000 (12:43 -0800)]
Use ufs_inactive instead of lfs-specific inactive routine.

SCCS-vsn: sys/ufs/lfs/lfs_vnops.c 8.13

29 years agoDo wakeup on next seg as well as generic cleaner wakeup in case
Margo Seltzer [Sat, 10 Jun 1995 20:43:07 +0000 (12:43 -0800)]
Do wakeup on next seg as well as generic cleaner wakeup in case
multiple cleaners are running.

SCCS-vsn: sys/ufs/lfs/lfs_bio.c 8.10

29 years agoadded string.h
Christos Zoulas [Fri, 9 Jun 1995 12:47:21 +0000 (04:47 -0800)]
added string.h

SCCS-vsn: bin/sh/input.c 8.3

29 years agoObey PATH=newpath command
Christos Zoulas [Fri, 9 Jun 1995 10:50:22 +0000 (02:50 -0800)]
Obey PATH=newpath command

SCCS-vsn: bin/sh/exec.c 8.4
SCCS-vsn: bin/sh/exec.h 8.3
SCCS-vsn: bin/sh/eval.c 8.9

29 years agoInstead of special casing SIGKILL, pretend that trap
Christos Zoulas [Tue, 6 Jun 1995 03:20:50 +0000 (19:20 -0800)]
Instead of special casing SIGKILL, pretend that trap
succeeded every time sigaction failed [suggested by mycroft]

SCCS-vsn: bin/sh/trap.c 8.5
SCCS-vsn: bin/sh/trap.h 8.3

29 years agoFake trapping SIGKILL, because we know it will fail.
Christos Zoulas [Tue, 6 Jun 1995 01:19:52 +0000 (17:19 -0800)]
Fake trapping SIGKILL, because we know it will fail.

SCCS-vsn: bin/sh/trap.c 8.4

29 years agoAIX 3 fixes
Eric Allman [Mon, 5 Jun 1995 23:15:26 +0000 (15:15 -0800)]
AIX 3 fixes

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.181

29 years agoSVr4 needs <sys/mkdev.h>
Eric Allman [Mon, 5 Jun 1995 23:13:51 +0000 (15:13 -0800)]
SVr4 needs <sys/mkdev.h>

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.180

29 years agoUnixWare can use sysconf() instead of getdtablesize
Eric Allman [Mon, 5 Jun 1995 23:08:07 +0000 (15:08 -0800)]
UnixWare can use sysconf() instead of getdtablesize

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.179

29 years agomove getcanonname up so that NIS wouldn't be #undefed
Eric Allman [Mon, 5 Jun 1995 23:06:58 +0000 (15:06 -0800)]
move getcanonname up so that NIS wouldn't be #undefed

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.72

29 years agofreespace=>freediskspace, enoughspace=>enoughdiskspace to avoid
Eric Allman [Mon, 5 Jun 1995 22:26:26 +0000 (14:26 -0800)]
freespace=>freediskspace, enoughspace=>enoughdiskspace to avoid
conflicts with some memory allocators (e.g., A/UX)

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.80
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.187

29 years agoavoid infinite loops if malloc fails
Eric Allman [Mon, 5 Jun 1995 22:21:58 +0000 (14:21 -0800)]
avoid infinite loops if malloc fails

SCCS-vsn: usr.sbin/sendmail/src/util.c 8.75
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.35

29 years agofinal changes for pmax 4.4-Lite II release
Ralph Campbell [Sat, 3 Jun 1995 08:26:21 +0000 (00:26 -0800)]
final changes for pmax 4.4-Lite II release

SCCS-vsn: sys/pmax/include/param.h 8.4
SCCS-vsn: sys/pmax/include/param.h 8.5
SCCS-vsn: sys/pmax/include/types.h 8.4
SCCS-vsn: sys/pmax/pmax/conf.c 8.4
SCCS-vsn: sys/pmax/pmax/machdep.c 8.5
SCCS-vsn: sys/pmax/pmax/genassym.c 8.3
SCCS-vsn: sys/pmax/pmax/mem.c 8.3
SCCS-vsn: sys/pmax/pmax/pmap.c 8.5
SCCS-vsn: sys/pmax/pmax/trap.c 8.7
SCCS-vsn: sys/pmax/pmax/locore.s 8.7
SCCS-vsn: sys/pmax/pmax/pmaxtype.h 8.2
SCCS-vsn: sys/pmax/dev/dc.c 8.5
SCCS-vsn: sys/pmax/dev/pm.c 8.2
SCCS-vsn: sys/pmax/dev/rz.c 8.4
SCCS-vsn: sys/pmax/dev/tz.c 8.5
SCCS-vsn: sys/pmax/dev/cfb.c 8.2
SCCS-vsn: sys/pmax/dev/mfb.c 8.2
SCCS-vsn: sys/pmax/dev/scc.c 8.3
SCCS-vsn: sys/pmax/dev/dtop.c 8.3
SCCS-vsn: sys/pmax/dev/xcfb.c 8.2

29 years agofix spelling error in comment
Eric Allman [Thu, 1 Jun 1995 21:54:50 +0000 (13:54 -0800)]
fix spelling error in comment

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.12
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.4.0 8.7

29 years agoimproved debug output
Eric Allman [Thu, 1 Jun 1995 21:19:19 +0000 (13:19 -0800)]
improved debug output

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.68

29 years agodefault prog mailer must have internal form of $u
Eric Allman [Thu, 1 Jun 1995 06:16:07 +0000 (22:16 -0800)]
default prog mailer must have internal form of $u

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

29 years agomove SMTP startup logging to daemon.c so that $_ is set
Eric Allman [Wed, 31 May 1995 23:49:53 +0000 (15:49 -0800)]
move SMTP startup logging to daemon.c so that $_ is set

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.96
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.79

29 years agomiscellaneous cleanup and additions
Eric Allman [Wed, 31 May 1995 23:39:16 +0000 (15:39 -0800)]
miscellaneous cleanup and additions

SCCS-vsn: usr.sbin/sendmail/RELEASE_NOTES 8.6.12.6

29 years agoOLD_NEWDB is a 0/1 option, not def/ndef
Eric Allman [Wed, 31 May 1995 23:37:42 +0000 (15:37 -0800)]
OLD_NEWDB is a 0/1 option, not def/ndef

SCCS-vsn: usr.sbin/sendmail/makemap/makemap.c 8.13

29 years agogive warning on duplicate S lines (but append to ruleset anyhow)
Eric Allman [Wed, 31 May 1995 23:31:50 +0000 (15:31 -0800)]
give warning on duplicate S lines (but append to ruleset anyhow)

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.99

29 years agolog more info in several places
Eric Allman [Wed, 31 May 1995 23:31:27 +0000 (15:31 -0800)]
log more info in several places

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.78

29 years agobetter handling of dead.letter -- involves mailfile changes
Eric Allman [Wed, 31 May 1995 23:01:39 +0000 (15:01 -0800)]
better handling of dead.letter -- involves mailfile changes

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.73
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.155

29 years agocode cleanup, change b*() to mem*()
Dave A. Borman [Wed, 31 May 1995 13:02:52 +0000 (05:02 -0800)]
code cleanup, change b*() to mem*()
Add setting up of LINEMODE environment variable.

SCCS-vsn: libexec/telnetd/authenc.c 8.2
SCCS-vsn: libexec/telnetd/slc.c 8.2
SCCS-vsn: libexec/telnetd/state.c 8.5
SCCS-vsn: libexec/telnetd/sys_term.c 8.4
SCCS-vsn: libexec/telnetd/telnetd.c 8.4
SCCS-vsn: libexec/telnetd/termstat.c 8.2
SCCS-vsn: libexec/telnetd/utility.c 8.4

29 years agocode cleanup, change b*() calls to mem*() calls
Dave A. Borman [Wed, 31 May 1995 11:57:19 +0000 (03:57 -0800)]
code cleanup, change b*() calls to mem*() calls

SCCS-vsn: usr.bin/telnet/README 8.2
SCCS-vsn: usr.bin/telnet/commands.c 8.4
SCCS-vsn: usr.bin/telnet/externs.h 8.3
SCCS-vsn: usr.bin/telnet/main.c 8.3
SCCS-vsn: usr.bin/telnet/ring.c 8.2
SCCS-vsn: usr.bin/telnet/sys_bsd.c 8.4
SCCS-vsn: usr.bin/telnet/telnet.c 8.4
SCCS-vsn: usr.bin/telnet/tn3270.c 8.2
SCCS-vsn: usr.bin/telnet/utilities.c 8.3

29 years agoCode cleanup, use mem*() instead of b*()
Dave A. Borman [Wed, 31 May 1995 11:13:29 +0000 (03:13 -0800)]
Code cleanup, use mem*() instead of b*()

SCCS-vsn: lib/libtelnet/enc_des.c 8.3
SCCS-vsn: lib/libtelnet/kerberos.c 8.3
SCCS-vsn: lib/libtelnet/genget.c 8.2
SCCS-vsn: lib/libtelnet/kerberos5.c 8.3
SCCS-vsn: lib/libtelnet/encrypt.c 8.2
SCCS-vsn: lib/libtelnet/auth.c 8.3
SCCS-vsn: lib/libtelnet/spx.c 8.2
SCCS-vsn: lib/libtelnet/read_password.c 8.3
SCCS-vsn: lib/libtelnet/rsaencpwd.c 8.3
SCCS-vsn: lib/libtelnet/krb4encpwd.c 8.3
SCCS-vsn: lib/libtelnet/forward.c 8.2

29 years agoallow symbolic ruleset names on M lines (S= and R=)
Eric Allman [Wed, 31 May 1995 10:25:18 +0000 (02:25 -0800)]
allow symbolic ruleset names on M lines (S= and R=)

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.71
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.98

29 years agochange RealUserName from an array to a pointer; move defn to sendmail.h
Eric Allman [Wed, 31 May 1995 10:24:16 +0000 (02:24 -0800)]
change RealUserName from an array to a pointer; move defn to sendmail.h

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.138
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.92
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.121
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.95
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.77
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.74

29 years agomove setproctitle() to be before every accept to fix problem
Eric Allman [Wed, 31 May 1995 08:25:41 +0000 (00:25 -0800)]
move setproctitle() to be before every accept to fix problem
that looses process title after fork() in BSD-OS 2.0

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.94

29 years agofix a problem that causes NIS and NIS+ lookups to strip names for DNS lookups
Eric Allman [Wed, 31 May 1995 08:24:46 +0000 (00:24 -0800)]
fix a problem that causes NIS and NIS+ lookups to strip names for DNS lookups

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.71

29 years agoone more "include" that needed to be quoted
Eric Allman [Wed, 31 May 1995 06:02:20 +0000 (22:02 -0800)]
one more "include" that needed to be quoted

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.78

29 years agodefine BSD_COMP on all SVr4 systems
Eric Allman [Wed, 31 May 1995 02:07:13 +0000 (18:07 -0800)]
define BSD_COMP on all SVr4 systems

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.178

29 years agoadd trace flags in sm_gethostbyname
Eric Allman [Tue, 30 May 1995 23:08:33 +0000 (15:08 -0800)]
add trace flags in sm_gethostbyname

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.185
SCCS-vsn: usr.sbin/sendmail/src/TRACEFLAGS 8.10

29 years agosearch /usr/include before /usr/ucbinclude (is this a good idea?)
Eric Allman [Tue, 30 May 1995 22:36:19 +0000 (14:36 -0800)]
search /usr/include before /usr/ucbinclude (is this a good idea?)

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NCR3000 8.6

29 years agoNCR3000 needs explicit include of sys/sockio.h
Eric Allman [Tue, 30 May 1995 22:31:54 +0000 (14:31 -0800)]
NCR3000 needs explicit include of sys/sockio.h

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.177

29 years agochange OA semantics so that all .cf entries are mapped into the
Eric Allman [Tue, 30 May 1995 22:31:08 +0000 (14:31 -0800)]
change OA semantics so that all .cf entries are mapped into the
"files" or "local" alias service type

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.97
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.184
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.49

29 years agodon't shorten names that have a trailing dot (except for the dot itself)
Eric Allman [Tue, 30 May 1995 22:08:41 +0000 (14:08 -0800)]
don't shorten names that have a trailing dot (except for the dot itself)

SCCS-vsn: usr.sbin/sendmail/src/util.c 8.73

29 years agoprototype makemapentry to return a MAP pointer
Eric Allman [Tue, 30 May 1995 09:40:10 +0000 (01:40 -0800)]
prototype makemapentry to return a MAP pointer

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.137
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.137

29 years agoimplementation of aliases that puts first unqualified A option
Eric Allman [Tue, 30 May 1995 09:17:24 +0000 (01:17 -0800)]
implementation of aliases that puts first unqualified A option
as local; rest of A options after switched lookup

SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.48
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.183

29 years agofix a comment
Eric Allman [Tue, 30 May 1995 09:13:42 +0000 (01:13 -0800)]
fix a comment

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.96

29 years agoput use of getconfattr() on a separate USEGETCONFATTR compile flag;
Eric Allman [Tue, 30 May 1995 08:49:19 +0000 (00:49 -0800)]
put use of getconfattr() on a separate USEGETCONFATTR compile flag;
in my opinion getconfattr() is fundamentally misdesigned

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

29 years agodon't assume -ls since getconfattr() is not being assumed
Eric Allman [Tue, 30 May 1995 08:35:16 +0000 (00:35 -0800)]
don't assume -ls since getconfattr() is not being assumed

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AIX 8.8

29 years agoforce -oee to really always return zero
Eric Allman [Tue, 30 May 1995 06:57:12 +0000 (22:57 -0800)]
force -oee to really always return zero

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.120
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.72

29 years agoquote some code that shouldn't be expanded
Eric Allman [Tue, 30 May 1995 02:55:38 +0000 (18:55 -0800)]
quote some code that shouldn't be expanded

SCCS-vsn: usr.sbin/sendmail/cf/feature/notsticky.m4 8.3

29 years agoHP-UX always hubs mail on mailspool.CS
Eric Allman [Tue, 30 May 1995 01:44:29 +0000 (17:44 -0800)]
HP-UX always hubs mail on mailspool.CS

SCCS-vsn: usr.sbin/sendmail/cf/cf/cs-hpux10.mc 8.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/cs-hpux9.mc 8.3

29 years agoBeta.2
Eric Allman [Tue, 30 May 1995 01:29:26 +0000 (17:29 -0800)]
Beta.2

SCCS-vsn: usr.sbin/sendmail/src/version.c 8.6.12.4
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 8.6.12.4

29 years agotry using getconfattr to find legal shells on AIX
Eric Allman [Tue, 30 May 1995 01:27:49 +0000 (17:27 -0800)]
try using getconfattr to find legal shells on AIX

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

29 years agoStatusFile option should always be defined
Eric Allman [Tue, 30 May 1995 01:25:31 +0000 (17:25 -0800)]
StatusFile option should always be defined

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.77

29 years agoneed the security library to get getconfattr
Eric Allman [Tue, 30 May 1995 01:14:50 +0000 (17:14 -0800)]
need the security library to get getconfattr

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AIX 8.7

29 years agosccs check the root directory
Eric Allman [Tue, 30 May 1995 00:27:19 +0000 (16:27 -0800)]
sccs check the root directory

SCCS-vsn: usr.sbin/sendmail/Makefile 8.12

29 years agotry to fix a compile glitch on some HP-UX installations
Eric Allman [Tue, 30 May 1995 00:26:43 +0000 (16:26 -0800)]
try to fix a compile glitch on some HP-UX installations

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

29 years agoallow trusted users to use -bs without a warning
Eric Allman [Tue, 30 May 1995 00:03:24 +0000 (16:03 -0800)]
allow trusted users to use -bs without a warning

SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.76

29 years agouse wordinclass routine for brevity
Eric Allman [Tue, 30 May 1995 00:03:06 +0000 (16:03 -0800)]
use wordinclass routine for brevity

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.119

29 years agoadd Solaris 2.5 Makefile
Eric Allman [Tue, 30 May 1995 00:02:08 +0000 (16:02 -0800)]
add Solaris 2.5 Makefile

SCCS-vsn: usr.sbin/sendmail/Files.base 8.29

29 years agodelete cs-riscos.cf from targets list
Eric Allman [Tue, 30 May 1995 00:01:43 +0000 (16:01 -0800)]
delete cs-riscos.cf from targets list

SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile 8.14
SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile.dist 8.6

29 years agodate and time created 95/05/29 07:14:17 by eric
Eric Allman [Mon, 29 May 1995 22:14:17 +0000 (14:14 -0800)]
date and time created 95/05/29 07:14:17 by eric

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.5 8.1

29 years agopatch from Motonori
Eric Allman [Mon, 29 May 1995 21:39:39 +0000 (13:39 -0800)]
patch from Motonori

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.LUNA 8.3

29 years agolint
Eric Allman [Mon, 29 May 1995 10:49:14 +0000 (02:49 -0800)]
lint

SCCS-vsn: usr.sbin/sendmail/src/map.c 8.70

29 years agoglitch that causes compile problems (sometimes) on HP-UX
Eric Allman [Mon, 29 May 1995 10:48:45 +0000 (02:48 -0800)]
glitch that causes compile problems (sometimes) on HP-UX

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.176

29 years agofixed FOO=1 . ./foo; echo $FOO where foo contained echo $FOO
Christos Zoulas [Mon, 29 May 1995 05:05:04 +0000 (21:05 -0800)]
fixed FOO=1 . ./foo; echo $FOO where foo contained echo $FOO
I.e. variable assignments were not honored is the source command.

SCCS-vsn: bin/sh/main.c 8.6

29 years agolint
Eric Allman [Mon, 29 May 1995 02:50:25 +0000 (18:50 -0800)]
lint

SCCS-vsn: usr.sbin/sendmail/src/trace.c 8.4
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.54
SCCS-vsn: usr.sbin/sendmail/src/stats.c 8.5
SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.67
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.91
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.118
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.66
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.175
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.70
SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.41
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.34
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.136
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.71
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.75
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.72
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.95
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.154
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.85
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.179
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.47
SCCS-vsn: usr.sbin/sendmail/src/udb.c 8.23
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.69
SCCS-vsn: usr.sbin/sendmail/src/mci.c 8.17
SCCS-vsn: usr.sbin/sendmail/src/mime.c 8.24

29 years agoclean up Solaris 2.4 LD_LIBRARY_PATH description
Eric Allman [Sun, 28 May 1995 22:14:31 +0000 (14:14 -0800)]
clean up Solaris 2.4 LD_LIBRARY_PATH description

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.94

29 years agobetter implementation of MaxQueueRun -- doesn't have QUEUESEGSIZE
Eric Allman [Sun, 28 May 1995 22:02:02 +0000 (14:02 -0800)]
better implementation of MaxQueueRun -- doesn't have QUEUESEGSIZE
granularity

SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.84

29 years agoallow opening for reading and writing (from mycroft)
Kirk McKusick [Sun, 28 May 1995 14:05:44 +0000 (06:05 -0800)]
allow opening for reading and writing (from mycroft)

SCCS-vsn: sys/miscfs/fifofs/fifo_vnops.c 8.10

29 years agoread-only checking must be done by the filesystem layers
Kirk McKusick [Sun, 28 May 1995 13:25:46 +0000 (05:25 -0800)]
read-only checking must be done by the filesystem layers

SCCS-vsn: sys/ufs/ufs/ufs_lookup.c 8.14
SCCS-vsn: sys/ufs/ufs/ufs_vnops.c 8.27
SCCS-vsn: sys/isofs/cd9660/cd9660_lookup.c 8.7
SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.19
SCCS-vsn: sys/nfs/nfs_vnops.c 8.16
SCCS-vsn: sys/miscfs/nullfs/null_vnops.c 8.6

29 years agodelete read-only checking; it must be done by the filesystem layers
Kirk McKusick [Sun, 28 May 1995 13:17:56 +0000 (05:17 -0800)]
delete read-only checking; it must be done by the filesystem layers

SCCS-vsn: sys/kern/vfs_lookup.c 8.10
SCCS-vsn: sys/kern/vfs_vnops.c 8.13
SCCS-vsn: sys/kern/vfs_syscalls.c 8.40

29 years agoadd confMAX_QUEUE_RUN_SIZE
Eric Allman [Sun, 28 May 1995 08:50:52 +0000 (00:50 -0800)]
add confMAX_QUEUE_RUN_SIZE

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.76
SCCS-vsn: usr.sbin/sendmail/cf/README 8.62

29 years agoadd confMAXQUEUERUNSIZE
Eric Allman [Sun, 28 May 1995 08:41:12 +0000 (00:41 -0800)]
add confMAXQUEUERUNSIZE

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.76

29 years agoadd MaxQueueRunSize parameter
Eric Allman [Sun, 28 May 1995 08:39:11 +0000 (00:39 -0800)]
add MaxQueueRunSize parameter

SCCS-vsn: usr.sbin/sendmail/doc/op/op.me 8.56

29 years ago-q map flag; dynamically alloc queue; log over-large messages
Eric Allman [Sun, 28 May 1995 07:12:21 +0000 (23:12 -0800)]
-q map flag; dynamically alloc queue; log over-large messages

SCCS-vsn: usr.sbin/sendmail/RELEASE_NOTES 8.6.12.5

29 years agopatch from John Hawkinson
Eric Allman [Sun, 28 May 1995 06:29:10 +0000 (22:29 -0800)]
patch from John Hawkinson

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.93

29 years agolog message on too-large message
Eric Allman [Sun, 28 May 1995 05:37:50 +0000 (21:37 -0800)]
log message on too-large message

SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.42

29 years agowarnings re shared libraries on Solaris 2.4
Eric Allman [Sun, 28 May 1995 05:37:39 +0000 (21:37 -0800)]
warnings re shared libraries on Solaris 2.4

SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.93

29 years agomisc comments re rule 99
Eric Allman [Sun, 28 May 1995 03:59:53 +0000 (19:59 -0800)]
misc comments re rule 99

SCCS-vsn: usr.sbin/sendmail/cf/README 8.61

29 years agodoc updates -- -q[IRS] not mentioned
Eric Allman [Sun, 28 May 1995 02:25:33 +0000 (18:25 -0800)]
doc updates -- -q[IRS] not mentioned

SCCS-vsn: usr.sbin/sendmail/src/sendmail.8 8.6

29 years agoheaders with H_ACHECK set would never be propogated, even if proper
Eric Allman [Sun, 28 May 1995 02:19:49 +0000 (18:19 -0800)]
headers with H_ACHECK set would never be propogated, even if proper
flags were set

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.66

29 years agodon't send bounces to postmaster on -bv
Eric Allman [Sun, 28 May 1995 00:46:48 +0000 (16:46 -0800)]
don't send bounces to postmaster on -bv

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.117

29 years agomake the maximum number of jobs in one queue run an option
Eric Allman [Sun, 28 May 1995 00:36:38 +0000 (16:36 -0800)]
make the maximum number of jobs in one queue run an option

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.174
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.135
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.94
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.83

29 years agodynmically extend the queue size
Eric Allman [Sun, 28 May 1995 00:16:17 +0000 (16:16 -0800)]
dynmically extend the queue size

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.173
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.82

29 years agoT= fields were wrong for default prog and *file* mailers
Eric Allman [Sun, 28 May 1995 00:08:17 +0000 (16:08 -0800)]
T= fields were wrong for default prog and *file* mailers

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

29 years agoclarify comment on T= mailer field
Eric Allman [Sun, 28 May 1995 00:07:48 +0000 (16:07 -0800)]
clarify comment on T= mailer field

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.93