| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
ok deraadt@ guenther@ djm@
|
|
|
|
|
| |
interface is added at just the right... wrong moment.
ok millert dlg
|
|
|
|
| |
ok jakob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- sync RES_DEBUG with resolv.conf.5
- document RES_PRIMARY, but mark it unsupported (like we already do
for RES_AAAONLY)
- use the exact same text (about being enabled by default) for
RES_RECURSE as for the other two defaults
- document RES_INSECURE{1,2} - description lifted from resolv.conf.5
- document RES_NOALIASES
- mostly sync the RES_USE_EDNS0 text with resolv.conf.5
- RES_USE_DNSSEC not documented for now. something to come...
ok sthen
|
| |
|
| |
|
|
|
|
| |
references into a STANDARDS section;
|
| |
|
|
|
|
|
| |
- update rfc references
- make the Rs/Re blocks more consistent
|
|
|
|
| |
rfc 5321 replaces 974 and 2821;
|
| |
|
|
|
|
|
|
|
|
| |
ifa_broadaddr. i.e. make it make clear that this field is only
valid for P2P. (Hint: one's a field, and one's a #define giving a
new name to said field)
ok guenther@
|
|
|
|
| |
diff from Florian Obser, ok jmc@
|
|
|
|
|
|
| |
using inet_pton() and inet_ntop() as suggested by claudio
ok claudio@
|
| |
|
| |
|
|
|
|
| |
from Lawrence Teo
|
|
|
|
|
|
| |
defined.
ok deraadt@
|
| |
|
|
|
|
| |
ok guenther
|
|
|
|
|
|
| |
Poul-Henning Kamp, freebsd pr docs/163771;
ok sthen
|
|
|
|
| |
ok jmc@
|
|
|
|
|
|
|
|
|
|
| |
about cert checking in OpenSSH. Man page wording tweaks thanks to
jmc@.
ok henning@, jmc@; positive feedback from djm@, ajacoutat@
Committing now to reuse guenther@'s libc minor bump instead of
cranking it again, as suggested by deraadt@.
|
|
|
|
| |
OK deraadt@, millert@
|
|
|
|
|
|
|
| |
SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return
EFAULT for a page fault. The kernel code will soon be put into
compat, and then in 10 years or so tedu will delete it.
ok guenther millert
|
| |
|
| |
|
|
|
|
|
|
| |
::1:2:3:4:5:6:7:8 for example. PR 6277, fix by Jun KAWAI (kwj at vlax net)
OK henning, gilles, jsing (who also reminded me to remove the now wrong
comment about superfluous ::)
|
|
|
|
|
|
|
| |
files or directories when applicable.
The inspiration and name of MACHINE_CPU come from NetBSD, although the way to
provide it to Makefiles is completely different.
ok kettenis@
|
|
|
|
| |
completes the changes from Oct 22.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- wrap with #ifndef NO_LOG_BAD_DNS_RESPONSES libc code that uses
p_class() and p_type() for diagnostics, then add that define to
libstub to avoid pulling in res_debug_syms.o
- split rcmd() and ruserok() into separate files, as nothing uses both
- split readdir_r() to its own file
- split syslog_r() from syslog(), as the latter needs localtime(); many
binaries no longer need to pull in all the time code after this; switch
from usleep() to nanosleep() while we're at it
(The profit of analysis of -Wl,-M,--cref output)
Chops 888kB from /bin and /sbin on i386
ok deraadt@, miod@
|
|
|
|
|
| |
specified in hint or hints is NULL.
claudio@ ok
|
| |
|
|
|
|
| |
ok tedu@ deraadt@ krw@
|
|
|
|
| |
ok otto@
|
|
|
|
|
|
| |
now doing.
ok deraadt@
|
|
|
|
|
|
|
|
|
|
|
| |
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.
ok deraadt@, plenty of cheering in the room wrt the idea, not loud
enough complaining from the v6 crowd.
|
|
|
|
| |
hint from claudio@, ok millert@
|
| |
|
| |
|
|
|
|
| |
Make it less ambiguous; ok gilles@ claudio@
|
| |
|
|
|
|
| |
Suggested by and ok claudio@, ok jmc@
|
|
|
|
|
|
| |
struct in the if_msghdr instead of using sizeof() blindly. This allows us
to grow if_data without causing issues for the getifaddrs() users.
OK deraadt@ (who needs this for some cool upcomming stuff)
|
|
|
|
| |
report Maksymilian Arciemowicz; ok djm, deraadt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also Extend "nameserver" declaration syntax to support port
numbers. To avoid ambiguity these are only parsed when the address
is enclosed in square brackets, e.g. "nameserver [127.0.0.1]:5353"
Together these changes make forwarding DNS over a SSH tunnel very
easy, but unfortunately some programs in ports/ implement their
own resolvers (e.g. firefox). These will need to be modified to
support these options separately.
fixes jsing@ reyk@
ok deraadt@ millert@ krw@ + "I like it" from lots
|
|
|
|
|
|
|
|
|
| |
Not sure what's more surprising: how long it took for NetBSD to
catch up to the rest of the BSDs (including UCB), or the amount of
code that NetBSD has claimed for itself without attributing to the
actual authors.
OK deraadt@
|
|
|
|
| |
ok djm@ deraadt@
|
|
|
|
| |
feedback deraadt@ drahn@; ok deraadt@
|
| |
|