unix-history/.git
31 years agostrip trailing dots off addresses before converting to UUCP format
Eric Allman [Mon, 22 Mar 1993 00:56:04 +0000 (16:56 -0800)]
strip trailing dots off addresses before converting to UUCP format

SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 6.9

31 years agoPOSIX & ISO changes; better I/O error diagnostics; fix bogus id
Eric Allman [Sat, 20 Mar 1993 08:32:01 +0000 (00:32 -0800)]
POSIX & ISO changes; better I/O error diagnostics; fix bogus id
and bogus headers on returned mail problem; don't force all local names
to lower case; send warning messages when email has been queued up for
a while; send su'ed email from original sender; use Postmaster as default
fallback address, not root; other misc stuff

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

31 years agoprog mailer should preserve case
Eric Allman [Sat, 20 Mar 1993 08:25:52 +0000 (00:25 -0800)]
prog mailer should preserve case

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 6.6

31 years agoinitial hooks for ISO networking
Eric Allman [Sat, 20 Mar 1993 08:24:40 +0000 (00:24 -0800)]
initial hooks for ISO networking

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.24
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.32
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.20
SCCS-vsn: usr.sbin/sendmail/src/Makefile 6.2
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.28
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.53
SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.14

31 years agowas munmap'ing the wrong size
Keith Bostic [Sat, 20 Mar 1993 07:49:04 +0000 (23:49 -0800)]
was munmap'ing the wrong size

SCCS-vsn: usr.bin/tail/forward.c 5.9

31 years agounmap the memory when done, other might run out
Keith Bostic [Sat, 20 Mar 1993 07:47:45 +0000 (23:47 -0800)]
unmap the memory when done, other might run out

SCCS-vsn: usr.bin/tail/reverse.c 5.8

31 years agoupdate
Keith Bostic [Sat, 20 Mar 1993 06:55:04 +0000 (22:55 -0800)]
update

SCCS-vsn: lib/libc/db/VERSION 5.3

31 years agoguarantee that bt_rfd gets set; pipes are read-only (check for einval)
Keith Bostic [Sat, 20 Mar 1993 06:50:22 +0000 (22:50 -0800)]
guarantee that bt_rfd gets set; pipes are read-only (check for einval)
don't read the file if the size is 0; return the right errno
clean up mmap and file pointer uses in recno interface

SCCS-vsn: lib/libc/db/recno/rec_open.c 5.15

31 years agoadd BTF_EOF flag, test it instead of bt_reof
Keith Bostic [Sat, 20 Mar 1993 06:49:16 +0000 (22:49 -0800)]
add BTF_EOF flag, test it instead of bt_reof
clean up mmap and file pointer uses in recno interface

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

31 years agoadd BTF_EOF to test instead of bt_reof
Keith Bostic [Sat, 20 Mar 1993 06:48:55 +0000 (22:48 -0800)]
add BTF_EOF to test instead of bt_reof
clean up mmap and file pointer uses in recno interface

SCCS-vsn: lib/libc/db/recno/rec_seq.c 5.8

31 years agouse munmap to free up the mapped memory
Keith Bostic [Sat, 20 Mar 1993 06:48:27 +0000 (22:48 -0800)]
use munmap to free up the mapped memory
lseek wasn't testing for error correctly before truncate call
clean up mmap and file pointer uses in recno interface

SCCS-vsn: lib/libc/db/recno/rec_close.c 5.9

31 years agoadd BTF_EOF flag to test instead of bt_reof int
Keith Bostic [Sat, 20 Mar 1993 06:47:38 +0000 (22:47 -0800)]
add BTF_EOF flag to test instead of bt_reof int
clean up mmap and file pointer uses in recno interface

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

31 years agoclean up mmap and file pointer uses in recno interface
Keith Bostic [Sat, 20 Mar 1993 06:46:41 +0000 (22:46 -0800)]
clean up mmap and file pointer uses in recno interface

