| Commit message (Expand) | Author | Files | Lines |
2015-12-28 | include time.h over sys/time.h for ctime(3) | bcook | 1 | -2/+2 |
2015-12-27 | remove unused variable | chl | 1 | -2/+1 |
2015-12-24 | more e-mail -> email | mmcc | 2 | -5/+5 |
2015-12-24 | More adress -> address | mmcc | 4 | -4/+4 |
2015-12-23 | remove NULL-check before free() | mmcc | 1 | -3/+2 |
2015-12-23 | remove NULL-checks before free() | mmcc | 6 | -38/+22 |
2015-12-23 | assign pointer NULL rather than 0 | mmcc | 2 | -4/+4 |
2015-12-23 | assign pointer to NULL rather than 0 | mmcc | 2 | -4/+4 |
2015-12-22 | initialize a pointer to NULL rather than 0 | mmcc | 2 | -4/+4 |
2015-12-19 | gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed with | tim | 1 | -6/+8 |
2015-12-18 | Simplify return call of rand() and rand_r() to make it easier to read. | tb | 1 | -2/+2 |
2015-12-17 | Add missing colon after "Peer name" in verbose output. Mentioned on the | mmcc | 1 | -2/+2 |
2015-12-16 | tweak previous; | jmc | 2 | -4/+5 |
2015-12-16 | Remove support for HOSTALIASES from the resolver. This "open and parse | deraadt | 2 | -15/+6 |
2015-12-16 | clean up some unused variables, and add the printing of the certificate validity | beck | 1 | -4/+7 |
2015-12-15 | Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary Certification | sthen | 1 | -49/+0 |
2015-12-14 | initialize ext_len to 0. | beck | 2 | -4/+12 |
2015-12-14 | initialize ok to 0 | beck | 2 | -4/+4 |
2015-12-14 | initialize md_len to 0 for readability to quell warnings. | beck | 2 | -6/+6 |
2015-12-14 | s/begining/beginning/g | mmcc | 1 | -2/+2 |
2015-12-12 | decipher comment. ok bcook@ | mmcc | 2 | -4/+4 |
2015-12-12 | move initialization of buf up to quell warnings and make it obvious the err c... | beck | 2 | -8/+10 |
2015-12-12 | prevent possibly use of uninitialized variable | beck | 2 | -4/+4 |
2015-12-12 | make the counter a size_t as well, which quells a warning on visual studio 2015 | beck | 2 | -4/+6 |
2015-12-10 | Specify SOCKS version in error messages. ok deraadt@ | mmcc | 1 | -3/+3 |
2015-12-10 | tiny sanity check on file size | tedu | 1 | -1/+3 |
2015-12-10 | Map SOCKS error codes to error strings. With input from deraadt@ | mmcc | 1 | -5/+61 |
2015-12-09 | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 5 | -10/+10 |
2015-12-09 | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | bcook | 4 | -10/+12 |
2015-12-09 | Integrate two patches originally from Daniel Micay. | tedu | 1 | -8/+76 |
2015-12-08 | pledge nc better - Load the certificate into memory and then do the pledge, | beck | 1 | -5/+21 |
2015-12-07 | Add root certificate for COMODO RSA Certification Authority, ok beck@ | sthen | 1 | -0/+122 |
2015-12-07 | Remove SHA0 check, as we did in v1.21 of sha.h. | bcook | 2 | -4/+4 |
2015-12-07 | Get rid of modulo bias and replace the naive shuffle by the | tb | 1 | -20/+16 |
2015-12-04 | Fix for OpenSSL CVE-2015-3195 | beck | 2 | -6/+16 |
2015-12-03 | Fix for OpenSSL CVE-2015-3194 | beck | 2 | -4/+4 |
2015-12-01 | s_server also needs DNS; reported by tb@ | jca | 1 | -2/+2 |
2015-12-01 | Undo previous, pledge("dns") was already present. The problem was in s_server. | jca | 2 | -4/+4 |
2015-12-01 | Phrase allocation failure more clearly. ok deraadt@ | mmcc | 1 | -3/+3 |
2015-12-01 | pledge dns so openssl can use dns.. noticed and fix by todd@ | beck | 2 | -4/+4 |
2015-11-30 | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | jmc | 2 | -6/+6 |
2015-11-25 | Wrap <icdb.h> so that calls go direct and the symbols are all weak | guenther | 1 | -1/+12 |
2015-11-25 | syslog() here is pointless; ok millert | deraadt | 1 | -2/+0 |
2015-11-24 | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | millert | 2 | -7/+10 |
2015-11-24 | Correct file name, no text change (no history yet, but sorry for the churn). | schwarze | 2 | -26/+26 |
2015-11-24 | Document that these functions are now in strings.h. | daniel | 7 | -19/+22 |
2015-11-24 | Don't fake a bulleted list by prefixing items with 'o'. | bentley | 1 | -8/+8 |
2015-11-23 | rename variable 'sun' to allow building on Solaris | bcook | 1 | -13/+13 |
2015-11-21 | In pledge(), put "dns" right after "inet". | jca | 2 | -4/+4 |
2015-11-21 | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | jca | 2 | -4/+4 |