| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
nc from OpenBSD 5.5.
|
|
|
|
| |
MFC after: 13 days
|
|
|
|
|
|
|
|
|
| |
down the connection when stdin closes, by default. This matches Hobbit's
original netcat and GNU netcat.
Old behavior can be restored with the new -N flag.
MFC after: 2 weeks
|
|
|
|
| |
MFC after: 1 month
|
| |
|
|
|
|
| |
MFC after: 3 weeks
|
|
|
|
|
|
|
|
|
|
|
|
| |
Extend the so far IPv4-only support for multiple routing tables (FIBs)
introduced in r178888 to IPv6 providing feature parity.
This includes an extended rtalloc(9) KPI for IPv6, the necessary
adjustments to the network stack, and user land support as in netstat.
Sponsored by: Cisco Systems, Inc.
Reviewed by: melifaro (basically)
MFC after: 10 days
|
|
|
|
| |
apply to us).
|
|
|
|
|
| |
MFC after: 1 month
Obtained from: OpenBSD
|
|
|
|
|
|
|
|
| |
While I'm there, bump WARNS level to 2 as the vendor
have the right printf format string now.
MFC after: 1 month
Obtained from: OpenBSD
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
should be more compatible for most shells that are out there.
I contacted Philip Guenther at OpenBSD about this PR and he
corrected the issue in their tree pretty fast.
PR: docs/142243
Submitted by: Yasir (yasir27 at mail dot ru)
Obtained from: OpenBSD
Discussed with: delphij
MFC after: 7 days
|
|
|
|
| |
SO_BINDANY.
|
|
|
|
|
|
|
| |
- Remove unused locally added variable;
- Deprecate -o: it's the default behavior on OpenBSD.
X-MFC: along with nc 4.7.
|
| |
|
|
|
|
| |
MFC after: 1 month
|
| |
|
|
|
|
|
|
| |
Note: the -V option from OpenBSD is implemented using setfib(2) on FreeBSD.
MFC after: 2 weeks
|
|
|
|
| |
update this file to reflect the fact.
|
|
|
|
| |
Approved by: re (kib)
|
|
|
|
|
|
|
| |
tag, so the file was being treated as having no date (i.e., the current
date was being inserted).
Approved by: re (kib)
|
|
|
|
|
|
| |
does not follow sysexits(3), and returns 1 for all error cases.
PR: docs/126451
|
| |
|
|
|
|
|
| |
tcp options) to '--no-tcpopt' in order to resolve a comflicit
with OpenBSD's -O semantics.
|
|
|
|
|
|
|
|
| |
- sort the options
- document -o and -O everywhere
Reviewed by: delphij
Approved by: rwatson (mentor)
|
| |
|
| |
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Do this for active and passive (-l switch) TCP sessions.
MFC after: 1 week
|
| |
| |
| |
| |
| |
| |
| |
| | |
This commit includes all remaining changes for the time being including
user space updates.
Submitted by: bz
Approved by: re
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| | |
|
|\ \
| |/
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/94158
MFC after: 2 days
|
| |
| |
| |
| | |
Approved by: re (blanket manpages)
|
| |
| |
| |
| | |
Pointed out by: ru
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bring IPsec support from the ports collection [1].
- Bring -o ("once only") option from the ports
collection [2].
- Adopt the Makefile framework into
usr.bin/nc/Makefile.
- Add a knob to control whether to build nc(1),
NO_NETCAT.
- Bump __FreeBSD_version so ports collection can
detect this change.
Original patchset are contributed to the ports collection by:
[1] nectar, [2] joerg.
Note: WARNS?=6 patchset spined off in this commit, in order not
to take too many files off the vendor branch.
|
|
reimplementation of the famous tool that can do arbitrary TCP
and UDP connections and listens.
This gaves sysadm the same tool the crackers have, so that
they may learn what the network is about and protect it better.
For developers, this is an invaluable debugging tool, and a
good build block of scripts.
Discussed on: freebsd-hackers@
|