summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/nc.1 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.