summaryrefslogtreecommitdiff
path: root/src/usr.bin/nc/netcat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a "-T tlscompat" option to nc(1), which enables the use of all TLSjsing2017-07-151-3/+8
* Continue the flattening of the pledge logic started in r1.184 and placetb2017-06-111-8/+8
* Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace andtb2017-06-111-33/+35
* If -P and -c were given, a second pledge call tried to add "rpath" to thetb2017-06-101-8/+5
* Fix gcc warnings triggered by WARNINGS=yes.bluhm2017-05-261-9/+9
* Implement nc -W recvlimit to terminate netcat after receiving abluhm2017-05-101-6/+21
* Move comments into a block and uses {} to unconfuse reading.deraadt2017-04-161-12/+13
* - -Z before -z in options listjmc2017-04-051-2/+4
* Allow nc to save the peer certificate and chain in a pem file specifiedbeck2017-04-051-2/+32
* The netcat server did not print the correct TLS error message ifbluhm2017-03-091-2/+2
* When netcat was started with -Uz, the exit status was always 1. Ifbluhm2017-02-091-3/+4
* When getaddrinfo fails, print the requested host and port.jca2017-02-091-2/+3
* Avoid a busy loop in netcat's tls_close(). Reuse the tls_handshake()bluhm2017-02-081-18/+8
* Avoid double close(2) in netcat. After every call to readwrite()bluhm2017-02-081-13/+5
* Due to non-blocking sockets, tls_handshake() could wait in a busybluhm2017-02-081-21/+42
* Support IPv6 proxy addressesjca2017-02-051-10/+24
* Check return value of tls_config_set_protocols(3) and tls_config_set_ciphers(3)mestre2016-11-301-3/+6
* rename tlslegacy to tlsall, and better describe what it does.beck2016-11-061-4/+4
* zap trailing whitespace, and add -o to usage() and help (-h);jmc2016-11-051-3/+6
* Add support for server side OCSP stapling to libtls.beck2016-11-051-2/+10
* Add ocsp_require_stapling config option for tls - allows a connectionbeck2016-11-041-1/+5
* make OCSP_URL only show up when an OCSP url is actually present in the certbeck2016-11-031-2/+3
* Make OCSP Stapling: only appear if there is stapling info present.beck2016-11-031-5/+3
* Add OCSP client side support to libtls.beck2016-11-021-1/+37
* squash some possibly-used-uninitialized warningsbcook2016-09-031-3/+3
* Let libtls load the CA, certificate and key files for nc(1), now that itjsing2016-08-131-22/+15
* use the style from the man page examples for getaddrinfo, which makes ahalex2016-07-301-21/+19
* Adjust existing tls_config_set_cipher() callers for TLS cipher groupjsing2016-07-131-2/+2
* Revert previous since the libtls change has been reverted.jsing2016-07-071-16/+24
* Remove manual file loading (now that libtls does this for us) and adjustjsing2016-07-061-24/+16
* Simplify IP proto-specific sockopt error handling.bcook2016-07-011-34/+26
* Add -M and -m options to specify the outgoing and incoming minimum TTLjca2016-06-281-7/+43
* If an error path if close() is called, save errno so that original errorderaadt2016-06-281-5/+13
* Be more careful initializing and tracking socket s through main, this isderaadt2016-06-271-7/+6
* Let netcat support the use of service names instead of port numbers.beck2016-06-021-14/+30
* Fix pledge violation with -P s used and we need to supply a passwordbeck2016-05-281-3/+12
* Fix nc -verbose mode when used on a unix domain socket.beck2016-05-281-5/+11
* Use the correct values for TLS certificate / private key flags.bcook2016-01-041-5/+5
* include time.h over sys/time.h for ctime(3)bcook2015-12-281-2/+2
* Add missing colon after "Peer name" in verbose output. Mentioned on themmcc2015-12-171-2/+2
* clean up some unused variables, and add the printing of the certificate validitybeck2015-12-161-4/+7
* pledge nc better - Load the certificate into memory and then do the pledge,beck2015-12-081-5/+21
* Get rid of modulo bias and replace the naive shuffle by thetb2015-12-071-20/+16
* rename variable 'sun' to allow building on Solarisbcook2015-11-231-13/+13
* Since rtable was hoisted to the top with setrtable, it should have noderaadt2015-11-131-10/+7
* with -V argument, dont set rtable on the socket, instead set if for the wholebenno2015-11-121-15/+4
* KNF; from Rob Piercederaadt2015-11-011-3/+3
* Initial pledge of netcat - unfortunately flawed because fiddling the rtableidbeck2015-10-231-1/+27
* Userspace doesn't need to use SUN_LEN(): connect() and bind() must acceptguenther2015-10-111-8/+3
* display negotiated TLS version and cipher suite in verbose mode.beck2015-09-131-2/+3