jmc
4ec91aeee3
correct comment;
ok deraadt@ brad@
19 years ago
reyk
c559c8152e
implement a way to match IEEE 802.11 flooding. this will help to detect
known DoS attacks, like de-auth flooding against wireless networks.
an example is provided in the manual page.
"or could you just got for it?", deraadt@
19 years ago
reyk
276c3afeef
some examples with descriptions for hostapd.conf
"inspired" by deraadt@
19 years ago
deraadt
b6af2d91bb
initial hostapd.conf file, please read it reyk
19 years ago
deraadt
4463d1f779
ok, add uptime after kernel version
19 years ago
todd
ab12acee53
use eval consistently, fixes description quotes on rtsol and dhcp
fix inspired by and closes pr 4495
ok krw@
19 years ago
brad
2641183f0a
Enable RFC3390 by default and remove a few compile time options which
can be changed via sysctl's.
ok markus@
19 years ago
david
ce0302eedf
+/etc/hostapd.conf
19 years ago
david
d49d41853e
kill spaces
19 years ago
deraadt
c7d0992cbe
package name changed; steve.shockley@shockley.net
19 years ago
jakob
596f924a92
add eppc, Remote AppleEvents; ok theo
19 years ago
deraadt
4b310b828c
split ypserv & ypbind startup; ypserv does not depend on you being a
client; from amh@POBOX.COM
19 years ago
fgsch
09857a3e17
change printed line from `printer' to `lpd'; deraadt@ ok.
19 years ago
ian
12223a8496
add sql server from iana. comments jolan@, sturm@; 'ok with the right names' deraadt@
19 years ago
jmc
aed065fb56
kern.usercrypto is enabled by default, so commented out entry should
show how to disable it;
ok deraadt@
19 years ago
millert
e3527a825c
spamhaus not longer allows free downloads of its blacklist so make
spews1 the default. OK deraadt@
19 years ago
deraadt
a1d4313fb1
Fix ^From line date because mail(1) cares about spacing; kili@outback.escape.de
19 years ago
deraadt
8014fda384
backout unapproved diff
19 years ago
henning
e367eaff00
fix date spec in mbox From line
From: Matthias Kilian <kili@outback.escape.de>
19 years ago
henning
ef67ad380f
replace the "pass quick" example line for loopback and the inner interface
with a set skip statement to the same effect, performs way better
suggested by Stuart Henderson <stu@spacehopper.org>, theo ok
19 years ago
millert
c3f648ac33
Generate login.conf from a template with optional per-architecture overrides
19 years ago
millert
15483f9726
crank datasize-cur to 512M; requested by pvalchev@
19 years ago
deraadt
3dc90411da
move to 3.8-beta
19 years ago
espie
80b0dced5b
locale dirs. okay deraadt@
19 years ago
david
2d88de85d4
match indentation
19 years ago
deraadt
e91cd4627d
sync
19 years ago
deraadt
3b773e5347
old ses device goes away
19 years ago
jmc
049f614fe0
kernal->kernel;
from netbsd pr #30872 (anonymous post);
ok deraadt@ krw@
19 years ago
mcbride
2ecb4d28e9
Fix the test for successful ifconfig of carp interface on shutdown, makes
graceful shutdown work correctly.
ok mpf@ deraadt@ a long time ago, committed to local repository by accident.
19 years ago
mbalmer
6cd72f8135
Adding netplan, 2983/tcp
ok deraadt@
19 years ago
jmc
671679707b
grammar;
ok deraadt@
19 years ago
tom
c9eede1f36
Fix grammar. From art@.
19 years ago
miod
13c937fcd9
Regen
19 years ago
todd
ceaa7dce4c
sync
19 years ago
todd
55bf6d6d0e
add bio
prompted by deraadt@ and henning@, ok marco@
19 years ago
martin
d4bca7e5f3
sync
19 years ago
martin
642f724ae8
USB support
ok mickey@
19 years ago
deraadt
370b0c30d3
ntpd -s by default is just a pause if there is no net
19 years ago
reyk
7e8938e469
add some configuration examples for the new hostapd(8) event rules
(commented out).
19 years ago
miod
3b2e890a81
Regen
19 years ago
miod
07a0464d6e
Wrong major for lpt.
19 years ago
dhartmei
709dcb5279
split the dummy ruleset pfctl -f - -e into separate -f - and -e.
relevant when the dummy ruleset can't be loaded, we still want to enable
pf, otherwise the real ruleset (even if that does load correctly) won't
be active. might happen on a non-GENERIC kernel or after an update (before
/etc is manually updated). reported by Jim Rees. ok frantzen@
19 years ago
deraadt
91cdfa9525
no acpi here either
19 years ago
jmc
d614b4f268
slight reshuffle to make this less confusing;
ok beck@
19 years ago
jmc
e96e4f6ae2
- comment out relaydb entry, since it is not available by default
- add a `method' capability to the whitelist example
ok beck@
19 years ago
deraadt
41631cbb24
no /etc/acpi/, this was not really discussed
19 years ago
millert
1751314c23
double datasize limits now that mmap is counted in dsize
19 years ago
tholo
4d841a52b9
Regen
19 years ago
tholo
3cf53df36d
Start on a basic ACPI framework -- does not do much more than read out the
ACPI tables into kernel memory and attach ACPI and HPET timers currently.
In order to test this code, enabling the devices in GENERIC as well as
the ACPI_ENABLE option is needed. This code does not do any thermal
control yet, so this should be done with care depending on the platform.
In the tree so more people can contribute to making this more fully
featured.
Ok niklas@ grange@ tedu@
19 years ago
mcbride
406c29e876
Enable ifstated in the builds. This still does not mean that ifstated is
necessary for regular carp setups. There are situations where you need this,
but if you're going to use it, think hard about redesigning your network so
you don't have to.
ok deraadt@ mpf@ henning@
19 years ago