summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-05-31Simple macro fixes (Fd -> In, Nm -> Fn) from Kaspars at Bankovskis dot net.Ingo Schwarze
2015-05-30Build with -mbwx rather than -Wa,-mev56 so that upcoming changes to the compilerMiod Vallat
2015-05-29Put END() where appropriate.Masao Uebayashi
2015-05-29Put obvious END() macros that match ENTRY() entries.Masao Uebayashi
2015-05-29fix a possible off-by-one when reading /etc/hosts if it doesn't endEric Faurot
2015-05-29Sprinkle END() in some straightforward *.S files that have ENTRY(). TheMasao Uebayashi
2015-05-26Bring back `1:' label removed by mistake in 1.7. Complained loudly about by gasMiod Vallat
2015-05-26Use a relative path against BSDOBJDIR to pick libcrypto; makes cross-libMiod Vallat
2015-05-26simply use _PATH_HOSTS where appropriateEric Faurot
2015-05-26Add OPENSSL_NO_EGD to opensslfeatures.h.Brent Cook
2015-05-25Kill outdated comment.Jeremie Courreges-Anglas
2015-05-25Make SSL_CIPHER_get_bits() report ChaCha20-Poly1305 ciphers as usingPhilip Guenther
2015-05-25Skip search domains iteration if RES_DNSRCH and/or RES_DEFNAMES is unset.Eric Faurot
2015-05-25getnameinfo(3) doesn't need to initialize the resolver when it's only usedEric Faurot
2015-05-24Maximilian dot Fillinger at uni-duesseldorf dot deIngo Schwarze
2015-05-23bump to version 2.2Brent Cook
2015-05-23define BYTEORDER so the endian tests will workJonathan Gray
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-05-19Instead of testing for __ELF__ and/or vax, leave out the bits for interfacingPhilip Guenther
2015-05-18swap calloc() arguments for clarityTheo de Raadt
2015-05-17*** empty log message ***Mark Kettenis
2015-05-17Of course, fcntl errno case returns -1, which must be converted to 0Theo de Raadt
2015-05-17isatty() is used by stdio to determine the buffering mode. Add a F_ISATTYTheo de Raadt
2015-05-17Use fcntl() to set non-blocking-mode, rather ioctl(). This has a betterTheo de Raadt
2015-05-15Make index/rindex weak aliases of strchr/strrchr since they are notTodd C. Miller
2015-05-15trailing whitespace;Jason McIntyre
2015-05-15Fix return paths with missing EVP_CIPHER_CTX_cleanup() calls.Jonathan Gray
2015-05-14Use STRONG_ALIAS instead of ALTENTRY.Mark Kettenis
2015-05-14rev 1.3 introduced a check to an if statement without adding braces.Jonathan Gray
2015-05-13If crypt(3) is called with an unknown setting, return NULL insteadAlexander Bluhm
2015-05-12Add dlclose(3) to SEE ALSOPhilip Guenther
2015-05-12Document pthread_atfork(3)'s interaction with dlclose(3)Philip Guenther
2015-05-12Put the right number of leading underscores in ___cerror and __cerror, forMiod Vallat
2015-05-12chflagsat() is also async-signal-safePhilip Guenther
2015-05-11Whoops, need to pass through O_ACCMODE flags to the underlying __*_open()Philip Guenther
2015-05-11When checking flags that will be passed to open(), test the O_ACCMODE portionPhilip Guenther
2015-05-10In the child after fork, the dl lock has to be forced as its inner spinlockPhilip Guenther
2015-05-06fix a fd leak in an error path in code under #ifdef DEBUGJonathan Gray
2015-05-05AI_ADDRCONFIG: skip loopback addresses, not loopback interfaces.Jeremie Courreges-Anglas
2015-05-05Move the AI_ADDRCONFIG setup to its own function.Jeremie Courreges-Anglas
2015-05-05Make argument name consistent and use .Fn rather than .Nm in section 3.Ingo Schwarze
2015-05-05add missing braces in _aucat_wmsg()Jonathan Gray
2015-05-05Document that shm_open() accepts O_CLOEXEC and O_NOFOLLOW as extensionsPhilip Guenther
2015-05-04Add SwissSign CA root certificates. Requested by robert@, ok dcoppa@ aja@ miod@Stuart Henderson
2015-05-04Use the size of the buffer not the pointer in a call to mem_free().Jonathan Gray
2015-04-30use strdup() to init stringTheo de Raadt
2015-04-29Delete the duplicated sched_{policy,param} members from the internal structPhilip Guenther
2015-04-29Add whitespace and replace OPENSSL_free with free in documentation.Doug Hogan
2015-04-29Call CBB_add_space() rather than reimplementing it.Doug Hogan
2015-04-29Rename cbb_buffer_add_u to cbb_add_u and remove redundant code.Doug Hogan