| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | The netcat server did not print the correct TLS error message if | bluhm | 2017-03-09 | 1 | -2/+2 |
| * | When netcat was started with -Uz, the exit status was always 1. If | bluhm | 2017-02-09 | 1 | -3/+4 |
| * | Document that -x can take an ipv6 address enclosed in square brackets. | jca | 2017-02-09 | 1 | -2/+5 |
| * | When getaddrinfo fails, print the requested host and port. | jca | 2017-02-09 | 1 | -2/+3 |
| * | Avoid a busy loop in netcat's tls_close(). Reuse the tls_handshake() | bluhm | 2017-02-08 | 1 | -18/+8 |
| * | Avoid double close(2) in netcat. After every call to readwrite() | bluhm | 2017-02-08 | 1 | -13/+5 |
| * | Due to non-blocking sockets, tls_handshake() could wait in a busy | bluhm | 2017-02-08 | 1 | -21/+42 |
| * | Support IPv6 proxy addresses | jca | 2017-02-05 | 1 | -10/+24 |
| * | oscp -> ocsp; | jmc | 2017-01-26 | 1 | -3/+3 |
| * | Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3) | mestre | 2016-11-30 | 1 | -3/+6 |
| * | tweak previous; | jmc | 2016-11-06 | 1 | -3/+3 |
| * | rename tlslegacy to tlsall, and better describe what it does. | beck | 2016-11-06 | 2 | -8/+8 |
| * | zap trailing whitespace, and add -o to usage() and help (-h); | jmc | 2016-11-05 | 2 | -6/+9 |
| * | Add support for server side OCSP stapling to libtls. | beck | 2016-11-05 | 2 | -4/+19 |