summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-04-29Added len_len error checking for internal cbb_buffer_add_u().Doug Hogan
2015-04-29Call CBS_mem_equal() rather than reimplementing it.Doug Hogan
2015-04-29Avoid NULL deref in CBS_get_any_asn1_element().Doug Hogan
2015-04-29Added error checking for len argument in cbs_get_u().Doug Hogan
2015-04-29free() can handle NULL.Doug Hogan
2015-04-29Reject dNSName of " " for subjectAltName extension.Doug Hogan
2015-04-29Add missing BN_CTX_end() calls.Doug Hogan
2015-04-27Not all Linux libc's include linux/sysctl.h in sys/sysctl.h.Brent Cook
2015-04-27Support AIX versions without WPAR support.Brent Cook
2015-04-25Cut the aliases part of /etc/rpc lines before feeding them to strtonum(), forMiod Vallat
2015-04-25Don't ignore the reference count in X509_STORE_free.Doug Hogan
2015-04-25Check for invalid leading zeros in CBS_get_asn1_uint64.Doug Hogan
2015-04-24Use strtonum() instead of strtoul() when parsing uid/gid so we getTodd C. Miller
2015-04-23Do not need to buf[0] = 0 before strlcpy(buf, ...Theo de Raadt
2015-04-21Eliminate the last uses of *fork's second syscall return register; the pidPhilip Guenther
2015-04-19Bump minor, regen .pc and headerJames Turner
2015-04-19Merge conflictsJames Turner
2015-04-19Update sqlite3 to 3.8.9. Changes available here:James Turner
2015-04-19Make SNDCLT_DSP_* ioctls return ENOTTY, and remove the correspondingAlexandre Ratchov
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-17Tweaks utimensat/futimens handling to always update ctime, even when bothPhilip Guenther
2015-04-15Clean up the ssl_bytes_to_cipher_list() API - rather than having theJoel Sing
2015-04-15Treat SSL_ERROR_ZERO_RETURN as a success, rather than a failure. AlsoJoel Sing
2015-04-15Make tls_close() more robust - do not rely on a close notify being receivedJoel Sing
2015-04-14Another couple of commas in the wrong place, ok jmcNicholas Marriott
2015-04-14Remove an extra comma pointed out by jmc@.Nicholas Marriott
2015-04-14Reorder prototypes to better match manpage layout and add some missingNicholas Marriott
2015-04-14Fix sa_sigaction() handler example. The third argument is void * andTodd C. Miller
2015-04-12Let nl_langinfo(CODESET) return "US-ASCII" as the name of theChristian Weisgerber
2015-04-12Remove d2i_X509_PKEY and i2d_X509_PKEY from the SSLeay days.Doug Hogan