summaryrefslogtreecommitdiffstats
path: root/contrib/netcat
Commit message (Collapse)AuthorAgeFilesLines
* MFC r288303: MFV r288243: nc from OpenBSD 5.8.delphij2016-01-183-12/+14
|
* MFC r282613: MFV r282611: netcat from OpenBSD 5.7.delphij2015-05-211-53/+227
|
* MFC r273619: MFV r273617: netcat from OpenBSD 5.6.delphij2014-11-081-9/+7
|
* MFC r258195+r264361:delphij2014-04-252-28/+107
| | | | nc from OpenBSD 5.5.
* Reflect version update.delphij2013-04-151-1/+1
| | | | MFC after: 13 days
* MFV r249496,249498. The most visible change is that we no longer shutsdelphij2013-04-153-14/+23
| | | | | | | | | 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
* MFV: netcat from OpenBSD 5.2.delphij2012-10-224-27/+60
| | | | MFC after: 1 month
* Update FREEBSD-vendor to reflect the current version.delphij2012-05-041-1/+1
|
* Merge from OpenBSD 5.1.delphij2012-05-042-41/+131
| | | | MFC after: 3 weeks
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-4/+9
| | | | | | | | | | | | 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
* Merge from OpenBSD 5.0 (this is a dummy change, the vendor change does notdelphij2011-12-261-1/+1
| | | | apply to us).
* MFV: nc(1) from OpenBSD 4.9.delphij2011-05-114-44/+123
| | | | | MFC after: 1 month Obtained from: OpenBSD
* MFV: nc(1) from OpenBSD 4.8.delphij2010-10-193-31/+31
| | | | | | | | 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
* Remove extra word, which looks like a left-over from a deleted sentence.brucec2010-10-181-1/+0
|
* Use "printf" instead of "echo -n" in an example because itbcr2010-07-261-2/+2
| | | | | | | | | | | | | 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
* Utilize IP_BINDANY which provided the same semantics of OpenBSD'sdelphij2010-04-151-4/+2
| | | | SO_BINDANY.
* Diff reduction with OpenBSD:delphij2010-04-152-23/+8
| | | | | | | - Remove unused locally added variable; - Deprecate -o: it's the default behavior on OpenBSD. X-MFC: along with nc 4.7.
* Update metadata information as well as upgrade instructions.delphij2010-03-232-17/+12
|
* MFV: Update nc to the version from OpenBSD 4.7.delphij2010-03-232-21/+27
| | | | MFC after: 1 month
* Update the version number.delphij2010-02-021-1/+1
|
* Update to 4.6.delphij2010-01-192-6/+35
| | | | | | Note: the -V option from OpenBSD is implemented using setfib(2) on FreeBSD. MFC after: 2 weeks
* What we have in base system is actually OpenBSD 4.5's netcat,delphij2009-12-081-1/+1
| | | | update this file to reflect the fact.
* Update and remove CVS-specific itemsdes2009-08-131-2/+0
| | | | Approved by: re (kib)
* Fix .Dd value -- our mdoc macros don't know how to parse the $Mdocdate$cperciva2009-07-111-1/+1
| | | | | | | tag, so the file was being treated as having no date (i.e., the current date was being inserted). Approved by: re (kib)
* Add an EXIT STATUS section to the manual page. Currently, nc(1)delphij2009-05-291-0/+2
| | | | | | does not follow sysexits(3), and returns 1 for all error cases. PR: docs/126451
* Update netcat to the version carried with OpenBSD 4.5.delphij2009-05-282-10/+11
|
* Merge nc(1) from OpenBSD 4.4. While there, rename our '-O' (nodelphij2008-12-193-20/+66
| | | | | tcp options) to '--no-tcpopt' in order to resolve a comflicit with OpenBSD's -O semantics.
* Document freebsd extensions to netcat a bit better:antoine2008-05-102-17/+17
| | | | | | | | - sort the options - document -o and -O everywhere Reviewed by: delphij Approved by: rwatson (mentor)
* Update instructions to match recent practicesdelphij2008-04-211-3/+5
|
* Add vendor metadatadelphij2008-04-211-0/+7
|
* Resolve conflicts.delphij2008-04-211-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r178382,delphij2008-04-212-13/+24
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import netcat as of today's OPENBSD_4_3 snapshot.delphij2008-04-213-15/+26
| |
* | Add an -O option to disable TCP options, for protocol testing purposes.bms2008-04-012-6/+27
| | | | | | | | | | | | Do this for active and passive (-l switch) TCP sessions. MFC after: 1 week
* | Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
| | | | | | | | | | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re
* | Resolve conflicts.delphij2007-03-282-30/+27
| |
* | This commit was generated by cvs2svn to compensate for changes in r167961,delphij2007-03-281-2/+3
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import netcat as of today's OPENBSD_4_1 snapshot.delphij2007-03-283-30/+29
| |
* | Resolve conflicts.delphij2006-05-212-84/+156
| |
* | This commit was generated by cvs2svn to compensate for changes in r158795,delphij2006-05-213-113/+244
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import netcat from OpenBSD 3.9-RELEASE.delphij2006-05-215-192/+393
| |
* | Fix incorrect command line examples.hrs2006-03-071-3/+3
| | | | | | | | | | | | Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp) PR: docs/94158 MFC after: 2 days
* | Fix markup in local FreeBSD additions.ru2005-06-271-5/+13
| | | | | | | | Approved by: re (blanket manpages)
* | Undo the VCS tag move to reduce diff hunks.delphij2005-02-072-2/+3
| | | | | | | | Pointed out by: ru
* | Add instructions about upgrading netcat(1).delphij2005-02-062-0/+20
| |
* | Finish the import of nc(1) from OpenBSD. This includes:delphij2005-02-062-10/+119
|/ | | | | | | | | | | | | | | | | | - 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.
* Import a (stripped) snapshot of OpenBSD's nc(1) an excellentdelphij2005-02-044-0/+1480
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@
OpenPOWER on IntegriCloud