unix-history/.git
29 years agofix readdir for non-linear union stacks
Jan-Simon Pendry [Sun, 11 Dec 1994 05:04:32 +0000 (21:04 -0800)]
fix readdir for non-linear union stacks

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

29 years agofix readdir for no-linear stacks
Jan-Simon Pendry [Sun, 11 Dec 1994 05:03:10 +0000 (21:03 -0800)]
fix readdir for no-linear stacks

SCCS-vsn: sys/miscfs/union/union.h 8.9
SCCS-vsn: sys/miscfs/union/union_subr.c 8.16
SCCS-vsn: sys/miscfs/union/union_vnops.c 8.22
SCCS-vsn: sys/miscfs/union/union_vfsops.c 8.13

29 years agodon't run off end of union read-ahead buffer
Jan-Simon Pendry [Sun, 11 Dec 1994 04:55:07 +0000 (20:55 -0800)]
don't run off end of union read-ahead buffer

SCCS-vsn: lib/libc/gen/opendir.c 8.7

29 years agofix problem with RES_DEBUG setting before res_init()
Eric Allman [Sun, 11 Dec 1994 04:11:44 +0000 (20:11 -0800)]
fix problem with RES_DEBUG setting before res_init()

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

29 years agodon't let an error in one envelope from address blow away other
Eric Allman [Sun, 11 Dec 1994 03:57:02 +0000 (19:57 -0800)]
don't let an error in one envelope from address blow away other
jobs to the same host later in the queue run

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

29 years agohave to protect acct_process from acctwatch closing the vnode
Jan-Simon Pendry [Sun, 11 Dec 1994 03:25:16 +0000 (19:25 -0800)]
have to protect acct_process from acctwatch closing the vnode

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

29 years agoif a non-optional map cannot be opened, queue mail that needs it
Eric Allman [Sun, 11 Dec 1994 01:30:18 +0000 (17:30 -0800)]
if a non-optional map cannot be opened, queue mail that needs it

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

29 years agoadd Intel Paragon support
Eric Allman [Sun, 11 Dec 1994 01:20:43 +0000 (17:20 -0800)]
add Intel Paragon support

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

29 years agolog transaction delay as well as queue delay (for ordering lists)
Eric Allman [Sat, 10 Dec 1994 23:46:53 +0000 (15:46 -0800)]
log transaction delay as well as queue delay (for ordering lists)

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.59
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.119
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.59

29 years agoquestion about sendmail modes
Eric Allman [Sat, 10 Dec 1994 01:46:12 +0000 (17:46 -0800)]
question about sendmail modes

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

29 years agoadd q_xstartdate
Eric Allman [Sat, 10 Dec 1994 00:07:49 +0000 (16:07 -0800)]
add q_xstartdate

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

29 years agorearrange and update the fAQ
Eric Allman [Sat, 10 Dec 1994 00:03:19 +0000 (16:03 -0800)]
rearrange and update the fAQ

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

29 years agoadd mailprio Perl scripts from Tony Sanders
Eric Allman [Fri, 9 Dec 1994 23:31:35 +0000 (15:31 -0800)]
add mailprio Perl scripts from Tony Sanders

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

29 years agoupdate for DG/UX
Eric Allman [Fri, 9 Dec 1994 23:05:13 +0000 (15:05 -0800)]
update for DG/UX

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

29 years agoadd description of TIOCSIG
Kirk McKusick [Fri, 9 Dec 1994 15:16:27 +0000 (07:16 -0800)]
add description of TIOCSIG

SCCS-vsn: share/man/man4/pty.4 8.3

29 years agoavoid converting NOVAL (from karels)
Kirk McKusick [Fri, 9 Dec 1994 14:55:08 +0000 (06:55 -0800)]
avoid converting NOVAL (from karels)

SCCS-vsn: sys/nfs/xdr_subs.h 8.2

29 years agorequest IO_UNIT on writes, so failures cause truncation back to start
Kirk McKusick [Fri, 9 Dec 1994 14:49:51 +0000 (06:49 -0800)]
request IO_UNIT on writes, so failures cause truncation back to start

SCCS-vsn: sys/kern/vfs_vnops.c 8.5