SCCS-vsn: lib/libc/db/btree/btree.h 5.12

31 years agovattr struct is now 2 longwords larger so get rid of some spares
Mike Hibler [Sat, 20 Mar 1993 06:35:27 +0000 (22:35 -0800)]
vattr struct is now 2 longwords larger so get rid of some spares

SCCS-vsn: sys/nfs/nfsnode.h 7.33

31 years agoadd another long to vattr struct to keep it quad aligned
Mike Hibler [Sat, 20 Mar 1993 06:34:26 +0000 (22:34 -0800)]
add another long to vattr struct to keep it quad aligned

SCCS-vsn: sys/sys/vnode.h 7.68

31 years agodocument F line in qf file
Eric Allman [Sat, 20 Mar 1993 05:20:50 +0000 (21:20 -0800)]
document F line in qf file

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

31 years agodocument enhanced T option
Eric Allman [Sat, 20 Mar 1993 05:18:30 +0000 (21:18 -0800)]
document enhanced T option

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

31 years agokeep c0 static, otherwise it is undefined if no pid change
Eric Allman [Sat, 20 Mar 1993 05:00:05 +0000 (21:00 -0800)]
keep c0 static, otherwise it is undefined if no pid change

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

31 years agodon't free header values -- they are still accessible from
Eric Allman [Sat, 20 Mar 1993 04:59:26 +0000 (20:59 -0800)]
don't free header values -- they are still accessible from
BlankEnvelope

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

31 years agodon't force local names to lower case -- this was left over from
Eric Allman [Sat, 20 Mar 1993 04:20:03 +0000 (20:20 -0800)]
don't force local names to lower case -- this was left over from
the bogus alias mapping

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

31 years agoadd support for fmt == NULL, so can display "prog: errno_msg"
Keith Bostic [Sat, 20 Mar 1993 04:07:09 +0000 (20:07 -0800)]
add support for fmt == NULL, so can display "prog: errno_msg"

SCCS-vsn: lib/libc/gen/err.c 5.2
SCCS-vsn: lib/libc/gen/err.3 5.2

31 years agoinclude a warning timeout after some interval; get rid of QueueRun
Eric Allman [Sat, 20 Mar 1993 03:46:47 +0000 (19:46 -0800)]
include a warning timeout after some interval; get rid of QueueRun
global and put it in the envelope; some other minor bug fixes

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.22
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.30
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.26
SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.11
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.31
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.26
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.19
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.52
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.37
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.40

31 years agoif you are su'ed to root, send email as who you are, not as root
Eric Allman [Sat, 20 Mar 1993 01:06:21 +0000 (17:06 -0800)]
if you are su'ed to root, send email as who you are, not as root

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

31 years agoreturn the length if the record is from a cap_mkdb database
Keith Bostic [Sat, 20 Mar 1993 00:51:35 +0000 (16:51 -0800)]
return the length if the record is from a cap_mkdb database
minor cleanups

SCCS-vsn: lib/libc/gen/getcap.c 5.15

31 years agomove SendMode and ErrorMode into the envelope
Eric Allman [Sat, 20 Mar 1993 00:51:06 +0000 (16:51 -0800)]
move SendMode and ErrorMode into the envelope

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.43
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.30
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.27
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.51
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.36
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.38

31 years agodefault fallback name is Postmaster, not root
Eric Allman [Sat, 20 Mar 1993 00:30:56 +0000 (16:30 -0800)]
default fallback name is Postmaster, not root

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

31 years agocheck for error writing queue control files
Eric Allman [Sat, 20 Mar 1993 00:30:40 +0000 (16:30 -0800)]
check for error writing queue control files

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

31 years agoPOSIX changes; use dup2
Eric Allman [Sat, 20 Mar 1993 00:30:20 +0000 (16:30 -0800)]
POSIX changes; use dup2

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

