otto
d15483fc30
Remove obsolete comment. ok deraadt@
19 years ago
jmc
5508a474a4
clarifications from ray lai;
tweaked by tedu@ and myself;
19 years ago
jmc
1f434282b0
dont' -> don't in comments;
from ray lai;
19 years ago
todd
ab8afdab6a
better logic from krw@:
- do not process mygate for v4 if dhcp
- do not process mygate for v6 if rtsol
this also makes the mygate processing logic more readable
ok krw@
19 years ago
jmc
1b1aafa73e
defintion -> definition;
19 years ago
deraadt
945e8d4407
library routines should not be checking for NULL pointers passed in,
and then setting errno to EFAULT. that is balony programming! they
should keep stumbling along to purposely create a crash, so that the
programmer stops doing that kind of stupid crap. ok otto
19 years ago
fgsch
df3251e351
remove references of apm from here. when we have some power management
here they'll come back. deraadt@ ok.
19 years ago
todd
3b5bf93ce3
add v6 support for /etc/mygate
ok deraadt@ mickey@ krw@
same functionality tested/ok'ed by by mickey, brad, matthieu, and me
with this one may now put a v6 IP in /etc/mygate on a separate line from
the v4 default gateway and netstart will do the right thing
19 years ago
aanriot
a51195c218
consistency, remove a few explanations documented in the manpage.
ok reyk@
19 years ago
jmc
8800872d53
add uu_lock_txfr to .Nm list;
19 years ago
todd
b408cf70af
shrink stripcom(), sync with install.sub
ok krw@
19 years ago
deraadt
4eba5411d3
add -f to #! at top; from bruno@rohee.com
19 years ago
jaredy
04a4c1a148
tidy up examples
- use err() for error handling
- add lint hints
- spacing nits and missing braces
ok otto
19 years ago
espie
343495e278
fix a few warnings, keep the crypt stuff for later.
okay otto@
19 years ago
espie
2bf3877d2a
Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.
Patch by Leonardo Chiquitto Filho <leonardo@iken.com.br>
Thanks.
19 years ago
otto
9216b0447b
regen
19 years ago
otto
6fbce5d000
Forgat this one, as noted by deraadt@
19 years ago
otto
8fc8aa7b27
regen
19 years ago
otto
087c33b97b
Greatly speedup MAKEDEV by using arrays instead of very long strings
that get copied around a lot. Needs sh(1) max array index bump I
committed earlier. ok todd@ deraadt@
19 years ago
biorn
a5762353ac
Remove kerberos4 services
19 years ago
deraadt
2f5b0c2be9
further knf and cleaning; ok tdeval
19 years ago
deraadt
d189c9f735
first KNF (no binary diffs)
19 years ago
otto
8c77e8e999
regen
19 years ago
otto
1ef71a05c5
oops, typo
19 years ago
otto
7cf81ff1e4
regen
19 years ago
otto
8618362234
Removing files is handled by M(), and setting the group to operator as
well, so no need to do that on our own in dodisk(). ok todd@ deraadt@
19 years ago
todd
d5fb505239
trunk must be started after physical ethernet devices, but before vlan.
populate ifmstart lines accordingly.
prodded/tested by brad@
ok reyk@
19 years ago
otto
39eccf3bac
regen
19 years ago
otto
fb52a86fe8
Do not buikd mklist as a string, it is not used anyway.
Nice speedup of MAKEDEV on slower archs. ok fries@ deraadt@
19 years ago
jmc
03965dd357
add bf_{ecb,cbc}_{en,de}crypt to the .Nm list;
19 years ago
jmc
85780cfb06
add bcrypt_gensalt, bcrypt, and md5crypt, to the .Nm list;
19 years ago
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
deraadt
42e82ce8d7
use xargs -r0 for our build process
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
dtucker
73c6d5ec9f
Log source address for 'malformed packet' errors. ok henning@
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
7732424712
some markup and punctuation fixes from wiz@netbsd
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
wvdputte
33dc34f1c7
when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure the
output goes to syslog and not console by moving around log_init
OK henning@, markus@ and mblamer@
19 years ago