summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-10-23Fix waitpid() loop again: do the errno check only if waitpid() returns -1Philip Guenther
2015-10-23Use waitpid() instead of wait() to avoid returning early from another childPhilip Guenther
2015-10-23Loop the waitpid() on EINTR, and save and restore the disposition ofPhilip Guenther
2015-10-23Merge the sigaction() and sigprocmask() overloads/wrappers from libpthreadPhilip Guenther
2015-10-23Add 3 new pledge requests. "ps" exposes enough sysctl information forTheo de Raadt
2015-10-23crank libc majorTheo de Raadt
2015-10-23Remove dnssocket() and dnsconnect(), since we decided to use a SOCK_DNSTheo de Raadt
2015-10-23Switch to using SOCK_DNS flag, rather than the dnssocket() andTheo de Raadt
2015-10-22Cast ctype function arguments to unsigned char.mmcc
2015-10-22Another change that is needed to restore the previous behaviour ofJoel Sing
2015-10-22Restore previous behaviour and allowJoel Sing
2015-10-22document "id" request; from Gregor BestTheo de Raadt
2015-10-21Reject too small bits value in BN_generate_prime_ex(), so that it does not riskMiod Vallat
2015-10-21In the case where len is not a multiple of sizeof(RC4_CHUNK) the RC4 codeJoel Sing
2015-10-20Document SOCK_DNS flagTheo de Raadt
2015-10-20Lob a style(9) grenade in here.Joel Sing
2015-10-19Remove old tame() stubTheo de Raadt
2015-10-19free rbio before wbioBob Beck
2015-10-19missing deref on char check. from David BindermanTed Unangst
2015-10-19Stop supporing "legcay" time formats that OpenSSL supports. Rewrite theBob Beck
2015-10-18Pull in <float.h> instead of declaring __flt_rounds() locallyPhilip Guenther
2015-10-18libc DNS functions will now use the new dnssocket() / dnsconnect()Theo de Raadt
2015-10-18ld.so no longer needs or uses a bind lock, so stop setting it. ThisPhilip Guenther
2015-10-18better placement for dnssocket/dnsconnectTheo de Raadt
2015-10-18create libc stubs for dnssocket() and dnsconnect()Theo de Raadt
2015-10-17Rename SYSEXIT() to SYSCALL_END() for consistency with most other archs.Philip Guenther
2015-10-17Move the last of the __DBINTERFACE_PRIVATE bits from <db.h> to libc's wrapperPhilip Guenther
2015-10-17PROTO_NORMAL for pledge(); ok guentherTheo de Raadt
2015-10-16Check file sizes only for regular files. The current code breaks savecoreTobias Stoeckmann
2015-10-16Remove pointless externs - the structs are declared in the same files aJoel Sing
2015-10-16Expand DECLARE_ASN1_ALLOC_FUNCTIONS and DECLARE_ASN1_FUNCTIONS_constJoel Sing
2015-10-16Remove pointless uses of DECLARE_ASN1_ENCODE_FUNCTIONS_const.Joel Sing
2015-10-16Fix use of pointer value after BIO_free, and remove senseless NULL checks.Bob Beck
2015-10-16Merge nlist out of boundary access fix with other nlist implementations.Tobias Stoeckmann
2015-10-16Put tls_config_verify_client_optional() in the right place.Joel Sing
2015-10-16Fix tpyo.Joel Sing
2015-10-16actually include the prerequisite dependency for BIO instead of doing nastynessBob Beck
2015-10-16Validate parsed ELF values to prevent out of boundary accesses.Tobias Stoeckmann
2015-10-15Don't Xr flock, since that is not the locking method used.Theo de Raadt
2015-10-15Handle F_ISATTY in the fcntl() stub as wellTheo de Raadt
2015-10-14Document flock requestTodd C. Miller
2015-10-14better fix for overrun reported by Qualys Security.Ted Unangst
2015-10-14Bail out early if we have no buf_lenBob Beck
2015-10-14fix a memory leak reported by Qualys Security.Ted Unangst
2015-10-14Ensure we don't write a 0 byte past end of the buffer in the error case.Bob Beck
2015-10-14tweak previous (two details i apparently missed)Ingo Schwarze
2015-10-14Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API.Reyk Floeter
2015-10-13In rev 1.15 the sizeof argument was fixed in a strlcat() call butTodd C. Miller
2015-10-13Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL.Joel Sing
2015-10-13Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into anJoel Sing