| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Clear password buffers in non-terminating cases | deraadt | 2018-03-27 | 1 | -8/+11 |
* | Remove the tls_init() call, since it is no longer necessary. | jsing | 2018-03-19 | 1 | -3/+1 |
* | Allow TLS ciphers and protocols to be specified for nc(1). | jsing | 2017-11-28 | 2 | -41/+65 |
* | Use a smaller buffer size too peek the receive data. The content | bluhm | 2017-10-24 | 1 | -5/+4 |
* | grammar was ass backwards; | jmc | 2017-07-15 | 1 | -7/+7 |
* | Add a "-T tlscompat" option to nc(1), which enables the use of all TLS | jsing | 2017-07-15 | 2 | -5/+12 |
* | Continue the flattening of the pledge logic started in r1.184 and place | tb | 2017-06-11 | 1 | -8/+8 |
* | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | tb | 2017-06-11 | 1 | -33/+35 |
* | If -P and -c were given, a second pledge call tried to add "rpath" to the | tb | 2017-06-10 | 1 | -8/+5 |
* | Fix gcc warnings triggered by WARNINGS=yes. | bluhm | 2017-05-26 | 1 | -9/+9 |
* | Implement nc -W recvlimit to terminate netcat after receiving a | bluhm | 2017-05-10 | 2 | -8/+28 |
* | Move comments into a block and uses {} to unconfuse reading. | deraadt | 2017-04-16 | 1 | -12/+13 |
* | - -Z before -z in options list | jmc | 2017-04-05 | 2 | -7/+9 |
* | Allow nc to save the peer certificate and chain in a pem file specified | beck | 2017-04-05 | 2 | -4/+39 |