summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-10-31Rename libressl to libtls to avoid confusion and to make it easier toJoel Sing
2014-10-31Use CDIAGFLAGS from bsd.own.mk and append additional warning flags.Alexander Bluhm
2014-10-30clean up verbiage around the calculations; ok ingo jmc ottoTheo de Raadt
2014-10-30Don't mention old systems where realloc(NULL, n) didn't work as weTodd C. Miller
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-30The fdsz and n_events variables contain unsigned values that areAlexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-29Remove workaround for Mac OS X kqueue bug.Alexander Bluhm
2014-10-29Do not cast a (const void *) pointer to (void *) to avoid a warning.Alexander Bluhm
2014-10-28deregister; no binary changeJonathan Gray
2014-10-28Check the result of sk_*_push() operations for failure.Miod Vallat
2014-10-26The open flags param to mkostemps() should be "flags" not "oflags"Todd C. Miller
2014-10-26mknod(2) now supports creating FIFOs too. Fix description of device filePhilip Guenther
2014-10-25Remove unnecessary netinet/in_systm.h include.Lawrence Teo
2014-10-23Save space in man page: err() -> errc() and combine vars.Doug Hogan
2014-10-22We prefer to use call reallocarray() with nmemb first and size second.Todd C. Miller
2014-10-22In PKCS12_setup_mac(), do not assign p12->mac->salt->length until the allocationMiod Vallat
2014-10-22Use reallocarray() instead of calloc() (originally was realloc).Todd C. Miller
2014-10-22Avoid a NULL pointer dereference that can be triggered byJoel Sing
2014-10-22Place most of the RAND_* functions under #ifndef LIBRESSL_INTERNAL (someJoel Sing
2014-10-22Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-22Avoid writing in second person in malloc.3Doug Hogan
2014-10-22Don't leak the old data if _kvm_reallocarray() failsPhilip Guenther
2014-10-20List extensions in the STANDARDS section, replacing some text below CAVEATS.Ingo Schwarze
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.Brent Cook
2014-10-20SSL: Fix memory leak in d2i_SSL_SESSION.Brent Cook
2014-10-19make RETURN VALUES more conciseIngo Schwarze
2014-10-19Revamp malloc.3 by reordering the sections and rewriting parts.Doug Hogan
2014-10-19Revert last commit due to changed semantics found by make release.Doug Hogan
2014-10-18Remove some #ifdef from libevent.Alexander Bluhm
2014-10-18Better POSIX compliance in realpath(3).Doug Hogan
2014-10-18None of these need to include <openssl/rand.h>Joel Sing
2014-10-18Sort/group includes.Joel Sing
2014-10-18Remove the remaining #ifdef HAVE_ and the #define _GNU_SOURCE.Alexander Bluhm
2014-10-18Use arc4random_buf() instead of RAND_bytes() or RAND_pseudo_bytes().Joel Sing
2014-10-18reallocarray() -- a little tricky to reviewTheo de Raadt
2014-10-18Typical malloc() with size multiplication to reallocarray().Doug Hogan
2014-10-17Remove #ifdef HAVE_backend and remove references to unimplementedAlexander Bluhm
2014-10-17trivial sync of the first sentence of the DESCRIPTIONIngo Schwarze
2014-10-17Remove some #ifdef HAVE_syscall.Alexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-17Remove non-exposed malloc/realloc/free wrappers, and then substituteTheo de Raadt
2014-10-16use reallocarray(); ok lteoTheo de Raadt
2014-10-16Fix bounds check for newlen without relying on unspecified behavior.Todd C. Miller
2014-10-16Remove references to unimplemented CLOCK_VIRTUAL. It is non-standardTodd C. Miller
2014-10-16we stopped building librt a while back. delete stubs.Ted Unangst
2014-10-16use .fn here too. from Jean-Philippe OuelletTed Unangst
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-16Get rid of the last remaining BUF_strdup and BUF_strlcpy and friends, useBob Beck
2014-10-15Remove #ifndef HAVE_TAILQFOREACH containing a private tailqAlexander Bluhm