| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
does not follow sysexits(3), and returns 1 for all error cases.
PR: docs/126451
Notes:
svn path=/head/; revision=193021
|
| |\
| |
| |
| | |
Notes:
svn path=/head/; revision=193008
|
| |\|
| |
| |
| |
| |
| |
| |
| | |
tcp options) to '--no-tcpopt' in order to resolve a comflicit
with OpenBSD's -O semantics.
Notes:
svn path=/head/; revision=186343
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/netcat/dist/; revision=183393
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- sort the options
- document -o and -O everywhere
Reviewed by: delphij
Approved by: rwatson (mentor)
Notes:
svn path=/head/; revision=178927
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=178387
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=178386
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=178385
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=178383
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/netcat/dist/; revision=178382
svn path=/vendor/netcat/4.3/; revision=178384; tag=vendor/netcat/4.3
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Do this for active and passive (-l switch) TCP sessions.
MFC after: 1 week
Notes:
svn path=/head/; revision=177837
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=167964
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=167962
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/netcat/dist/; revision=167961
svn path=/vendor/netcat/4.1/; revision=167963; tag=vendor/netcat/4.1
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=158798
|
| |\|
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=158796
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/netcat/dist/; revision=158795
svn path=/vendor/netcat/3.9/; revision=158797; tag=vendor/netcat/3.9
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Yoshihiko Sarumaru (mistral at imasy dot or dot jp)
PR: docs/94158
MFC after: 2 days
Notes:
svn path=/head/; revision=156404
|
| | |
| |
| |
| |
| |
| |
| | |
Approved by: re (blanket manpages)
Notes:
svn path=/head/; revision=147622
|
| | |
| |
| |
| |
| |
| |
| | |
Pointed out by: ru
Notes:
svn path=/head/; revision=141431
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=141399
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
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
|