| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
like for any other process as well. OK by many
|
|
|
|
|
|
|
| |
the paper trail appears to be:
reported in feebsd pr docs/185353 by rol robert-eckardt de
fix suggested by peter wemm
diff submitted to tech by allan jude
|
|
|
|
|
| |
same style as traceroute6 (change to int and use -1 as a flag, so rtable 0
can still be used as an explicit parameter).
|
|
|
|
| |
make sure telnet runs in rdomain 4 as expected. Same for nc.
|
|
|
|
| |
Also, switching to rdomain zero is a legit option so we should allow that.
|
| |
|
|
|
|
| |
ok djm
|
|
|
|
|
|
| |
connected socket to stdout. This is useful in proxy mode to establish
a connection for use by ssh in conjunction with its new ProxyUseFDPass
option; ok markus@
|
| |
|
|
|
|
| |
ok otto
|
|
|
|
|
|
| |
original netcat and GNU netcat; revert to old behaviour with the new -N flag
if needed. After much discussion with otto deraadt tedu and Martin Pelikan.
ok deraadt@
|
|
|
|
| |
reason. No code changed, just documenting it...
|
| |
|
|
|
|
|
|
|
| |
flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom
Koromil with a few tweaks by me, many thanks.
ok mikeb@ nicm@ haesbaert@
|
|
|
|
|
|
| |
From Ricky Zhou with a few tweaks by me.
ok henning@ haesbaert@
|
| |
|
|
|
|
| |
no objection from mcbride@ krw@ markus@ deraadt@
|
|
|
|
| |
ok okan@
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
the -uz combination.
This diff stems from a diff by brynet@ sent to tech@
help from jmc@ regarding wording.
|
|
|
|
| |
nicm@ ok.
|
|
|
|
|
|
|
| |
accept the same values as pf.conf. It accepts decimal, hexadecimal and
the dscp/tos keywords. The ping option was ripped of in SMALL.
ok mcbride@ sthen@
|
| |
|
|
|
|
|
|
|
|
|
|
| |
number of bits when connecting via a SOCKS 5 proxy over ipv6, but we
also need to read the same number depending on the received address
type. this issue is not noticeable with ssh's SOCKS 5 support since it
always set the address type as ipv4. this fixes connections via SOCKS 5
proxies which set their address type as ipv6 when using ipv6.
after review with, and ok, nicm@
|
|
|
|
| |
OK jmc@, nicm@, tedu@
|
|
|
|
|
|
| |
Separate commit requested by deraadt@.
OK nicm@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, using -U with -u was an error that was not documented
in the man page. Now it will use a unix socket in datagram mode.
Bidirectional unix datagram communication requires a socket at
both ends, so in client mode (without -l), a temporary socket is
created so that responses from the server can be received.
If -s is specified with -U and -u, it specifies the location of
the temporary socket to create.
This was mostly written way back in 2007. Since then, various
improvements implemented based on suggestions from guenther@,
tedu@, and nicm@. Man page help from nicm@ and jmc@.
Unix datagram support requires a small change to atomicio.c
in order to function correctly, this will be committed separately
shortly.
OK nicm@
|
|
|
|
|
|
| |
in the former, so switch an example that needs them to use printf instead.
From bcr at freebsd.org.
ok halex@
|
|
|
|
|
|
|
|
|
|
|
|
| |
and make it possible to bind sockets (including listening sockets!)
to rtables and not just rdomains. This changes the name of the
system calls, socket option, and ioctl. After building with this
you should remove the files /usr/share/man/cat2/[gs]etrdomain.0.
Since this removes the existing [gs]etrdomain() system calls, the
libc major is bumped.
Written by claudio@, criticized^Wcritiqued by me
|
|
|
|
|
|
| |
Zeleny.
ok djm
|
|
|
|
|
|
| |
and use %zu for size_t.
ok djm
|
|
|
|
|
|
| |
Pointed out by obsd at happyjack.org, fix based on a diff from kili@.
ok deraadt
|
|
|
|
|
|
|
|
|
|
|
|
| |
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc.
I tried five different variants without the Xo/Xc, because there is
no real reason why Xo/Xc should be needed here, and two additional
variants with Xo/Xc that look more pretty than what i'm now committing.
All seven alternatives work both with mandoc and groff 1.20.1, but
all seven trigger various different bugs in our old groff, and we
still need to remain compatible with our old groff right now.
ok jmc@ sobrado@
|
|
|
|
|
|
|
|
| |
few remaining ".Tn UNIX" macros with ".Ux" ones.
pointed out by ratchov@, thanks!
ok jmc@
|
|
|
|
| |
ok jmc@
|
|
|
|
| |
OK gilles, rainer, millert, deraadt.
|
| |
|
|
|
|
| |
Again -V can be used to specify the domain.
|
|
|
|
|
|
| |
written with help by jmc@
ok jmc@
|
| |
|
|
|
|
| |
- shorten the argument names to -IO
|
| |
|
|
|
|
| |
OK djm@, joris@, ray@
|
| |
|
| |
|
| |
|
|
|
|
| |
OK djm@.
|
|
|
|
|
|
| |
sleep takes an unsigned integer.
OK moritz@, jaredy@, and dhill@
|
| |
|