29 years agoonly fail when trying to add one too many groups (from cgd)
Kirk McKusick [Fri, 9 Dec 1994 14:39:39 +0000 (06:39 -0800)]
only fail when trying to add one too many groups (from cgd)

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

29 years agodircheck() shouldn't be looking at d_type or d_namlen in blank entries
Kirk McKusick [Fri, 9 Dec 1994 14:30:40 +0000 (06:30 -0800)]
dircheck() shouldn't be looking at d_type or d_namlen in blank entries
(from mycroft)

SCCS-vsn: sbin/fsck/dir.c 8.5

29 years agohave to protect acct_process from acctwatch closing the vnode
Kirk McKusick [Fri, 9 Dec 1994 14:10:57 +0000 (06:10 -0800)]
have to protect acct_process from acctwatch closing the vnode

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

29 years agocorrect fix for LITTLE_ENDIAN in mkentry() (idea from mycroft)
Kirk McKusick [Fri, 9 Dec 1994 10:03:21 +0000 (02:03 -0800)]
correct fix for LITTLE_ENDIAN in mkentry() (idea from mycroft)

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

29 years agocheck ownership of mailbox file
Eric Allman [Thu, 8 Dec 1994 04:30:38 +0000 (20:30 -0800)]
check ownership of mailbox file

SCCS-vsn: libexec/mail.local/mail.local.c 8.11

29 years agoadd information about IDENT servers; clean up lie about DNS
Eric Allman [Wed, 7 Dec 1994 22:24:41 +0000 (14:24 -0800)]
add information about IDENT servers; clean up lie about DNS

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

29 years agoif attempts to translate name fails, return original
Kirk McKusick [Wed, 7 Dec 1994 02:53:19 +0000 (18:53 -0800)]
if attempts to translate name fails, return original

SCCS-vsn: sbin/fsck/preen.c 8.3

29 years agoUUCP updates
Eric Allman [Wed, 7 Dec 1994 01:44:59 +0000 (17:44 -0800)]
UUCP updates

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

29 years agouse $g instead of $f for -a argument to get around bug in Taylor UUCP
Eric Allman [Wed, 7 Dec 1994 01:44:31 +0000 (17:44 -0800)]
use $g instead of $f for -a argument to get around bug in Taylor UUCP

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

29 years agochanges from version set by mycroft
Kirk McKusick [Tue, 6 Dec 1994 14:37:35 +0000 (06:37 -0800)]
changes from version set by mycroft

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.9

29 years agocleanups
Kirk McKusick [Tue, 6 Dec 1994 14:27:51 +0000 (06:27 -0800)]
cleanups

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

29 years agothings from mycroft that don't match
Kirk McKusick [Tue, 6 Dec 1994 14:25:06 +0000 (06:25 -0800)]
things from mycroft that don't match

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.9

29 years agomycroft updates
Kirk McKusick [Tue, 6 Dec 1994 14:13:23 +0000 (06:13 -0800)]
mycroft updates

SCCS-vsn: sys/isofs/cd9660/TODO.hibler 8.3

29 years agoupdate from mycroft
Kirk McKusick [Tue, 6 Dec 1994 14:11:24 +0000 (06:11 -0800)]
update from mycroft

SCCS-vsn: sys/isofs/cd9660/cd9660_bmap.c 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_node.h 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.h 8.2
SCCS-vsn: sys/isofs/cd9660/iso.h 8.4
SCCS-vsn: sys/isofs/cd9660/cd9660_lookup.c 8.5
SCCS-vsn: sys/isofs/cd9660/cd9660_node.c 8.5
SCCS-vsn: sys/isofs/cd9660/cd9660_rrip.c 8.6
SCCS-vsn: sys/isofs/cd9660/cd9660_util.c 8.3
SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.8
SCCS-vsn: sys/isofs/cd9660/cd9660_vnops.c 8.14

29 years agoreturn ENOSYS rather than EINVAL for non-existent system call
Kirk McKusick [Tue, 6 Dec 1994 10:33:03 +0000 (02:33 -0800)]
return ENOSYS rather than EINVAL for non-existent system call

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

