| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | initialize ok to 0 | beck | 2015-12-14 | 2 | -4/+4 |
* | initialize md_len to 0 for readability to quell warnings. | beck | 2015-12-14 | 2 | -6/+6 |
* | s/begining/beginning/g | mmcc | 2015-12-14 | 1 | -2/+2 |
* | decipher comment. ok bcook@ | mmcc | 2015-12-12 | 2 | -4/+4 |
* | move initialization of buf up to quell warnings and make it obvious the err c... | beck | 2015-12-12 | 2 | -8/+10 |
* | prevent possibly use of uninitialized variable | beck | 2015-12-12 | 2 | -4/+4 |
* | make the counter a size_t as well, which quells a warning on visual studio 2015 | beck | 2015-12-12 | 2 | -4/+6 |
* | Specify SOCKS version in error messages. ok deraadt@ | mmcc | 2015-12-10 | 1 | -3/+3 |
* | tiny sanity check on file size | tedu | 2015-12-10 | 1 | -1/+3 |
* | Map SOCKS error codes to error strings. With input from deraadt@ | mmcc | 2015-12-10 | 1 | -5/+61 |
* | bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI change | bcook | 2015-12-09 | 5 | -10/+10 |
* | Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms. | bcook | 2015-12-09 | 4 | -10/+12 |
* | Integrate two patches originally from Daniel Micay. | tedu | 2015-12-09 | 1 | -8/+76 |
* | pledge nc better - Load the certificate into memory and then do the pledge, | beck | 2015-12-08 | 1 | -5/+21 |
* | Add root certificate for COMODO RSA Certification Authority, ok beck@ | sthen | 2015-12-07 | 1 | -0/+122 |
* | Remove SHA0 check, as we did in v1.21 of sha.h. | bcook | 2015-12-07 | 2 | -4/+4 |
* | Get rid of modulo bias and replace the naive shuffle by the | tb | 2015-12-07 | 1 | -20/+16 |
* | Fix for OpenSSL CVE-2015-3195 | beck | 2015-12-04 | 2 | -6/+16 |
* | Fix for OpenSSL CVE-2015-3194 | beck | 2015-12-03 | 2 | -4/+4 |
* | s_server also needs DNS; reported by tb@ | jca | 2015-12-01 | 1 | -2/+2 |
* | Undo previous, pledge("dns") was already present. The problem was in s_server. | jca | 2015-12-01 | 2 | -4/+4 |
* | Phrase allocation failure more clearly. ok deraadt@ | mmcc | 2015-12-01 | 1 | -3/+3 |
* | pledge dns so openssl can use dns.. noticed and fix by todd@ | beck | 2015-12-01 | 2 | -4/+4 |
* | change Xrs from now-defunct db(3) to dbopen(3); this wasn;t a | jmc | 2015-11-30 | 2 | -6/+6 |
* | Wrap <icdb.h> so that calls go direct and the symbols are all weak | guenther | 2015-11-25 | 1 | -1/+12 |
* | syslog() here is pointless; ok millert | deraadt | 2015-11-25 | 1 | -2/+0 |
* | Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} within | millert | 2015-11-24 | 2 | -7/+10 |
* | Correct file name, no text change (no history yet, but sorry for the churn). | schwarze | 2015-11-24 | 2 | -26/+26 |
* | Document that these functions are now in strings.h. | daniel | 2015-11-24 | 7 | -19/+22 |
* | Don't fake a bulleted list by prefixing items with 'o'. | bentley | 2015-11-24 | 1 | -8/+8 |
* | rename variable 'sun' to allow building on Solaris | bcook | 2015-11-23 | 1 | -13/+13 |
* | In pledge(), put "dns" right after "inet". | jca | 2015-11-21 | 2 | -4/+4 |
* | Unbreak s_client, which should be allowed by pledge(2) to do DNS requests. | jca | 2015-11-21 | 2 | -4/+4 |
* | Partial revert of revision 1.26: | schwarze | 2015-11-21 | 1 | -18/+18 |
* | point to netintro(4) rather than (now removed) networking(4); | jmc | 2015-11-21 | 2 | -6/+6 |
* | do not need sys/param.h | deraadt | 2015-11-20 | 1 | -1/+0 |
* | add a version field to prevent mayhem if different data gets stored | tedu | 2015-11-18 | 1 | -3/+7 |
* | update for new symbols and code | tedu | 2015-11-18 | 1 | -2/+2 |
* | Add icdb, the internal c database. A simpler replacement for the old | tedu | 2015-11-18 | 1 | -0/+367 |
* | add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etc | sthen | 2015-11-16 | 1 | -0/+722 |
* | ui_new -> UI_new; | jmc | 2015-11-15 | 1 | -2/+2 |
* | fix references to lhash(3); | jmc | 2015-11-15 | 2 | -14/+16 |
* | mutli -> multi | miod | 2015-11-14 | 4 | -6/+6 |
* | Various *syncron* -> *synchron* typos. | miod | 2015-11-14 | 2 | -2/+2 |
* | Give clear directions on how to declare, PROTO_*() and DEF_*() new symbols | guenther | 2015-11-14 | 1 | -0/+97 |
* | 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 |
* | add mul and mul_add to NAME; | jmc | 2015-11-12 | 1 | -0/+4 |
* | update cross references after deleting the imaginary MLINKS | schwarze | 2015-11-12 | 5 | -6/+6 |
* | Convert the handful of manuals that had imaginary names, | schwarze | 2015-11-12 | 13 | -1154/+2210 |