| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
MFC after: 1 week
|
| |
|
|
|
|
|
|
| |
utility instead of using default _PATH_MDCONFIG (/sbin/mdconfig).
MFC after: 1 week
|
|
|
|
|
| |
Submitted by: Anders Hanssen
MFC after: 3 days
|
|
|
|
|
| |
Submitted by: Michal Mertl
MFC after: 1 week
|
|
|
|
| |
but remove old code!
|
|
|
|
|
|
|
|
| |
doesn't exist or add one that is already present, if the -q flag
is set. Useful for "ipfw -q /dev/stdin" when the command above is
invoked from something like python or TCL to feed commands
down the throat of ipfw.
MFC in: 1 week
|
| |
|
| |
|
|
|
|
|
|
| |
attached before the root file system is mounted.
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
supported for a moment.
- Don't allow to use -i when no passphrase is given. Now if iterations is
equal to -1 (not set), we know that we should not ask for the passphrase
on boot.
It still doesn't handle situation when one key is protected with
passphrase and the other is not. There is no quick fix for this.
The complete solution will be to make number of iterations a per-key
value. Because this need metadata format change and is only needed for
devices attached on boot, I'll leave it as it is for now.
MFC after: 3 days
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
makes it practical to use GBDE for "something you have plus something
you know" security together with a USB flash drive.
Reviewed by: phk
MFC after: 7 days
|
|
|
|
|
|
|
| |
PR: docs/92629
Submitted by: Daniel Gerzo <danger@rulez.sk>
Noticed by: Michal F. Hanula <f@7f000001.org>
Approved by: trhodes (mentor)
|
| |
|
|
|
|
|
|
|
|
| |
PR: docs/92653
Submitted by: Jeremy C. Reed <reed@reedmedia.net>
Reviewed by: ru
Approved by: trhodes (mentor)
MFC after: 5 days
|
|
|
|
|
| |
MFC after: 3 days
Tested with: prove /usr/src/tools/regression/geom_eli
|
| |
|
| |
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
| |
OK'ed by: imp
|
|
|
|
|
|
| |
our concatenated device later.
MFC after: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Presently, ifconfig callbacks are used for L2 configuration, media
and vlan, so actions associated with address assignment, like sending
out a gratuitous ARP, should go when L2 is running already.
This also should fix the problem with setting up vlan interfaces
from rc.conf, when both IP and vlan+vlandev parameters are passed
to ifconfig at once.
Future work: Consider introducing several ifconfig callback lists
to invoke callbacks orderly.
MFC after: 1 week
|
| |
|
|
|
|
| |
Reviewed by: sam
|
|
|
|
| |
MFC after: 3 days
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
/tmp may not be writeable yet when dhclient is first run via
/etc/rc.d/netif so using it may not work. Also, writing to a
predictable file in /tmp as root is a really bad idea since a malicious
user may be able to win a race and insert a symlink which will allow
them to cause any file to be overwritten. To solve these problems,
create the tempory file in /var/run which will exist this early and is
writable only by root.
Security: Local risk if users can cause dhclient to run on demand
(such as by unplugging and replugging the network cable).
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
OpenBSD -w # when invoking ping.
PR: bin/92187
Submitted by: "Shin'ya Kumabuchi" <kumabu at t3 dot rim dot or dot jp>
MFC After: 6 days
|
| |
|
|
|
|
|
|
| |
PR: 90518
Submitted by: John E. Hein <jhein@timing.com>
MFC after: 3 days
|
|
|
|
| |
make it available with the -v option
|
|
|
|
|
|
|
|
|
|
|
| |
system is mounted. This prevevents duplicated mounts.
The change I made against the original patch is to fall back to the given
path on realpath(2) failure instead of exiting with an error.
Submitted by: Andreas Kohn <andreas@syndrom23.de>
PR: bin/89782
MFC after: 3 days
|
| |
|
|
|
|
| |
/bin/sh.
|
|
|
|
| |
of unsigned char* argument.
|
|
|
|
|
|
|
|
| |
circumstances that include circular dependencies.
PR: bin/91789
PR submitted by: Frank Behrens <frank@pinky.sax.de>
Patch submitted by: Divacky Roman <xdivac02@stud.fit.vutbr.cz>
|
|
|
|
| |
use 'nextboot -D' in rc. Option parsing cribbed from vgrind.sh.
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
| |
Submitted by: Ulrich Spoerlein
|
| |
|
|
|
|
| |
Wording by: emaste
|
|
|
|
|
|
|
| |
global structure.
PR: bin/91399
Submitted by: Spencer Minear
|
|
|
|
|
|
| |
PR: docs/90902
Submitted by: Scott Robbins <scottro@nyc.rr.com>
MFC after: 3 days
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
|
| |
entries from the interface rather than using ifconfig's delete command.
This preserves non-dhclient configured addresses (though they are wiped
out when dhclient is restarted).
MFC after: 1 week
|
|
|
|
|
| |
PR: bin/87465 (different solution used)
MFC after: 1 week
|