Age | Commit message (Expand) | Author |
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 |
2018-03-27 | Clear password buffers in non-terminating cases | Theo de Raadt |
2018-03-19 | Remove the tls_init() call, since it is no longer necessary. | Joel Sing |
2017-11-28 | Allow TLS ciphers and protocols to be specified for nc(1). | Joel Sing |
2017-10-24 | Use a smaller buffer size too peek the receive data. The content | Alexander Bluhm |
2017-07-15 | grammar was ass backwards; | Jason McIntyre |
2017-07-15 | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | Joel Sing |
2017-06-11 | Continue the flattening of the pledge logic started in r1.184 and place | Theo Buehler |
2017-06-11 | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | Theo Buehler |
2017-06-10 | If -P and -c were given, a second pledge call tried to add "rpath" to the | Theo Buehler |
2017-05-26 | Fix gcc warnings triggered by WARNINGS=yes. | Alexander Bluhm |
2017-05-10 | Implement nc -W recvlimit to terminate netcat after receiving a | Alexander Bluhm |
2017-04-16 | Move comments into a block and uses {} to unconfuse reading. | Theo de Raadt |
2017-04-05 | - -Z before -z in options list | Jason McIntyre |
2017-04-05 | Allow nc to save the peer certificate and chain in a pem file specified | Bob Beck |
2017-03-09 | The netcat server did not print the correct TLS error message if | Alexander Bluhm |
2017-02-09 | When netcat was started with -Uz, the exit status was always 1. If | Alexander Bluhm |