Age | Commit message (Collapse) | Author |
|
|
|
|
|
dedicated number. Both changes for consistency.
OK rzalamena@
|
|
ok tb@ danj@ deraadt@
|
|
ok mikeb@
|
|
lease when DHO_CLASSLESS_[MS_]STATIC_ROUTES are present. RFC 3442 says
the client must ignore the former if the latter is present.
The information was already ignored but was still written to the
'effective' section of the pseudo-lease file created by the -L
option. This incorrectly implied that these options were 'effective'.
Problem noted by Ed Fochler. Thanks!
|
|
parser cannot handle that correctly and is is unclear wether the
kernel code would work. Remove the feature until someone needs it
and properly implements and tests it.
OK mike@ sashan@ mpi@
|
|
same keys as the actual commands (datapath, maxgroup, flowmax).
flowmax should eventually renamed to maxflow for consistency.
OK rzalamena@
|
|
of the output buffer size. Thus elements like subscriber-id, ICC-id, IMEI
were shown truncated.
Some modules report a phone number that already has the '+' prefix.
Don't add another one when printing it.
Patch from Bryan Vyhmeister
ok otto
|
|
static, so keep it that way for consistency)
- s/usage(1)/usage() and inside call exit(1) explicitly since all usage() calls
always use that value (also update comment to reflect this change)
- Remove main() prototype
- s/exit/return in main() to enable SSP
Feedback from jca@ and tb@ and OK from both (with their remarks in)
|
|
"twenty four", arguing, i think, that the internet is wrong; well
seemingly i'm wrong, and you should hyphenate numbers when spelled out
- who'd have thought it. apologies to florian and the diff submitter
(and the internet);
still, what i should have advised, and what i've done here, is use "24",
which is much simpler, fits the surrounding text, and agrees with oed
style advice;
|
|
as broadcast address. The kernel does not consider this a broadcast
address and ifconfig(8) has a check to exclude it. Use the same
check in pfctl(8).
Found by regress/sbin/pfctl pfi2; OK mikeb@
|
|
addition of a MAC we need at least 24 bytes packet size these days to
show timing information.
Pointed out by Tamas Horvath, thanks!
OK jmc
|
|
unprivileged user just shed the setuid privs as previously.
sthen@ pointed out that you cannot kill(2) your own ping.
With this we rely on pledge(2) for unprivileged users.
OK sthen@, deraadt@ is happy with the middle ground
|
|
patch from Jan Stary <hans at stare dot cz>;
OK millert@ natano@
|
|
ok natano
|
|
not overflow because the initial count includes empty slots; ok tb@
|
|
"datapathid" as stated by the man page.
ok reyk@
|
|
|
|
additional actions before printing it. OK rzalamena@
|
|
so we basically get this for free.
requested by espie
ok deraadt
|
|
has been fixed in FreeBSD in 2002. No binary change.
From Alexander von Gernler; OK krw@
|
|
ok krw@ beck@
|
|
|
|
access can be locked down.
ok deraadt tb
|
|
the server provides a client-identifier value and it doesn't match
the value the client sent.
So stop suppressing client-identifer info in the leases file and when
reading the leases file stop discarding leases that don't have current
client-identifier info. Don't use them, but keep them around in case
the client-identifier info changes back next time.
Also construct the default client-identifier (if needed) before reading
the leases file.
|
|
|
|
NetBSD 1.0A was not a release, but it was
what would be called NetBSD 1.0-current in OpenBSD terminology,
see http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/conf/newvers.sh#rev1.17
patch from Sevan Janiyan <venture37 at geeklan dot co dot uk>
|
|
|
|
patches from Sevan Janiyan <venture37 at geeklan dot co dot uk>;
verified using minnie.tuhs.org/cgi-bin/utree.pl
|
|
patch from Sevan Janiyan <venture37 at geeklan dot co dot uk>;
verified using Kusick's UCB CSRG archive CDs
|
|
ok jmc (on an earlier version of the diff), tb (who found a typo) and deraadt
|
|
ok kettenis@
|
|
|
|
encodings. Restores functionality lost when removing the kvm groveling
code.
ok deraadt@, jca@
|
|
|
|
|
|
|
|
unprivileged user is not present instead of erroring out. This lets
ping and traceroute work in restricted enviornments like the bgplg
chroot.
Problem reported by sthen@
input & prodding deraadt@
|
|
|
|
Thanks Ken for fixing my initial implementation. ok krw@
|
|
implement something like a WSKBDIO_GETENCODINGS ioctl that fetches a list
of possible encodings for the specified keyboard from the kernel. Until
that happens, kbd -l will simple show the same harcoded list of possible
encodings as the installer does.
Prompted by deraadt@
|
|
Doesn't matter in iked as recvfromto is only called with flags = 0, but
this code tends to be copied. ok sthen@ florian@
|
|
It does not buy us much when called as a unpriv user. But if run as
root we can now lose privileges.
OK natano@, deraadt@ is happy
|
|
protected with #ifdef BFD while we still figure out some of the
mechanisms.
OK mpi@
|
|
from rob pierce
|
|
OK sthen@
|
|
|
|
bcrypt pbkdf, based on system performance. This is based on the bcrypt
autorounds code we have in libc.
Discussed with djm@ and tedu@.
|
|
ok jmc@
|