Age | Commit message (Expand) | Author |
2014-07-02 | KNF. | Joel Sing |
2014-07-01 | Avoid a NULL deref in i2d_ECPrivateKey() when an EC_KEY lacks the public key | Miod Vallat |
2014-07-01 | Use a flag on the pthread_t to indicate that the thread's stack was | Philip Guenther |
2014-06-30 | simplify and unobfuscate a variable to fix a mem leak. | Ted Unangst |
2014-06-30 | fix the identical leak in three different files. | Ted Unangst |
2014-06-30 | sys/types.h rather than sys/param.h, where applicable. avoid overreach. | Theo de Raadt |
2014-06-30 | sort includes much more sensibly | Theo de Raadt |
2014-06-30 | limits.h rather than sys/param.h | Theo de Raadt |
2014-06-29 | Free "data" when it's no longer in use. | Loganaden Velvindron |
2014-06-29 | Fix file descriptor leak | Loganaden Velvindron |
2014-06-29 | Remove yet another unused file... a backup copy (minus copyright and | Joel Sing |
2014-06-29 | KNF. | Joel Sing |
2014-06-29 | Remove another unused source file - I got suspicious when I found a | Joel Sing |
2014-06-29 | More KNF. | Joel Sing |
2014-06-29 | correct issetugid sense as spotted by Stijn van Drongelen. | Theo de Raadt |
2014-06-28 | Add a missing word. | Jeremie Courreges-Anglas |
2014-06-28 | Fix a memory leak and another one that occurs in the error paths. | Loganaden Velvindron |
2014-06-28 | Fix 9 memory leaks. | Loganaden Velvindron |
2014-06-28 | Fix 2 memory leaks. | Loganaden Velvindron |
2014-06-28 | Use strtonum() instead of atoi(), and then impose what are we think | Theo de Raadt |
2014-06-27 | Fix mmap() flag usage: explicitly specify MAP_PRIVATE and drop useless | Matthew Dempsky |
2014-06-27 | zap unneccessary punctuation; | Jason McIntyre |
2014-06-27 | When building a BN on the stack in BN_div(), make sure to initialize all its | Miod Vallat |
2014-06-27 | re-init and init code paths are now more shared, so the getpid()-based | Theo de Raadt |
2014-06-27 | Cleanup ioctl.2 slightly: | Matthew Dempsky |
2014-06-27 | OpenBSD supports mmap() on block special files too. | Matthew Dempsky |
2014-06-27 | Split out mmap's compatibility flags into a separate section, so users | Matthew Dempsky |
2014-06-27 | Revise wording to reflect that callers should always specify (exactly) | Matthew Dempsky |
2014-06-27 | extra evil spaces snuck in over the last while | Theo de Raadt |
2014-06-27 | Move to a smaller rbytes buffer and skip a random part. Not to | Otto Moerbeek |
2014-06-27 | save_errno botch; spotted by miod | Theo de Raadt |
2014-06-27 | hand-KNF macro the do { } while loops | Theo de Raadt |
2014-06-27 | hand-KNF the remaining bits | Theo de Raadt |
2014-06-27 | Remove M_ASN1_New* macros which are only used in X509_PKEY_new() are obfuscate | Miod Vallat |
2014-06-26 | Add back an #ifndef MAP_INHERIT_ZERO chunk to support the old getpid() | Theo de Raadt |
2014-06-26 | Document that mmap() confirms to POSIX 2008, except that we generate | Matthew Dempsky |
2014-06-26 | save errno in ERR_put_error(), so that SYSerr doesn't have any accidental | Theo de Raadt |
2014-06-26 | fix HD() misuse; from brent cook | Theo de Raadt |
2014-06-26 | Convert several calloc calls to reallocarray. These calloc calls were | Lawrence Teo |
2014-06-25 | AT_BASE returns us the *address* of the start of ld.so, so | Bob Beck |
2014-06-25 | get the page of data at AT_SYSINFO_EHDR | Bob Beck |
2014-06-25 | comment fixes from theo | Bob Beck |
2014-06-25 | Possibly obtain a little bit of entropy from addresses returned | Bob Beck |
2014-06-25 | O_NOFOLLOW would be very nice to have here if the version of linux | Bob Beck |
2014-06-25 | document why we explicit_bzero | Theo de Raadt |
2014-06-24 | Unifdef -UNO_SYS_TYPES_H | Miod Vallat |
2014-06-24 | Remove previously commented out wrong code, as well as the comment saying this | Miod Vallat |
2014-06-24 | Remove ancient workaround for previous century's compilers in the declaration | Miod Vallat |
2014-06-24 | Remove BIO_f_reliable(), guilty of playing with EVP_MD_CTX internals it | Miod Vallat |
2014-06-24 | Crank libcrypto major since my previous commit changed the size of the | Joel Sing |