David Nugent
e9039c38dc
Obsolete fgetline() -> fgetln(); and chop off newline if necessary.
1997-02-10 16:32:03 +00:00
Mike Pritchard
04a0d5e517
Make this compile after the Lite2 merge.
...
A non-existent variable was being used.
1997-02-10 16:29:32 +00:00
Mike Pritchard
d2b52eb257
Make ffs_subr.c compile when DIAGNOSTIC is defined.
...
It looks like this was broken before the Lite2 merge :-(.
VOP_BMAP was being called with the wrong number of arguments.
1997-02-10 16:27:53 +00:00
Mike Pritchard
06bcc9e510
Make ccd compile again after the Lite2 merge.
...
VOP_UNLOCK was being called with the wrong number of arguments.
1997-02-10 16:24:33 +00:00
David Nugent
408bc30d8c
Update manpage; corrections, clarifications and login class (with xref).
1997-02-10 16:03:21 +00:00
David Nugent
720cdec3f6
Adds login class support for local & nis passwords:
...
- minpasswordlen=n override minimum password length for class.
- passwordperiod=n[smhdwy] auto-set next password change date.
1997-02-10 15:42:12 +00:00
Daniel O'Callaghan
f607e2c314
Add '-q' quiet flag for flush/add/zero commands; add 'show' command as
...
synonym for '-a list'; stop SEGV when specifying 'via' with no interface;
change 2 instances of strcpy() to strncpy().
This is a candidate for 2.2
1997-02-10 15:36:54 +00:00
Darren Reed
4b93480b2a
IP Filter is now character device #79
1997-02-10 12:17:45 +00:00
KATO Takenori
6ed46f82d8
Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,
...
i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123,
respectively.
1997-02-10 11:53:20 +00:00
Darren Reed
55452e7f59
Add IP Filter .c files for "config" & "config.new" use.
1997-02-10 11:52:36 +00:00
Darren Reed
afed1b4988
Add IP Filter hooks (from patches).
1997-02-10 11:45:37 +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
Julian Elischer
0336b6019b
add a disktab entry for those people who need abit of help
...
with ZIP drives..
use with:
disklabel -r -w -B sdx zip100
Submitted by: dave blizzard <dblizzar@sprynet.com>
1997-02-10 10:11:54 +00:00
Mike Pritchard
be619c7fbd
Update to reflect new Lite2 mount.h and friends.
1997-02-10 07:36:00 +00:00
Mike Pritchard
4cb0cd1bb5
Update to reflect new Lite2 mount.h.
1997-02-10 07:29:25 +00:00
Mike Pritchard
7b9099712a
Update to reflect new Lite2 fs.h.
1997-02-10 07:10:08 +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
David Nugent
184989c210
Fix off by one error in setlogin() syscall.
...
Don't overwrite session login unless the call is going to succeed.
1997-02-10 06:18:20 +00:00
John Dyson
996c772f58
This is the kernel Lite/2 commit. There are some requisite userland
...
changes, so don't expect to be able to run the kernel as-is (very well)
without the appropriate Lite/2 userland changes.
The system boots and can mount UFS filesystems.
Untested: ext2fs, msdosfs, NFS
Known problems: Incorrect Berkeley ID strings in some files.
Mount_std mounts will not work until the getfsent
library routine is changed.
Reviewed by: various people
Submitted by: Jeffery Hsu <hsu@freebsd.org>
1997-02-10 02:22:35 +00:00
Jordan K. Hubbard
d243e2f7f4
1.2 -> 1.44MB floppies.
1997-02-09 23:17:50 +00:00
Darren Reed
d67150e941
This commit was generated by cvs2svn to compensate for changes in r22514,
...
which included commits to RCS files with non-trunk default branches.
1997-02-09 22:50:16 +00:00
Darren Reed
b4ebec5bf8
Import IP Filter v3.1.7 into FreeBSD tree
1997-02-09 22:50:16 +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
Mark Murray
81eb579301
Better buffer length calculation and overrun detection. Closes PR 2577
...
Submitted by: Julian Assange
1997-02-09 21:34:14 +00:00
Mike Pritchard
a29f1d234c
Typo police.
1997-02-09 21:14:48 +00:00
Mike Pritchard
076dc43ccb
Typo police.
1997-02-09 21:08:52 +00:00
Eivind Eklund
20a842df1f
Removed default setuid and added a comment to the manpage explaining this.
1997-02-09 20:56:34 +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
Joerg Wunsch
b5b54135f4
Add a manpage for brandelf(1). Minor stylistic fixes, and a buffer
...
overrun fix, too.
Submitted by: John-Mark Gurney <jmg@nike.efn.org>
1997-02-09 20:35:54 +00:00
Joerg Wunsch
3cf493c646
Various man pages describing the internals of the SCSI subsystem.
...
Submitted by: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
1997-02-09 20:29:15 +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
Eivind Eklund
2af23c9080
Remove suid bit from binary, and update manpage to reflect this.
1997-02-09 18:03:41 +00:00
David Nugent
26015440b9
Tidy-up modem-chat handling: ensure tty modes are restored to
...
'sane' standard (not raw) settings before abort/exiting; move
responsibility of setting raw mode for chat-handling out of
chat.c to avoid doing redundant tc{s,g}etattr()s; move DE
pause prior setting standard mode before issue/login prompt to
avoid echoing modem connect strings. Fixed up comment styles
in a couple of places.
1997-02-09 16:12:08 +00:00
Eivind Eklund
ab25b7d505
Removed potential buffer overflow.
1997-02-09 16:11:13 +00:00
Mark Murray
a0e8b36fc5
Fix the way the obj/ dir is found
1997-02-09 15:44:13 +00:00
Mark Murray
15f2609585
Various buffer overrun fixes and other security enhancements.
...
Obtained from: PST's fixes to the non-secure telnet{d}
1997-02-09 15:02:00 +00:00
Joerg Wunsch
424b33477f
Reorder the default man sections.
...
2.2 candidate?
1997-02-09 14:10:31 +00:00
Eivind Eklund
b94f03b208
Buffer overflow patch.
1997-02-09 14:09:47 +00:00
Andrey A. Chernov
e799281533
Move _PathLocale to data-only file, so setrunelocale() not pick up
...
whole setlocale.c module now.
Should go into 2.2
1997-02-09 09:29:27 +00:00
Mike Pritchard
fab46a51da
Really fix calendar to drop all permissions when
...
run with "calendar -a". Also don't ignore the return
values from the setuid/setgid calls.
Thanks to bde for making me this about this.
1997-02-09 07:45:03 +00:00
Mike Pritchard
16c359a3de
Typo fix.
...
Closes FreeBSD PR#2685.
Obtained from: NetBSD-BUGS PR# 3199
1997-02-09 07:01:33 +00:00
Warner Losh
5480d8d5c2
Fix PR2579: potential security hole in rcmd.c
...
Submitted by: Julian Assange
1997-02-09 06:54:46 +00:00
Masafumi Max NAKANE
ad1b44de84
Merge 1.59 -> 1.61 changes.
...
Submitted by: simokawa@jp.freebsd.org
1997-02-09 06:11:41 +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