sturm
6a07898f48
fix regexp for group names
ok millert@
21 years ago
djm
826f436391
Discard first 256 bytes of keystream, as per recommendation in
"Weaknesses in the Key Scheduling Algorithm of RC4", Fluhrer, Mantin and
Shamir. ok itojun@
21 years ago
jmc
532d62d8fc
wording improvements from Brian Poole;
kill a .Pp before a display;
21 years ago
tedu
ab37eb8efb
only whine about recursion once, so we don't get into problems with loops.
21 years ago
david
5025a25326
add a commented out 'set debug' default
ok henning@
21 years ago
millert
b3c84b70d3
tyop in last commit; noticed by hugh@
21 years ago
henning
ac2b9da765
sensorsd startup via rc/rc.conf
ok millert@
21 years ago
millert
619586efa9
Don't expose the contents of rndc.key by diffing; noticed by Randy Lewis
21 years ago
jmc
ccace7b80b
sync the field names with what's in the man page;
from Kurt Seifried;
ok millert@
21 years ago
drahn
fcef85c6a1
regen.
21 years ago
drahn
6764e67afe
Pegasos port and dirs.
21 years ago
drahn
544c5ecf3a
OpenBSD port for the Pegasos I, pegasosppc.com heavily derived from macppc
21 years ago
deraadt
10e5a3cb3f
PD
21 years ago
david
bce6cc9275
add _pflogd pseudo-account; ok deraadt@
21 years ago
canacar
68449def7b
privilege seperated pflogd
_pflogd user and group must be created for proper operation.
ok frantzen@ henning@ mcbride@ deraadt@
21 years ago
jmc
3eae044b12
utilties -> utilities; from Jared Yanovich
21 years ago
david
62a85f9922
delay carp initialization until after physical interfaces are configured
ok mcbride@ henning@ deraadt@ todd@
21 years ago
mcbride
c62a2ca99d
Common Address Redundancy Protocol
Allows multiple hosts to share an IP address, providing high availability
and load balancing.
Based on code by mickey@, with additional help from markus@
and Marco_Pfatschbacher@genua.de
ok deraadt@
21 years ago
tedu
b2f289ed65
by popular demand, malloc guard pages. insert an unreadable/unwriteable
page after each page size allocation to detect overrun. this is
somewhat electric fence like, while attempting to be mostly usable in
production. also, use tdeval's chunk randomization code.
enabled with the G option.
ok deraadt and co.
21 years ago
tedu
a63df3864b
abort on errors by default. workaround so running out of memory isn't
actually an error, A still applies full effect.
suggested by phk. ok deraadt@ tdeval@
21 years ago
todd
1750fdaeb8
sync
21 years ago
todd
18eb9d88e5
typo found by marc
21 years ago
todd
23cd245698
sync
21 years ago
todd
e70d2b98e9
allow 'MAKEDEV tty08 - tty7f' to function now, prompted by theo
21 years ago
tedu
55ca457d16
svnd gap here too.
21 years ago
tedu
7955ff0b7d
regen
21 years ago
tedu
783e171199
larger svnd gap
21 years ago
grange
4cb30ad898
Sample sensorsd.conf file.
ok henning@ millert@
21 years ago
avsm
6b3c9ddd0b
corrent __bounded__ attribute for the *Data functions, and add
__minbytes__ checks where appropriate. tested by itojun@
fixes PR 3505 from Janjaap van Velthooven
21 years ago
henning
1d1b0be0c9
finally remove the sample lines for httpd, causes problems as soon as
3rd party, chroot-unaware modules are loaded, if not sooner
ok millert@
21 years ago
jmc
788b2f5f98
uname=daemon for /var/msgs;
from Otto and myself;
fixes PR 3392;
ok deraadt@
21 years ago
jmc
a6a93c29bf
correct hash for EXAMPLES, plus some typos;
from er, Charlie Root (PR 3506)
21 years ago
tedu
60d06f403c
two minor fixes. set errno on recursive calls. ENOMEM suggested by marc@.
lock before setting malloc_func, not after.
ok cloder@ deraadt@
21 years ago
jmc
537eb1521b
updates and corrections to the references in SEE ALSO;
mostly from tjr@freebsd's rev. 1.14 commit.
21 years ago
tedu
df965b6a5c
full stop. reverse course. remove all periods, so as to be aligned
with error messages elsewhere. requested ok deraadt@ henning@
21 years ago
tedu
11a1131014
remove register. end all sentences with periods.
ok deraadt@ henning@ millert@
21 years ago
miod
ced05d4ceb
Regen
21 years ago
miod
9f790f8f0e
Add majors and devsw entries for the missing scsi devices on mvme*8k.
21 years ago
millert
2a6996bfa4
It is safe to pass free() a NULL pointer since C89; update example to
this effect. OK deraadt@ pvalchev@
21 years ago
millert
63e3760e4a
Install files as group wheel to match mtree/special; noticed by David Krause
21 years ago
deraadt
1d84434b97
improve example even more
21 years ago
millert
28a2e1ca96
Sample files for /etc/mail, installed at 'make distribution' time.
21 years ago
millert
6724eaa976
Document the optional argument support and as well as where we differ from
POSIX and/or GNU. deraadt@ and jmc@ OK
21 years ago
millert
a8dc34ac1b
If permutation is disabled (as it is via getopt(3) or when POSIXLY_CORRECT
is set), we can accept an optional arg separated by whitespace. Previously,
the optional arg needed to be adjacent to the option character.
deraadt@ OK
21 years ago
jakob
2e36db02e4
set .com/.net to delegation-only
21 years ago
tedu
637ad405c4
expand on the realloc no-no section to include adjusting a length before
the allocation. ok deraadt@ markus@
21 years ago
sturm
544041bb31
remove /var/spool/news
it is not used by base and the only port using it, uses another owner/group
ok henning@, deraadt@
21 years ago
jmc
4662b6d15f
typos from wiz@netbsd (including one from a PR from Quentin Garnier);
slight sync with NetBSD page;
ok millert@
21 years ago
jmc
74bc571152
typo;
21 years ago
deraadt
d7d3323277
typo; ianm@cit.uws.edu.au
21 years ago