31 years agodocument new longer queue ids
Eric Allman [Fri, 19 Mar 1993 11:46:44 +0000 (03:46 -0800)]
document new longer queue ids

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

31 years agoclean up unnecessary creates of queue ids; be sure to instantiate
Eric Allman [Fri, 19 Mar 1993 11:39:50 +0000 (03:39 -0800)]
clean up unnecessary creates of queue ids; be sure to instantiate
split envelopes in the queue; fix problem with leading spaces on
owner-aliases acting as delimiters

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

31 years agoavoid extra unnecessary creation of queue files solely for an
Eric Allman [Fri, 19 Mar 1993 11:37:55 +0000 (03:37 -0800)]
avoid extra unnecessary creation of queue files solely for an
unneeded id

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.42
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.19
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.34

31 years agoleading blanks in aliases can cause "unparsable" from addresses
Eric Allman [Fri, 19 Mar 1993 11:37:08 +0000 (03:37 -0800)]
leading blanks in aliases can cause "unparsable" from addresses

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.24

31 years agomake certain we always enqueue split envelopes
Eric Allman [Fri, 19 Mar 1993 11:35:49 +0000 (03:35 -0800)]
make certain we always enqueue split envelopes

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

31 years agothere can be errors on mci_out if the other end shuts down early
Eric Allman [Fri, 19 Mar 1993 11:34:57 +0000 (03:34 -0800)]
there can be errors on mci_out if the other end shuts down early

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.17

31 years agoglitch on queue printing
Eric Allman [Fri, 19 Mar 1993 08:41:00 +0000 (00:41 -0800)]
glitch on queue printing

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

31 years agohave 250 after DATA log the id; log envelope splits; change queue
Eric Allman [Fri, 19 Mar 1993 08:39:39 +0000 (00:39 -0800)]
have 250 after DATA log the id; log envelope splits; change queue
ids to have one more letter to improve probability of uniqueness over
a 24 hour period

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

31 years agoaccept old-format queue files
Eric Allman [Fri, 19 Mar 1993 08:38:26 +0000 (00:38 -0800)]
accept old-format queue files

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

31 years agoclean up confUSERDB_SPEC
Eric Allman [Fri, 19 Mar 1993 08:02:02 +0000 (00:02 -0800)]
clean up confUSERDB_SPEC

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 6.4
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.24
SCCS-vsn: usr.sbin/sendmail/cf/README 6.15

31 years agodocument confUSERDB_SPEC
Eric Allman [Fri, 19 Mar 1993 07:53:37 +0000 (23:53 -0800)]
document confUSERDB_SPEC

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

31 years agofix USERDB_SPEC to have enough quotes
Eric Allman [Fri, 19 Mar 1993 07:51:04 +0000 (23:51 -0800)]
fix USERDB_SPEC to have enough quotes

SCCS-vsn: usr.sbin/sendmail/cf/domain/CS.Berkeley.EDU.m4 6.3

31 years agoadd one more letter to queue names to encode the hour; this makes
Eric Allman [Fri, 19 Mar 1993 07:28:30 +0000 (23:28 -0800)]
add one more letter to queue names to encode the hour; this makes
queue ids more likely to be unique during any particular day

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

31 years agoadd logging on envelope splitting; some debugging
Eric Allman [Fri, 19 Mar 1993 07:12:23 +0000 (23:12 -0800)]
add logging on envelope splitting; some debugging

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

31 years agoprint queue id on final 250 (after DATA)
Eric Allman [Fri, 19 Mar 1993 06:18:11 +0000 (22:18 -0800)]
print queue id on final 250 (after DATA)

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

31 years agomove 11.notes to archives
Keith Bostic [Fri, 19 Mar 1993 05:13:07 +0000 (21:13 -0800)]
move 11.notes to archives

SCCS-vsn: share/doc/usd/Makefile 5.3

