unix-history/.git
30 years agologin sets HOME, don't bother here
Keith Bostic [Sun, 20 Mar 1994 02:22:21 +0000 (18:22 -0800)]
login sets HOME, don't bother here

SCCS-vsn: etc/root/dot.login 8.4
SCCS-vsn: etc/root/dot.profile 8.3

30 years agomakewhatis.sed should handle '.', '+', and '-' in names
Keith Bostic [Sun, 20 Mar 1994 02:20:19 +0000 (18:20 -0800)]
makewhatis.sed should handle '.', '+', and '-' in names
(config.new, g++, send-pr)
From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>

SCCS-vsn: share/man/makewhatis.sed 8.3

30 years agomake prototypes __P style
Keith Bostic [Sun, 20 Mar 1994 00:21:59 +0000 (16:21 -0800)]
make prototypes __P style

SCCS-vsn: lib/libc/regex/engine.c 8.4
SCCS-vsn: lib/libc/regex/regcomp.c 8.4
SCCS-vsn: lib/libc/regex/regerror.c 8.3

30 years agoSECURITY PROBLEM: -oe option can read any file
Mike Corrigan [Sat, 19 Mar 1994 07:36:46 +0000 (23:36 -0800)]
SECURITY PROBLEM: -oe option can read any file
From: "Michael J. Corrigan" <corrigan@UCSD.EDU>

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

30 years agoThe 'E' option is not safe
Mike Corrigan [Sat, 19 Mar 1994 07:30:05 +0000 (23:30 -0800)]
The 'E' option is not safe
From: "Michael J. Corrigan" <corrigan@UCSD.EDU>

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

30 years agogo to alpha3.4
Keith Bostic [Fri, 18 Mar 1994 22:51:04 +0000 (14:51 -0800)]
go to alpha3.4

SCCS-vsn: lib/libc/regex/WHATSNEW 8.3

30 years agoupgrade to alpha3.4
Keith Bostic [Fri, 18 Mar 1994 22:46:08 +0000 (14:46 -0800)]
upgrade to alpha3.4
fixes a?b matching ab matches b, not ab
From: Henry Spencer <henry@zoo.toronto.edu>

SCCS-vsn: lib/libc/regex/regcomp.c 8.3

30 years agotypo
Keith Bostic [Fri, 18 Mar 1994 22:31:46 +0000 (14:31 -0800)]
typo

SCCS-vsn: sys/kern/kern_sig.c 8.6

30 years agoredirection of 'man -w' has unexpected result
Keith Bostic [Fri, 18 Mar 1994 22:21:16 +0000 (14:21 -0800)]
redirection of 'man -w' has unexpected result
From: Keith White <kwhite@csi.uottawa.ca>

SCCS-vsn: usr.bin/man/man.c 8.15

30 years agoadd a quotd server
Keith Bostic [Fri, 18 Mar 1994 22:15:11 +0000 (14:15 -0800)]
add a quotd server

SCCS-vsn: etc/inetd.conf 8.2

30 years agotypo
Keith Bostic [Fri, 18 Mar 1994 22:07:34 +0000 (14:07 -0800)]
typo

SCCS-vsn: admin/style/style 1.12

30 years agouse sprintf() instead of loop counts, for consistency
Keith Bostic [Fri, 18 Mar 1994 21:46:39 +0000 (13:46 -0800)]
use sprintf() instead of loop counts, for consistency
From: Craig Leres <leres@ee.lbl.gov>
KNF, from me

SCCS-vsn: lib/libc/gen/syslog.c 8.4

30 years agoupdate, minor changes
Keith Bostic [Fri, 18 Mar 1994 00:50:53 +0000 (16:50 -0800)]
update, minor changes

SCCS-vsn: admin/style/style 1.11

30 years agoKNF
Keith Bostic [Fri, 18 Mar 1994 00:25:25 +0000 (16:25 -0800)]
KNF

SCCS-vsn: admin/style/getopt 5.2

