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