summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-08-26Add TIOCGETA to the tame list for TAME_IOCTL.Doug Hogan
2015-08-26Convert paths argument of tame(2) to const char **.Doug Hogan
2015-08-26Sync with other per-arch Symbols.list filesPhilip Guenther
2015-08-26Oh yeah, crank the major. You talk about something and then your mindPhilip Guenther
2015-08-26Hide many (194!) symbols that nothing should be using.Philip Guenther
2006-10-10Preliminary userland bits for OpenBSD/landisk, many things coming fromMiod Vallat
2015-08-25Fix latter vs later. From jmc@Philip Guenther
2015-08-25Document kbind(2)Philip Guenther
2015-08-25unify versions, so they are easier to diff.Theo de Raadt
2015-08-25KNFTheo de Raadt
2015-08-25catch upMiod Vallat
2015-08-24When an option is not recognized call the processing function withMartin Pieuchot
2015-08-23Make __cerror() use the per-thread errno location if r2 isn't zero. This wayMark Kettenis
2015-08-23Fetch the _GLOBAL_OFFSET_TABLE_ pointer in a way that's compatible with theMark Kettenis
2015-08-23Set up r30 with the _GLOBAL_OFFSET_TABLE_ pointer as required by theMark Kettenis
2015-08-23restore codeset checking: we shouldn't silency fallback to ASCII codeset.Sebastien Marie
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-08-22Explicitly list the symbols permitted to be exported by libc.Philip Guenther
2015-08-22Unify error message between client and server.Joel Sing
2015-08-22SSL_set_app_data is a macro for SSL_set_ex_data(), which is a wrapperJoel Sing
2015-08-22Store a reference to the libtls context in the SSL client connection appJoel Sing
2015-08-22Make tls_read()/tls_write always set outlen to zero on error - this gotJoel Sing
2015-08-21Improve zcalloc(), making it always reallocarray, never calloc().Theo de Raadt
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-20Got stdlib.h -> do not need to cast from void *Theo de Raadt
2015-08-20All these files include <stdlib.h>, so do not need to castTheo de Raadt
2015-08-20remove cast of malloc(), since stdlib.h is includedTheo de Raadt