30 years agoskip lines that are too long
Keith Bostic [Fri, 18 Mar 1994 00:16:52 +0000 (16:16 -0800)]
skip lines that are too long
should be logged, it's probably an attempt to crack the system.

SCCS-vsn: lib/libc/net/rcmd.c 8.2

30 years agosupport vmin, vtime display and set
Keith Bostic [Thu, 17 Mar 1994 23:58:05 +0000 (15:58 -0800)]
support vmin, vtime display and set

SCCS-vsn: bin/stty/cchar.c 8.2
SCCS-vsn: bin/stty/gfmt.c 8.2
SCCS-vsn: bin/stty/print.c 8.2

30 years agoDon't install disklabel setgid; it doesn't need to be setgid if it
Keith Bostic [Thu, 17 Mar 1994 23:18:03 +0000 (15:18 -0800)]
Don't install disklabel setgid; it doesn't need to be setgid if it
isn't world executable; if it isn't setgid, it can be world executable.
From: Craig Leres <leres@ee.lbl.gov>

SCCS-vsn: sbin/disklabel/Makefile 8.2

30 years agouse __progname (from crt0) as default syslog tag if none specified
Eric Allman [Thu, 17 Mar 1994 23:09:46 +0000 (15:09 -0800)]
use __progname (from crt0) as default syslog tag if none specified

SCCS-vsn: lib/libc/gen/syslog.c 8.3

30 years agoIf you call syslog() with a pointer to ctime()'s static buffer, it gets
Keith Bostic [Thu, 17 Mar 1994 23:08:45 +0000 (15:08 -0800)]
If you call syslog() with a pointer to ctime()'s static buffer, it gets
updated by syslog()'s call before copying the stuff out).
From: Craig Leres <leres@ee.lbl.gov>
The code contains '(void)sprintf(...)' and (now) '(void)strftime(...)' casts,
but sprintf() and strftime() both return a character count
From: Donn Seeley <donn@BSDI.COM>

SCCS-vsn: lib/libc/gen/syslog.c 8.2

30 years agodate change characters were reversed
Keith Bostic [Thu, 17 Mar 1994 23:02:15 +0000 (15:02 -0800)]
date change characters were reversed
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: share/man/man5/utmp.5 8.2

30 years agodo the full stty, get status set
Keith Bostic [Thu, 17 Mar 1994 22:55:17 +0000 (14:55 -0800)]
do the full stty, get status set

SCCS-vsn: etc/root/dot.login 8.3

30 years agocleanup pass
Keith Bostic [Thu, 17 Mar 1994 22:31:34 +0000 (14:31 -0800)]
cleanup pass

SCCS-vsn: etc/root/dot.cshrc 8.2
SCCS-vsn: etc/root/dot.login 8.2
SCCS-vsn: etc/root/dot.profile 8.2

30 years agomake some error messages clearer
Keith Bostic [Thu, 17 Mar 1994 22:04:54 +0000 (14:04 -0800)]
make some error messages clearer
From: "Chris G. Demetriou" <cgd@vangogh.CS.Berkeley.EDU>

SCCS-vsn: etc/rc 8.2

30 years agoWhen rdump aborts, it doesn't always properly close a remote tape.
Keith Bostic [Thu, 17 Mar 1994 21:36:38 +0000 (13:36 -0800)]
When rdump aborts, it doesn't always properly close a remote tape.
Consider an example: remote tape error.  tperror() gets called.
If the user decides to punt the dump, it's aborted, and the
remote is never properly closed.
From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>

SCCS-vsn: sbin/dump/tape.c 8.2

30 years agotypos
Keith Bostic [Thu, 17 Mar 1994 21:34:09 +0000 (13:34 -0800)]
typos

SCCS-vsn: usr.bin/rdist/rdist.1 8.3

30 years agoalpha3.3
Keith Bostic [Thu, 17 Mar 1994 04:43:04 +0000 (20:43 -0800)]
alpha3.3

