summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-18Fix behavior csqrt, should beAlexandr Shadchin
2015-12-18Simplify return call of rand() and rand_r() to make it easier to read.tb
2015-12-16change the kqueue backend to call kevent() as events are added insteadTed Unangst
2015-12-16tweak previous;Jason McIntyre
2015-12-16documents pledge(2) "dpath" promiseSebastien Marie
2015-12-16Remove support for HOSTALIASES from the resolver. This "open and parseTheo de Raadt
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-15Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary CertificationStuart Henderson
2015-12-14Remove more needless casts of NULL and allocations.mmcc
2015-12-14Remove casts of allocations and NULL. There are a *ton* of these tommcc
2015-12-14initialize ext_len to 0.Bob Beck
2015-12-14initialize ok to 0Bob Beck
2015-12-14initialize md_len to 0 for readability to quell warnings.Bob Beck
2015-12-14Remove NULL-checks before free().mmcc
2015-12-14s/begining/beginning/gmmcc
2015-12-12decipher comment. ok bcook@mmcc
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc
2015-12-12move initialization of buf up to quell warnings and make it obvious the err c...Bob Beck
2015-12-12prevent possibly use of uninitialized variableBob Beck
2015-12-12make the counter a size_t as well, which quells a warning on visual studio 2015Bob Beck
2015-12-11Libraries should not print to stderr, ok tedu beck deraadtNicholas Marriott
2015-12-11"the the" -> "the" in commentmmcc
2015-12-10tiny sanity check on file sizeTed Unangst
2015-12-10use geteuid to make it easier for root to communicate.Ted Unangst
2015-12-10use geteuid to allow root to communicate with others.Ted Unangst
2015-12-09bump the major for libcrypto/ssl/tls for a CRYPTO_chacha_20 ABI changeBrent Cook
2015-12-09Change the counter argument for CRYPTO_chacha_20 to be 64-bits on all platforms.Brent Cook
2015-12-09Add a cast to silence a compiler warning by clang on FreeBSD.tb
2015-12-09Integrate two patches originally from Daniel Micay.Ted Unangst
2015-12-08rewrite guts of getusershell() to avoid possibility of overflow.Ted Unangst
2015-12-07Add root certificate for COMODO RSA Certification Authority, ok beck@Stuart Henderson
2015-12-07Remove SHA0 check, as we did in v1.21 of sha.h.Brent Cook
2015-12-06Simplify the relocation code for the ld.so bootstrap and static pie: trackPhilip Guenther
2015-12-06Validate input files to prevent out of boundary accesses.Tobias Stoeckmann
2015-12-05Do not loop on EAGAIN in imsg_read(). Better to return the error to theClaudio Jeker
2015-12-04Fix for OpenSSL CVE-2015-3195Bob Beck
2015-12-03Fix for OpenSSL CVE-2015-3194Bob Beck
2015-12-03Remove the /usr/share/nls/ exception from pledge(2). The libcAlexander Bluhm
2015-12-03Instead of using our own custom BDB terminfo databases, use the ncursesNicholas Marriott
2015-12-01use strlcat instead of strlcpy with modified arguments. ok deraadt@Can Erkin Acar
2015-12-01Document that "tty" provides read-write access to /dev/tty too.Todd C. Miller
2015-12-01modify getpw*(), getgr*(), and getgrouplist() functions to access theTheo de Raadt
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2015-12-01Mention ksh along with csh when job control is discussed. ok deraadt@mmcc
2015-12-01Phrase allocation failure more clearly. ok deraadt@mmcc
2015-11-30change Xrs from now-defunct db(3) to dbopen(3); this wasn;t aJason McIntyre
2015-11-30MIO_IN needs O_RDONLY, not O_WRONLYAlexandre Ratchov
2015-11-29Add pledge "pf" which allows ioctls on pf(4). This will be used bySebastian Benoit
2015-11-27Remove three NULL-checks before free(). ok millert@mmcc
2015-11-26Use the backchannel for all error messages instead of syslog(3).Todd C. Miller