Jordan K. Hubbard
c92de5fe1d
Replace bogus strncmp() with strcmp().
1997-02-16 10:20:05 +00:00
Jordan K. Hubbard
6e0a4251e7
Prevent potential argument buffer overflow.
1997-02-15 16:34:47 +00:00
Jordan K. Hubbard
3937aa2158
Make configSysconfig() less chatty.
...
Now that this is becoming (dare I even say it?) more useful for
post-configuration, no longer leave sysinstall.debug files around
by default. Only do this if environment variable SYSINSTALL_DEBUG
is set.
1997-02-15 15:40:37 +00:00
Jordan K. Hubbard
e33c24a2d2
Read /etc/resolv.conf information as well as /etc/sysconfig info, making
...
this a little more robust.
1997-02-15 15:24:14 +00:00
Jordan K. Hubbard
2df00d4c64
Fix a bogon with playpen size calculation for pkg of "-". It's amazing
...
this ever worked, actually.
1997-02-15 14:17:28 +00:00
Jordan K. Hubbard
9f5472632c
Correct bogus msg dialog.
...
Update to Lynx 2.7 (need to build 2.1/2.2 versions of this package).
1997-02-15 13:18:19 +00:00
Jordan K. Hubbard
136b318913
Only add interface lines if they're not there already.
1997-02-15 12:24:02 +00:00
Jordan K. Hubbard
fb8327b7c3
Add a safety belt to configSysconfig() that should have been in there
...
from the beginning.
1997-02-15 11:20:54 +00:00
Joerg Wunsch
d41229fcaa
Plug a security hole involving $ENV forwarding over telnet. Sigh, i
...
thought i've long since done this.
1997-02-15 10:15:49 +00:00
John-Mark Gurney
c8ab81b886
mdoc'ify man page
1997-02-15 03:35:55 +00:00
Jordan K. Hubbard
3a28079136
Don't bogotify pkg_add's stderr.
1997-02-14 23:00:01 +00:00
Jordan K. Hubbard
a85842ff23
Revert some of the previous change - on second thought...
1997-02-14 21:59:26 +00:00
Jordan K. Hubbard
ea7c446076
Add better quote elimination (and fix a bug).
1997-02-14 21:17:00 +00:00
Jordan K. Hubbard
c5566bcff7
o Try to be more aggressive about reading in old configuration data
...
so that we're more useful in multi-user mode. This is still not
100%, but it pulls in a lot more than it used to. Some of the "composite"
variables in /etc/sysconfig are going to take more work.
o Always write /etc/resolv.conf and /etc/hosts if it makes sense to do
so.
o Reset media properly when reselecting. Longstanding bogon.
o Pull SIGPIPE handling out of package.c; I'm actually hoping to handle
this differently shortly.
o Fix bug where cancel in TCP setup dialog still checked data fields.
I think this closes a PR, but I will have to go look.
1997-02-14 20:59:07 +00:00
Andrey A. Chernov
c5d50e135a
Replace my EOF fix with better one from sendmail-bugs discussion
...
Should go into 2.2
1997-02-14 13:57:37 +00:00
Jordan K. Hubbard
6858c47aeb
It's not an error to call configResolv() early.
1997-02-14 02:55:25 +00:00
Andrey A. Chernov
8ae5bda5aa
Back out clearerr fix after discussion in sendmail-bugs,
...
it gains nothing
1997-02-14 02:44:45 +00:00
Jordan K. Hubbard
06b547f87f
Put back @owner/@group/@mode behavior I took out way back when.
...
Submitted-By: pst
1997-02-14 01:52:38 +00:00
Andrey A. Chernov
85456c29cc
clearerr() clears both EOF and error flags, so do it only for
...
error and not for EOF or loop test becomes while(1)
Should go into 2.2
Submitted by: Gregory Neil Shapiro <gshapiro@WPI.EDU>
1997-02-13 21:45:20 +00:00
Mike Pritchard
d79e37a33e
Xref the new vn(4) man page.
1997-02-13 18:50:52 +00:00
Andrey A. Chernov
9be55567d0
Under some circumstanes sendmail can loop forever collecting input.
...
Fix uninitialized character to prevent it.
Should go into 2.2
1997-02-13 15:48:35 +00:00
Mike Pritchard
043c578eb4
crontab(5) incorrectly documented the dom/month arguments.
...
They have valid ranges of 1-31 and 1-12, not 0-31 and 0-12.
1997-02-13 07:16:12 +00:00
Bruce Evans
469321d858
Actually install the new manpage.
1997-02-12 03:36:10 +00:00
Stefan Eßer
da4e00105e
Man page for the pciconf utility. There really should be some
...
documentation on the ioctl() interface provided by /dev/pci ...
Reviewed by: wollman
1997-02-11 22:08:22 +00:00
Jordan K. Hubbard
d2595c8454
Don't unilaterally decide to skip network configuration if running multi-user;
...
ask politely.
1997-02-11 02:33:33 +00:00
Jordan K. Hubbard
9aaa1e853f
-#include <ufs/ufs/ufsmount.h>
...
This was a temporary measure I took to deal with John's 4.4L2 changes
which should not have crept in.
1997-02-11 02:13:06 +00:00
Jordan K. Hubbard
152ae47983
Save /etc/sysconfig data at the very very end, so that it can be
...
used post-install time as a configuration tool as well.
Update comments about a kernel recompile being necessary for PS/2 mice.
1997-02-10 19:44:08 +00:00
Jordan K. Hubbard
97daf05001
Don't stomp wall_cmos_clock file.
1997-02-10 10:23:53 +00:00
Jordan K. Hubbard
3de899a11e
Allow the user to choose UTC or local time.
1997-02-10 10:21:07 +00:00
Bill Fenner
b5b04da46d
Another fix related to pr#bin/2585 . That'll teach me to
...
grep h_length *.c ...
1997-02-10 06:46:37 +00:00
Bill Fenner
de5ae7f25a
Fix possible gethostbyname-related overflows as pointed out in
...
PR#bin/2585 .
1997-02-09 22:32:04 +00:00
Joerg Wunsch
c64075d5dd
Fix some xrefs.
...
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:39:00 +00:00
Bill Paul
157f101972
Check for, warn about and reject lines with empty keys. You can't have
...
a database entry with a null key. These are often caused by spurious
blank lines in the map source file.
1997-02-09 19:34:53 +00:00
Bill Paul
aca49be34f
Two small tweaks:
...
- servers should be the first target listed in 'all:' in order for slave
servers to be updated correctly: yppush reads the ypservers map to figure
out where all the slaves are, so it needs to be loaded onto the master
ASAP.
- Fixed small bogon in publickey target which nobody has noticed since
we're not using the publickey.byname map yet.
1997-02-09 19:19:14 +00:00
Brian Somers
7c3658d84c
Connections are timed and the call duration is logged
...
via syslog.
Submitted by: Lars Fredriksen <fredriks@mcs.com>
Obtained from: Lars Fredriksen <fredriks@mcs.com>
1997-02-09 18:34:25 +00:00
Warner Losh
d583a7c3cb
Buffer overflow from OpenBSD:
...
Rev 1.4 deraadt: (partial from full commit, other files not done yet)
proactive bounds checking; help from millert
Rev 1.5 millert:
Possible buf oflow.
Plus minor style nits to keep the style police happy (I hope)
Obtained from: OpenBSD
1997-02-09 05:19:03 +00:00
Warner Losh
c50189d7ba
Buffer overflow from OpenBSD:
...
Rev 1.3 millert:
Fix potential buf oflow wrt strerror and sprintf.
Obtained from: OpenBSD
1997-02-09 05:09:05 +00:00
Warner Losh
87751a8467
Buffer overflow from OpenBSD:
...
Rev 1.7 millert:
possible oflow
Obtained from: OpenBSD
1997-02-09 05:04:17 +00:00
Warner Losh
a3d9131308
buffer overflow from OpenBSD:
...
1.3 bitblit:
Fixed potential buffer overflow
Obtained from: OpenBSD
1997-02-09 04:52:11 +00:00
David Nugent
e56644ad0e
Yet another formatting consistency check.
1997-02-07 11:31:42 +00:00
David Nugent
e57b5686c6
Fix useage of MAXLOGNAME to include terminating NUL, by using
...
max(MAXLOGNAME-1,UT_NAMESIZE).
Tidy up "pretty" printing format for longer usernames.
1997-02-07 10:58:13 +00:00
Jordan K. Hubbard
8055777430
It's easier to go forwards than backwards with this, and the RELENG_2_1_0
...
sysinstall was already broken (I think there's a PR for this somewhere).
This will require some additional changes elsewhere, like bringing in pw.
1997-02-07 04:27:24 +00:00
Joerg Wunsch
5ecb59ef0b
Update to the new open() semantics, need O_NONBLOCK now.
1997-02-06 22:24:35 +00:00
Bill Paul
c6c5d97511
Close PR# 2645: add curly braces where my fevered brain in collusion
...
with my frantic fingers forgot to put them.
1997-02-06 05:28:52 +00:00
Wolfram Schneider
9a42683b3a
/sbin -> ${BINDIR}
1997-02-06 01:24:43 +00:00
Julian Elischer
fb42516541
The "-a" option for inetd specifies a specific IP address for the
...
server to bind to. This works until you send it a SIGHUP with a
new service defined ... the new service is bound to INADDR_ANY.
This patch fixes this bug (in both RELENG_2_2 and -current).
This is a 2.2 candidate..(i.e. pure bug fix)
Submitted by: Archie Cobbs (archie@whistle.com )
1997-02-05 19:50:04 +00:00
Thomas Gellekum
767c0e7bdc
Typos.
1997-02-05 07:36:51 +00:00
Thomas Gellekum
350a9f017e
Typo.
1997-02-04 07:06:14 +00:00
Joerg Wunsch
47b213b1ba
Fix a benign typo (benign by now, since sizeof(VarLoginScript) ==
...
sizeof(VarDialScript)).
Submitted by: Arjan.deVet@adv.IAEhv.nl (Arjan de Vet) -- or actually by imp?
1997-02-02 19:13:25 +00:00
Mike Pritchard
4568d55cd5
Update some path references to reflect reality.
...
Submitted by: max
1997-02-02 00:59:49 +00:00