31 years agomove 09.newsread and 10.etiq into the archives
Keith Bostic [Fri, 19 Mar 1993 05:06:01 +0000 (21:06 -0800)]
move 09.newsread and 10.etiq into the archives

SCCS-vsn: share/doc/usd/Makefile 5.2

31 years agomust use lstat in case, e.g., /dev/fd is mounted and /dev/stdin
Chris Torek [Fri, 19 Mar 1993 04:23:42 +0000 (20:23 -0800)]
must use lstat in case, e.g., /dev/fd is mounted and /dev/stdin
is a symlink to /dev/fd/0 (then stat("/dev/stdin") is like fstat(0))

SCCS-vsn: usr.sbin/dev_mkdb/dev_mkdb.c 5.14

31 years agoupdate from Rodney Ruddock
Keith Bostic [Fri, 19 Mar 1993 04:17:35 +0000 (20:17 -0800)]
update from Rodney Ruddock

SCCS-vsn: contrib/ed/add_line.c 5.5
SCCS-vsn: contrib/ed/bang.c 5.4
SCCS-vsn: contrib/ed/ed.1 5.6
SCCS-vsn: contrib/ed/g.c 5.6
SCCS-vsn: contrib/ed/input_lines.c 5.8
SCCS-vsn: contrib/ed/main.c 5.7
SCCS-vsn: contrib/ed/q.c 5.5
SCCS-vsn: contrib/ed/r.c 5.6
SCCS-vsn: contrib/ed/w.c 5.5

31 years agopoint people at conf.h
Eric Allman [Fri, 19 Mar 1993 03:54:06 +0000 (19:54 -0800)]
point people at conf.h

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

31 years agorestore e_sender as undecorated envelope from address; OSF/1 on
Eric Allman [Fri, 19 Mar 1993 03:51:38 +0000 (19:51 -0800)]
restore e_sender as undecorated envelope from address; OSF/1 on
Alpha changes; some minor compilation problems

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

31 years agofix typo in list syntax (;: => :;)
Eric Allman [Fri, 19 Mar 1993 03:49:17 +0000 (19:49 -0800)]
fix typo in list syntax (;: => :;)

SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 6.23
SCCS-vsn: usr.sbin/sendmail/cf/m4/version.m4 6.18

31 years agoOSF/1 on Alpha portability enhancements
Eric Allman [Fri, 19 Mar 1993 03:11:31 +0000 (19:11 -0800)]
OSF/1 on Alpha portability enhancements

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

31 years agoThe zoneinfo rules for New Zealand don't allow for the changes
Keith Bostic [Fri, 19 Mar 1993 02:59:29 +0000 (18:59 -0800)]
The zoneinfo rules for New Zealand don't allow for the changes
that occured to the Daylight saving rules in 1990
bug report 4.4BSD-alpha/share/0; from Mark Davies <mark@comp.vuw.ac.nz>

SCCS-vsn: share/zoneinfo/datfiles/australasia 1.4

31 years agorestore e_sender as sending address sans decorations
Eric Allman [Fri, 19 Mar 1993 02:56:39 +0000 (18:56 -0800)]
restore e_sender as sending address sans decorations

SCCS-vsn: usr.sbin/sendmail/src/headers.c 6.21
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.40
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.23
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.23
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.47
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.30

31 years agorestore e_sender -- comment stripped version of from address
Eric Allman [Fri, 19 Mar 1993 02:30:55 +0000 (18:30 -0800)]
restore e_sender -- comment stripped version of from address

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

31 years agodefine TOBUFSIZE
Eric Allman [Fri, 19 Mar 1993 00:16:05 +0000 (16:16 -0800)]
define TOBUFSIZE

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

31 years agominor glitch -- add paren
Eric Allman [Thu, 18 Mar 1993 05:02:04 +0000 (21:02 -0800)]
minor glitch -- add paren

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

31 years agoclarify that VRFY no longer expands
Eric Allman [Thu, 18 Mar 1993 03:52:26 +0000 (19:52 -0800)]
clarify that VRFY no longer expands

