unix-history/.git
29 years agoupdated status codes for DSNs
Eric Allman [Sun, 19 Feb 1995 23:43:49 +0000 (15:43 -0800)]
updated status codes for DSNs

SCCS-vsn: usr.sbin/sendmail/src/parseaddr.c 8.51
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.121

29 years agosupport for Cray Computer Corp's CSOS
Eric Allman [Sun, 19 Feb 1995 23:29:03 +0000 (15:29 -0800)]
support for Cray Computer Corp's CSOS

SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.133
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.66
SCCS-vsn: usr.sbin/sendmail/src/conf.c 8.131

29 years agoadd Makefile.CSOS
Eric Allman [Sun, 19 Feb 1995 23:17:03 +0000 (15:17 -0800)]
add Makefile.CSOS

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

29 years agodate and time created 95/02/19 07:16:37 by eric
Eric Allman [Sun, 19 Feb 1995 23:16:37 +0000 (15:16 -0800)]
date and time created 95/02/19 07:16:37 by eric

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

29 years agoHP-UX specific load average computation (works for multiprocessor;
Eric Allman [Sun, 19 Feb 1995 22:46:39 +0000 (14:46 -0800)]
HP-UX specific load average computation (works for multiprocessor;
undocumented in HP-UX 9.0)

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

29 years agofix prescan() function decl to match prototype
Eric Allman [Sun, 19 Feb 1995 22:46:07 +0000 (14:46 -0800)]
fix prescan() function decl to match prototype

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

29 years agofix conflict between open file mode and stdio fdopen mode
Eric Allman [Sat, 18 Feb 1995 04:51:43 +0000 (20:51 -0800)]
fix conflict between open file mode and stdio fdopen mode

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

29 years agofix comments to match README file
Eric Allman [Sat, 18 Feb 1995 04:49:10 +0000 (20:49 -0800)]
fix comments to match README file

SCCS-vsn: usr.sbin/sendmail/cf/cf/clientproto.mc 8.3

29 years agouse far more generalized map support
Eric Allman [Sat, 18 Feb 1995 04:47:07 +0000 (20:47 -0800)]
use far more generalized map support

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

29 years agocheck for null vp before dereferrencing it (from donn@bsdi.com)
Kirk McKusick [Fri, 17 Feb 1995 04:05:56 +0000 (20:05 -0800)]
check for null vp before dereferrencing it (from donn@bsdi.com)

SCCS-vsn: sys/miscfs/nullfs/null_vnops.c 8.3

29 years agoAdd code for machines that define baud rates directly
Dave A. Borman [Fri, 17 Feb 1995 03:58:48 +0000 (19:58 -0800)]
Add code for machines that define baud rates directly
rather than encoded (it's simpler).
Put in a couple of Solaris bug fixes.
Put in a sleep(1) before execing login, so that telnetd can
finish initializing the tty, which can wipe out the login
banner message if it gets written before telnetd is done.
Also fix a bug where realloc() was not being called correctly.

SCCS-vsn: libexec/telnetd/sys_term.c 8.3

29 years agoClean up how suboptions are put together to ensure that
Dave A. Borman [Fri, 17 Feb 1995 03:50:38 +0000 (19:50 -0800)]
Clean up how suboptions are put together to ensure that
we always double any SE or IAC that is imbedded in the suboption.

SCCS-vsn: libexec/telnetd/state.c 8.3

29 years agoMinor changes. Add code for STREAMSPTY (Solaris)
Dave A. Borman [Fri, 17 Feb 1995 03:47:17 +0000 (19:47 -0800)]
Minor changes.  Add code for STREAMSPTY (Solaris)
and hand in a calculated value for the number of file descriptors
to select(), rather than using a hard coded value of 16.

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

29 years agoClean up how suboptions are put together to ensure that
Dave A. Borman [Fri, 17 Feb 1995 03:45:41 +0000 (19:45 -0800)]
Clean up how suboptions are put together to ensure that
we always double any SE or IAC that is imbedded in the suboption.

SCCS-vsn: libexec/telnetd/sys_term.c 8.3

29 years agoRecognize EIO as an end of file condition.
Dave A. Borman [Fri, 17 Feb 1995 03:39:22 +0000 (19:39 -0800)]
Recognize EIO as an end of file condition.
Add code to deal with systems that have the terminal speeds
defined as their actual values (it's simpler code).

SCCS-vsn: usr.bin/telnet/sys_bsd.c 8.3

29 years agoMake sure that if we get a failure from TerminalWrite
Dave A. Borman [Fri, 17 Feb 1995 03:37:50 +0000 (19:37 -0800)]
Make sure that if we get a failure from TerminalWrite
that we don't screw up our character count by adding -1 to it...

SCCS-vsn: usr.bin/telnet/terminal.c 8.2

29 years agoFix auth & encrypt commands to require a second argument.
Dave A. Borman [Fri, 17 Feb 1995 03:36:55 +0000 (19:36 -0800)]
Fix auth & encrypt commands to require a second argument.
Fix the "open" command to require that "open help" or "open ?" be
used to get help info, previously "open h", "open he" and "open hel"
would give help info, meaning if you had a machine named "h", "he"
or "hel" you couldn't connect to it.  Now you just can't connect to
a machine named "help".

SCCS-vsn: usr.bin/telnet/commands.c 8.3

29 years agoFix a problem with KRB4 mutual authentication where
Dave A. Borman [Fri, 17 Feb 1995 03:25:16 +0000 (19:25 -0800)]
Fix a problem with KRB4 mutual authentication where
the key that was generated for encryption was not a valid key.
Also put in some bug fixes, and a couple of spelling fixes.

SCCS-vsn: lib/libtelnet/kerberos.c 8.2
SCCS-vsn: lib/libtelnet/auth.c 8.2
SCCS-vsn: lib/libtelnet/krb4encpwd.c 8.2
SCCS-vsn: lib/libtelnet/rsaencpwd.c 8.2

29 years agodon't include Last-modified: header -- it breaks with SCCS
Eric Allman [Thu, 16 Feb 1995 22:09:20 +0000 (14:09 -0800)]
don't include Last-modified: header -- it breaks with SCCS

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

29 years agoadd LOCAL_MAILER_MAX and PROCMAIL_MAILER_MAX
Eric Allman [Thu, 16 Feb 1995 08:50:30 +0000 (00:50 -0800)]
add LOCAL_MAILER_MAX and PROCMAIL_MAILER_MAX

SCCS-vsn: usr.sbin/sendmail/cf/mailer/local.m4 8.13
SCCS-vsn: usr.sbin/sendmail/cf/mailer/procmail.m4 8.2
SCCS-vsn: usr.sbin/sendmail/cf/README 8.47

29 years agoadd /SENDMAIL/ANY/SHELL/ question
Eric Allman [Thu, 16 Feb 1995 08:43:46 +0000 (00:43 -0800)]
add /SENDMAIL/ANY/SHELL/ question

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

29 years agoSYNC may be done by anyone; select quota type properly (from karels)
Kirk McKusick [Thu, 16 Feb 1995 04:08:39 +0000 (20:08 -0800)]
SYNC may be done by anyone; select quota type properly (from karels)

SCCS-vsn: sys/ufs/ufs/ufs_vfsops.c 8.5

29 years agomore debugging for clustering
Kirk McKusick [Thu, 16 Feb 1995 04:04:58 +0000 (20:04 -0800)]
more debugging for clustering

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

29 years agofix a substitution error in the last commit.
Chris G. Demetriou [Wed, 15 Feb 1995 07:56:18 +0000 (23:56 -0800)]
fix a substitution error in the last commit.

SCCS-vsn: sys/kern/kern_exec.c 8.9

29 years agoanother iteration with Brad
Eric Allman [Wed, 15 Feb 1995 06:25:29 +0000 (22:25 -0800)]
another iteration with Brad

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

29 years agodate and time created 95/02/14 12:21:06 by cgd
Chris G. Demetriou [Wed, 15 Feb 1995 04:21:06 +0000 (20:21 -0800)]
date and time created 95/02/14 12:21:06 by cgd

SCCS-vsn: sys/kern/syscalls.conf 8.1

29 years agoUse nulls to pad proctitle rather than spaces...makes ps(1)
Kirk McKusick [Wed, 15 Feb 1995 04:09:14 +0000 (20:09 -0800)]
Use nulls to pad proctitle rather than spaces...makes ps(1)
output more readable (from David Greenman <davidg@Root.COM>)

SCCS-vsn: sbin/nfsd/nfsd.c 8.8

29 years agospelling error of Knuth (from Guy Harris)
Kirk McKusick [Wed, 15 Feb 1995 03:48:12 +0000 (19:48 -0800)]
spelling error of Knuth (from Guy Harris)

SCCS-vsn: share/doc/smm/05.fastfs/6.t 8.2

29 years agofirst draft from Brad Knowles <brad@birch.ims.disa.mil>
Eric Allman [Wed, 15 Feb 1995 03:22:17 +0000 (19:22 -0800)]
first draft from Brad Knowles <brad@birch.ims.disa.mil>

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

29 years agoreturn types, syscall arg conventions & recording fixes.
Chris G. Demetriou [Wed, 15 Feb 1995 02:56:20 +0000 (18:56 -0800)]
return types, syscall arg conventions & recording fixes.

SCCS-vsn: sys/kern/kern_ktrace.c 8.4

29 years agoreturn types.
Chris G. Demetriou [Wed, 15 Feb 1995 02:55:17 +0000 (18:55 -0800)]
return types.

SCCS-vsn: sys/kern/uipc_socket2.c 8.2

29 years agoreturn types. use NULL instead of (void *)0.
Chris G. Demetriou [Wed, 15 Feb 1995 02:54:20 +0000 (18:54 -0800)]
return types.  use NULL instead of (void *)0.

SCCS-vsn: sys/kern/uipc_domain.c 8.3

29 years agoadd some space after commas.
Chris G. Demetriou [Wed, 15 Feb 1995 02:49:52 +0000 (18:49 -0800)]
add some space after commas.

SCCS-vsn: sys/kern/uipc_proto.c 8.2

29 years agoreturn types, light clean.
Chris G. Demetriou [Wed, 15 Feb 1995 02:49:20 +0000 (18:49 -0800)]
return types, light clean.

SCCS-vsn: sys/kern/uipc_socket.c 8.4

29 years agoreturn types, add a comment or type where necessary.
Chris G. Demetriou [Wed, 15 Feb 1995 02:48:25 +0000 (18:48 -0800)]
return types, add a comment or type where necessary.

SCCS-vsn: sys/kern/uipc_mbuf.c 8.4

29 years agoreturn types, KNF, some protos.
Chris G. Demetriou [Wed, 15 Feb 1995 02:46:47 +0000 (18:46 -0800)]
return types, KNF, some protos.

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

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:45:58 +0000 (18:45 -0800)]
new argument passing conventions.  minor type size cleanup.

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

29 years agoinsert a missing space.
Chris G. Demetriou [Wed, 15 Feb 1995 02:45:27 +0000 (18:45 -0800)]
insert a missing space.

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

29 years agocheck pointer != NULL rather than cast.
Chris G. Demetriou [Wed, 15 Feb 1995 02:44:56 +0000 (18:44 -0800)]
check pointer != NULL rather than cast.

SCCS-vsn: sys/kern/vfs_cluster.c 8.9

29 years agolight cleanup, return types, KNF, etc.
Chris G. Demetriou [Wed, 15 Feb 1995 02:44:13 +0000 (18:44 -0800)]
light cleanup, return types, KNF, etc.

SCCS-vsn: sys/kern/vfs_subr.c 8.15

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:42:08 +0000 (18:42 -0800)]
new argument passing conventions.  minor type size cleanup.

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

29 years agospecify return types.
Chris G. Demetriou [Wed, 15 Feb 1995 02:41:09 +0000 (18:41 -0800)]
specify return types.

SCCS-vsn: sys/kern/sys_socket.c 8.3

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:40:49 +0000 (18:40 -0800)]
new argument passing conventions.  minor type size cleanup.

