Age | Commit message (Expand) | Author |
2024-11-02 | netcat: drop caddr_t cast. It's not needed and not portable. | Theo Buehler |
2024-08-05 | Remove bogus connect(s, NULL, 0) call | Theo Buehler |
2024-08-02 | nc(1): remove useless function pointer dereferencing | Jan Klemkow |
2024-04-01 | Mention that port can be specified as 0 in some situations, so that the | Theo de Raadt |
2023-08-14 | netcat: avoid issuing syscalls on fd -1 | Theo Buehler |
2023-01-04 | ugly white space | Theo de Raadt |
2022-12-18 | nc: skip connection info on failed or skipped udptest() | Theo Buehler |
2022-12-18 | nc: do not test the connection in non-interactive mode | Theo Buehler |
2022-12-18 | nc: clean up and simplify connection_infO() | Theo Buehler |
2022-12-18 | nc: pass protocol name to connection_info() | Theo Buehler |
2022-12-18 | nc: factor printing of connection info into a function | Theo Buehler |
2022-09-11 | Replace archaic \*(Lt and \*(Gt by plain < and >, respectively, | Ingo Schwarze |
2022-06-08 | do not refuse valid IPv6 addresses in -X connect (HTTP CONNECT proxy) | Damien Miller |
2022-06-08 | KNF, mostly whitespace - no binary change on amd64 | Theo Buehler |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2021-03-31 | one of the examples needs an -N (and explanation); | Jason McIntyre |
2020-02-12 | Standardize argument naming for "sourceaddr" and unify the wording a bit, | Ingo Schwarze |
2020-01-26 | revert previous nc loop refactor from 1.211, breaks bluhm's stuff | Bob Beck |
2020-01-07 | If the client provides a TLS certificate and the user specifies a | Alexander Bluhm |
2020-01-06 | The unveil(2) for nc -U -u -l was wrong. The server cannot unveil | Alexander Bluhm |
2020-01-06 | When using UNIX domain sockets, always call report_sock() with the | Alexander Bluhm |
2019-11-17 | fail to usage if extra argv are present | Theo de Raadt |
2019-11-13 | refactor the nc pool loop to not shut down the socket early, and | Bob Beck |
2019-11-04 | Fix an out of bound read/write when using a proxy. | Todd C. Miller |
2019-10-24 | Service names are still resolved with -n | kn |
2019-10-24 | Print IP address in verbose mode | job |
2019-10-23 | Revert previous, which works for -N case but causes regress failures | Bob Beck |
2019-10-17 | Fix -N flag to actually shut down the (entire) socket when the input | Bob Beck |
2019-08-08 | added /* no filesystem visibility */ above unveil("/", "") since "" is too easy | Ricardo Mestre |
2019-07-29 | Make proxy auth work with http 1.1 speaking webservers. | Sebastian Benoit |
2019-07-03 | snprintf/vsnprintf return < 0 on error, rather than -1. | Theo de Raadt |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2019-02-26 | Correctly handle tls_read() and tls_write() failures. | Joel Sing |
2019-01-10 | Revert back previous commit and stop including strings.h | Ricardo Mestre |
2019-01-09 | Include strings.h for bzero in usr.bin/nc | Kinichiro Inoguchi |
2018-12-27 | too many words in previous; | Jason McIntyre |
2018-12-27 | port ranges can be ambiguous with hypenated port-names. | Ted Unangst |
2018-11-29 | update for libtls default cert changes. | Ted Unangst |
2018-11-09 | In verbose mode netcat reports to stderr when the listen system | Alexander Bluhm |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
2018-10-26 | show what went wrong with a unix domain socket, rather than fail silently | David Gwynne |
2018-10-04 | Plug TLS context leak in nc(1) server and client mode. Move | Alexander Bluhm |
2018-09-25 | -T applies to ip6 too, apparently; | Jason McIntyre |
2018-09-07 | Declare strings passed to local_listen() as const. This makes it | Alexander Bluhm |
2018-09-06 | Do not close the socket twice in netcat. | Alexander Bluhm |
2018-08-17 | spelling; | Jason McIntyre |
2018-08-17 | Make the wording more concise, use the imperative throughout, state | Ingo Schwarze |
2018-08-10 | In typical swiss-army style, various modes and options cause | Theo de Raadt |
2018-04-27 | trailing whitespace, and move arg checking before pledge | Bob Beck |