summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* documentation tweaks; synchronize synopsis and usage.sobrado2008-09-191-5/+5
| | | | | | written with help by jmc@ ok jmc@
* - put the description of -O in the right placejmc2008-05-061-6/+6
| | | | - shorten the argument names to -IO
* allow setting of TCP send/receive buffer sizes; ok markus@djm2008-05-061-2/+8
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* tweaks; from claus assmann (pr #5317);jmc2006-12-021-3/+3
|
* use "proxy_protocol" as the arg to -X, not "proxy_version";jmc2006-01-311-2/+2
| | | | from ray lai;
* implement HTTP proxy authentication support, very useful in a ssh_configdjm2006-01-251-1/+12
| | | | ProxyCommand; ok beck@
* Add a -T option to nc to allow setting of IP type-of-service bits ondtucker2005-10-251-1/+10
| | | | connections. Man page corrections jmc@, code corrections and ok djm@
* oops... .Dl does not like to be inundated with args, and my last commit justjmc2005-07-171-3/+4
| | | | exceeded the happy number - use a display instead.
* some improvements from alf schlichting:jmc2005-07-171-14/+11
| | | | | | | | | | - correct syntax for retrieving an http page. this example further corrected by ian darwin (thanks!) - the -v flag is relatively useless when port scanning, so remove it from the example, and reword the description appropriately - udp port scans always report ports as open (i.e. are useless) so remove example claiming it works, and add CAVEATS to note that -uz is relatively useless
* cross reference proxy example to relevant ssh option;jmc2005-05-201-3/+11
| | | | originally from ray; help/ok djm@
* use a standard hostname in EXAMPLES (host.example.com), which alsojmc2005-02-211-11/+12
| | | | | | fixes an error; from ray;
* better wording for -l;jmc2005-01-071-3/+3
|
* - better documenting of `host' and `port[s]'jmc2005-01-071-4/+25
| | | | - note that -l ignores timeouts
* explicitly mention port in an example;jmc2004-12-311-2/+2
| | | | from fgsch@
* http proxy CONNECT support; ok beck@djm2004-10-171-9/+23
|
* add -D for sodebug; ok deraadt, jmcmarkus2004-07-151-2/+4
|
* add keeps to SYNOPSIS and sync usage();jmc2004-03-121-1/+3
|
* add -d to usage too, from carson hardingtedu2004-03-031-2/+2
|
* resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@tedu2004-03-011-1/+3
|
* - sort options and SYNOPSISjmc2004-02-201-64/+196
| | | | | | | | | | - better document which options do/don't work together - add sections showing some possible uses of nc - code (comment) typos - sync usage() and help suggestions/improvements from otto@ ok deraadt@
* -S enables tcp md5 signature option; ok deraadt@, mcbride@markus2004-01-221-2/+4
|
* document -w timeout; from cedric@jmc2003-09-051-1/+15
| | | | ok deraadt@
* refer to RFCs consistently (RFC XXXX);jmc2003-08-081-2/+2
|
* Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.plpvalchev2003-01-051-2/+2
|
* $ in front of commandsderaadt2002-11-141-13/+13
|
* add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@markus2002-02-281-2/+9
|
* man page fixesericj2002-02-191-8/+5
| | | | from Kevin Steves <stevesk@pobox.com>
* add support for connecting too and listening on AF_UNIX sockets.ericj2002-02-171-2/+8
| | | | connect support from dave@arbor.net.. rest by me
* add very basic proxy support using socks5 client code from niklas@.jakob2001-09-021-1/+9
| | | | ok ericj@.
* Delete duplicate 'network daemon testing' item.krw2001-08-301-3/+1
| | | | Spotted by Nick Nauwelaerts.
* Fix typo - space before a comma.krw2001-08-301-2/+2
| | | | Spotted by Nick Nauwelaerts.
* fix doc syntaxericj2001-08-021-2/+2
| | | | from Dima Dorfman <dima@unixfreak.org>
* Fix AUTHORS section. aaron@ ok.smart2001-06-271-4/+7
|
* typojasoni2001-06-261-2/+2
|
* update this man page for the new netcatericj2001-06-261-117/+67
|
* GAPING_SECURITY_HOLE was removed so there is no -e option.millert2001-05-041-2/+1
| | | | Removed from man page and usage; closes PR 1808
* remove -e option, which wasnt on anywayericj2000-09-261-8/+1
|
* Typo & style fix.ian2000-07-101-3/+3
|
* Move option flags that don't require arguments to the first of the list inaaron2000-07-081-2/+2
| | | | the SYNOPSIS section to be more consistent with our other man pages.
* Insert more missing .El directives. Our troff really should identify these andaaron2000-07-061-1/+2
| | | | spit out a warning.
* Various cleanups and standardization.aaron2000-03-101-21/+42
|
* - remove trailing white spaceaaron1999-06-051-21/+21
| | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
* kill extra .Pp and add some quotesmillert1998-09-281-4/+3
|
* fix things for makewhatisderaadt1998-09-271-3/+2
|
* usr.bin/ man page cleanups, n-saaron1998-09-271-28/+31
|
* SYNOPSIS header; fixes man -k ncderaadt1998-03-111-1/+2
|
* nc is *hobbit*'s netcat; let the sysadm have the same tools the crackersderaadt1996-09-051-0/+213
have, so that he may learn what the network is about and protect it better.