SCCS-vsn: sys/kern/sys_generic.c 8.9

29 years agonew syscall arg conventions.
Chris G. Demetriou [Wed, 15 Feb 1995 02:40:28 +0000 (18:40 -0800)]
new syscall arg conventions.

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

29 years agospecify return types.
Chris G. Demetriou [Wed, 15 Feb 1995 02:40:01 +0000 (18:40 -0800)]
specify return types.

SCCS-vsn: sys/kern/subr_log.c 8.3

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:39:42 +0000 (18:39 -0800)]
new argument passing conventions.  minor type size cleanup.

SCCS-vsn: sys/kern/kern_prot.c 8.9
SCCS-vsn: sys/kern/kern_sig.c 8.13
SCCS-vsn: sys/kern/kern_resource.c 8.8
SCCS-vsn: sys/kern/subr_xxx.c 8.2
SCCS-vsn: sys/kern/subr_prof.c 8.4

29 years agohack to make this work, for now.
Chris G. Demetriou [Wed, 15 Feb 1995 02:36:26 +0000 (18:36 -0800)]
hack to make this work, for now.

SCCS-vsn: sys/kern/kern_exit.c 8.9

29 years agobuild syscall files the right way, for new args mechanism.
Chris G. Demetriou [Wed, 15 Feb 1995 02:34:48 +0000 (18:34 -0800)]
build syscall files the right way, for new args mechanism.

