unix-history/.git
29 years agoconvert to new DSN draft
Eric Allman [Tue, 22 Nov 1994 13:07:42 +0000 (05:07 -0800)]
convert to new DSN draft

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.28
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.54
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.41
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.74
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.40
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.47
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.54

29 years agoavoid core dump on debugging if e->e_message == NULL
Eric Allman [Tue, 22 Nov 1994 13:06:40 +0000 (05:06 -0800)]
avoid core dump on debugging if e->e_message == NULL

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

29 years agoreturn EBUSY if reference count on mount point is greater than 1 to
Kirk McKusick [Tue, 22 Nov 1994 09:42:10 +0000 (01:42 -0800)]
return EBUSY if reference count on mount point is greater than 1 to
avoid problems in lookup from programs referencing the hidden vnode

SCCS-vsn: sys/kern/vfs_syscalls.c 8.25

29 years agoadd security notes section
Eric Allman [Tue, 22 Nov 1994 09:10:34 +0000 (01:10 -0800)]
add security notes section

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

29 years agocheck for symbolic links after mount points to keep AMD hard mounts happy
Kirk McKusick [Tue, 22 Nov 1994 08:57:11 +0000 (00:57 -0800)]
check for symbolic links after mount points to keep AMD hard mounts happy

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

29 years agocheck for symbolic links after mount points to keep AMD hard mounts happy
Kirk McKusick [Tue, 22 Nov 1994 07:53:39 +0000 (23:53 -0800)]
check for symbolic links after mount points to keep AMD hard mounts happy

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

29 years agocheck that thing being uncached is a regular file
Kirk McKusick [Tue, 22 Nov 1994 07:37:33 +0000 (23:37 -0800)]
check that thing being uncached is a regular file

SCCS-vsn: sys/vm/vnode_pager.c 8.9

29 years agoadd istty for spec_open
Kirk McKusick [Tue, 22 Nov 1994 07:27:49 +0000 (23:27 -0800)]
add istty for spec_open

SCCS-vsn: sys/luna68k/luna68k/conf.c 8.4
SCCS-vsn: sys/pmax/pmax/conf.c 8.3
SCCS-vsn: sys/news3400/news3400/conf.c 8.3

29 years agoadd istty
Kirk McKusick [Tue, 22 Nov 1994 07:20:22 +0000 (23:20 -0800)]
add istty

SCCS-vsn: sys/sparc/sparc/conf.c 8.4

29 years agoadd istty to identify vnodes that reference ttys in spec_open
Kirk McKusick [Tue, 22 Nov 1994 07:16:36 +0000 (23:16 -0800)]
add istty to identify vnodes that reference ttys in spec_open

SCCS-vsn: sys/hp300/hp300/conf.c 8.3

29 years agoreturn EOF for read on dead ttys
Kirk McKusick [Tue, 22 Nov 1994 07:02:33 +0000 (23:02 -0800)]
return EOF for read on dead ttys

SCCS-vsn: sys/miscfs/deadfs/dead_vnops.c 8.2

29 years agoset VISTTY flag if opening a tty device
Kirk McKusick [Tue, 22 Nov 1994 07:00:31 +0000 (23:00 -0800)]
set VISTTY flag if opening a tty device

SCCS-vsn: sys/miscfs/specfs/spec_vnops.c 8.8

29 years agoNOCRED becomes NULL
Kirk McKusick [Tue, 22 Nov 1994 06:52:13 +0000 (22:52 -0800)]
NOCRED becomes NULL

SCCS-vsn: sys/sys/ucred.h 8.3

29 years agoclean up use of cred
Kirk McKusick [Tue, 22 Nov 1994 06:50:01 +0000 (22:50 -0800)]
clean up use of cred

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

29 years agoadd VISTTY flag to identify tty vnodes
Kirk McKusick [Tue, 22 Nov 1994 06:38:23 +0000 (22:38 -0800)]
add VISTTY flag to identify tty vnodes

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

29 years agoget rid of FSCRED; clean up use of NOCRED
Kirk McKusick [Tue, 22 Nov 1994 06:35:37 +0000 (22:35 -0800)]
get rid of FSCRED; clean up use of NOCRED

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

29 years agoFSCRED goes away; clean up use of NOCRED
Kirk McKusick [Tue, 22 Nov 1994 06:33:14 +0000 (22:33 -0800)]
FSCRED goes away; clean up use of NOCRED

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.14