SCCS-vsn: lib/libc/regex/WHATSNEW 8.2
SCCS-vsn: lib/libc/regex/cclass.h 8.2
SCCS-vsn: lib/libc/regex/cname.h 8.2
SCCS-vsn: lib/libc/regex/engine.c 8.3
SCCS-vsn: lib/libc/regex/re_format.7 8.2
SCCS-vsn: lib/libc/regex/regcomp.c 8.2
SCCS-vsn: lib/libc/regex/regerror.c 8.2
SCCS-vsn: lib/libc/regex/regex.3 8.2
SCCS-vsn: lib/libc/regex/regex2.h 8.3
SCCS-vsn: lib/libc/regex/regexec.c 8.2
SCCS-vsn: lib/libc/regex/regfree.c 8.2
SCCS-vsn: lib/libc/regex/utils.h 8.2

30 years agodate and time created 94/03/16 11:45:36 by bostic
Keith Bostic [Thu, 17 Mar 1994 03:45:36 +0000 (19:45 -0800)]
date and time created 94/03/16 11:45:36 by bostic

SCCS-vsn: lib/libc/regex/COPYRIGHT 8.1

30 years agoincrease MAX_KMAPENT back to 500, vangogh's kernel is periodically
Keith Bostic [Wed, 16 Mar 1994 03:13:51 +0000 (19:13 -0800)]
increase MAX_KMAPENT back to 500, vangogh's kernel is periodically
crashing; From: mike@cs.utah.edu (Mike Hibler)

SCCS-vsn: sys/vm/vm_map.h 8.3

30 years agolint
Keith Bostic [Tue, 15 Mar 1994 23:19:22 +0000 (15:19 -0800)]
lint

SCCS-vsn: lib/libc/db/btree/bt_search.c 8.6

30 years agochange "for" claus to 8.6.7
Eric Allman [Tue, 15 Mar 1994 01:44:53 +0000 (17:44 -0800)]
change "for" claus to 8.6.7

SCCS-vsn: usr.sbin/sendmail/KNOWNBUGS 8.18

30 years agoSECURITY PROBLEM: wierd values to -d could give you root!
Eric Allman [Tue, 15 Mar 1994 01:42:16 +0000 (17:42 -0800)]
SECURITY PROBLEM: wierd values to -d could give you root!

SCCS-vsn: usr.sbin/sendmail/src/trace.c 8.2
SCCS-vsn: usr.sbin/sendmail/src/version.c 8.6.7.1
SCCS-vsn: usr.sbin/sendmail/RELEASE_NOTES 8.6.7.1

30 years agoupdate for 8.6.6
Eric Allman [Mon, 14 Mar 1994 02:10:14 +0000 (18:10 -0800)]
update for 8.6.6

SCCS-vsn: usr.sbin/sendmail/KNOWNBUGS 8.17

30 years ago8.6.6 -- see RELEASE_NOTES for details
Eric Allman [Mon, 14 Mar 1994 01:44:58 +0000 (17:44 -0800)]
8.6.6 -- see RELEASE_NOTES for details

SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 8.6.6.1

30 years ago8.6.6
Eric Allman [Mon, 14 Mar 1994 01:39:36 +0000 (17:39 -0800)]
8.6.6

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

30 years agosendmail 8.6.6 -- see RELEASE_NOTES for details
Eric Allman [Mon, 14 Mar 1994 01:39:06 +0000 (17:39 -0800)]
sendmail 8.6.6 -- see RELEASE_NOTES for details

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

30 years agonotes on BIND 4.9.2 and Ultrix interactions
Eric Allman [Mon, 14 Mar 1994 01:38:23 +0000 (17:38 -0800)]
notes on BIND 4.9.2 and Ultrix interactions

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

30 years agoif gethostbyname fails with a trailing dot, try it without the dot
Eric Allman [Mon, 14 Mar 1994 01:21:14 +0000 (17:21 -0800)]
if gethostbyname fails with a trailing dot, try it without the dot
for NIS & /etc/hosts back compatibility

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

