summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_socket.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-4/+4
* Don't leak a strdup()'ed string on error in do_accept().tb2018-08-191-1/+3
* Indent labels with a single space so that diff prototypes are more useful.jsing2018-02-071-5/+5
* Remove SOCKET_PROTOCOL, a redundant define that was only used once.lteo2015-09-101-4/+2
* Check return value in openssl(1) s_socket.doug2015-07-201-3/+6
* Only close descriptor if not already closed.doug2015-07-191-3/+5
* fix leak, found by coverity, ID 78877beck2015-07-171-3/+3
* Since Windows needs BIO_sock_init() before you can call any networkingbcook2015-03-221-11/+1
* Move Windows OS-specific functions to make porting easier.bcook2014-12-031-1/+11
* ssl_sock_init() does nothing, so remove it...jsing2014-11-061-17/+1
* Move openssl(1) from /usr/sbin/openssl to /usr/bin/openssl, since it is notjsing2014-08-261-0/+351