| Commit message (Expand) | Author | Age | Files | Lines |
* | netcat: drop caddr_t cast. It's not needed and not portable. | tb | 2024-11-02 | 1 | -2/+2 |
* | Remove bogus connect(s, NULL, 0) call | tb | 2024-08-05 | 1 | -5/+1 |
* | nc(1): remove useless function pointer dereferencing | jan | 2024-08-02 | 1 | -2/+2 |
* | Mention that port can be specified as 0 in some situations, so that the | deraadt | 2024-04-01 | 1 | -2/+3 |
* | netcat: avoid issuing syscalls on fd -1 | tb | 2023-08-14 | 1 | -3/+9 |
* | ugly white space | deraadt | 2023-01-04 | 1 | -2/+2 |
* | nc: skip connection info on failed or skipped udptest() | tb | 2022-12-18 | 1 | -5/+8 |
* | nc: do not test the connection in non-interactive mode | tb | 2022-12-18 | 1 | -1/+5 |
* | nc: clean up and simplify connection_infO() | tb | 2022-12-18 | 1 | -7/+7 |
* | nc: pass protocol name to connection_info() | tb | 2022-12-18 | 1 | -7/+9 |
* | nc: factor printing of connection info into a function | tb | 2022-12-18 | 1 | -25/+28 |
* | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | schwarze | 2022-09-11 | 1 | -7/+7 |
* | do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy) | djm | 2022-06-08 | 1 | -2/+2 |
* | KNF, mostly whitespace - no binary change on amd64 | tb | 2022-06-08 | 1 | -22/+19 |
* | Change the error reporting pattern throughout the tree when unveil | beck | 2021-07-12 | 1 | -9/+9 |
* | 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 | 2 | -10/+9 |
* | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | beck | 2020-01-26 | 1 | -64/+36 |
* | If the client provides a TLS certificate and the user specifies a | bluhm | 2020-01-07 | 1 | -5/+6 |
* | The unveil(2) for nc -U -u -l was wrong. The server cannot unveil | bluhm | 2020-01-06 | 1 | -4/+23 |
* | When using UNIX domain sockets, always call report_sock() with the | bluhm | 2020-01-06 | 1 | -6/+10 |
* | fail to usage if extra argv are present | deraadt | 2019-11-17 | 1 | -8/+4 |
* | refactor the nc pool loop to not shut down the socket early, and | beck | 2019-11-13 | 1 | -36/+64 |
* | Fix an out of bound read/write when using a proxy. | millert | 2019-11-04 | 2 | -11/+21 |
* | Service names are still resolved with -n | kn | 2019-10-24 | 1 | -4/+4 |
* | Print IP address in verbose mode | job | 2019-10-24 | 1 | -12/+34 |
* | Revert previous, which works for -N case but causes regress failures | beck | 2019-10-23 | 1 | -18/+1 |
* | Fix -N flag to actually shut down the (entire) socket when the input | beck | 2019-10-17 | 1 | -1/+18 |
* | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | mestre | 2019-08-08 | 1 | -1/+2 |
* | Make proxy auth work with http 1.1 speaking webservers. | benno | 2019-07-29 | 1 | -2/+3 |
* | snprintf/vsnprintf return < 0 on error, rather than -1. | deraadt | 2019-07-03 | 1 | -3/+3 |
* | When system calls indicate an error they return -1, not some arbitrary | deraadt | 2019-06-28 | 1 | -16/+16 |
* | Some asprintf() calls were checked < 0, rather than the precise == -1. | deraadt | 2019-06-27 | 1 | -3/+3 |
* | Correctly handle tls_read() and tls_write() failures. | jsing | 2019-02-26 | 1 | -5/+9 |
* | Revert back previous commit and stop including strings.h | mestre | 2019-01-10 | 2 | -9/+7 |
* | Include strings.h for bzero in usr.bin/nc | inoguchi | 2019-01-09 | 2 | -2/+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 | 2 | -6/+7 |
* | update for libtls default cert changes. | tedu | 2018-11-29 | 1 | -5/+6 |
* | In verbose mode netcat reports to stderr when the listen system | bluhm | 2018-11-09 | 1 | -16/+29 |
* | Use TLS_CA_CERT_FILE instead of a separate define. | jsing | 2018-11-06 | 1 | -3/+2 |
* | show what went wrong with a unix domain socket, rather than fail silently | dlg | 2018-10-26 | 1 | -2/+4 |
* | Plug TLS context leak in nc(1) server and client mode. Move | bluhm | 2018-10-04 | 1 | -12/+10 |
* | -T applies to ip6 too, apparently; | jmc | 2018-09-25 | 1 | -4/+4 |
* | Declare strings passed to local_listen() as const. This makes it | bluhm | 2018-09-07 | 1 | -3/+3 |
* | Do not close the socket twice in netcat. | bluhm | 2018-09-06 | 1 | -5/+6 |
* | 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 |
* | In typical swiss-army style, various modes and options cause | deraadt | 2018-08-10 | 1 | -1/+24 |
* | trailing whitespace, and move arg checking before pledge | beck | 2018-04-27 | 1 | -17/+17 |