30 years ago8.6.5
Eric Allman [Mon, 14 Mar 1994 01:09:48 +0000 (17:09 -0800)]
8.6.5

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

30 years ago8.6.4
Eric Allman [Mon, 14 Mar 1994 01:09:36 +0000 (17:09 -0800)]
8.6.4

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

30 years ago8.6.3
Eric Allman [Mon, 14 Mar 1994 01:09:18 +0000 (17:09 -0800)]
8.6.3

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

30 years ago8.6.2
Eric Allman [Mon, 14 Mar 1994 01:09:04 +0000 (17:09 -0800)]
8.6.2

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

30 years ago8.6.1
Eric Allman [Mon, 14 Mar 1994 01:08:42 +0000 (17:08 -0800)]
8.6.1

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

30 years ago8.5
Eric Allman [Mon, 14 Mar 1994 01:07:25 +0000 (17:07 -0800)]
8.5

SCCS-vsn: usr.sbin/sendmail/RELEASE_NOTES 8.5
SCCS-vsn: usr.sbin/sendmail/RELEASE_NOTES 8.6

30 years ago8.4
Eric Allman [Mon, 14 Mar 1994 01:06:43 +0000 (17:06 -0800)]
8.4

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

30 years ago8.3
Eric Allman [Mon, 14 Mar 1994 01:06:01 +0000 (17:06 -0800)]
8.3

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

30 years ago8.2
Eric Allman [Mon, 14 Mar 1994 01:05:45 +0000 (17:05 -0800)]
8.2

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

30 years agodate and time created 94/03/13 09:05:12 by eric
Eric Allman [Mon, 14 Mar 1994 01:05:12 +0000 (17:05 -0800)]
date and time created 94/03/13 09:05:12 by eric

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

30 years ago(no message)
Eric Allman [Sun, 13 Mar 1994 00:50:43 +0000 (16:50 -0800)]
(no message)

SCCS-vsn: usr.sbin/sendmail/src/TODO 8.22

30 years agoclarification of SITECONFIG
Eric Allman [Sun, 13 Mar 1994 00:49:54 +0000 (16:49 -0800)]
clarification of SITECONFIG

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

30 years agocommentary on IRIX and RISC/os
Eric Allman [Sun, 13 Mar 1994 00:49:24 +0000 (16:49 -0800)]
commentary on IRIX and RISC/os

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

30 years agochange NAMED_BIND to a 0/1 flag to allow Makefile override
Eric Allman [Sat, 12 Mar 1994 06:42:15 +0000 (22:42 -0800)]
change NAMED_BIND to a 0/1 flag to allow Makefile override

SCCS-vsn: usr.sbin/sendmail/src/udb.c 8.6
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.28
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.22
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.52
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.26
SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.19
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.78
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.38
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.96

30 years agoportability updates
Eric Allman [Sat, 12 Mar 1994 05:01:32 +0000 (21:01 -0800)]
portability updates

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

30 years agodon't die in sfgets if a null pointer is passed
Eric Allman [Sat, 12 Mar 1994 03:09:14 +0000 (19:09 -0800)]
don't die in sfgets if a null pointer is passed

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

30 years agoblooper in my fix
Keith Sklower [Thu, 10 Mar 1994 09:48:29 +0000 (01:48 -0800)]
blooper in my fix

SCCS-vsn: usr.bin/netstat/route.c 8.3

30 years agoLinux install won't copy /dev/null
Eric Allman [Thu, 10 Mar 1994 04:52:19 +0000 (20:52 -0800)]
Linux install won't copy /dev/null

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

30 years agoSolaris updates
Eric Allman [Thu, 10 Mar 1994 01:03:00 +0000 (17:03 -0800)]
Solaris updates

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

30 years agosnapshot
Eric Allman [Thu, 10 Mar 1994 01:02:46 +0000 (17:02 -0800)]
snapshot

