summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-10-13Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros toJoel Sing
2015-10-13Group d2i/i2d function prototypes by type and add missing externs for theJoel Sing
2015-10-13Sync printf family return value with ISO C which specifies thatTodd C. Miller
2015-10-13new sentence, new line;Jason McIntyre
2015-10-13Tighten the ranges in wcrtomb(3).Anthony J. Bentley
2015-10-12satisfy jmc!Theo de Raadt
2015-10-12Add details about a variety of semantics; going to keep adding and thenTheo de Raadt
2015-10-12When isatty() was switched to F_ISATTY, the inline copy in ttyname()Christian Weisgerber
2015-10-12Make it clear that umask ignores everything but the rwx bits.Todd C. Miller
2015-10-12Make wcrtomb() more readable by weeding out range errors up front,Ingo Schwarze
2015-10-12pledge wasn't called pledge in 5.8, and it was disabled;Ingo Schwarze