29 years agoallow the case where a host name isn't know to gethostbyname --
Eric Allman [Tue, 6 Dec 1994 07:17:28 +0000 (23:17 -0800)]
allow the case where a host name isn't know to gethostbyname --
as might happen if you were uucp-only (common for Linux, apparently)

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

29 years agopatches for Altos System V
Eric Allman [Tue, 6 Dec 1994 06:06:35 +0000 (22:06 -0800)]
patches for Altos System V

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.9
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.123
SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.124

29 years agoadd Makefile.Altos
Eric Allman [Tue, 6 Dec 1994 05:52:37 +0000 (21:52 -0800)]
add Makefile.Altos

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

29 years agodate and time created 94/12/05 13:52:06 by eric
Eric Allman [Tue, 6 Dec 1994 05:52:06 +0000 (21:52 -0800)]
date and time created 94/12/05 13:52:06 by eric

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

29 years agounwhiteout.2 -> undelete.2
Jan-Simon Pendry [Tue, 6 Dec 1994 03:23:34 +0000 (19:23 -0800)]
unwhiteout.2 -> undelete.2

SCCS-vsn: bin/rm/rm.1 8.5

29 years agodo sender logging as early as possible
Eric Allman [Tue, 6 Dec 1994 02:05:27 +0000 (18:05 -0800)]
do sender logging as early as possible

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.72

29 years agofix a bug that caused lost messages in -odq mode
Eric Allman [Tue, 6 Dec 1994 02:05:10 +0000 (18:05 -0800)]
fix a bug that caused lost messages in -odq mode

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

29 years agoimplement DialDelay option
Eric Allman [Tue, 6 Dec 1994 01:15:44 +0000 (17:15 -0800)]
implement DialDelay option

SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.62
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.53

29 years agoadd DialDelay
Eric Allman [Tue, 6 Dec 1994 00:43:01 +0000 (16:43 -0800)]
add DialDelay

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

29 years agoupdates for Ultrix, Solaris, and DYNIX/ptx
Eric Allman [Mon, 5 Dec 1994 08:51:10 +0000 (00:51 -0800)]
updates for Ultrix, Solaris, and DYNIX/ptx

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.8

29 years agoremove sysexits.h before slinking
Eric Allman [Mon, 5 Dec 1994 02:06:24 +0000 (18:06 -0800)]
remove sysexits.h before slinking

SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.Solaris 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.3 8.8
SCCS-vsn: usr.sbin/sendmail/src/Makefiles/Makefile.SunOS.5.4 8.8

29 years agorename sysexits.h => sysexits.hh to avoid problems
Eric Allman [Mon, 5 Dec 1994 00:28:40 +0000 (16:28 -0800)]
rename sysexits.h => sysexits.hh to avoid problems

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

29 years agoadd cf/ostype/ptx2.m4
Eric Allman [Sun, 4 Dec 1994 23:32:13 +0000 (15:32 -0800)]
add cf/ostype/ptx2.m4

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

29 years agodate and time created 94/12/04 07:31:39 by eric
Eric Allman [Sun, 4 Dec 1994 23:31:39 +0000 (15:31 -0800)]
date and time created 94/12/04 07:31:39 by eric

SCCS-vsn: usr.sbin/sendmail/cf/ostype/ptx2.m4 8.1

29 years agoput DSNs on a compile flag
Eric Allman [Sun, 4 Dec 1994 00:29:23 +0000 (16:29 -0800)]
put DSNs on a compile flag

SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.48
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.51

29 years agodocument non-working code sent to mitre
Keith Sklower [Sat, 3 Dec 1994 07:49:28 +0000 (23:49 -0800)]
document non-working code sent to mitre

SCCS-vsn: sys/net/route.h 8.3.1.1

29 years agodocument non-working version sent to mitre
Keith Sklower [Sat, 3 Dec 1994 07:15:00 +0000 (23:15 -0800)]
document non-working version sent to mitre

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

29 years agodocument state of non-working code for tunnel driver as sent to mitre
Keith Sklower [Sat, 3 Dec 1994 07:02:13 +0000 (23:02 -0800)]
document state of non-working code for tunnel driver as sent to mitre

SCCS-vsn: sys/net/route.c 8.2.1.1