SCCS-vsn: usr.sbin/sendmail/src/TODO 8.21

30 years agofirst argument to fwrite is a const void *
Keith Bostic [Wed, 9 Mar 1994 03:47:10 +0000 (19:47 -0800)]
first argument to fwrite is a const void *

SCCS-vsn: lib/libc/stdio/fread.3 8.2

30 years agoMike's changes so that S_ISFIFO and S_ISSOCK return true for both
Keith Bostic [Wed, 9 Mar 1994 03:09:06 +0000 (19:09 -0800)]
Mike's changes so that S_ISFIFO and S_ISSOCK return true for both
FIFO's and sockets

SCCS-vsn: sys/sys/stat.h 8.6

30 years agoavoid "warning: user foo owned process using -bs" if mail is sent
Eric Allman [Wed, 9 Mar 1994 02:32:17 +0000 (18:32 -0800)]
avoid "warning: user foo owned process using -bs" if mail is sent
from foo

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.32

30 years agodelete old cruft
Eric Allman [Wed, 9 Mar 1994 02:00:08 +0000 (18:00 -0800)]
delete old cruft

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

30 years agofix CNAME loop problem: gave error messages and requeued messages
Eric Allman [Tue, 8 Mar 1994 04:10:30 +0000 (20:10 -0800)]
fix CNAME loop problem: gave error messages and requeued messages

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.18
SCCS-vsn: usr.sbin/sendmail/src/err.c 8.25
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.77

30 years agofix handling of -d command line flag
Eric Allman [Tue, 8 Mar 1994 02:46:19 +0000 (18:46 -0800)]
fix handling of -d command line flag

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

30 years agoadd warning comment
Eric Allman [Mon, 7 Mar 1994 23:48:36 +0000 (15:48 -0800)]
add warning comment

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.5

30 years agofix from chris d.
Keith Sklower [Mon, 7 Mar 1994 15:54:49 +0000 (07:54 -0800)]
fix from chris d.

SCCS-vsn: usr.bin/netstat/route.c 8.2

30 years agohave Linux getla() not hold the file open
Eric Allman [Mon, 7 Mar 1994 01:31:13 +0000 (17:31 -0800)]
have Linux getla() not hold the file open

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

30 years agoapply workaround to broken res_search on Ultrix
Eric Allman [Mon, 7 Mar 1994 01:06:08 +0000 (17:06 -0800)]
apply workaround to broken res_search on Ultrix

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.95
SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.17
SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.55

30 years agodebugging: print exit status on entry to savemail
Eric Allman [Mon, 7 Mar 1994 01:00:58 +0000 (17:00 -0800)]
debugging: print exit status on entry to savemail

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.27

30 years agoreset ExitStat between individual jobs to prevent bogus behaviour
Eric Allman [Mon, 7 Mar 1994 01:00:36 +0000 (17:00 -0800)]
reset ExitStat between individual jobs to prevent bogus behaviour

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

30 years agohandle non-null-terminated strings in the database
Eric Allman [Mon, 7 Mar 1994 00:59:31 +0000 (16:59 -0800)]
handle non-null-terminated strings in the database

SCCS-vsn: usr.sbin/sendmail/praliases/praliases.c 8.3

30 years agoinclude mailq.0 in install-docs and clean entries
Eric Allman [Sun, 6 Mar 1994 03:50:23 +0000 (19:50 -0800)]
include mailq.0 in install-docs and clean entries

SCCS-vsn: usr.sbin/sendmail/src/Makefile 8.5
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dist 8.11
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.HP-UX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.386BSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AIX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.AUX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD43 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.BSD-OS 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ConvexOS 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dell 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.dgux 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.DomainOS 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Dynix 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.FreeBSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.IRIX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Mach386 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NeXT 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.NetBSD 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.OSF1 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.PTX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.RISCos 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SCO 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SVR4 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Titan 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.4.0 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.ULTRIX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.UMAX 8.2
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Utah 8.2