SCCS-vsn: usr.sbin/sendmail/src/sendmail.hf 6.3

31 years agoheader update
Akito Fujita [Thu, 18 Mar 1993 03:11:12 +0000 (19:11 -0800)]
header update

SCCS-vsn: sys/luna68k/luna68k/genassym.c 7.6
SCCS-vsn: sys/luna68k/luna68k/locore.s 7.10
SCCS-vsn: sys/luna68k/luna68k/vectors.s 7.2

31 years agoadded ldist_init macros
Akito Fujita [Thu, 18 Mar 1993 03:10:03 +0000 (19:10 -0800)]
added ldist_init macros

SCCS-vsn: sys/luna68k/luna68k/conf.c 7.8

31 years agoheader update
Akito Fujita [Thu, 18 Mar 1993 03:09:28 +0000 (19:09 -0800)]
header update

SCCS-vsn: sys/luna68k/luna68k/clock.c 7.6

31 years agosync up to hp300/dev/if_le.c 7.16
Akito Fujita [Thu, 18 Mar 1993 03:09:01 +0000 (19:09 -0800)]
sync up to hp300/dev/if_le.c    7.16

SCCS-vsn: sys/luna68k/dev/if_le.c 7.5

31 years agoadd sdclose() for conf.c
Akito Fujita [Thu, 18 Mar 1993 03:08:34 +0000 (19:08 -0800)]
add sdclose() for conf.c

SCCS-vsn: sys/luna68k/dev/sd.c 7.6

31 years agoflock requires sys/file.h
Eric Allman [Thu, 18 Mar 1993 02:46:23 +0000 (18:46 -0800)]
flock requires sys/file.h

SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.12
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.29
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.27

31 years agoearly-bind headers; minor logging changes; handle temp errors
Eric Allman [Thu, 18 Mar 1993 02:36:28 +0000 (18:36 -0800)]
early-bind headers; minor logging changes; handle temp errors
better; HPUX/SystemV portability enhancements

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

31 years agoattempts to handle ENFILE conditions better
Eric Allman [Thu, 18 Mar 1993 02:35:24 +0000 (18:35 -0800)]
attempts to handle ENFILE conditions better

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.29
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.39
SCCS-vsn: usr.sbin/sendmail/src/err.c 6.8
SCCS-vsn: usr.sbin/sendmail/src/collect.c 6.10
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.28

31 years agoclean up file locking (create a lockfile() routine in conf.c)
Eric Allman [Thu, 18 Mar 1993 01:55:32 +0000 (17:55 -0800)]
clean up file locking (create a lockfile() routine in conf.c)

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.28
SCCS-vsn: usr.sbin/sendmail/src/main.c 6.38
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.22
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.11
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.13
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.46
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.27
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.36
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.26
SCCS-vsn: usr.sbin/sendmail/src/udb.c 6.13
SCCS-vsn: usr.sbin/sendmail/src/map.c 6.6

31 years agoearly bind default headers
Eric Allman [Thu, 18 Mar 1993 01:54:32 +0000 (17:54 -0800)]
early bind default headers

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

31 years agomake safe for ANSI cpp
Mike Hibler [Thu, 18 Mar 1993 00:19:30 +0000 (16:19 -0800)]
make safe for ANSI cpp

SCCS-vsn: sys/hp300/hp300/locore.s 7.23

31 years agochanged "received from" to "relay=" for consistency
Eric Allman [Wed, 17 Mar 1993 10:17:47 +0000 (02:17 -0800)]
changed "received from" to "relay=" for consistency

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

31 years agopass envelope to disconnect to avoid another use of CurEnv; make
Eric Allman [Wed, 17 Mar 1993 10:06:12 +0000 (02:06 -0800)]
pass envelope to disconnect to avoid another use of CurEnv; make
disconnect more POSIXish

