summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-10-12unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; thatPhilip Guenther
2015-10-12make description of ERRORS more complete;Ingo Schwarze
2015-10-11Do not insert whitespace into syntax displays, it's just confusing,Ingo Schwarze
2015-10-11Fix empty .No macros, use .Pf to prefix delimiters to macros.Ingo Schwarze
2015-10-11Document that execve(2) resets SIGCHLD to SIG_DFLPhilip Guenther
2015-10-11Prefer .Fa over .Em for struct membersPhilip Guenther
2015-10-11Document that bind(2) and connect(2) ignore the incoming sa_lenPhilip Guenther
2015-10-10Code points U+10000 to U+fffff are valid, too.Ingo Schwarze
2015-10-09do not use weak; plus this dies next weekTheo de Raadt
2015-10-09oops, typo spotted in temporary .c file, by semarieTheo de Raadt
2015-10-09fix a gotcha in the connect refactoring, that could result in droppingTheo de Raadt
2015-10-09tame -> pledge conversion, in libc. I should crank libc, but am cheatingTheo de Raadt
2015-10-08If getaddrinfo() succeeds, then don't try look ups with other flags, evenPhilip Guenther
2015-10-08fix conditionalsEric Faurot
2015-10-08Handle case where no hint is passed in. Found as a crash of fdm by jturner@Theo de Raadt
2015-10-08trailing whitespace;Jason McIntyre
2015-10-08Rip the guts out of another gibbering horror of a time comparison function, andBob Beck
2015-10-08revert previous accidental commitBob Beck
2015-10-08Spelling in commentBob Beck
2015-10-07Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi...Bob Beck
2015-10-07Allow us to get cipher and version even if there is not a peer certificate.Bob Beck
2015-10-07Be explicit that the user is responsible for freeing the line bufferTodd C. Miller
2015-10-07getaddrinfo_async() shouldn't unconditionally intialize the resolverTheo de Raadt
2015-10-07getaddrinfo() should not res_init() unconditionally, but allow lowerTheo de Raadt
2015-10-07include <sys/time.h> for gettimeofday(2)Brent Cook
2015-10-06Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare aTim van der Molen
2015-10-06prefer limits.h over sys/limits.hBrent Cook