SCCS-vsn: sys/kern/Makefile 8.3

29 years agohack to make it work with new syscall arg conventions.
Chris G. Demetriou [Wed, 15 Feb 1995 02:33:32 +0000 (18:33 -0800)]
hack to make it work with new syscall arg conventions.

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

29 years agoinclude the copyright in the output files.
Chris G. Demetriou [Wed, 15 Feb 1995 02:32:51 +0000 (18:32 -0800)]
include the copyright in the output files.

SCCS-vsn: sys/kern/vnode_if.sh 8.6

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:31:55 +0000 (18:31 -0800)]
new argument passing conventions.  minor type size cleanup.

SCCS-vsn: sys/kern/kern_descrip.c 8.8
SCCS-vsn: sys/kern/kern_fork.c 8.8
SCCS-vsn: sys/kern/kern_proc.c 8.7
SCCS-vsn: sys/kern/kern_subr.c 8.4
SCCS-vsn: sys/kern/kern_synch.c 8.8
SCCS-vsn: sys/kern/kern_time.c 8.3
SCCS-vsn: sys/kern/kern_xxx.c 8.3

29 years agonew syscalls.master format.
Chris G. Demetriou [Wed, 15 Feb 1995 02:24:46 +0000 (18:24 -0800)]
new syscalls.master format.