SCCS-vsn: usr.sbin/sendmail/src/main.c 6.37
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.45

31 years agodelete e_sender and e_returnpath; delete $<; fix some SysExMsg
Eric Allman [Wed, 17 Mar 1993 04:30:45 +0000 (20:30 -0800)]
delete e_sender and e_returnpath; delete $<; fix some SysExMsg
problems; improvements to MX piggybacking; fix newlines-in-aliases problem
if "n" option set; fix user case mapping code in queue runs; pass TZ to
children (for SysV)

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

31 years agodelete $<
Eric Allman [Wed, 17 Mar 1993 04:28:46 +0000 (20:28 -0800)]
delete $<

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

31 years agodelete $<; add LOCAL_RULE_1 and LOCAL_RULE_2
Eric Allman [Wed, 17 Mar 1993 04:28:14 +0000 (20:28 -0800)]
delete $<; add LOCAL_RULE_1 and LOCAL_RULE_2

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

31 years agoadd LOCAL_RULE_1 and LOCAL_RULE_2; delete $<
Eric Allman [Wed, 17 Mar 1993 04:26:38 +0000 (20:26 -0800)]
add LOCAL_RULE_1 and LOCAL_RULE_2; delete $<

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

31 years agodelete e_sender and e_returnpath; fix some bugs in envelope splitting
Eric Allman [Wed, 17 Mar 1993 01:16:29 +0000 (17:16 -0800)]
delete e_sender and e_returnpath; fix some bugs in envelope splitting

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.16
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.27
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.21
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.28
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 6.28
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.22
SCCS-vsn: usr.sbin/sendmail/src/util.c 6.12
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.44
SCCS-vsn: usr.sbin/sendmail/src/queue.c 6.26
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/mci.c 6.6

31 years agodelete $<
Eric Allman [Tue, 16 Mar 1993 05:05:26 +0000 (21:05 -0800)]
delete $<

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

31 years agoadd LOCAL_RULE_1 and LOCAL_RULE_2
Eric Allman [Tue, 16 Mar 1993 05:04:26 +0000 (21:04 -0800)]
add LOCAL_RULE_1 and LOCAL_RULE_2

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

31 years agoquiet down the warnings
Chris Torek [Tue, 16 Mar 1993 01:59:05 +0000 (17:59 -0800)]
quiet down the warnings

SCCS-vsn: bin/kill/kill.c 5.6

31 years agodate and time created 93/03/14 13:56:39 by mckusick
Kirk McKusick [Mon, 15 Mar 1993 05:56:39 +0000 (21:56 -0800)]
date and time created 93/03/14 13:56:39 by mckusick

SCCS-vsn: sys/hp300/stand/installboot.sh 7.1

31 years agopass TZ variable to children (for System V)
Eric Allman [Mon, 15 Mar 1993 00:54:21 +0000 (16:54 -0800)]
pass TZ variable to children (for System V)

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

31 years agoback out setproctitle changes; they trash argv before everything
Eric Allman [Mon, 15 Mar 1993 00:31:26 +0000 (16:31 -0800)]
back out setproctitle changes; they trash argv before everything
has been properly saved

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 6.18
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 6.42
SCCS-vsn: usr.sbin/sendmail/src/conf.c 6.35

31 years agodon't send all addresses through recipient rewriting in buildaddr;
Eric Allman [Mon, 15 Mar 1993 00:30:36 +0000 (16:30 -0800)]
don't send all addresses through recipient rewriting in buildaddr;

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

31 years agodelete handling for word "at" on command line
Eric Allman [Mon, 15 Mar 1993 00:30:10 +0000 (16:30 -0800)]
delete handling for word "at" on command line

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

31 years agocompile warning cleanups
Eric Allman [Mon, 15 Mar 1993 00:29:53 +0000 (16:29 -0800)]
compile warning cleanups

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 6.17
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 6.15