29 years agodelete FSCRED; change NOCRED to be NULL
Kirk McKusick [Tue, 22 Nov 1994 06:16:05 +0000 (22:16 -0800)]
delete FSCRED; change NOCRED to be NULL

SCCS-vsn: sys/sys/ucred.h 8.3

29 years agocontrib update
Kirk McKusick [Mon, 21 Nov 1994 15:18:35 +0000 (07:18 -0800)]
contrib update

SCCS-vsn: admin/admin/forms/contrib 5.4

29 years agocompile glitches
Eric Allman [Mon, 21 Nov 1994 12:28:49 +0000 (04:28 -0800)]
compile glitches

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.48
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.111

29 years agodon't create maps that won't be used -- there is too much
Eric Allman [Mon, 21 Nov 1994 12:28:30 +0000 (04:28 -0800)]
don't create maps that won't be used -- there is too much
overhead in opening them, and it can cause error messages

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

29 years agopatch for !HASFLOCK
Eric Allman [Mon, 21 Nov 1994 09:54:04 +0000 (01:54 -0800)]
patch for !HASFLOCK

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

29 years agoFEATURE(local_procmail) and MAILER(procmail)
Eric Allman [Mon, 21 Nov 1994 09:23:53 +0000 (01:23 -0800)]
FEATURE(local_procmail) and MAILER(procmail)

SCCS-vsn: usr.sbin/sendmail/cf/README 8.40
SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile 8.9
SCCS-vsn: usr.sbin/sendmail/Files.cf 8.5

29 years agodate and time created 94/11/20 17:11:58 by eric
Eric Allman [Mon, 21 Nov 1994 09:11:58 +0000 (01:11 -0800)]
date and time created 94/11/20 17:11:58 by eric

SCCS-vsn: usr.sbin/sendmail/cf/mailer/procmail.m4 8.1

29 years agoallow files referenced in aliases to write files as the default uid
Eric Allman [Mon, 21 Nov 1994 05:50:20 +0000 (21:50 -0800)]
allow files referenced in aliases to write files as the default uid

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.53
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.109

29 years agocheck for "<<>>" etc as equivalent to "<>"
Eric Allman [Mon, 21 Nov 1994 00:56:43 +0000 (16:56 -0800)]
check for "<<>>" etc as equivalent to "<>"

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.40
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.39

29 years agoprototype for emptyaddr
Eric Allman [Mon, 21 Nov 1994 00:44:58 +0000 (16:44 -0800)]
prototype for emptyaddr

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

29 years agochange PF_NOBODYPART to be more descriptive of what the flag
Eric Allman [Sun, 20 Nov 1994 09:13:09 +0000 (01:13 -0800)]
change PF_NOBODYPART to be more descriptive of what the flag
actually does

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.72
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.38

29 years agoremove Content-Type: header from returned messages if and only if
Eric Allman [Sun, 20 Nov 1994 08:57:53 +0000 (00:57 -0800)]
remove Content-Type: header from returned messages if and only if
no body is to be returned -- this could confuse mail readers

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.27
SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.71
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.37
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.108
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.53
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.117
SCCS-vsn: usr.sbin/sendmail/src/mime.c 8.9

29 years agovalidate IDENT protocol return value
Eric Allman [Sun, 20 Nov 1994 08:56:17 +0000 (00:56 -0800)]
validate IDENT protocol return value

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

29 years agoadd description of POP mailer
Eric Allman [Tue, 15 Nov 1994 00:54:14 +0000 (16:54 -0800)]
add description of POP mailer

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

29 years agoinclude F=P flag
Eric Allman [Tue, 15 Nov 1994 00:35:25 +0000 (16:35 -0800)]
include F=P flag

SCCS-vsn: usr.sbin/sendmail/cf/mailer/pop.m4 8.4

29 years agoneeds F=n flag
Eric Allman [Mon, 14 Nov 1994 10:03:22 +0000 (02:03 -0800)]
needs F=n flag

SCCS-vsn: usr.sbin/sendmail/cf/mailer/pop.m4 8.3

29 years agoreality therapy
Eric Allman [Mon, 14 Nov 1994 08:52:43 +0000 (00:52 -0800)]
reality therapy

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

29 years ago+ is now default in confOPERATORS
Eric Allman [Mon, 14 Nov 1994 08:47:38 +0000 (00:47 -0800)]
+ is now default in confOPERATORS

SCCS-vsn: usr.sbin/sendmail/cf/feature/local_procmail.m4 8.2

