| Commit message (Expand) | Author | Age | Files | Lines |
* | Mention that port can be specified as 0 in some situations, so that the | deraadt | 2024-04-01 | 1 | -2/+3 |
* | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | schwarze | 2022-09-11 | 1 | -7/+7 |
* | one of the examples needs an -N (and explanation); | jmc | 2021-03-31 | 1 | -4/+7 |
* | Standardize argument naming for "sourceaddr" and unify the wording a bit, | schwarze | 2020-02-12 | 1 | -7/+6 |
* | Service names are still resolved with -n | kn | 2019-10-24 | 1 | -4/+4 |
* | too many words in previous; | jmc | 2018-12-27 | 1 | -2/+2 |
* | port ranges can be ambiguous with hypenated port-names. | tedu | 2018-12-27 | 1 | -4/+4 |
* | -T applies to ip6 too, apparently; | jmc | 2018-09-25 | 1 | -4/+4 |
* | spelling; | jmc | 2018-08-17 | 1 | -2/+2 |
* | Make the wording more concise, use the imperative throughout, state | schwarze | 2018-08-17 | 1 | -108/+126 |
* | Allow TLS ciphers and protocols to be specified for nc(1). | jsing | 2017-11-28 | 1 | -8/+18 |
* | grammar was ass backwards; | jmc | 2017-07-15 | 1 | -7/+7 |
* | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | jsing | 2017-07-15 | 1 | -2/+4 |
* | Implement nc -W recvlimit to terminate netcat after receiving a | bluhm | 2017-05-10 | 1 | -2/+7 |
* | - -Z before -z in options list | jmc | 2017-04-05 | 1 | -5/+5 |
* | Allow nc to save the peer certificate and chain in a pem file specified | beck | 2017-04-05 | 1 | -2/+7 |
* | Document that -x can take an ipv6 address enclosed in square brackets. | jca | 2017-02-09 | 1 | -2/+5 |
* | oscp -> ocsp; | jmc | 2017-01-26 | 1 | -3/+3 |
* | tweak previous; | jmc | 2016-11-06 | 1 | -3/+3 |
* | rename tlslegacy to tlsall, and better describe what it does. | beck | 2016-11-06 | 1 | -4/+4 |
* | zap trailing whitespace, and add -o to usage() and help (-h); | jmc | 2016-11-05 | 1 | -3/+3 |
* | Add support for server side OCSP stapling to libtls. | beck | 2016-11-05 | 1 | -2/+9 |
* | new sentence, new line, and zap trailing whitespace; | jmc | 2016-11-04 | 1 | -3/+4 |
* | Add ocsp_require_stapling config option for tls - allows a connection | beck | 2016-11-04 | 1 | -5/+7 |
* | do not uppercase "hop limit"; | jmc | 2016-07-02 | 1 | -4/+4 |
* | Add -M and -m options to specify the outgoing and incoming minimum TTL | jca | 2016-06-28 | 1 | -2/+9 |
* | Let netcat support the use of service names instead of port numbers. | beck | 2016-06-02 | 1 | -4/+4 |
* | avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk | schwarze | 2015-09-25 | 1 | -12/+4 |
* | fix previous; | jmc | 2015-09-12 | 1 | -21/+31 |
* | Add TLS suppport to nc. Provides a useful little test and script tool. | beck | 2015-09-11 | 1 | -6/+45 |
* | Sync camel case of "ProxyUseFdpass" with ssh_config(5). | tobias | 2015-03-26 | 1 | -3/+3 |
* | Once more, the default routing table id is inherited from the process | claudio | 2014-02-26 | 1 | -3/+2 |
* | one of the examples needs -N to work again; | jmc | 2014-02-10 | 1 | -3/+3 |
* | escape not-full-stop-dot at eol; | jmc | 2013-08-20 | 1 | -2/+2 |
* | add -F flag to enabled fd-pass mode: establish connection and pass | djm | 2013-08-20 | 1 | -3/+18 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 1 | -4/+4 |
* | Don't shutdown nc(1)'s network socket when stdin closes. Matches *Hobbit*'s | sthen | 2013-03-20 | 1 | -3/+7 |
* | Allow UDP server to receive datagrams from multiple socket pairs with -k | haesbaert | 2012-07-07 | 1 | -2/+6 |
* | Expand the CAVEAT section to more fully describe the behaviour of | lum | 2012-02-07 | 1 | -6/+13 |
* | change -w to apply to the connection as well. manpage bit from jmc@ | fgsch | 2011-10-04 | 1 | -4/+4 |
* | Standarize the ToS option across nc/ping/traceroute so that they'll | haesbaert | 2011-09-17 | 1 | -11/+18 |
* | Minor tweaks to nc(1) man page and usage. | jeremy | 2011-01-09 | 1 | -13/+20 |
* | Support unix domain sockets in nc(1) with -Uu. | jeremy | 2011-01-08 | 1 | -2/+16 |
* | echo behaves differently in sh and csh, only handling C-style escapes | guenther | 2010-07-25 | 1 | -3/+3 |
* | Fix the naming of interfaces and variables for rdomains and rtables | guenther | 2010-07-03 | 1 | -5/+5 |
* | Fix the worst among the fatal block-nesting issues we have in our tree, | schwarze | 2010-02-23 | 1 | -4/+4 |
* | write UNIX-domain in a more consistent way; while here, replace a | sobrado | 2009-10-22 | 1 | -5/+5 |
* | use the UNIX-related macros (.At and .Ux) where appropriate. | sobrado | 2009-10-22 | 1 | -4/+8 |
* | tweak -V; | jmc | 2009-06-05 | 1 | -2/+3 |
* | The networking swissarmy knife needs to work on alternate domains as well. | claudio | 2009-06-05 | 1 | -2/+5 |