29 years agothis doesn't include annotation bugfixes, but documents
Keith Sklower [Sat, 3 Dec 1994 06:55:12 +0000 (22:55 -0800)]
this doesn't include annotation bugfixes, but documents
work sent to mitre for a tunnel driver

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

29 years agoMIME compile option is gone
Eric Allman [Sat, 3 Dec 1994 06:29:32 +0000 (22:29 -0800)]
MIME compile option is gone

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

29 years agofix dangling pointer
Jan-Simon Pendry [Fri, 2 Dec 1994 22:11:24 +0000 (14:11 -0800)]
fix dangling pointer

SCCS-vsn: sys/miscfs/union/union_subr.c 8.15

29 years agodeal with systems that don't have quads
Eric Allman [Fri, 2 Dec 1994 09:11:52 +0000 (01:11 -0800)]
deal with systems that don't have quads

SCCS-vsn: libexec/mail.local/mail.local.c 8.10

29 years agofix problem with left over df files after hop count exceeded
Eric Allman [Fri, 2 Dec 1994 00:41:11 +0000 (16:41 -0800)]
fix problem with left over df files after hop count exceeded

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

29 years agoif we have FATALERRS set but no errors in addresses, set errors
Eric Allman [Fri, 2 Dec 1994 00:40:43 +0000 (16:40 -0800)]
if we have FATALERRS set but no errors in addresses, set errors
in all the addresses

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

29 years agowhen given non block or character device to check, let user decide
Kirk McKusick [Thu, 1 Dec 1994 03:17:40 +0000 (19:17 -0800)]
when given non block or character device to check, let user decide

SCCS-vsn: sbin/fsck/preen.c 8.2

29 years agolint
Kirk McKusick [Thu, 1 Dec 1994 03:03:49 +0000 (19:03 -0800)]
lint

SCCS-vsn: sbin/fsck/pass5.c 8.6
SCCS-vsn: sbin/newfs/mkfs.c 8.7
SCCS-vsn: sbin/dumplfs/dumplfs.c 8.2
SCCS-vsn: usr.sbin/diskpart/diskpart.c 8.3

29 years agofix undefined reference when DEBUG not defined (from ralph)
Kirk McKusick [Thu, 1 Dec 1994 02:52:43 +0000 (18:52 -0800)]
fix undefined reference when DEBUG not defined (from ralph)

SCCS-vsn: sys/pmax/dev/sii.c 8.4

29 years agoget disk and block size when opening device rather than probe time (from ralph)
Kirk McKusick [Thu, 1 Dec 1994 02:52:27 +0000 (18:52 -0800)]
get disk and block size when opening device rather than probe time (from ralph)

SCCS-vsn: sys/pmax/dev/rz.c 8.3

29 years agofix problem with disconnects (from ralph)
Kirk McKusick [Thu, 1 Dec 1994 02:52:06 +0000 (18:52 -0800)]
fix problem with disconnects (from ralph)

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

29 years agouninitialized variable (from ralph)
Kirk McKusick [Thu, 1 Dec 1994 02:45:26 +0000 (18:45 -0800)]
uninitialized variable (from ralph)

SCCS-vsn: sys/isofs/cd9660/cd9660_vfsops.c 8.7

29 years agofix typo
Eric Allman [Wed, 30 Nov 1994 22:54:21 +0000 (14:54 -0800)]
fix typo

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

29 years agodefine -c 3
Kirk McKusick [Wed, 30 Nov 1994 13:01:27 +0000 (05:01 -0800)]
define -c 3

SCCS-vsn: sbin/fsck/fsck.8 8.3

29 years agoconvert level should be >= 3, not > 3
Kirk McKusick [Wed, 30 Nov 1994 12:59:08 +0000 (04:59 -0800)]
convert level should be >= 3, not > 3

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

29 years agohmm..... make sure no one can predict the lock temp name
Eric Allman [Wed, 30 Nov 1994 06:24:20 +0000 (22:24 -0800)]
hmm..... make sure no one can predict the lock temp name

SCCS-vsn: libexec/mail.local/mail.local.c 8.9

