<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/nc/nc.1, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2020-02-12T14:46:36+00:00</updated>
<entry>
<title>Standardize argument naming for "sourceaddr" and unify the wording a bit,</title>
<updated>2020-02-12T14:46:36+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2020-02-12T14:46:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4970e0155d7f95c3e44ba85c3286257e319af0bb'/>
<id>urn:sha1:4970e0155d7f95c3e44ba85c3286257e319af0bb</id>
<content type='text'>
similar to what deraadt@ recently did in other manual pages.
</content>
</entry>
<entry>
<title>Service names are still resolved with -n</title>
<updated>2019-10-24T17:27:08+00:00</updated>
<author>
<name>kn</name>
<email></email>
</author>
<published>2019-10-24T17:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cc296ed627856799a9677fa96ce42ce970107127'/>
<id>urn:sha1:cc296ed627856799a9677fa96ce42ce970107127</id>
<content type='text'>
Just like pfctl(8)'s -N, this flag only avoid DNS;
"nc -vz ::1 socks" still works.

Fix documentation by copying pfctl's wording.

OK deraadt
</content>
</entry>
<entry>
<title>too many words in previous;</title>
<updated>2018-12-27T17:45:36+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-12-27T17:45:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ce7114d95a1c3dfb5c5ad6eebe0c91e4c8be5f1b'/>
<id>urn:sha1:ce7114d95a1c3dfb5c5ad6eebe0c91e4c8be5f1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>port ranges can be ambiguous with hypenated port-names.</title>
<updated>2018-12-27T17:22:45+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2018-12-27T17:22:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d19a006e485ef991d2f5bdf8bb2f5796bbd39ca6'/>
<id>urn:sha1:d19a006e485ef991d2f5bdf8bb2f5796bbd39ca6</id>
<content type='text'>
specify that ranges must be numeric, and only check for range if
first argument is a digit.
identified by danj, fix suggest by sthen
</content>
</entry>
<entry>
<title>-T applies to ip6 too, apparently;</title>
<updated>2018-09-25T20:05:07+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-09-25T20:05:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ec840cb83f0bd8900fec89edbfea8d84a4e47a8'/>
<id>urn:sha1:0ec840cb83f0bd8900fec89edbfea8d84a4e47a8</id>
<content type='text'>
from nan xiao
</content>
</entry>
<entry>
<title>spelling;</title>
<updated>2018-08-17T14:33:29+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2018-08-17T14:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4f0106d1b3abc819df551a21ee6712919e84d295'/>
<id>urn:sha1:4f0106d1b3abc819df551a21ee6712919e84d295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the wording more concise, use the imperative throughout, state</title>
<updated>2018-08-17T14:03:10+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2018-08-17T14:03:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aaeb36c371524f63a6d778aad933e3d7c0134e3d'/>
<id>urn:sha1:aaeb36c371524f63a6d778aad933e3d7c0134e3d</id>
<content type='text'>
more precisely which options require which other options, add many
missing incompatibilities, mention the default for -e, and some
macro cleanup.
OK jmc@ tb@
</content>
</entry>
<entry>
<title>Allow TLS ciphers and protocols to be specified for nc(1).</title>
<updated>2017-11-28T16:59:10+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-11-28T16:59:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a48afd8464de363faf0ccc7202d92dc5b8e148d7'/>
<id>urn:sha1:a48afd8464de363faf0ccc7202d92dc5b8e148d7</id>
<content type='text'>
Replace the "tlscompat" and "tlsall" options with "cipher" and "protocol"
options that are key/value pairs. This allows the user to specify ciphers
and protocols in a form that are accepted by tls_config_set_ciphers() and
tls_config_set_protocols() respectively.

ok beck@

(also ok jmc@ for a previous revision of the man page).
</content>
</entry>
<entry>
<title>grammar was ass backwards;</title>
<updated>2017-07-15T18:11:47+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-07-15T18:11:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ac623e3ed71182d13b6fb901d73e9e036b9f02f'/>
<id>urn:sha1:0ac623e3ed71182d13b6fb901d73e9e036b9f02f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a "-T tlscompat" option to nc(1), which enables the use of all TLS</title>
<updated>2017-07-15T17:27:39+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2017-07-15T17:27:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6bef091545d377a10bfe1efd586a83011239981b'/>
<id>urn:sha1:6bef091545d377a10bfe1efd586a83011239981b</id>
<content type='text'>
protocols and "compat" ciphers. This allows for TLS connections to TLS
servers that are using less than ideal cipher suites, without having to
resort to "-T tlsall" which enables all known cipher suites.

Diff from Kyle J. McKay &lt;mackyle at gmail dot com&gt;

ok beck@
</content>
</entry>
</feed>
