Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | allow setting of TCP send/receive buffer sizes; ok markus@ | djm | 2008-05-06 | 1 | -2/+8 | |
| | ||||||
* | convert to new .Dd format; | jmc | 2007-05-31 | 1 | -2/+2 | |
| | ||||||
* | tweaks; from claus assmann (pr #5317); | jmc | 2006-12-02 | 1 | -3/+3 | |
| | ||||||
* | use "proxy_protocol" as the arg to -X, not "proxy_version"; | jmc | 2006-01-31 | 1 | -2/+2 | |
| | | | | from ray lai; | |||||
* | implement HTTP proxy authentication support, very useful in a ssh_config | djm | 2006-01-25 | 1 | -1/+12 | |
| | | | | ProxyCommand; ok beck@ | |||||
* | Add a -T option to nc to allow setting of IP type-of-service bits on | dtucker | 2005-10-25 | 1 | -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 just | jmc | 2005-07-17 | 1 | -3/+4 | |
| | | | | exceeded the happy number - use a display instead. | |||||
* | some improvements from alf schlichting: | jmc | 2005-07-17 | 1 | -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; | jmc | 2005-05-20 | 1 | -3/+11 | |
| | | | | originally from ray; help/ok djm@ | |||||
* | use a standard hostname in EXAMPLES (host.example.com), which also | jmc | 2005-02-21 | 1 | -11/+12 | |
| | | | | | | fixes an error; from ray; | |||||
* | better wording for -l; | jmc | 2005-01-07 | 1 | -3/+3 | |
| | ||||||
* | - better documenting of `host' and `port[s]' | jmc | 2005-01-07 | 1 | -4/+25 | |
| | | | | - note that -l ignores timeouts | |||||
* | explicitly mention port in an example; | jmc | 2004-12-31 | 1 | -2/+2 | |
| | | | | from fgsch@ | |||||
* | http proxy CONNECT support; ok beck@ | djm | 2004-10-17 | 1 | -9/+23 | |
| | ||||||
* | add -D for sodebug; ok deraadt, jmc | markus | 2004-07-15 | 1 | -2/+4 | |
| | ||||||
* | add keeps to SYNOPSIS and sync usage(); | jmc | 2004-03-12 | 1 | -1/+3 | |
| | ||||||
* | add -d to usage too, from carson harding | tedu | 2004-03-03 | 1 | -2/+2 | |
| | ||||||
* | resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@ | tedu | 2004-03-01 | 1 | -1/+3 | |
| | ||||||
* | - sort options and SYNOPSIS | jmc | 2004-02-20 | 1 | -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@ | markus | 2004-01-22 | 1 | -2/+4 | |
| | ||||||
* | document -w timeout; from cedric@ | jmc | 2003-09-05 | 1 | -1/+15 | |
| | | | | ok deraadt@ | |||||
* | refer to RFCs consistently (RFC XXXX); | jmc | 2003-08-08 | 1 | -2/+2 | |
| | ||||||
* | Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl | pvalchev | 2003-01-05 | 1 | -2/+2 | |
| | ||||||
* | $ in front of commands | deraadt | 2002-11-14 | 1 | -13/+13 | |
| | ||||||
* | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | markus | 2002-02-28 | 1 | -2/+9 | |
| | ||||||
* | man page fixes | ericj | 2002-02-19 | 1 | -8/+5 | |
| | | | | from Kevin Steves <stevesk@pobox.com> | |||||
* | add support for connecting too and listening on AF_UNIX sockets. | ericj | 2002-02-17 | 1 | -2/+8 | |
| | | | | connect support from dave@arbor.net.. rest by me | |||||
* | add very basic proxy support using socks5 client code from niklas@. | jakob | 2001-09-02 | 1 | -1/+9 | |
| | | | | ok ericj@. | |||||
* | Delete duplicate 'network daemon testing' item. | krw | 2001-08-30 | 1 | -3/+1 | |
| | | | | Spotted by Nick Nauwelaerts. | |||||
* | Fix typo - space before a comma. | krw | 2001-08-30 | 1 | -2/+2 | |
| | | | | Spotted by Nick Nauwelaerts. | |||||
* | fix doc syntax | ericj | 2001-08-02 | 1 | -2/+2 | |
| | | | | from Dima Dorfman <dima@unixfreak.org> | |||||
* | Fix AUTHORS section. aaron@ ok. | smart | 2001-06-27 | 1 | -4/+7 | |
| | ||||||
* | typo | jasoni | 2001-06-26 | 1 | -2/+2 | |
| | ||||||
* | update this man page for the new netcat | ericj | 2001-06-26 | 1 | -117/+67 | |
| | ||||||
* | GAPING_SECURITY_HOLE was removed so there is no -e option. | millert | 2001-05-04 | 1 | -2/+1 | |
| | | | | Removed from man page and usage; closes PR 1808 | |||||
* | remove -e option, which wasnt on anyway | ericj | 2000-09-26 | 1 | -8/+1 | |
| | ||||||
* | Typo & style fix. | ian | 2000-07-10 | 1 | -3/+3 | |
| | ||||||
* | Move option flags that don't require arguments to the first of the list in | aaron | 2000-07-08 | 1 | -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 and | aaron | 2000-07-06 | 1 | -1/+2 | |
| | | | | spit out a warning. | |||||
* | Various cleanups and standardization. | aaron | 2000-03-10 | 1 | -21/+42 | |
| | ||||||
* | - remove trailing white space | aaron | 1999-06-05 | 1 | -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 quotes | millert | 1998-09-28 | 1 | -4/+3 | |
| | ||||||
* | fix things for makewhatis | deraadt | 1998-09-27 | 1 | -3/+2 | |
| | ||||||
* | usr.bin/ man page cleanups, n-s | aaron | 1998-09-27 | 1 | -28/+31 | |
| | ||||||
* | SYNOPSIS header; fixes man -k nc | deraadt | 1998-03-11 | 1 | -1/+2 | |
| | ||||||
* | nc is *hobbit*'s netcat; let the sysadm have the same tools the crackers | deraadt | 1996-09-05 | 1 | -0/+213 | |
have, so that he may learn what the network is about and protect it better. |