#
04def624 |
| 06-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
Finish the import of nc(1) from OpenBSD. This includes: - Bring IPsec support from the ports collection [1]. - Bring -o ("once only") option from the ports collection [2]. - Adopt the Makefile
Finish the import of nc(1) from OpenBSD. This includes: - 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.
show more ...
|
#
8c384020 |
| 04-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
Import a (stripped) snapshot of OpenBSD's nc(1) an excellent reimplementation of the famous tool that can do arbitrary TCP and UDP connections and listens.
This gaves sysadm the same tool the cracke
Import a (stripped) snapshot of OpenBSD's nc(1) an excellent 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@
show more ...
|
#
8f70b094 |
| 04-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
This commit was generated by cvs2svn to compensate for changes in r141261, which included commits to RCS files with non-trunk default branches.
|
#
26bf9c3b |
| 24-Mar-2010 |
Xin LI <delphij@FreeBSD.org> |
MFV: Update nc to the version from OpenBSD 4.7.
MFC after: 1 month
|
#
2d5ea05a |
| 19-Jan-2010 |
Xin LI <delphij@FreeBSD.org> |
Update to 4.6.
Note: the -V option from OpenBSD is implemented using setfib(2) on FreeBSD.
MFC after: 2 weeks
|
#
7e857dd1 |
| 12-Jun-2009 |
Oleksandr Tymoshenko <gonzo@FreeBSD.org> |
- Merge from HEAD
|
#
1a9dc239 |
| 29-May-2009 |
Xin LI <delphij@FreeBSD.org> |
Update netcat to the version carried with OpenBSD 4.5.
|
Revision tags: release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0 |
|
#
41fe50f5 |
| 20-Dec-2008 |
Sam Leffler <sam@FreeBSD.org> |
MFH @ 186335
|
#
7dcaa833 |
| 20-Dec-2008 |
Xin LI <delphij@FreeBSD.org> |
Merge nc(1) from OpenBSD 4.4. While there, rename our '-O' (no tcp options) to '--no-tcpopt' in order to resolve a comflicit with OpenBSD's -O semantics.
|
Revision tags: release/6.4.0_cvs, release/6.4.0 |
|
#
b6642dad |
| 10-May-2008 |
Antoine Brodin <antoine@FreeBSD.org> |
Document freebsd extensions to netcat a bit better: - sort the options - document -o and -O everywhere
Reviewed by: delphij Approved by: rwatson (mentor)
|
#
bc38f653 |
| 01-Apr-2008 |
Bruce M Simpson <bms@FreeBSD.org> |
Add an -O option to disable TCP options, for protocol testing purposes. Do this for active and passive (-l switch) TCP sessions.
MFC after: 1 week
|
Revision tags: release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0 |
|
#
8409aedf |
| 01-Jul-2007 |
George V. Neville-Neil <gnn@FreeBSD.org> |
Commit IPv6 support for FAST_IPSEC to the tree. This commit includes all remaining changes for the time being including user space updates.
Submitted by: bz Approved by: re
|
#
bdb0aaa1 |
| 28-Mar-2007 |
Xin LI <delphij@FreeBSD.org> |
Resolve conflicts.
|
#
b2f6436d |
| 28-Mar-2007 |
Xin LI <delphij@FreeBSD.org> |
Import netcat as of today's OPENBSD_4_1 snapshot.
|
Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0 |
|
#
2440a458 |
| 21-May-2006 |
Xin LI <delphij@FreeBSD.org> |
Resolve conflicts.
|
#
7a997a69 |
| 21-May-2006 |
Xin LI <delphij@FreeBSD.org> |
Import netcat from OpenBSD 3.9-RELEASE.
|
Revision tags: release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0, release/5.4.0_cvs, release/5.4.0 |
|
#
b0683dae |
| 07-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
Undo the VCS tag move to reduce diff hunks.
Pointed out by: ru
|
#
04def624 |
| 06-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
Finish the import of nc(1) from OpenBSD. This includes: - Bring IPsec support from the ports collection [1]. - Bring -o ("once only") option from the ports collection [2]. - Adopt the Makefile
Finish the import of nc(1) from OpenBSD. This includes: - 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.
show more ...
|
#
8c384020 |
| 04-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
Import a (stripped) snapshot of OpenBSD's nc(1) an excellent reimplementation of the famous tool that can do arbitrary TCP and UDP connections and listens.
This gaves sysadm the same tool the cracke
Import a (stripped) snapshot of OpenBSD's nc(1) an excellent 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@
show more ...
|
#
8f70b094 |
| 04-Feb-2005 |
Xin LI <delphij@FreeBSD.org> |
This commit was generated by cvs2svn to compensate for changes in r141261, which included commits to RCS files with non-trunk default branches.
|