30 years agoLinux portability changes
Eric Allman [Sun, 6 Mar 1994 03:49:30 +0000 (19:49 -0800)]
Linux portability changes

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.4
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.81

30 years agominor cleanups
Jan-Simon Pendry [Sun, 6 Mar 1994 03:10:14 +0000 (19:10 -0800)]
minor cleanups

SCCS-vsn: sbin/mount_union/mount_union.8 8.4

30 years agochange tag in mnt_stat structure so that
Jan-Simon Pendry [Sun, 6 Mar 1994 02:50:22 +0000 (18:50 -0800)]
change tag in mnt_stat structure so that
the mounted filesystem appears as
<above>/some/where, instead of un-above:/some/where

SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.7

30 years agomore Linux changes
Eric Allman [Sun, 6 Mar 1994 02:17:52 +0000 (18:17 -0800)]
more Linux changes

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.80
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.3

30 years agoadd an ftp address
Keith Bostic [Sat, 5 Mar 1994 23:21:36 +0000 (15:21 -0800)]
add an ftp address

SCCS-vsn: etc/aliases 8.2

30 years agodelete old Linux cruft
Eric Allman [Sat, 5 Mar 1994 09:29:29 +0000 (01:29 -0800)]
delete old Linux cruft

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

30 years agoavoid possible bogus pointer dereferences if there are %'s in the
Eric Allman [Sat, 5 Mar 1994 09:21:23 +0000 (01:21 -0800)]
avoid possible bogus pointer dereferences if there are %'s in the
250 response from DATA

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

30 years agodon't try to turn dotted IP addrs into names
Eric Allman [Sat, 5 Mar 1994 01:10:33 +0000 (17:10 -0800)]
don't try to turn dotted IP addrs into names

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

30 years agomake sure that you don't get bogus addresses queued up on
Eric Allman [Sat, 5 Mar 1994 00:48:18 +0000 (16:48 -0800)]
make sure that you don't get bogus addresses queued up on
name server problems and split envelopes

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

30 years agofix uninitialized variable reference in ESMTP parameters without an "="
Eric Allman [Sat, 5 Mar 1994 00:46:40 +0000 (16:46 -0800)]
fix uninitialized variable reference in ESMTP parameters without an "="

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

30 years agowrong send queue was being passed to returntosender()
Eric Allman [Fri, 4 Mar 1994 23:51:33 +0000 (15:51 -0800)]
wrong send queue was being passed to returntosender()

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.26

30 years agopatch to handle automounter
Eric Allman [Fri, 4 Mar 1994 23:32:59 +0000 (15:32 -0800)]
patch to handle automounter

SCCS-vsn: usr.sbin/sendmail/cf/sh/makeinfo.sh 8.4

30 years agoLinux portability changes; add LA_PROCSTR
Eric Allman [Fri, 4 Mar 1994 00:35:14 +0000 (16:35 -0800)]
Linux portability changes; add LA_PROCSTR

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Linux 8.2
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.94
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.79
SCCS-vsn: usr.sbin/sendmail/src/READ_ME 8.54

30 years agomore Linux portability changes (geez, what a pain)
Eric Allman [Fri, 4 Mar 1994 00:18:21 +0000 (16:18 -0800)]
more Linux portability changes (geez, what a pain)

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

30 years agofix documentation of F=7 flag
Eric Allman [Fri, 4 Mar 1994 00:09:36 +0000 (16:09 -0800)]
fix documentation of F=7 flag

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

30 years agoLinux changes -- are these any good?
Eric Allman [Thu, 3 Mar 1994 01:09:42 +0000 (17:09 -0800)]
Linux changes -- are these any good?

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

30 years agoavoid having long "to" strinsg overflow the error message buffer
Eric Allman [Wed, 2 Mar 1994 05:18:42 +0000 (21:18 -0800)]
avoid having long "to" strinsg overflow the error message buffer