29 years agorestore old mailbox locking (user.lock) so that NFS-mounted
Eric Allman [Wed, 30 Nov 1994 06:15:58 +0000 (22:15 -0800)]
restore old mailbox locking (user.lock) so that NFS-mounted
mail partitions have some chance of working

SCCS-vsn: libexec/mail.local/mail.local.c 8.8

29 years agocleanup of cred usage
Kirk McKusick [Tue, 29 Nov 1994 04:57:52 +0000 (20:57 -0800)]
cleanup of cred usage

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

29 years agomore DSN tweaking
Eric Allman [Tue, 29 Nov 1994 01:16:47 +0000 (17:16 -0800)]
more DSN tweaking

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

29 years agorestore PRIV_NORECEIPTS flag, even in DSN mode
Eric Allman [Tue, 29 Nov 1994 01:16:23 +0000 (17:16 -0800)]
restore PRIV_NORECEIPTS flag, even in DSN mode

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

29 years agofix DSN return receipts to mailing lists
Eric Allman [Tue, 29 Nov 1994 01:16:04 +0000 (17:16 -0800)]
fix DSN return receipts to mailing lists

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

29 years agodon't set q_statmta if the current host name is null
Eric Allman [Mon, 28 Nov 1994 08:36:42 +0000 (00:36 -0800)]
don't set q_statmta if the current host name is null

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

29 years agofix typo
Eric Allman [Mon, 28 Nov 1994 07:31:23 +0000 (23:31 -0800)]
fix typo

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

29 years agomore DSN hacking
Eric Allman [Mon, 28 Nov 1994 07:22:37 +0000 (23:22 -0800)]
more DSN hacking

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.46
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.77
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.46
SCCS-vsn: usr.sbin/sendmail/src/daemon.c 8.61
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.116

29 years agoadd MTS type information
Eric Allman [Mon, 28 Nov 1994 07:15:19 +0000 (23:15 -0800)]
add MTS type information

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 8.11
SCCS-vsn: usr.sbin/sendmail/cf/mailer/smtp.m4 8.19
SCCS-vsn: usr.sbin/sendmail/cf/mailer/uucp.m4 8.17

29 years agoget the final MTS type from the mailer descriptor
Eric Allman [Mon, 28 Nov 1994 03:22:39 +0000 (19:22 -0800)]
get the final MTS type from the mailer descriptor

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

29 years agofix a problem that was causing inappropriate MIME-encoding
Eric Allman [Mon, 28 Nov 1994 03:22:20 +0000 (19:22 -0800)]
fix a problem that was causing inappropriate MIME-encoding

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

29 years agoimproved debugging
Eric Allman [Mon, 28 Nov 1994 03:20:18 +0000 (19:20 -0800)]
improved debugging

SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.115
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.50
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.45
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.71

29 years agouse ${MAKE} if it is set
Eric Allman [Mon, 28 Nov 1994 03:19:30 +0000 (19:19 -0800)]
use ${MAKE} if it is set

SCCS-vsn: usr.sbin/sendmail/src/makesendmail 8.7

29 years agoprog and *file* mailers need "o" flag for V6 configs
Eric Allman [Mon, 28 Nov 1994 02:17:32 +0000 (18:17 -0800)]
prog and *file* mailers need "o" flag for V6 configs

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

29 years agoprog mailer needs "o" flag by default
Eric Allman [Mon, 28 Nov 1994 02:16:06 +0000 (18:16 -0800)]
prog mailer needs "o" flag by default

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

29 years agoimprove DSN handling somewhat + some bug fixes
Eric Allman [Sat, 26 Nov 1994 01:06:15 +0000 (17:06 -0800)]
improve DSN handling somewhat + some bug fixes

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.58
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.70
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.76
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.50
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.49
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.114

29 years agoadd LOCAL_SHELL_DIR
Eric Allman [Fri, 25 Nov 1994 01:19:14 +0000 (17:19 -0800)]
add LOCAL_SHELL_DIR

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 8.9
SCCS-vsn: usr.sbin/sendmail/cf/README 8.42

29 years agoget ORCPT= ESMTP DSN parameter working
Eric Allman [Thu, 24 Nov 1994 07:21:12 +0000 (23:21 -0800)]
get ORCPT= ESMTP DSN parameter working

