Age | Commit message (Collapse) | Author |
|
Claudio did all the code, I'm just comitting it...
ok claudio@ laurent@ dlg@
|
|
It is still not possible to set the desired opration for an entry.
ok claudio@ laurent@ dlg@
|
|
leads to a variety of errors; ok mcbride
|
|
pointed out by drahn@
|
|
|
|
while here, make the description of -m more consistent for mkdir,
mkfifo, and mknod.
add a touch of .Ex for mkdir too.
|
|
- one more passphrase tweak
|
|
handshake protocols (both supplicant and authenticator state
machines) as defined in the IEEE 802.11i standard.
Software implementation of the TKIP (Temporal Key Integrity
Protocol) and CCMP (CTR with CBC-MAC Protocol) protocols.
This diff doesn't implement any of the 802.1X authentication
protocols and thus only PSK authentication (using pre-shared
keys) is currently supported.
In concrete terms, this adds support for WPA-PSK and WPA2-PSK
protocols, both in station and hostap modes.
The following drivers are marked as WPA-capable and should
work: bwi(4), malo(4), ral(4), iwn(4), wpi(4), ural(4),
rum(4), upgt(4), and zyd(4)
The following options have been added to ifconfig(8):
wpa, wpapsk, wpaprotos, wpaakms, wpaciphers, wpagroupcipher
wpa-psk(8) can be used to generate keys from passphrases.
tested by many@
ok deraadt@
|
|
|
|
|
|
ok deraadt@
|
|
again fits on one page. Suggested by, tweaked and ok deraadt@.
|
|
Use arc4random_uniform() when the desired random number upper bound
is not a power of two
ok deraadt@ millert@
|
|
pointed out by Prabhu Gurumurthy
ok deraadt@
|
|
#if NUMBOOT > 0 section.
|
|
the -r removal. Found by drahn@ when attempting a landisk install.
ok deraadt@ drahn@
|
|
that was contingent on it being set.
|
|
|
|
the '-c' and '-d` commands.
With the removal of 'rflag' (logically making it always false), (a ||
(rflag && cflag + dflag) || b) should be (a || b), not (a || (cflag +
dflag) || b).
This fixes 'disklabel -w -d <disk>' as used in the install scripts.
Reported by Peter Kun on misc@. Thanks!
|
|
ok mpf@, chl@
"i agree with the diagnosis" oga@
|
|
|
|
each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This
works now that kernel fd passing has been fixed to accept a bit of
sloppiness because of this ABI repair.
lots of discussion with kettenis
|
|
Pointed out by jmc@
|
|
"make sense" miod@ ok deraadt@
|
|
based on a diff originally from bsd openbsd rutgers edu
|
|
CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because
of alignment; ok kettenis hshoexer
|
|
use CMSG_SPACE for all except the last one, which should be CMSG_LEN. This
makes calculate .msg_controllen tricky. Also make sure that we can receive
multiple CMSG's again.
ok deraadt@, hshoexer@
|
|
written with invaluable advice from jmc@
ok jmc@
|
|
no arguments, like the man page promises.
ok deraadt@, blambert@
From tcuji@pwns.ms
|
|
an extensive discussion with otto, kettenis, millert, and hshoexer
|
|
deraadt@ OK
|
|
ok deraadt
|
|
when the line discipline has really been attached. And a few manual tweaks.
|
|
Gurumurthy, tweaks and commit-ready diff by Mitja Muzenic! Thanks
guys!
ok todd@
|
|
on modern disk geometries; while here, better alignment of column labels
ok jmc@, jsing@, krw@, and otto@
|
|
<mitja at muzenic dot net>, diff provided already quite some time ago,
many many thanks. This should have gone in months ago but I was slacking,
sorry for that.
|
|
ok henning@
|
|
text from ipsecadm(8), hshoexer, and myself
|
|
of a typo in rcs.c;
|
|
|
|
machines with more than 4GB of memory. Make sysctl(8) print values obtained
using these sysctls for hw.physmem and hw.usermem.
ok krw@, miod@
|
|
|
|
From Igor Zinovik <zinovik@cs.karelia.ru>
ok hshoexer@
|
|
Instead of using the same IP on multiple interfaces, carp has to be
configured with the new "carpnodes" and "balancing" options.
# ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50
Please note, that this is a flag day for anyone using carp balancing.
You'll need to adjust your configuration accordingly.
Addititionally this diff adds IPv6 NDP balancing support.
Tested and OK mcbride@, reyk@.
Manpage help by jmc@.
|
|
by the parser but not passed to the kernel. This allows filtering based on
uid, gid, icmp options, tcp flags, os fingerprint, tos, tags, and probability;
It also allows the label to be set. State options and tagging are not
permitted.
ok henning mpf
|
|
-1.
ok henning@ beck@ ray@
|
|
|
|
|
|
functional change. Noticed by lint.
|
|
in the inline anchor. Fixes optimizer bug where automatic table creation in
inline anchors fails because rules are now loaded after optimization
and no transaction has been opened for the anchor.
bug reported by Henrik Johansen
ok henning dhartmei
|