summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-09-05check for limiting the range of UTF-8 to 0x10FFFF, as requested by RFC 3629.Sebastien Marie
2015-09-05Delete duplicated CVS $foo tagsPhilip Guenther
2015-09-05Use new framework for wrapping dbopen()Philip Guenther
2015-09-05Use new framework for wrapping cat{open,gets,close}(), eliminatingPhilip Guenther
2015-09-05Adds hidden _libc_FOO aliases for the system call stubs.Philip Guenther
2015-09-04Add missing information to the socket splicing man page to make itAlexander Bluhm
2015-09-04word fix; from henning petersen (netbsd pr/49641, -r1.18)Jason McIntyre
2015-09-04fix a race when fetching files from the kernel. the number of filesDavid Gwynne
2015-09-04add kvm_realloc() as a private function.David Gwynne
2015-09-03no more gcc2.Daniel Dickman
2015-09-02Replace dtls1_client_hello() with ssl3_client_hello() - both are basicallyJoel Sing
2015-09-02Fewer magic numbers - we already have defines for the header lengths, soJoel Sing
2015-09-02use _PATH_RESCONFTheo de Raadt
2015-09-02Delete 3 more stderr messages, right before returning a proper error.Theo de Raadt
2015-09-02do not printf() on error from libc; ok millertTheo de Raadt
2015-09-01Remove all bogus writes to stderr. Only explicit requests shouldTheo de Raadt
2015-09-01Remove calls to perror(); the error returns are sufficient, and theseTheo de Raadt
2015-09-01Remove duplicate prototype for SSL_get_selected_srtp_profile().Joel Sing
2015-09-01Remove the ssl_prepare_{client,server}hello_tlsext() functions, which areJoel Sing
2015-09-01Make it always safe to call CBB_cleanup() providing that CBB_init() orJoel Sing
2015-09-01In static binaries, invoke kbind() once to disable it.Philip Guenther
2015-08-31only 32-bit systems need the quad functions.Theo de Raadt
2015-08-31use #function rather than @function on armTheo de Raadt
2015-08-31Also add ALTEXIT_{STRONG,WEAK} to hppa64, copied from hppa. Document'em tooPhilip Guenther
2015-08-31Add ALTEXIT_{STRONG,WEAK} to support wrapping of functions using ALTENTRY.Philip Guenther
2015-08-31Add framework for resolving (pun intended) libc namespace issues, usingPhilip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-30Use nanosleep instead of sleep to avoid the extra layer and simplify laterPhilip Guenther
2015-08-29Now that SSLv3 is going away, TLS_* and SSLv23 are equivalent.Doug Hogan
2015-08-29Delete s3_meth.c since it was only for SSLv3 support.Doug Hogan
2015-08-29Remove SSLv3 method data structs and unlink s3_meth.c from the build.Doug Hogan
2015-08-29Add Symbols.map to CLEANFILESTheo de Raadt
2015-08-28Remove lies about openpty(4) searching for a free pseudo-tty by iteratingMark Kettenis
2015-08-28Rework the UNIX domain socket garbage collector, including ideas fromPhilip Guenther
2015-08-28Kill coverity 128475Bob Beck
2015-08-27Improve libtls error messages.Joel Sing
2015-08-27Split the persistent/configuration flags from temporary state flags andJoel Sing
2015-08-27Change AEAD out_len argument to size_t instead of ssize_t - while here,Joel Sing
2015-08-27use explicit_bzero to clear some memory that had creds in it instead ofDavid Gwynne
2015-08-27fix commentPhilip Guenther
2015-08-27Make functions that are internal to tls verify static.Joel Sing
2015-08-27Crank major version for libssl and libtls due to SSLv3 removal.Doug Hogan
2015-08-27Remove SSLv3 support from LibreSSL.Doug Hogan
2015-08-27ELF uberalles: remove #ifdef _NLIST_DO_ELF testsPhilip Guenther
2015-08-27Use static and __{BEGIN,ENV}_HIDDEN_DECLS to hide a bunch of internalPhilip Guenther
2015-08-27Move the __rand48_* declarations into rand48.h, and then hide both themPhilip Guenther
2015-08-26More overflow checks in XML_GetBuffer(), adapted from FreeBSD securityMiod Vallat
2015-08-26Put back local changes (revisions 1.2 to 1.4), which unfortunately got lost inMiod Vallat
2015-08-26tweak previous;Jason McIntyre
2015-08-26use ENAMETOOLONG instead of EINVAL for errno when string overflow occurs.Sebastien Marie