SCCS-vsn: sys/kern/syscalls.master 8.5

29 years agonew argument passing conventions. minor type size cleanup.
Chris G. Demetriou [Wed, 15 Feb 1995 02:24:20 +0000 (18:24 -0800)]
new argument passing conventions.  minor type size cleanup.

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

29 years agonew argument passing conversion. minor type size cleanups.
Chris G. Demetriou [Wed, 15 Feb 1995 02:23:43 +0000 (18:23 -0800)]
new argument passing conversion.  minor type size cleanups.

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

29 years agolight clean; spaced vs. tabs. ioctl takes u_long, pathconf returns register_t
Chris G. Demetriou [Wed, 15 Feb 1995 02:18:46 +0000 (18:18 -0800)]
light clean; spaced vs. tabs.  ioctl takes u_long, pathconf returns register_t

SCCS-vsn: sys/kern/vnode_if.src 8.8

29 years agoaccess syscall arguments in the new fashion.
Chris G. Demetriou [Wed, 15 Feb 1995 02:17:46 +0000 (18:17 -0800)]
access syscall arguments in the new fashion.

SCCS-vsn: sys/kern/kern_exec.c 8.8
SCCS-vsn: sys/kern/kern_acct.c 8.7

29 years agogenerate new-style syscalls files.
Chris G. Demetriou [Wed, 15 Feb 1995 02:16:10 +0000 (18:16 -0800)]
generate new-style syscalls files.

