summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* initialize ok to 0beck2015-12-142-4/+4
* initialize md_len to 0 for readability to quell warnings.beck2015-12-142-6/+6
* s/begining/beginning/gmmcc2015-12-141-2/+2
* decipher comment. ok bcook@mmcc2015-12-122-4/+4
* move initialization of buf up to quell warnings and make it obvious the err c...beck2015-12-122-8/+10
* prevent possibly use of uninitialized variablebeck2015-12-122-4/+4
* make the counter a size_t as well, which quells a warning on visual studio 2015beck2015-12-122-4/+6
* Specify SOCKS version in error messages. ok deraadt@mmcc2015-12-101-3/+3
* tiny sanity check on file sizetedu2015-12-101-1/+3
* Map SOCKS error codes to error strings. With input from deraadt@mmcc2015-12-101-5/+61
* bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changebcook2015-12-095-10/+10
* Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.bcook2015-12-094-10/+12
* Integrate two patches originally from Daniel Micay.tedu2015-12-091-8/+76
* pledge nc better - Load the certificate into memory and then do the pledge,beck2015-12-081-5/+21
* Add root certificate for COMODO RSA Certification Authority, ok beck@sthen2015-12-071-0/+122
* Remove SHA0 check, as we did in v1.21 of sha.h.bcook2015-12-072-4/+4
* Get rid of modulo bias and replace the naive shuffle by thetb2015-12-071-20/+16
* Fix for OpenSSL CVE-2015-3195beck2015-12-042-6/+16
* Fix for OpenSSL CVE-2015-3194beck2015-12-032-4/+4
* s_server also needs DNS; reported by tb@jca2015-12-011-2/+2
* Undo previous, pledge("dns") was already present. The problem was in s_server.jca2015-12-012-4/+4
* Phrase allocation failure more clearly. ok deraadt@mmcc2015-12-011-3/+3
* pledge dns so openssl can use dns.. noticed and fix by todd@beck2015-12-012-4/+4
* change Xrs from now-defunct db(3) to dbopen(3); this wasn;t ajmc2015-11-302-6/+6
* Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther2015-11-251-1/+12
* syslog() here is pointless; ok millertderaadt2015-11-251-2/+0
* Use reentrant versions of getpw{nam,uid} and getgr{nam,gid} withinmillert2015-11-242-7/+10
* Correct file name, no text change (no history yet, but sorry for the churn).schwarze2015-11-242-26/+26
* Document that these functions are now in strings.h.daniel2015-11-247-19/+22
* Don't fake a bulleted list by prefixing items with 'o'.bentley2015-11-241-8/+8
* rename variable 'sun' to allow building on Solarisbcook2015-11-231-13/+13
* In pledge(), put "dns" right after "inet".jca2015-11-212-4/+4
* Unbreak s_client, which should be allowed by pledge(2) to do DNS requests.jca2015-11-212-4/+4
* Partial revert of revision 1.26:schwarze2015-11-211-18/+18
* point to netintro(4) rather than (now removed) networking(4);jmc2015-11-212-6/+6
* do not need sys/param.hderaadt2015-11-201-1/+0
* add a version field to prevent mayhem if different data gets storedtedu2015-11-181-3/+7
* update for new symbols and codetedu2015-11-181-2/+2
* Add icdb, the internal c database. A simpler replacement for the oldtedu2015-11-181-0/+367
* add QuoVadis root certificates, present in Mozilla/Chrome/Apple/Windows/etcsthen2015-11-161-0/+722
* ui_new -> UI_new;jmc2015-11-151-2/+2
* fix references to lhash(3);jmc2015-11-152-14/+16
* mutli -> multimiod2015-11-144-6/+6
* Various *syncron* -> *synchron* typos.miod2015-11-142-2/+2
* Give clear directions on how to declare, PROTO_*() and DEF_*() new symbolsguenther2015-11-141-0/+97
* 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
* add mul and mul_add to NAME;jmc2015-11-121-0/+4
* update cross references after deleting the imaginary MLINKSschwarze2015-11-125-6/+6
* Convert the handful of manuals that had imaginary names,schwarze2015-11-1213-1154/+2210