29 years agoaccept user+detail; add FEATURE(procmail)
Eric Allman [Mon, 14 Nov 1994 08:47:11 +0000 (00:47 -0800)]
accept user+detail; add FEATURE(procmail)

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

29 years agoaccept user+detail
Eric Allman [Mon, 14 Nov 1994 08:46:37 +0000 (00:46 -0800)]
accept user+detail

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 8.8
SCCS-vsn: usr.sbin/sendmail/cf/m4/cf.m4 8.11
SCCS-vsn: usr.sbin/sendmail/cf/m4/proto.m4 8.58

29 years agoadd FEATURE(procmail)
Eric Allman [Mon, 14 Nov 1994 08:25:28 +0000 (00:25 -0800)]
add FEATURE(procmail)

SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile 8.8
SCCS-vsn: usr.sbin/sendmail/Files.cf 8.4

29 years agodate and time created 94/11/13 16:24:31 by eric
Eric Allman [Mon, 14 Nov 1994 08:24:31 +0000 (00:24 -0800)]
date and time created 94/11/13 16:24:31 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/local_procmail.m4 8.1

29 years agoif MX lookup fails, the name may still be good (because of NIS
Eric Allman [Mon, 14 Nov 1994 07:55:19 +0000 (23:55 -0800)]
if MX lookup fails, the name may still be good (because of NIS
or /etc/hosts entries) -- don't reject it too quickly

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

29 years agoallow map defs without file names in map_parse
Eric Allman [Mon, 14 Nov 1994 07:54:41 +0000 (23:54 -0800)]
allow map defs without file names in map_parse

SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.116
SCCS-vsn: usr.sbin/sendmail/src/map.c 8.36

29 years agoadd mail.local and smrsh to release
Eric Allman [Mon, 14 Nov 1994 07:53:49 +0000 (23:53 -0800)]
add mail.local and smrsh to release

SCCS-vsn: usr.sbin/sendmail/Files.base 8.12
SCCS-vsn: usr.sbin/sendmail/READ_ME 8.12

29 years agoadd unbalanced quote in NAME environment variable botch
Eric Allman [Mon, 14 Nov 1994 07:52:36 +0000 (23:52 -0800)]
add unbalanced quote in NAME environment variable botch

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

29 years agoadd FEATURE(stickyhost)
Eric Allman [Mon, 14 Nov 1994 07:52:10 +0000 (23:52 -0800)]
add FEATURE(stickyhost)

SCCS-vsn: usr.sbin/sendmail/Files.cf 8.3

29 years agodelete notsticky; add stickyhost
Eric Allman [Mon, 14 Nov 1994 07:51:40 +0000 (23:51 -0800)]
delete notsticky; add stickyhost

SCCS-vsn: usr.sbin/sendmail/cf/cf/ucbvax.mc 8.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.eecs.mc 8.2
SCCS-vsn: usr.sbin/sendmail/cf/cf/Makefile 8.7
SCCS-vsn: usr.sbin/sendmail/cf/cf/mail.cs.mc 8.4
SCCS-vsn: usr.sbin/sendmail/cf/cf/huginn.cs.mc 8.3

29 years agostickydomain => stickyhost
Eric Allman [Mon, 14 Nov 1994 07:48:54 +0000 (23:48 -0800)]
stickydomain => stickyhost

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

29 years agomake it a no-op; use FEATURE(stickydomain) to get old behaviour
Eric Allman [Mon, 14 Nov 1994 07:47:03 +0000 (23:47 -0800)]
make it a no-op; use FEATURE(stickydomain) to get old behaviour

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

29 years agoadd LUSER_RELAY; invert sense of FEATURE(notsticky); add
Eric Allman [Mon, 14 Nov 1994 07:46:06 +0000 (23:46 -0800)]
add LUSER_RELAY; invert sense of FEATURE(notsticky); add
documentation of un-MXed hosts; add smtp8 mailer, add *SMTP*_MAILER_ARGS

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

29 years agoadd LUSER_RELAY and invert sense of FEATURE(notsticky)
Eric Allman [Mon, 14 Nov 1994 07:44:56 +0000 (23:44 -0800)]
add LUSER_RELAY and invert sense of FEATURE(notsticky)

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

29 years agoadd MCF_OPTFILE flag
Eric Allman [Mon, 14 Nov 1994 07:42:57 +0000 (23:42 -0800)]
add MCF_OPTFILE flag

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

29 years agoadd smtp8 mailer and *_MAILER_ARGS parameters
Eric Allman [Mon, 14 Nov 1994 07:20:09 +0000 (23:20 -0800)]
add smtp8 mailer and *_MAILER_ARGS parameters

SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 8.18

29 years agowrap <> around addresses containing commas to avoid screwups
Eric Allman [Mon, 14 Nov 1994 06:52:37 +0000 (22:52 -0800)]
wrap <> around addresses containing commas to avoid screwups

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

29 years agoadd smrsh to release
Eric Allman [Mon, 14 Nov 1994 02:45:33 +0000 (18:45 -0800)]
add smrsh to release

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

29 years agodate and time created 94/11/13 10:24:58 by eric
Eric Allman [Mon, 14 Nov 1994 02:24:58 +0000 (18:24 -0800)]
date and time created 94/11/13 10:24:58 by eric

SCCS-vsn: usr.sbin/sendmail/smrsh/smrsh.8 8.1
SCCS-vsn: usr.sbin/sendmail/smrsh/smrsh.c 8.1

29 years agodate and time created 94/11/13 10:24:57 by eric
Eric Allman [Mon, 14 Nov 1994 02:24:57 +0000 (18:24 -0800)]
date and time created 94/11/13 10:24:57 by eric

SCCS-vsn: usr.sbin/sendmail/smrsh/README 8.1

29 years agomove fork up so that e-mails to multiple lists don't create
Eric Allman [Mon, 14 Nov 1994 02:14:04 +0000 (18:14 -0800)]
move fork up so that e-mails to multiple lists don't create
"fork storms"

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

29 years agoset UseNameServer on the basis of whether "dns" is in the service switch
Eric Allman [Mon, 14 Nov 1994 01:52:44 +0000 (17:52 -0800)]
set UseNameServer on the basis of whether "dns" is in the service switch

SCCS-vsn: usr.sbin/sendmail/src/domain.c 8.28
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.47
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.115

29 years agominor cleanup
Eric Allman [Sun, 13 Nov 1994 22:46:27 +0000 (14:46 -0800)]
minor cleanup

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

29 years agoallow dotted option names
Eric Allman [Sun, 13 Nov 1994 10:24:25 +0000 (02:24 -0800)]
allow dotted option names

SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.46
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.114

29 years agodate and time created 94/11/12 14:21:47 by eric
Eric Allman [Sun, 13 Nov 1994 06:21:47 +0000 (22:21 -0800)]
date and time created 94/11/12 14:21:47 by eric

SCCS-vsn: usr.sbin/sendmail/cf/feature/stickyhost.m4 8.1

29 years agotranslate newlines to space in logged message-id to avoid
Eric Allman [Sat, 12 Nov 1994 00:09:35 +0000 (16:09 -0800)]
translate newlines to space in logged message-id to avoid
syslog truncations

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

29 years agoavoid core dump if df file cannot be opened
Eric Allman [Fri, 11 Nov 1994 23:24:25 +0000 (15:24 -0800)]
avoid core dump if df file cannot be opened

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

29 years agoinclude sequence number in queue runs
Eric Allman [Fri, 11 Nov 1994 22:04:25 +0000 (14:04 -0800)]
include sequence number in queue runs

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

29 years agomention that you have to kill the sendmail daemon after changing
Eric Allman [Fri, 11 Nov 1994 01:02:00 +0000 (17:02 -0800)]
mention that you have to kill the sendmail daemon after changing
sendmail.cf

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

29 years agounnecessary & wrong arg to printf when citing normal masks
Keith Sklower [Wed, 9 Nov 1994 11:15:22 +0000 (03:15 -0800)]
unnecessary & wrong arg to printf when citing normal masks

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

29 years agoallow per-mailer default character set (applies to INCOMING mailer)
Eric Allman [Wed, 9 Nov 1994 03:49:08 +0000 (19:49 -0800)]
allow per-mailer default character set (applies to INCOMING mailer)

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.40
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.68
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.105
SCCS-vsn: usr.sbin/sendmail/src/mime.c 8.8

29 years agodual map buffers are no longer necessary due to copy in sendtolist()
Eric Allman [Wed, 9 Nov 1994 02:06:55 +0000 (18:06 -0800)]
dual map buffers are no longer necessary due to copy in sendtolist()

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

29 years agocopy buffer in senttolist() to avoid conflict with maps
Eric Allman [Wed, 9 Nov 1994 02:06:29 +0000 (18:06 -0800)]
copy buffer in senttolist() to avoid conflict with maps

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

29 years agoaccept "ESMTP" anywhere on any line of the greeting message
Eric Allman [Wed, 9 Nov 1994 02:03:13 +0000 (18:03 -0800)]
accept "ESMTP" anywhere on any line of the greeting message
to force running in Extended mode

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

29 years agoanswer some more questions hitting the net
Eric Allman [Wed, 9 Nov 1994 00:53:55 +0000 (16:53 -0800)]
answer some more questions hitting the net

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

29 years agouse proper spec and fifo ops
Kirk McKusick [Tue, 8 Nov 1994 07:54:48 +0000 (23:54 -0800)]
use proper spec and fifo ops

SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.13

29 years agooff by one error prevents installing routes for class A interfaces
Keith Sklower [Tue, 8 Nov 1994 04:06:52 +0000 (20:06 -0800)]
off by one error prevents installing routes for class A interfaces
(fix provided by Karl Fox of Morningstar, reported via karels).

SCCS-vsn: sys/netinet/in.c 8.3

29 years agocreate proper headers on MIME mail (not just MIME-Version:)
Eric Allman [Mon, 7 Nov 1994 05:09:34 +0000 (21:09 -0800)]
create proper headers on MIME mail (not just MIME-Version:)

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

29 years agoclear MCIF_CVT8TO7 bit from cached MCI structures
Eric Allman [Sun, 6 Nov 1994 07:09:41 +0000 (23:09 -0800)]
clear MCIF_CVT8TO7 bit from cached MCI structures

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

29 years agoadd MCIF_CVT7TO8 flag for future use
Eric Allman [Sun, 6 Nov 1994 04:33:07 +0000 (20:33 -0800)]
add MCIF_CVT7TO8 flag for future use

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

29 years agotweak EightBitMode and F=8 options to do something useful
Eric Allman [Sun, 6 Nov 1994 04:27:46 +0000 (20:27 -0800)]
tweak EightBitMode and F=8 options to do something useful

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.25
SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.38
SCCS-vsn: usr.sbin/sendmail/src/collect.c 8.26

29 years agoannounce DSN extension as X-DSN-0 instead of DSN until it is
Eric Allman [Sun, 6 Nov 1994 02:43:56 +0000 (18:43 -0800)]
announce DSN extension as X-DSN-0 instead of DSN until it is
standardized

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

29 years agoLinux problem with getusershell(3)
Eric Allman [Sun, 6 Nov 1994 02:31:51 +0000 (18:31 -0800)]
Linux problem with getusershell(3)

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

29 years agofailure to get a reserved port is EACCES, not EPERM
Kirk McKusick [Sat, 5 Nov 1994 06:52:55 +0000 (22:52 -0800)]
failure to get a reserved port is EACCES, not EPERM
(from Theo de Raadt <deraadt@fsa.ca>)

SCCS-vsn: sys/netinet/in_pcb.c 8.3

29 years agominor editing nits fron cgd
Kirk McKusick [Sat, 5 Nov 1994 03:59:12 +0000 (19:59 -0800)]
minor editing nits fron cgd

SCCS-vsn: bin/cat/cat.1 8.2

29 years agoupdate for other libc files
Kirk McKusick [Sat, 5 Nov 1994 03:39:07 +0000 (19:39 -0800)]
update for other libc files

SCCS-vsn: sys/miscfs/union/README 8.2

29 years agoadd F=8 mailer flag to force "just send 8" behaviour
Eric Allman [Sat, 5 Nov 1994 00:43:15 +0000 (16:43 -0800)]
add F=8 mailer flag to force "just send 8" behaviour

SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.67
SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.24

29 years agofirst cut at DSN implementation
Eric Allman [Sat, 5 Nov 1994 00:40:42 +0000 (16:40 -0800)]
first cut at DSN implementation

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.23
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.39
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.66
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.36
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.103
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.113

29 years agorestore WINO inode to USTATE to keep accounting right
Kirk McKusick [Fri, 4 Nov 1994 16:08:30 +0000 (08:08 -0800)]
restore WINO inode to USTATE to keep accounting right

SCCS-vsn: sbin/fsck/pass5.c 8.4

29 years agothis one actually compiles . . .
Keith Sklower [Thu, 3 Nov 1994 10:23:48 +0000 (02:23 -0800)]
this one actually compiles . . .

SCCS-vsn: sys/net/rtsock.c 8.5

29 years agoput in too many flags when setting netmask
Keith Sklower [Thu, 3 Nov 1994 09:19:50 +0000 (01:19 -0800)]
put in too many flags when setting netmask

SCCS-vsn: sys/net/radix.c 8.4

29 years agoexplain Makefiles subdirectory change & new database definitions
Eric Allman [Thu, 3 Nov 1994 06:13:06 +0000 (22:13 -0800)]
explain Makefiles subdirectory change & new database definitions

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

29 years agoemulate the other common case of setreuid (setregid):
Mike Hibler [Wed, 2 Nov 1994 13:27:09 +0000 (05:27 -0800)]
emulate the other common case of setreuid (setregid):
setting both effective and real to the same value

SCCS-vsn: sys/kern/kern_prot.c 8.7

29 years agooptimization for normal masks requires keeping ptr
Keith Sklower [Tue, 1 Nov 1994 05:46:58 +0000 (21:46 -0800)]
optimization for normal masks requires keeping ptr
to associated leaf, rather than just the mask itself

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

29 years agooptimization for normal masks requires keeping ptr to associated leaf,
Keith Sklower [Tue, 1 Nov 1994 05:45:49 +0000 (21:45 -0800)]
optimization for normal masks requires keeping ptr to associated leaf,

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

29 years agocompromise fixes for duped keys
Keith Sklower [Tue, 1 Nov 1994 05:42:56 +0000 (21:42 -0800)]
compromise fixes for duped keys

SCCS-vsn: sys/net/radix.c 8.3
SCCS-vsn: sys/net/radix.h 8.2
SCCS-vsn: sys/net/rtsock.c 8.4

29 years agocorrect reference to Prof. Stephen Falken
Kirk McKusick [Tue, 1 Nov 1994 03:57:27 +0000 (19:57 -0800)]
correct reference to Prof. Stephen Falken

SCCS-vsn: etc/master.passwd 8.2

29 years agoadd more debugging code for ffs_reallocblks
Kirk McKusick [Fri, 28 Oct 1994 15:42:54 +0000 (07:42 -0800)]
add more debugging code for ffs_reallocblks

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.11

29 years agoper Van via Sally Floyd, do not add the constant maxseg/8 to the
Kirk McKusick [Fri, 28 Oct 1994 13:05:13 +0000 (05:05 -0800)]
per Van via Sally Floyd, do not add the constant maxseg/8 to the
congestion window on each new ack in congestion avoidance (after
slow start) (from karels)

SCCS-vsn: sys/netinet/tcp_input.c 8.7

29 years agouse and maintain fs_maxcluster array
Kirk McKusick [Fri, 28 Oct 1994 12:42:38 +0000 (04:42 -0800)]
use and maintain fs_maxcluster array

SCCS-vsn: sys/ufs/ffs/ffs_alloc.c 8.10

29 years agoallocate space and initialize fs_maxcluster array;
Kirk McKusick [Fri, 28 Oct 1994 12:41:37 +0000 (04:41 -0800)]
allocate space and initialize fs_maxcluster array;
save and restore fs_maxfilesize so smaller limit can be imposed

SCCS-vsn: sys/ufs/ffs/ffs_vfsops.c 8.13

29 years agoadd fs_maxcluster to track cluster sizes per cylinder group
Kirk McKusick [Fri, 28 Oct 1994 12:39:53 +0000 (04:39 -0800)]
add fs_maxcluster to track cluster sizes per cylinder group

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

29 years agoadd um_savedmaxfilesize to save real value
Kirk McKusick [Fri, 28 Oct 1994 12:35:43 +0000 (04:35 -0800)]
add um_savedmaxfilesize to save real value

SCCS-vsn: sys/ufs/ufs/ufsmount.h 8.4

29 years agodon't calculate stop time until all the data is sent or received
Kirk McKusick [Fri, 28 Oct 1994 11:51:22 +0000 (03:51 -0800)]
don't calculate stop time until all the data is sent or received
(from mcn@.c3.lanl.gov (Michael Neuman))

SCCS-vsn: usr.bin/ftp/ftp.c 8.6

29 years agobyte swapping prototype directory entries on old little
Kirk McKusick [Fri, 28 Oct 1994 07:46:56 +0000 (23:46 -0800)]
byte swapping prototype directory entries on old little
endian filesystems (from mycroft)

SCCS-vsn: sbin/fsck/pass2.c 8.6