31 years agochange (simplify) user and host UPPER => lower case mapping
Eric Allman [Sun, 14 Mar 1993 23:36:40 +0000 (15:36 -0800)]
change (simplify) user and host UPPER => lower case mapping

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 6.25
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 6.20
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 6.26
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 6.21
SCCS-vsn: usr.sbin/sendmail/src/alias.c 6.24

31 years agochange tagging of errors that need errno attached
Eric Allman [Sun, 14 Mar 1993 14:53:25 +0000 (06:53 -0800)]
change tagging of errors that need errno attached

SCCS-vsn: usr.sbin/sendmail/src/sysexits.c 6.3

31 years agofix MX signature to always have trailing dot so compares work right
Eric Allman [Sun, 14 Mar 1993 14:53:02 +0000 (06:53 -0800)]
fix MX signature to always have trailing dot so compares work right

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

31 years agochange "received from" logging on internal error response
Eric Allman [Sun, 14 Mar 1993 14:52:27 +0000 (06:52 -0800)]
change "received from" logging on internal error response

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

31 years agosetproctitle on getcanonname
Eric Allman [Sun, 14 Mar 1993 14:51:52 +0000 (06:51 -0800)]
setproctitle on getcanonname

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

31 years agoalways return message header, even if NoReturn set
Eric Allman [Sun, 14 Mar 1993 14:51:22 +0000 (06:51 -0800)]
always return message header, even if NoReturn set

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

31 years agofix SysExMsg printing; setproctitle on getmxrr
Eric Allman [Sun, 14 Mar 1993 14:50:43 +0000 (06:50 -0800)]
fix SysExMsg printing; setproctitle on getmxrr

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

31 years agoallow push/pop setproctitle
Eric Allman [Sun, 14 Mar 1993 14:48:30 +0000 (06:48 -0800)]
allow push/pop setproctitle

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

31 years agodelete trailing newline from aliases when option n set to avoid
Eric Allman [Sun, 14 Mar 1993 14:48:00 +0000 (06:48 -0800)]
delete trailing newline from aliases when option n set to avoid
bogus output from EXPN command

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

31 years agostrip local symbols
Ralph Campbell [Sun, 14 Mar 1993 07:48:11 +0000 (23:48 -0800)]
strip local symbols

SCCS-vsn: lib/csu/mips/Makefile 5.3

31 years agoadded more rz disks
Ralph Campbell [Sun, 14 Mar 1993 07:47:22 +0000 (23:47 -0800)]
added more rz disks

SCCS-vsn: etc/etc.pmax/disktab 5.5

31 years agodon't clear callv with bzero!
Ralph Campbell [Sun, 14 Mar 1993 07:45:48 +0000 (23:45 -0800)]
don't clear callv with bzero!

SCCS-vsn: sys/pmax/stand/start.s 7.6

31 years agofix bug with reconnect hanging if right after aborting reselect enable
Ralph Campbell [Sun, 14 Mar 1993 07:44:00 +0000 (23:44 -0800)]
fix bug with reconnect hanging if right after aborting reselect enable

SCCS-vsn: sys/pmax/dev/asc.c 7.11

31 years agonew installation procedure
Mike Hibler [Sun, 14 Mar 1993 01:18:58 +0000 (17:18 -0800)]
new installation procedure

SCCS-vsn: sys/hp300/stand/Makefile 7.18

31 years agoavoid requests for more descriptors than the kernel allows
Kirk McKusick [Sat, 13 Mar 1993 10:21:55 +0000 (02:21 -0800)]
avoid requests for more descriptors than the kernel allows

SCCS-vsn: sys/kern/kern_descrip.c 7.40

31 years ago(by sklower) obvious bug fix in mbuf starvation case
Andrew Cherenson [Sat, 13 Mar 1993 10:06:20 +0000 (02:06 -0800)]
(by sklower) obvious bug fix in mbuf starvation case

SCCS-vsn: sys/netinet/ip_output.c 7.31