<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/usr.bin/nc/nc.1, branch OPENBSD_7_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2025-06-24T13:37:39+00:00</updated>
<entry>
<title>nc: document -Talpn</title>
<updated>2025-06-24T13:37:39+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2025-06-24T13:37:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=78b30ca5eb2333bc5fc3c994b228b316ed42905a'/>
<id>urn:sha1:78b30ca5eb2333bc5fc3c994b228b316ed42905a</id>
<content type='text'>
From David Leadbeater
</content>
</entry>
<entry>
<title>limitiation -&gt; limitation</title>
<updated>2025-05-28T03:57:13+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2025-05-28T03:57:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2fb1ca21ad4a3bebfe3187bb4e4e7d681ce52c6d'/>
<id>urn:sha1:2fb1ca21ad4a3bebfe3187bb4e4e7d681ce52c6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add SOCKS4A support to nc(1)'s proxy (-X) mode</title>
<updated>2025-05-21T08:41:35+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2025-05-21T08:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17435627329f6bb33c752a3bfef47a2a84dcebd0'/>
<id>urn:sha1:17435627329f6bb33c752a3bfef47a2a84dcebd0</id>
<content type='text'>
SOCKS4A is a fairly obscure extension to the olde SOCKS4 protocol that
allows passing the destination as a string rather than a literal IPv4
address, which is the only thing that vanilla SOCKS4 supports.

The motivation for adding something so niche is to test the SOCKS4A
server code in ssh(1)'s dynamic forwarding (-D) support.

ok tb@
</content>
</entry>
<entry>
<title>Mention that port can be specified as 0 in some situations, so that the</title>
<updated>2024-04-01T12:40:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2024-04-01T12:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5c866cf89a8430be07c0f516944dc505b3916c62'/>
<id>urn:sha1:5c866cf89a8430be07c0f516944dc505b3916c62</id>
<content type='text'>
system will allocate a port.
</content>
</entry>
<entry>
<title>Replace archaic \*(Lt and \*(Gt by plain &lt; and &gt;, respectively,</title>
<updated>2022-09-11T09:58:06+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2022-09-11T09:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=915fe5ab63f3761883fccbd0290be92d0daf8f80'/>
<id>urn:sha1:915fe5ab63f3761883fccbd0290be92d0daf8f80</id>
<content type='text'>
because these inspire devotion to cargo cult in developers.
Cleanup suggested by kn@.
</content>
</entry>
<entry>
<title>one of the examples needs an -N (and explanation);</title>
<updated>2021-03-31T20:41:35+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2021-03-31T20:41:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=02d9600145759275fdb18558db4e5a4a85bd0c23'/>
<id>urn:sha1:02d9600145759275fdb18558db4e5a4a85bd0c23</id>
<content type='text'>
diff from robert scheck

discussed with and tweaked by sthen
</content>
</entry>
<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>
</feed>