SCCS-vsn: usr.sbin/sendmail/src/err.c 8.24

30 years agoChange the synopsis so that all the single letter
Dave A. Borman [Wed, 2 Mar 1994 01:14:22 +0000 (17:14 -0800)]
Change the synopsis so that all the single letter
options without arguments are clumped together rather than
being listed one by one.

SCCS-vsn: libexec/telnetd/telnetd.8 8.3

30 years agoChange the synopsis line so that all the options
Dave A. Borman [Wed, 2 Mar 1994 01:09:17 +0000 (17:09 -0800)]
Change the synopsis line so that all the options
that don't take arguments are combined rather than being
listed one by one.

SCCS-vsn: usr.bin/telnet/telnet.1 8.5

30 years agodon't assign to the data structure until after the realloc
Keith Bostic [Tue, 1 Mar 1994 23:55:52 +0000 (15:55 -0800)]
don't assign to the data structure until after the realloc
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: lib/libc/db/recno/rec_get.c 8.4

30 years agoWhen you put a record beyond the "end" of the database, in the fixed-
Keith Bostic [Tue, 1 Mar 1994 23:46:20 +0000 (15:46 -0800)]
When you put a record beyond the "end" of the database, in the fixed-
length record world, the intermediate records weren't being created
correctly, nor were they filled with the fill character.
From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: lib/libc/db/recno/rec_put.c 8.3

30 years agoprimes did not support numbers in the 2^31 - 2^32 range; redefine
Keith Bostic [Tue, 1 Mar 1994 22:25:24 +0000 (14:25 -0800)]
primes did not support numbers in the 2^31 - 2^32 range; redefine
the upper limit, and change the %ld's to %lu's appears to fix it.
From: Arne Juul <arnej@dsl.unit.no>

SCCS-vsn: games/primes/primes.c 8.2
SCCS-vsn: games/primes/primes.h 8.2

30 years agorepeat the command name in the different usage statements
Keith Bostic [Tue, 1 Mar 1994 21:45:37 +0000 (13:45 -0800)]
repeat the command name in the different usage statements

SCCS-vsn: usr.bin/netstat/main.c 8.4

30 years agoadd -d to the synopsis statements
Keith Bostic [Tue, 1 Mar 1994 21:45:20 +0000 (13:45 -0800)]
add -d to the synopsis statements

SCCS-vsn: usr.bin/netstat/netstat.1 8.5

30 years agosince tgetstr() can advance bp, you have to set it back to
Keith Bostic [Tue, 1 Mar 1994 07:31:26 +0000 (23:31 -0800)]
since tgetstr() can advance bp, you have to set it back to
the start of the buffer you want to use after each time it might
have changed; From: "Chris G. Demetriou" <cgd@postgres.Berkeley.EDU>

SCCS-vsn: usr.bin/tset/set.c 8.2

30 years agoremove target before building in case it isn't owned by us
Eric Allman [Tue, 1 Mar 1994 02:18:06 +0000 (18:18 -0800)]
remove target before building in case it isn't owned by us

SCCS-vsn: usr.sbin/sendmail/doc/op/Makefile 8.2
SCCS-vsn: usr.sbin/sendmail/doc/usenix/Makefile 8.2
SCCS-vsn: usr.sbin/sendmail/doc/intro/Makefile 8.2

30 years agoadd Mail11v3 reference
Eric Allman [Tue, 1 Mar 1994 02:08:02 +0000 (18:08 -0800)]
add Mail11v3 reference

SCCS-vsn: usr.sbin/sendmail/FAQ 8.2

30 years agoavoid null pointer dereferences to e->e_id when logging
Eric Allman [Tue, 1 Mar 1994 02:04:54 +0000 (18:04 -0800)]
avoid null pointer dereferences to e->e_id when logging

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.24

30 years agoabort connection after 25 bad commands
Eric Allman [Tue, 1 Mar 1994 02:03:47 +0000 (18:03 -0800)]
abort connection after 25 bad commands

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