Age | Commit message (Expand) | Author |
2014-05-30 | While working on another diff I ended up looking to see why on earth the | Joel Sing |
2014-05-30 | Use calloc instead of malloc and memset. | YASUOKA Masahiko |
2014-05-30 | Rework parse_name() so that variable declaration is separate from function | Joel Sing |
2014-05-30 | Add definitions for Process and (finally!) Thread | Philip Guenther |
2014-05-30 | A program is the thing you run; a process is an instance of something | Philip Guenther |
2014-05-30 | remove CONST_STRICT. ok beck deraadt | Ted Unangst |
2014-05-30 | no need for null check before free. from Brendan MacDonell | Ted Unangst |
2014-05-30 | Don't write out more than we have allocated in obj_txt, as the glory | Bob Beck |
2014-05-30 | remove some of the bigger lies, as applicable to libressl. | Ted Unangst |
2014-05-30 | explicit_bzero for clearing stack variables. | Ted Unangst |
2014-05-29 | I do not have time to describe how bad the realloc() uses in here, now | Theo de Raadt |
2014-05-29 | trivial realloc -> reallocarray | Theo de Raadt |
2014-05-29 | the comment says RAND_pseudo_bytes should be RAND_bytes. make it so. | Ted Unangst |
2014-05-29 | we no longer care that these aren't used for ssl2 | Ted Unangst |
2014-05-29 | ok, next pass after review: when possible, put the reallocarray arguments | Theo de Raadt |
2014-05-29 | convert 53 malloc(a*b) to reallocarray(NULL, a, b). that is 53 | Theo de Raadt |
2014-05-29 | Use the same convention for mixer control names as azalia. | Alexandre Ratchov |
2014-05-29 | sync | Theo de Raadt |
2014-05-29 | Everything sane has stdio, and FILE *. we don't need ifdefs for this. | Bob Beck |
2014-05-29 | remove back compat that was already disabled back in 1998. | Ted Unangst |
2014-05-29 | Make make includes work again without kssl.h | Bob Beck |
2014-05-29 | Any sane platform has stdio. Stop pretending we will ever use a platform | Bob Beck |
2014-05-29 | kssl is dead. | Ted Unangst |
2014-05-29 | no space before label | Ted Unangst |
2014-05-29 | line up else better | Ted Unangst |
2014-05-29 | define -DLIBRESSL_INTERNAL in here so we don't use nasties | Bob Beck |
2014-05-29 | consistent braces | Ted Unangst |
2014-05-29 | unidef DH, ECDH, and ECDSA. there's no purpose to a libssl without them. | Ted Unangst |
2014-05-29 | repair KNF indent | Theo de Raadt |
2010-10-01 | import OpenSSL-1.0.0a | Damien Miller |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | use calloc, from Benjamin Baier | Ted Unangst |
2014-05-29 | Make it substantially easier to identify protocol version requirements | Joel Sing |
2014-05-29 | When you have functions that perform specific functions, use them. | Joel Sing |
2014-05-29 | document control characters which are extensions; | Jason McIntyre |
2014-05-29 | flesh out STANDARDS; | Jason McIntyre |
2014-05-29 | fsck should use the same values in checking as newfs does in creating | Kenneth R Westerback |
2014-05-29 | Fix another two cases where the return value of ssl_replace_hash() is | Joel Sing |
2014-05-29 | no more gcc2. | Daniel Dickman |
2014-05-29 | Add missing NULL checks for calls to ssl_replace_hash(). This function | Joel Sing |
2014-05-29 | Read MAXPHYS bytes at a time in the hibernate image read, instead of | Mike Larkin |
2014-05-29 | zap double word; | Jason McIntyre |
2014-05-29 | Use .Er for errnos | Philip Guenther |
2014-05-29 | Grammar | Philip Guenther |
2014-05-29 | for -a and -g, do not say "as per posix": it adds no value to the user, and | Jason McIntyre |
2014-05-29 | some basic formatting fixes; | Jason McIntyre |
2014-05-29 | Update to match recent changes | Philip Guenther |
2014-05-29 | We now use arc4random() so PERL_RANDOM_DEVICE is no longer needed. | Philip Guenther |