| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add ocsp_require_stapling config option for tls - allows a connection | beck | 2016-11-04 | 1 | -1/+5 |
* | make OCSP_URL only show up when an OCSP url is actually present in the cert | beck | 2016-11-03 | 1 | -2/+3 |
* | Make OCSP Stapling: only appear if there is stapling info present. | beck | 2016-11-03 | 1 | -5/+3 |
* | Add OCSP client side support to libtls. | beck | 2016-11-02 | 1 | -1/+37 |
* | squash some possibly-used-uninitialized warnings | bcook | 2016-09-03 | 1 | -3/+3 |
* | Let libtls load the CA, certificate and key files for nc(1), now that it | jsing | 2016-08-13 | 1 | -22/+15 |
* | use the style from the man page examples for getaddrinfo, which makes a | halex | 2016-07-30 | 1 | -21/+19 |
* | Adjust existing tls_config_set_cipher() callers for TLS cipher group | jsing | 2016-07-13 | 1 | -2/+2 |
* | Revert previous since the libtls change has been reverted. | jsing | 2016-07-07 | 1 | -16/+24 |
* | Remove manual file loading (now that libtls does this for us) and adjust | jsing | 2016-07-06 | 1 | -24/+16 |
* | Simplify IP proto-specific sockopt error handling. | bcook | 2016-07-01 | 1 | -34/+26 |
* | Add -M and -m options to specify the outgoing and incoming minimum TTL | jca | 2016-06-28 | 1 | -7/+43 |
* | If an error path if close() is called, save errno so that original error | deraadt | 2016-06-28 | 1 | -5/+13 |
* | Be more careful initializing and tracking socket s through main, this is | deraadt | 2016-06-27 | 1 | -7/+6 |
* | Let netcat support the use of service names instead of port numbers. | beck | 2016-06-02 | 1 | -14/+30 |
* | Fix pledge violation with -P s used and we need to supply a password | beck | 2016-05-28 | 1 | -3/+12 |
* | Fix nc -verbose mode when used on a unix domain socket. | beck | 2016-05-28 | 1 | -5/+11 |
* | Use the correct values for TLS certificate / private key flags. | bcook | 2016-01-04 | 1 | -5/+5 |
* | include time.h over sys/time.h for ctime(3) | bcook | 2015-12-28 | 1 | -2/+2 |
* | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc | 2015-12-17 | 1 | -2/+2 |
* | clean up some unused variables, and add the printing of the certificate validity | beck | 2015-12-16 | 1 | -4/+7 |
* | pledge nc better - Load the certificate into memory and then do the pledge, | beck | 2015-12-08 | 1 | -5/+21 |
* | Get rid of modulo bias and replace the naive shuffle by the | tb | 2015-12-07 | 1 | -20/+16 |
* | rename variable 'sun' to allow building on Solaris | bcook | 2015-11-23 | 1 | -13/+13 |
* | Since rtable was hoisted to the top with setrtable, it should have no | deraadt | 2015-11-13 | 1 | -10/+7 |
* | with -V argument, dont set rtable on the socket, instead set if for the whole | benno | 2015-11-12 | 1 | -15/+4 |
* | KNF; from Rob Pierce | deraadt | 2015-11-01 | 1 | -3/+3 |
* | Initial pledge of netcat - unfortunately flawed because fiddling the rtableid | beck | 2015-10-23 | 1 | -1/+27 |
* | Userspace doesn't need to use SUN_LEN(): connect() and bind() must accept | guenther | 2015-10-11 | 1 | -8/+3 |
* | display negotiated TLS version and cipher suite in verbose mode. | beck | 2015-09-13 | 1 | -2/+3 |
* | Adapt to just committed libtls api change | beck | 2015-09-12 | 1 | -21/+14 |
* | use SOCK_CLOEXEC instead of fnctl; ok guenther beck jsing | deraadt | 2015-09-12 | 1 | -12/+16 |
* | fix previous; | jmc | 2015-09-12 | 1 | -10/+17 |
* | spaces found during a read | deraadt | 2015-09-11 | 1 | -19/+18 |
* | Add TLS suppport to nc. Provides a useful little test and script tool. | beck | 2015-09-11 | 1 | -38/+298 |
* | Netcat could hang during write(2) although poll(2) reports that the | bluhm | 2015-09-08 | 1 | -15/+6 |
* | synchronize synopsis and usage. | sobrado | 2015-09-03 | 1 | -2/+2 |
* | remove unused variable | chl | 2015-07-26 | 1 | -2/+2 |
* | The code in socks.c writes multiple times in a row to a socket. If the | tobias | 2015-03-26 | 1 | -3/+6 |
* | Check for short writes in fdpass(). Clean up while at it. | tobias | 2015-03-26 | 1 | -4/+3 |
* | Support for nc -T on IPv6 addresses. | jca | 2015-02-14 | 1 | -7/+16 |
* | my mistake. we already did increase buffers to 16k; increasing to 64k | tedu | 2014-10-30 | 1 | -2/+2 |
* | rework the poll loop to poll in both directions so it doesn't get stuck | tedu | 2014-10-30 | 1 | -47/+211 |
* | POLLIN is not guaranteed to be set in revents for EOF so check for | millert | 2014-10-26 | 1 | -3/+3 |
* | Remove unnecessary include: netinet/in_systm.h is not needed by these | lteo | 2014-10-24 | 1 | -2/+1 |
* | Make sure the correct errno is reported by warn* or err* and not | guenther | 2014-07-20 | 1 | -2/+3 |
* | stick with 16k buffers for a little while to avoid bufferbloat. | tedu | 2014-06-10 | 1 | -2/+2 |
* | increase buffer size to 64k, and actually use it. ok deraadt | tedu | 2014-06-10 | 1 | -3/+3 |
* | Use errc/warnc to simplify code. | guenther | 2014-05-20 | 1 | -2/+2 |
* | Unbreak nc -6 -l. Don't retrieve and thus later set the routing table | jca | 2014-03-12 | 1 | -3/+2 |