Age | Commit message (Expand) | Author |
2015-10-15 | Don't Xr flock, since that is not the locking method used. | Theo de Raadt |
2015-10-15 | Handle F_ISATTY in the fcntl() stub as well | Theo de Raadt |
2015-10-14 | Document flock request | Todd C. Miller |
2015-10-14 | better fix for overrun reported by Qualys Security. | Ted Unangst |
2015-10-14 | Bail out early if we have no buf_len | Bob Beck |
2015-10-14 | fix a memory leak reported by Qualys Security. | Ted Unangst |
2015-10-14 | Ensure we don't write a 0 byte past end of the buffer in the error case. | Bob Beck |
2015-10-14 | tweak previous (two details i apparently missed) | Ingo Schwarze |
2015-10-14 | Add EVP_AEAD_CTX_init(3) manpage to document the new(ish) AEAD API. | Reyk Floeter |
2015-10-13 | In rev 1.15 the sizeof argument was fixed in a strlcat() call but | Todd C. Miller |
2015-10-13 | Put ASN1_dup() under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-10-13 | Convert ECParameters_dup() from a macro that uses ASN1_dup_of() into an | Joel Sing |
2015-10-13 | Convert a number of the old ASN1_{d2i,i2d}_{bio,fp}_of() macros to | Joel Sing |
2015-10-13 | Group d2i/i2d function prototypes by type and add missing externs for the | Joel Sing |
2015-10-13 | Sync printf family return value with ISO C which specifies that | Todd C. Miller |
2015-10-13 | new sentence, new line; | Jason McIntyre |
2015-10-13 | Tighten the ranges in wcrtomb(3). | Anthony J. Bentley |
2015-10-12 | satisfy jmc! | Theo de Raadt |
2015-10-12 | Add details about a variety of semantics; going to keep adding and then | Theo de Raadt |
2015-10-12 | When isatty() was switched to F_ISATTY, the inline copy in ttyname() | Christian Weisgerber |
2015-10-12 | Make it clear that umask ignores everything but the rwx bits. | Todd C. Miller |
2015-10-12 | Make wcrtomb() more readable by weeding out range errors up front, | Ingo Schwarze |
2015-10-12 | pledge wasn't called pledge in 5.8, and it was disabled; | Ingo Schwarze |
2015-10-12 | unifdef EVP_CHECK_DES_KEY: Ben Kaduk noticed it has a syntax error; that | Philip Guenther |
2015-10-12 | make description of ERRORS more complete; | Ingo Schwarze |
2015-10-11 | Do not insert whitespace into syntax displays, it's just confusing, | Ingo Schwarze |
2015-10-11 | Fix empty .No macros, use .Pf to prefix delimiters to macros. | Ingo Schwarze |
2015-10-11 | Document that execve(2) resets SIGCHLD to SIG_DFL | Philip Guenther |
2015-10-11 | Prefer .Fa over .Em for struct members | Philip Guenther |
2015-10-11 | Document that bind(2) and connect(2) ignore the incoming sa_len | Philip Guenther |
2015-10-10 | Code points U+10000 to U+fffff are valid, too. | Ingo Schwarze |
2015-10-09 | do not use weak; plus this dies next week | Theo de Raadt |
2015-10-09 | oops, typo spotted in temporary .c file, by semarie | Theo de Raadt |
2015-10-09 | fix a gotcha in the connect refactoring, that could result in dropping | Theo de Raadt |
2015-10-09 | tame -> pledge conversion, in libc. I should crank libc, but am cheating | Theo de Raadt |
2015-10-08 | If getaddrinfo() succeeds, then don't try look ups with other flags, even | Philip Guenther |
2015-10-08 | fix conditionals | Eric Faurot |
2015-10-08 | Handle case where no hint is passed in. Found as a crash of fdm by jturner@ | Theo de Raadt |
2015-10-08 | trailing whitespace; | Jason McIntyre |
2015-10-08 | Rip the guts out of another gibbering horror of a time comparison function, and | Bob Beck |
2015-10-08 | revert previous accidental commit | Bob Beck |
2015-10-08 | Spelling in comment | Bob Beck |
2015-10-07 | Add tls_peer_cert_notbefore and tls_peer_cert_notafter to expose peer certifi... | Bob Beck |
2015-10-07 | Allow us to get cipher and version even if there is not a peer certificate. | Bob Beck |
2015-10-07 | Be explicit that the user is responsible for freeing the line buffer | Todd C. Miller |
2015-10-07 | getaddrinfo_async() shouldn't unconditionally intialize the resolver | Theo de Raadt |
2015-10-07 | getaddrinfo() should not res_init() unconditionally, but allow lower | Theo de Raadt |
2015-10-07 | include <sys/time.h> for gettimeofday(2) | Brent Cook |
2015-10-06 | Don't burden keycrunch_{md5,sha1,rmd160}() with identical code to prepare a | Tim van der Molen |
2015-10-06 | prefer limits.h over sys/limits.h | Brent Cook |