Age | Commit message (Collapse) | Author |
|
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@
|
|
paths of libevent). This interface was the first generation of what
eventually became getentropy(2) and arc4random(3) -- june 1997!
Ports scan by sthen, general agreement guenther
|
|
|
|
|
|
|
|
New volumes will be created with bcrypt PBKDF, however existing volumes
will continue to use PKCS5 PBKDF2 until a passphrase change is made.
If you're booting from softraid crypto, ensure that your boot loader has
been upgraded to a version that supports bcrypt prior to changing your
passphrase. Also be aware that once the passphrase has been changed, an
older version of bioctl(8) (one that does not support bcrypt PBKDF) will
not be able to "unlock" the volume.
Partly based on a diff from djm@.
|
|
We can get rid of inet_aton(3) and use the AF independent getaddrinfo(3).
OK natano@, krw@, millert@, claudio@
|
|
|
|
ok florian
|