SCCS-vsn: sys/kern/makesyscalls.sh 8.2

29 years agouse LA_SUBR for HP-UX load average (for pstat_getdynamic(2))
Eric Allman [Wed, 15 Feb 1995 00:11:38 +0000 (16:11 -0800)]
use LA_SUBR for HP-UX load average (for pstat_getdynamic(2))

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

29 years agofix bug -- should have been testing bufp == NULL instead of buf == NULL
Eric Allman [Tue, 14 Feb 1995 22:11:29 +0000 (14:11 -0800)]
fix bug -- should have been testing bufp == NULL instead of buf == NULL

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

29 years agofix error -- should hvae been testing bufp instead of buf
Eric Allman [Tue, 14 Feb 1995 22:10:33 +0000 (14:10 -0800)]
fix error -- should hvae been testing bufp instead of buf

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

29 years agocomments from Pauline
Kirk McKusick [Tue, 14 Feb 1995 07:45:50 +0000 (23:45 -0800)]
comments from Pauline

SCCS-vsn: admin/admin/4.4BSD-Lite/Cover.curlic 1.2
SCCS-vsn: admin/admin/4.4BSD-Lite/Cover.rel2 1.2
SCCS-vsn: admin/admin/4.4BSD-Lite/Cover.curlic 1.2

29 years agodate and time created 95/02/13 12:40:42 by mckusick
Kirk McKusick [Tue, 14 Feb 1995 04:40:42 +0000 (20:40 -0800)]
date and time created 95/02/13 12:40:42 by mckusick

SCCS-vsn: admin/admin/4.4BSD-Lite/Cover.curlic 1.1
SCCS-vsn: admin/admin/4.4BSD-Lite/Cover.rel2 1.1

29 years agofixes from jch
Keith Sklower [Sun, 12 Feb 1995 08:35:47 +0000 (00:35 -0800)]
fixes from jch

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

29 years agoallow swapping on sd1b and sd2b
Kirk McKusick [Sun, 12 Feb 1995 08:26:09 +0000 (00:26 -0800)]
allow swapping on sd1b and sd2b

SCCS-vsn: sys/hp300/conf/HP300 8.5

29 years agoturn off ISO networking
Chris G. Demetriou [Sun, 12 Feb 1995 08:24:40 +0000 (00:24 -0800)]
turn off ISO networking

SCCS-vsn: sys/hp300/conf/HP300 8.4

29 years agobecome the default uid when including files with HASSETREUID
Eric Allman [Sat, 11 Feb 1995 22:56:57 +0000 (14:56 -0800)]
become the default uid when including files with HASSETREUID

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