SCCS-vsn: usr.sbin/sendmail/src/usersmtp.c 8.30
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.57
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.43
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.58

29 years agohave to copy fs_maxcluster
Kirk McKusick [Thu, 24 Nov 1994 06:30:43 +0000 (22:30 -0800)]
have to copy fs_maxcluster

SCCS-vsn: sbin/fsck/setup.c 8.5

29 years agoadd isofs filesystems
Kirk McKusick [Thu, 24 Nov 1994 03:26:42 +0000 (19:26 -0800)]
add isofs filesystems

SCCS-vsn: sys/kern/Make.tags.inc 8.2

29 years agooops.... off by one error
Eric Allman [Wed, 23 Nov 1994 23:25:45 +0000 (15:25 -0800)]
oops.... off by one error

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

29 years agosave OMTS and ENVID parameters in queue file
Eric Allman [Wed, 23 Nov 1994 23:19:18 +0000 (15:19 -0800)]
save OMTS and ENVID parameters in queue file

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

29 years agoclean up several small problems with file delivery, error detection,
Eric Allman [Wed, 23 Nov 1994 14:25:15 +0000 (06:25 -0800)]
clean up several small problems with file delivery, error detection,
and return receipts

SCCS-vsn: usr.sbin/sendmail/src/headers.c 8.44
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.56
SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.47
SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.75
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.42
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.49
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.113
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.55
SCCS-vsn: usr.sbin/sendmail/src/alias.c 8.32
SCCS-vsn: usr.sbin/sendmail/src/udb.c 8.12

29 years agocleanup for return-receipts
Eric Allman [Wed, 23 Nov 1994 09:47:23 +0000 (01:47 -0800)]
cleanup for return-receipts

SCCS-vsn: usr.sbin/sendmail/src/envelope.c 8.46
SCCS-vsn: usr.sbin/sendmail/src/savemail.c 8.41

29 years agofix propogation of notification flags to alias values
Eric Allman [Wed, 23 Nov 1994 08:59:19 +0000 (00:59 -0800)]
fix propogation of notification flags to alias values

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.55
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.48

29 years agoneeds queue.h
Kirk McKusick [Wed, 23 Nov 1994 08:53:44 +0000 (00:53 -0800)]
needs queue.h

SCCS-vsn: sbin/quotacheck/quotacheck.c 8.5
SCCS-vsn: usr.sbin/edquota/edquota.c 8.2
SCCS-vsn: usr.sbin/repquota/repquota.c 8.2
SCCS-vsn: usr.bin/quota/quota.c 8.2

29 years agoavoid sending a message back on bogus failure
Eric Allman [Wed, 23 Nov 1994 07:34:57 +0000 (23:34 -0800)]
avoid sending a message back on bogus failure

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

29 years agocheck (and fix) mounted-on current directories
Kirk McKusick [Wed, 23 Nov 1994 06:08:15 +0000 (22:08 -0800)]
check (and fix) mounted-on current directories

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

29 years agomake alias maps have a name
Eric Allman [Wed, 23 Nov 1994 05:33:56 +0000 (21:33 -0800)]
make alias maps have a name

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

29 years agodon't close seq maps -- this causes double-closes
Eric Allman [Wed, 23 Nov 1994 05:33:45 +0000 (21:33 -0800)]
don't close seq maps -- this causes double-closes

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

29 years agosome conditions were reversed
Eric Allman [Wed, 23 Nov 1994 05:33:30 +0000 (21:33 -0800)]
some conditions were reversed

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

29 years agodebugging
Eric Allman [Wed, 23 Nov 1994 05:33:19 +0000 (21:33 -0800)]
debugging

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

29 years agoget rid of usecount mount restriction (needed for union mounts)
Jan-Simon Pendry [Wed, 23 Nov 1994 03:47:37 +0000 (19:47 -0800)]
get rid of usecount mount restriction (needed for union mounts)

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

29 years ago"switch" class is not rebuildable -- only the underlying types are
Eric Allman [Wed, 23 Nov 1994 01:35:45 +0000 (17:35 -0800)]
"switch" class is not rebuildable -- only the underlying types are

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