David Nugent
db2c31168e
Correct comments relating to MAXLOGNAME.
...
MAXLOGNAME includes NUL terminator.
1997-02-07 10:41:41 +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
Paul Traina
00a825f736
Activate libopie
1997-02-07 03:58:36 +00:00
Paul Traina
f89bbf631f
Activate new OPIE programs
1997-02-07 03:57:21 +00:00
Paul Traina
f076997839
Build opiepasswd from contrib_opie module.
1997-02-07 03:56:15 +00:00
Paul Traina
247fd82927
Build opiekey from contrip_opie sources.
1997-02-07 03:54:54 +00:00
Paul Traina
dd7bd805eb
Build opiekey from the contrib_opie module.
1997-02-07 03:53:12 +00:00
Paul Traina
8c80565e0f
Build libopie from contrib_opie module.
1997-02-07 03:51:56 +00:00
Paul Traina
ae7c505681
Config information for FreeBSD
1997-02-07 03:46:28 +00:00
Paul Traina
0e719bd969
Minimal man page changes to reflect integrated ftpd/login/su
1997-02-07 03:46:00 +00:00
Paul Traina
049c277a7b
Disconnect OPIE from internal MD4/5 routines
1997-02-07 03:44:44 +00:00
Jordan K. Hubbard
c7006192c9
Reference addendum.html/ADDENDUM.TXT for posting security information after
...
release.
1997-02-07 02:25:43 +00:00
John Fieber
196717e01c
The rule for <acronym> was adding a newline where it should not. Fixed.
1997-02-07 02:25:36 +00:00
Joerg Wunsch
5ecb59ef0b
Update to the new open() semantics, need O_NONBLOCK now.
1997-02-06 22:24:35 +00:00
Joerg Wunsch
92cc1cf79e
Update to match the new reality.
1997-02-06 22:23:59 +00:00
Joerg Wunsch
94e7483c11
Add worm(4)'s bdev entry.
1997-02-06 22:23:26 +00:00
Joerg Wunsch
a2f36095e2
The worm(4) driver needs a bdev major # now, too.
1997-02-06 22:20:33 +00:00
Joerg Wunsch
ab865e3435
After so many people have been bugging me :), finally implement
...
read-mode access to CD-ROM media in the worm(4) driver. No whistles
and bells yet, like all the CDIO* commands, but at least a start.
In order to do this, i had to slightly rearrange the semantics of an
open(2) on the worm driver: now, opening it with O_NONBLOCK set means
no actual IO operations will be intended but only ioctls are to be
processed. This mode is used by wormcontrol(8) to prepare a track
and/or session.
I have only been able to test this on a 2.2-GAMMA system by now, and
only the !DEVFS part is tested yet. Also, i have only done a dummy
burn so far, but wouldn't expect many surprises else. Report bugs to
me ASAP, if there's reasonable demand and i hear no objections, i
might consider merging it into the 2.2 branch as well.
1997-02-06 22:19:44 +00:00
Jordan K. Hubbard
e040f03b1c
Correct some of my grammer.
1997-02-06 21:31:31 +00:00
John Fieber
d82b42f6e3
The afterdistribute target is a nop in this setting, remove.
1997-02-06 21:10:52 +00:00
John Fieber
c0839d16f8
Change the distribution from doc to bin. If this is to be doc, then
...
everything that depends on this needs to be doc as well. Maybe they
doc tools should be split out into a separate distribution, but until
that decision is made, at least keep them together.
1997-02-06 20:53:11 +00:00
Paul Traina
064ad22d79
This commit was generated by cvs2svn to compensate for changes in r22347,
...
which included commits to RCS files with non-trunk default branches.
1997-02-06 17:52:29 +00:00
Paul Traina
3c491303b5
Initial import of OPIE v2.3 from
...
ftp://ftp.nrl.navy.mil/pub/security/opie/
1997-02-06 17:52:29 +00:00
Mike Pritchard
21c7bd7842
Replace "mfs" with "mount_mfs" in the NAME section.
1997-02-06 17:49:55 +00:00
Mike Pritchard
76fd8deada
Add a link to the quota section in the "OPTION QUOTAS" section.
1997-02-06 17:47:14 +00:00
Wolfram Schneider
b883c8a310
delete unused variable BINDIR=/usr/libexec
...
/usr/bin -> ${BINDIR}
1997-02-06 15:00:24 +00:00
KATO Takenori
8716a6359b
Deleted ioskip member of the structure pc98_edregister. The member
...
port is always used for accessing PAR and MAR instead of constant
interval of I/O address.
1997-02-06 14:16:52 +00:00
KATO Takenori
a43de6bdb2
Cosmetic change. Sorted by function, added `1997' to copyright
...
notice, and added comment.
1997-02-06 13:38:04 +00:00
Brian Somers
04f36f75da
Incoming packets no longer have their ip_sum zero'd
1997-02-06 11:16:21 +00:00
Brian Somers
47c861ecc7
Don't zero ip->ip_sum during sum validation. This should only
...
affect programs that sit on top of divert(4) sockets. The
multicast routing code already unconditionally zeros the sum
before recalculating.
Any code that unconditionaly sums a packet without first zeroing
the sum (assuming that it's already zero'd) will break. No such
code seems to exist.
1997-02-06 11:14:22 +00:00
Jordan K. Hubbard
eb20e7557b
Heh heh.. :-} Whoops, put this list back the way it belongs without
...
all the stuff inserted in the wrong place.
1997-02-06 11:09:16 +00:00
Andrey A. Chernov
939aed4fb5
Comment out PATH_LOCALE reference
...
Should go into 2.2
1997-02-06 09:29:02 +00:00
Andrey A. Chernov
63407d3487
Use symbolic constants instead of hardcoded digits
...
Add range check for setrunelocale since it can be called
directly.
Remove _startup_setlocale compatibility function
Should go into 2.2
1997-02-06 09:11:06 +00:00
Paul Traina
b6b0d266cd
Fix yet another setlocale() bug.
...
Submitted by: Wojtek Pilorz <wpilorz@celebris.bdk.lublin.pl>
1997-02-06 08:31:42 +00:00
Eivind Eklund
a6a13ef880
Added my own name to the list of developers.
1997-02-06 06:00:59 +00:00
Mike Pritchard
3b4984d039
Initialize the group list when we switch uids when run as
...
root with "calendar -a". Drop all privs when execing other
programs.
Obtained from: OpenBSD
1997-02-06 05:42:49 +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
Mike Pritchard
6836c26dc5
Add a couple of relavant man page xrefs for more information
...
on the structures time(1) displays, instead of refering
he reading to an include file.
Obtained from: NetBSD-bugs mailing list PR#3193
1997-02-06 05:21:39 +00:00
Jordan K. Hubbard
47510e94d3
Eliminate the position of President from the roster.
1997-02-06 04:56:30 +00:00
Wolfram Schneider
9a42683b3a
/sbin -> ${BINDIR}
1997-02-06 01:24:43 +00:00
Jordan K. Hubbard
d2414da767
Commit the mailing list charter changes.
1997-02-05 23:37:31 +00:00
Julian Elischer
c840cec7c5
Submitted by: John Birrell
...
uthreads update from the author.
1997-02-05 23:26:09 +00:00
David Greenman
3b576b3e5e
Fixed missing ioport offset from the reading/updating of the PLX
...
interrupt control/status register.
Submitted by: Brian McGovern <bmcgover@cisco.com>
1997-02-05 22:19:18 +00:00
Andrey A. Chernov
628abd1b29
Add XXX comment describing potential memset non-portable issue
...
Nitpicked-by: joerg
1997-02-05 20:54:16 +00:00
Garrett Wollman
76dafb8954
Some bug-fixes, clean-ups, and one new feature:
...
- Fix the bug with URIs of the form ftp://host/filename.
- Fix some more string-termination bugs in util.c.
- Use safe_malloc() rather than testing the return value of
regular malloc() in 15 places.
- Implement HTTP authentication, for both servers and proxies.
Currently only ``basic'' authentication is supported; This Is A Bug
(but less of one tjhan nmot supporting any authentication).
I think there is only one more feature which is required for full
HTTP/1.1 support, which is Transfer-Encoding: chunked; this should
not be toohard, but it isn't very important, either.
1997-02-05 19:59:18 +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
Andrey A. Chernov
e56a1af623
Update the comment why range checking is not needed
...
Should go in 2.2
1997-02-05 19:22:04 +00:00
Andrey A. Chernov
d81a091605
Update the comment why range checking not needed
...
Fix setrunelocale fail if called directly without prior setlocale
call
Should go in 2.2
1997-02-05 19:17:10 +00:00
KATO Takenori
487c0bf139
Changed document encoding system from JIS X 0208 to EUC.
1997-02-05 16:52:51 +00:00
Mike Pritchard
6a6c4c22d2
Fix a bunch of man pages to stop abusing the .Nm macro, along
...
with some other minor fixes for some problems I noticed
while making these changes.
Pointed out by: bde
1997-02-05 15:07:37 +00:00