Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-09 | Minor tweaks to nc(1) man page and usage. | Jeremy Evans | |
OK jmc@, nicm@, tedu@ | |||
2011-01-08 | Support unix domain sockets in nc(1) with -Uu. | Jeremy Evans | |
Previously, using -U with -u was an error that was not documented in the man page. Now it will use a unix socket in datagram mode. Bidirectional unix datagram communication requires a socket at both ends, so in client mode (without -l), a temporary socket is created so that responses from the server can be received. If -s is specified with -U and -u, it specifies the location of the temporary socket to create. This was mostly written way back in 2007. Since then, various improvements implemented based on suggestions from guenther@, tedu@, and nicm@. Man page help from nicm@ and jmc@. Unix datagram support requires a small change to atomicio.c in order to function correctly, this will be committed separately shortly. OK nicm@ | |||
2010-07-25 | echo behaves differently in sh and csh, only handling C-style escapes | Philip Guenthe | |
in the former, so switch an example that needs them to use printf instead. From bcr at freebsd.org. ok halex@ | |||
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe | |
and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||
2010-02-23 | Fix the worst among the fatal block-nesting issues we have in our tree, | Ingo Schwarze | |
in the end simply changing Oo Xo Oo Oc Oc Xc to Oo Xo Oo Oc Xc Oc. I tried five different variants without the Xo/Xc, because there is no real reason why Xo/Xc should be needed here, and two additional variants with Xo/Xc that look more pretty than what i'm now committing. All seven alternatives work both with mandoc and groff 1.20.1, but all seven trigger various different bugs in our old groff, and we still need to remain compatible with our old groff right now. ok jmc@ sobrado@ | |||
2009-10-22 | write UNIX-domain in a more consistent way; while here, replace a | Igor Sobrado | |
few remaining ".Tn UNIX" macros with ".Ux" ones. pointed out by ratchov@, thanks! ok jmc@ | |||
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado | |
ok jmc@ | |||
2009-06-05 | tweak -V; | Jason McIntyre | |
2009-06-05 | The networking swissarmy knife needs to work on alternate domains as well. | Claudio Jeker | |
Again -V can be used to specify the domain. | |||
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | Igor Sobrado | |
written with help by jmc@ ok jmc@ | |||
2008-05-06 | - put the description of -O in the right place | Jason McIntyre | |
- shorten the argument names to -IO | |||
2008-05-06 | allow setting of TCP send/receive buffer sizes; ok markus@ | Damien Miller | |
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2006-12-02 | tweaks; from claus assmann (pr #5317); | Jason McIntyre | |
2006-01-31 | use "proxy_protocol" as the arg to -X, not "proxy_version"; | Jason McIntyre | |
from ray lai; | |||
2006-01-25 | implement HTTP proxy authentication support, very useful in a ssh_config | Damien Miller | |
ProxyCommand; ok beck@ | |||
2005-10-25 | Add a -T option to nc to allow setting of IP type-of-service bits on | Darren Tucker | |
connections. Man page corrections jmc@, code corrections and ok djm@ | |||
2005-07-17 | oops... .Dl does not like to be inundated with args, and my last commit just | Jason McIntyre | |
exceeded the happy number - use a display instead. | |||
2005-07-17 | some improvements from alf schlichting: | Jason McIntyre | |
- 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 | |||
2005-05-20 | cross reference proxy example to relevant ssh option; | Jason McIntyre | |
originally from ray; help/ok djm@ | |||
2005-02-21 | use a standard hostname in EXAMPLES (host.example.com), which also | Jason McIntyre | |
fixes an error; from ray; | |||
2005-01-07 | better wording for -l; | Jason McIntyre | |
2005-01-07 | - better documenting of `host' and `port[s]' | Jason McIntyre | |
- note that -l ignores timeouts | |||
2004-12-31 | explicitly mention port in an example; | Jason McIntyre | |
from fgsch@ | |||
2004-10-17 | http proxy CONNECT support; ok beck@ | Damien Miller | |
2004-07-15 | add -D for sodebug; ok deraadt, jmc | Markus Friedl | |
2004-03-12 | add keeps to SYNOPSIS and sync usage(); | Jason McIntyre | |
2004-03-03 | add -d to usage too, from carson harding | Ted Unangst | |
2004-03-01 | resolve pr3694. add -d [etached] to ignore stdin. ok henning@ mcbride@ | Ted Unangst | |
2004-02-20 | - sort options and SYNOPSIS | Jason McIntyre | |
- 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@ | |||
2004-01-22 | -S enables tcp md5 signature option; ok deraadt@, mcbride@ | Markus Friedl | |
2003-09-05 | document -w timeout; from cedric@ | Jason McIntyre | |
ok deraadt@ | |||
2003-08-08 | refer to RFCs consistently (RFC XXXX); | Jason McIntyre | |
2003-01-05 | Grammar fix - remove bogus comma; jmc@prioris.mini.pw.edu.pl | Peter Valchev | |
2002-11-14 | $ in front of commands | Theo de Raadt | |
2002-02-28 | add support for SOCKS4 with option -X socks_version, default is 5; ok ericj@ | Markus Friedl | |
2002-02-19 | man page fixes | Eric Jackson | |
from Kevin Steves <stevesk@pobox.com> | |||
2002-02-17 | add support for connecting too and listening on AF_UNIX sockets. | Eric Jackson | |
connect support from dave@arbor.net.. rest by me | |||
2001-09-02 | add very basic proxy support using socks5 client code from niklas@. | Jakob Schlyter | |
ok ericj@. | |||
2001-08-30 | Delete duplicate 'network daemon testing' item. | Kenneth R Westerback | |
Spotted by Nick Nauwelaerts. | |||
2001-08-30 | Fix typo - space before a comma. | Kenneth R Westerback | |
Spotted by Nick Nauwelaerts. | |||
2001-08-02 | fix doc syntax | Eric Jackson | |
from Dima Dorfman <dima@unixfreak.org> | |||
2001-06-27 | Fix AUTHORS section. aaron@ ok. | smart | |
2001-06-26 | typo | jasoni | |
2001-06-26 | update this man page for the new netcat | Eric Jackson | |
2001-05-04 | GAPING_SECURITY_HOLE was removed so there is no -e option. | Todd C. Miller | |
Removed from man page and usage; closes PR 1808 | |||
2000-09-26 | remove -e option, which wasnt on anyway | Eric Jackson | |
2000-07-10 | Typo & style fix. | Ian Darwin | |
2000-07-08 | Move option flags that don't require arguments to the first of the list in | Aaron Campbell | |
the SYNOPSIS section to be more consistent with our other man pages. | |||
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. |