summaryrefslogtreecommitdiffstats
path: root/contrib/netcat
Commit message (Collapse)AuthorAgeFilesLines
* Remove a file that is not supposed to be part of -STABLE branch.delphij2010-04-221-3/+0
|
* MFC: netcat 4.7.delphij2010-04-224-71/+36
|
* MFC r202640:delphij2010-02-023-7/+36
| | | | | | Update to 4.6. Note: the -V option from OpenBSD is implemented using setfib(2) on FreeBSD.
* merge r196164: update & remove CVS-specific items.des2009-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