Age | Commit message (Expand) | Author |
2015-07-16 | Signs of cacosh/cacoshf were not always correct (e.g., -1.1 -1.1i), | Martynas Venckus |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-16 | VIS_QUOTE is not there yet, unbreak the tree. Noticed by semarie@ | Reyk Floeter |
2015-07-16 | remove mention of hostname editing | Ted Unangst |
2015-07-16 | sync | Miod Vallat |
2015-07-16 | remove ancient support for edited hostnames. ok deraadt (long ago) | Ted Unangst |
2015-07-16 | remove the stubby not working mmaped file support. ok sthen (long ago) | Ted Unangst |
2015-07-16 | After reading a password with terminal echo off, restore the terminal to | Philip Guenther |
2015-07-16 | make a comment more safe, there's no CRIME there. | Jasper Lievisse Adriaanse |
2015-07-16 | Explicitely cast a char into unsigned long before shifting it left by 24, for | Miod Vallat |
2015-07-16 | Check return value of all used functions in OCSP_REQUEST_print(); covers | Miod Vallat |
2015-07-16 | Make sure the `reject negative sizes' logic introduced in 1.34 is actually | Miod Vallat |
2015-07-16 | remove dead files (moved from unbound/ldns/ to unbound/sldns/) | Stuart Henderson |
2015-07-16 | merge | Stuart Henderson |
2015-07-16 | update to Unbound 1.5.4, ok florian@, looks sane deraadt@ | Stuart Henderson |
2015-07-16 | add USB3.0 related code | Yojiro Uo |
2015-07-16 | ignore 4 byte trailing padding of each recv packet, when copying to upper | Yojiro Uo |
2015-07-16 | fix recv packet header definiton | Yojiro Uo |
2015-07-15 | Ditch the octeon simulator non-sense. | Paul Irofti |
2015-07-15 | Escape the message in server_log() as well. | Reyk Floeter |
2015-07-15 | use mp for the name of a variable of type struct mbuf **, rather than m | Theo de Raadt |
2015-07-15 | Refix memory handling for machines with less than 256M broken by revision 1.64. | Paul Irofti |
2014-03-16 | import unbound 1.4.22 upstream sources, ok brad@ | Stuart Henderson |
2012-03-26 | Import ldns 1.6.12, needed for Unbound, to work on in-tree. | Stuart Henderson |
2015-07-15 | add some definitions from libdrm 2.4.62 | Jonathan Gray |
2015-07-15 | m_free() can now accept NULL, as a normal free() function. This makes | Theo de Raadt |
2015-07-15 | For some values like the User-Agent, use vis(3) instead of url_encode(). | Reyk Floeter |
2015-07-15 | check n before cbs_init, coverity - ID 125063 | Bob Beck |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-15 | test for n<0 before use in CBS_init - mostly to shut up coverity. | Bob Beck |
2015-07-15 | Recognize CARP interfaces when sending packet to a multicast address. | Martin Pieuchot |
2015-07-15 | The exynos gic is not at a fixed offset from periphbase unlike | Jonathan Gray |
2015-07-15 | Drop comments; we already have a fully documented file under | Antoine Jacoutot |
2015-07-15 | Flense out dead code, we don't do ecdhe_clnt_cert. | Bob Beck |
2015-07-15 | Fix inverted test in previous. Commit message told what we intended, but | Miod Vallat |
2015-07-15 | typo. | Igor Sobrado |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-15 | Simplify the error path of the previous commit: by using ret = -1 by | Reyk Floeter |
2015-07-15 | Fix urtw(4) error code paths to not panic the kernel. Makes the driver work | Stefan Sperling |
2015-07-15 | Remove dead code. Coverity CID 21688 | Miod Vallat |
2015-07-15 | Fix two theoretical NULL pointer dereferences which can only happen if you | Miod Vallat |
2015-07-15 | rename mbuf ** parameter from m to mp, to match other similar code | Theo de Raadt |
2015-07-15 | Close connections that fail to complete a TLS handshake. | Joel Sing |
2015-07-15 | Unbreak configurations that have a non-TLS listen statement followed by a | Joel Sing |
2015-07-15 | Fix possible 32 byte buffer overrun, found by coverity, CID 78869 | Bob Beck |
2015-07-15 | Fix typo in comment. | Joel Sing |
2015-07-15 | Document default locations for TLS certificate and key. | Joel Sing |
2015-07-15 | Memory leak; Coverity CID 78836 | Miod Vallat |
2015-07-15 | Unchecked allocations, and make sure we do not leak upon error. Fixes | Miod Vallat |
2015-07-15 | Avoid leaking objects upon error; tweaks & ok doug@ | Miod Vallat |