29 years agoavoid checking path directory modes if setreuid succeeded (for
Eric Allman [Sat, 11 Feb 1995 22:43:38 +0000 (14:43 -0800)]
avoid checking path directory modes if setreuid succeeded (for
efficiency)

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.62
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.86
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.49

29 years agorefuse connections if there isn't enough disk space on the
Eric Allman [Sat, 11 Feb 1995 06:48:54 +0000 (22:48 -0800)]
refuse connections if there isn't enough disk space on the
queue partition

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

29 years agoadd logging on possible attacks
Eric Allman [Sat, 11 Feb 1995 02:48:28 +0000 (18:48 -0800)]
add logging on possible attacks

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

29 years agoadd syslog on possible attack
Eric Allman [Sat, 11 Feb 1995 02:45:44 +0000 (18:45 -0800)]
add syslog on possible attack

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

29 years agoadd release date of today on RELEASE_NOTES
Eric Allman [Sat, 11 Feb 1995 01:55:27 +0000 (17:55 -0800)]
add release date of today on RELEASE_NOTES

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

29 years agodrat -- another one
Eric Allman [Sat, 11 Feb 1995 01:40:43 +0000 (17:40 -0800)]
drat -- another one

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

29 years agoanother possible newline.....
Eric Allman [Sat, 11 Feb 1995 01:39:49 +0000 (17:39 -0800)]
another possible newline.....

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

29 years agomore bogus newline deletion
Eric Allman [Sat, 11 Feb 1995 01:30:00 +0000 (17:30 -0800)]
more bogus newline deletion

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

29 years agomore security hacking (avoiding bogus newlines in strings)
Eric Allman [Sat, 11 Feb 1995 01:29:08 +0000 (17:29 -0800)]
more security hacking (avoiding bogus newlines in strings)

SCCS-vsn: usr.sbin/sendmail/src/main.c 8.80
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.65

29 years agoadd changes to the list of subdirectories
Eric Allman [Sat, 11 Feb 1995 00:46:18 +0000 (16:46 -0800)]
add changes to the list of subdirectories

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

29 years ago8.6.10 security release
Eric Allman [Sat, 11 Feb 1995 00:27:22 +0000 (16:27 -0800)]
8.6.10 security release

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

29 years agobump version number for 8.6.10 (no config changes)
Eric Allman [Sat, 11 Feb 1995 00:14:40 +0000 (16:14 -0800)]
bump version number for 8.6.10 (no config changes)

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

29 years agodual buffers no longer necessary due to change in sendtolist
Eric Allman [Fri, 10 Feb 1995 23:51:39 +0000 (15:51 -0800)]
dual buffers no longer necessary due to change in sendtolist

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

29 years agoavoid conflicting buffer usage
Eric Allman [Fri, 10 Feb 1995 23:47:26 +0000 (15:47 -0800)]
avoid conflicting buffer usage

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

29 years agoeliminate unnecessary declaration
Eric Allman [Fri, 10 Feb 1995 23:45:05 +0000 (15:45 -0800)]
eliminate unnecessary declaration

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

29 years agofix security problem allowing bogus lines to be written to qf file
Eric Allman [Fri, 10 Feb 1995 23:38:01 +0000 (15:38 -0800)]
fix security problem allowing bogus lines to be written to qf file
from command line or IDENT protocol by embedding newlines

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.44.1.1
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.55.1.1
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.43.1.1
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.37.1.1
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.39.1.1
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.23.1.1
SCCS-vsn: usr.sbin/sendmail/src/deliver.c 8.84.1.1
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.41.1.1

29 years agofix security problem: avoid newlines in command line or IDENT input
Eric Allman [Fri, 10 Feb 1995 23:16:49 +0000 (15:16 -0800)]
fix security problem: avoid newlines in command line or IDENT input

SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.61
SCCS-vsn: usr.sbin/sendmail/src/main.c 8.79
SCCS-vsn: usr.sbin/sendmail/src/srvrsmtp.c 8.54
SCCS-vsn: usr.sbin/sendmail/src/util.c 8.47
SCCS-vsn: usr.sbin/sendmail/src/readcf.c 8.63
SCCS-vsn: usr.sbin/sendmail/src/queue.c 8.62

29 years agoadd prototype of denlstring()
Eric Allman [Fri, 10 Feb 1995 22:15:09 +0000 (14:15 -0800)]
add prototype of denlstring()

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

29 years agouse cleanstrcpy for copying IDENT string
Eric Allman [Fri, 10 Feb 1995 09:28:48 +0000 (01:28 -0800)]
use cleanstrcpy for copying IDENT string

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

29 years agoimproved locking for alias files
Eric Allman [Fri, 10 Feb 1995 09:02:22 +0000 (01:02 -0800)]
improved locking for alias files

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

29 years agowrong sense of comparison (from karels)
Kirk McKusick [Fri, 10 Feb 1995 08:49:59 +0000 (00:49 -0800)]
wrong sense of comparison (from karels)

SCCS-vsn: sys/netinet/raw_ip.c 8.5

29 years agodon't check for <0 on unsigneds. (kill comp. warning.)
Chris G. Demetriou [Fri, 10 Feb 1995 02:45:00 +0000 (18:45 -0800)]
don't check for <0 on unsigneds.  (kill comp. warning.)

SCCS-vsn: sys/netiso/tp_output.c 8.2

29 years agocasts to quiet compiler.
Chris G. Demetriou [Fri, 10 Feb 1995 02:44:02 +0000 (18:44 -0800)]
casts to quiet compiler.

SCCS-vsn: sys/netiso/iso_snpac.c 8.3

29 years agocorrect return types to match protos.
Chris G. Demetriou [Fri, 10 Feb 1995 02:43:19 +0000 (18:43 -0800)]
correct return types to match protos.

SCCS-vsn: sys/netiso/iso_proto.c 8.2

29 years agocasts to quiet compiler.
Chris G. Demetriou [Fri, 10 Feb 1995 02:42:41 +0000 (18:42 -0800)]
casts to quiet compiler.

SCCS-vsn: sys/netiso/esis.c 8.2

29 years agocons_rtrequest returns void, for consistency.
Chris G. Demetriou [Fri, 10 Feb 1995 02:42:04 +0000 (18:42 -0800)]
cons_rtrequest returns void, for consistency.

SCCS-vsn: sys/netccitt/pk_llcsubr.c 8.2

29 years agocons_rtrequest should return void.
Chris G. Demetriou [Fri, 10 Feb 1995 02:40:54 +0000 (18:40 -0800)]
cons_rtrequest should return void.

SCCS-vsn: sys/netccitt/llc_var.h 8.2

29 years agomake return types correct for tp functions
Chris G. Demetriou [Fri, 10 Feb 1995 02:38:24 +0000 (18:38 -0800)]
make return types correct for tp functions

SCCS-vsn: sys/netinet/in_proto.c 8.2

29 years agocasts to quiet compiler
Chris G. Demetriou [Fri, 10 Feb 1995 02:37:04 +0000 (18:37 -0800)]
casts to quiet compiler

SCCS-vsn: sys/netinet/raw_ip.c 8.4

29 years agoioctl routines take u_long's as commnands.
Chris G. Demetriou [Fri, 10 Feb 1995 02:34:45 +0000 (18:34 -0800)]
ioctl routines take u_long's as commnands.

SCCS-vsn: sys/net/if.h 8.3

29 years agoyet more stupid lint tricks
Keith Sklower [Fri, 10 Feb 1995 00:09:34 +0000 (16:09 -0800)]
yet more stupid lint tricks

SCCS-vsn: sys/netns/ns_error.c 8.2

29 years agomore stupid lint tricks
Keith Sklower [Fri, 10 Feb 1995 00:06:48 +0000 (16:06 -0800)]
more stupid lint tricks

SCCS-vsn: sys/netns/ns.c 8.5

29 years agolint concerns; match void/int prototypes
Keith Sklower [Fri, 10 Feb 1995 00:03:32 +0000 (16:03 -0800)]
lint concerns; match void/int prototypes

SCCS-vsn: sys/netns/ns_proto.c 8.2

29 years agofile size may be quad_t (from torek)
Kirk McKusick [Thu, 9 Feb 1995 12:42:22 +0000 (04:42 -0800)]
file size may be quad_t (from torek)

SCCS-vsn: sbin/restore/tape.c 8.7