aboutsummaryrefslogtreecommitdiff
path: root/contrib/netcat
Commit message (Collapse)AuthorAgeFilesLines
* Add an EXIT STATUS section to the manual page. Currently, nc(1)Xin LI2009-05-291-0/+2
| | | | | | | | | does not follow sysexits(3), and returns 1 for all error cases. PR: docs/126451 Notes: svn path=/head/; revision=193021
* Update netcat to the version carried with OpenBSD 4.5.Xin LI2009-05-282-10/+11
|\ | | | | | | Notes: svn path=/head/; revision=193008
* | Merge nc(1) from OpenBSD 4.4. While there, rename our '-O' (noXin LI2008-12-193-20/+66
|\| | | | | | | | | | | | | | | tcp options) to '--no-tcpopt' in order to resolve a comflicit with OpenBSD's -O semantics. Notes: svn path=/head/; revision=186343
| * Flatten all tags of the dist tree of netcat.Xin LI2008-09-275-1691/+0
| | | | | | | | Notes: svn path=/vendor/netcat/dist/; revision=183393
* | Document freebsd extensions to netcat a bit better:Antoine Brodin2008-05-102-17/+17
| | | | | | | | | | | | | | | | | | | | | | - sort the options - document -o and -O everywhere Reviewed by: delphij Approved by: rwatson (mentor) Notes: svn path=/head/; revision=178927
* | Update instructions to match recent practicesXin LI2008-04-211-3/+5
| | | | | | | | Notes: svn path=/head/; revision=178387
* | Add vendor metadataXin LI2008-04-211-0/+7
| | | | | | | | Notes: svn path=/head/; revision=178386
* | Resolve conflicts.Xin LI2008-04-211-2/+2
| | | | | | | | Notes: svn path=/head/; revision=178385
* | This commit was generated by cvs2svn to compensate for changes in r178382,Xin LI2008-04-212-13/+24
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=178383
| * Import netcat as of today's OPENBSD_4_3 snapshot.vendor/netcat/4.3Xin LI2008-04-213-15/+26
| | | | | | | | | | Notes: svn path=/vendor/netcat/dist/; revision=178382 svn path=/vendor/netcat/4.3/; revision=178384; tag=vendor/netcat/4.3
* | Add an -O option to disable TCP options, for protocol testing purposes.Bruce M Simpson2008-04-012-6/+27
| | | | | | | | | | | | | | | | | | Do this for active and passive (-l switch) TCP sessions. MFC after: 1 week Notes: svn path=/head/; revision=177837
* | Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | This commit includes all remaining changes for the time being including user space updates. Submitted by: bz Approved by: re Notes: svn path=/head/; revision=171135
* | Resolve conflicts.Xin LI2007-03-282-30/+27
| | | | | | | | Notes: svn path=/head/; revision=167964
* | This commit was generated by cvs2svn to compensate for changes in r167961,Xin LI2007-03-281-2/+3
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=167962
| * Import netcat as of today's OPENBSD_4_1 snapshot.vendor/netcat/4.1Xin LI2007-03-283-30/+29
| | | | | | | | | | Notes: svn path=/vendor/netcat/dist/; revision=167961 svn path=/vendor/netcat/4.1/; revision=167963; tag=vendor/netcat/4.1
* | Resolve conflicts.Xin LI2006-05-212-84/+156
| | | | | | | | Notes: svn path=/head/; revision=158798
* | This commit was generated by cvs2svn to compensate for changes in r158795,Xin LI2006-05-213-112/+243
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=158796
| * Import netcat from OpenBSD 3.9-RELEASE.vendor/netcat/3.9Xin LI2006-05-215-191/+392
| | | | | | | | | | Notes: svn path=/vendor/netcat/dist/; revision=158795 svn path=/vendor/netcat/3.9/; revision=158797; tag=vendor/netcat/3.9
* | Fix incorrect command line examples.Hiroki Sato2006-03-071-3/+3
| | | | | | | | | | | | | | | | | | Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp) PR: docs/94158 MFC after: 2 days Notes: svn path=/head/; revision=156404
* | Fix markup in local FreeBSD additions.Ruslan Ermilov2005-06-271-5/+13
| | | | | | | | | | | | | | Approved by: re (blanket manpages) Notes: svn path=/head/; revision=147622
* | Undo the VCS tag move to reduce diff hunks.Xin LI2005-02-072-2/+3
| | | | | | | | | | | | | | Pointed out by: ru Notes: svn path=/head/; revision=141431
* | Add instructions about upgrading netcat(1).Xin LI2005-02-062-0/+20
| | | | | | | | Notes: svn path=/head/; revision=141399
* | Finish the import of nc(1) from OpenBSD. This includes:Xin LI2005-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. Notes: svn path=/head/; revision=141394
* Import a (stripped) snapshot of OpenBSD's nc(1) an excellentvendor/netcat/20050204Xin LI2005-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@ Notes: svn path=/vendor/netcat/dist/; revision=141261 svn path=/vendor/netcat/20050204/; revision=141263; tag=vendor/netcat/20050204