summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc (follow)
Commit message (Expand)AuthorAgeFilesLines
* netcat: drop caddr_t cast. It's not needed and not portable.tb2024-11-021-2/+2
* Remove bogus connect(s, NULL, 0) calltb2024-08-051-5/+1
* nc(1): remove useless function pointer dereferencingjan2024-08-021-2/+2
* Mention that port can be specified as 0 in some situations, so that thederaadt2024-04-011-2/+3
* netcat: avoid issuing syscalls on fd -1tb2023-08-141-3/+9
* ugly white spacederaadt2023-01-041-2/+2
* nc: skip connection info on failed or skipped udptest()tb2022-12-181-5/+8
* nc: do not test the connection in non-interactive modetb2022-12-181-1/+5
* nc: clean up and simplify connection_infO()tb2022-12-181-7/+7
* nc: pass protocol name to connection_info()tb2022-12-181-7/+9
* nc: factor printing of connection info into a functiontb2022-12-181-25/+28
* Replace archaic \*(Lt and \*(Gt by plain < and >, respectively,schwarze2022-09-111-7/+7
* do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy)djm2022-06-081-2/+2
* KNF, mostly whitespace - no binary change on amd64tb2022-06-081-22/+19
* Change the error reporting pattern throughout the tree when unveilbeck2021-07-121-9/+9
* one of the examples needs an -N (and explanation);jmc2021-03-311-4/+7
* Standardize argument naming for "sourceaddr" and unify the wording a bit,schwarze2020-02-122-10/+9
* revert previous nc loop refactor from 1.211, breaks bluhm's stuffbeck2020-01-261-64/+36
* If the client provides a TLS certificate and the user specifies abluhm2020-01-071-5/+6
* The unveil(2) for nc -U -u -l was wrong. The server cannot unveilbluhm2020-01-061-4/+23
* When using UNIX domain sockets, always call report_sock() with thebluhm2020-01-061-6/+10
* fail to usage if extra argv are presentderaadt2019-11-171-8/+4
* refactor the nc pool loop to not shut down the socket early, andbeck2019-11-131-36/+64
* Fix an out of bound read/write when using a proxy.millert2019-11-042-11/+21
* Service names are still resolved with -nkn2019-10-241-4/+4
* Print IP address in verbose modejob2019-10-241-12/+34
* Revert previous, which works for -N case but causes regress failuresbeck2019-10-231-18/+1
* Fix -N flag to actually shut down the (entire) socket when the inputbeck2019-10-171-1/+18
* added /* no filesystem visibility */ above unveil("/", "") since "" is too easymestre2019-08-081-1/+2
* Make proxy auth work with http 1.1 speaking webservers.benno2019-07-291-2/+3
* snprintf/vsnprintf return < 0 on error, rather than -1.deraadt2019-07-031-3/+3
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-16/+16
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-3/+3
* Correctly handle tls_read() and tls_write() failures.jsing2019-02-261-5/+9
* Revert back previous commit and stop including strings.hmestre2019-01-102-9/+7
* Include strings.h for bzero in usr.bin/ncinoguchi2019-01-092-2/+4
* too many words in previous;jmc2018-12-271-2/+2
* port ranges can be ambiguous with hypenated port-names.tedu2018-12-272-6/+7
* update for libtls default cert changes.tedu2018-11-291-5/+6
* In verbose mode netcat reports to stderr when the listen systembluhm2018-11-091-16/+29
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-3/+2
* show what went wrong with a unix domain socket, rather than fail silentlydlg2018-10-261-2/+4
* Plug TLS context leak in nc(1) server and client mode. Movebluhm2018-10-041-12/+10
* -T applies to ip6 too, apparently;jmc2018-09-251-4/+4
* Declare strings passed to local_listen() as const. This makes itbluhm2018-09-071-3/+3
* Do not close the socket twice in netcat.bluhm2018-09-061-5/+6
* spelling;jmc2018-08-171-2/+2
* Make the wording more concise, use the imperative throughout, stateschwarze2018-08-171-108/+126
* In typical swiss-army style, various modes and options causederaadt2018-08-101-1/+24
* trailing whitespace, and move arg checking before pledgebeck2018-04-271-17/+17