summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-04Simplify the MSI bits a bit.Brad Smith
2014-12-04Stop people from cheating. Especially those that believe in FIPS, theyTheo de Raadt
2014-12-04init the mutex used in sleeping pool_gets with the right ipl if theDavid Gwynne
2014-12-04stop viral header propagation. none of this code uses sys/hash.hTed Unangst
2014-12-04add RevokedHostKeys option for the clientDamien Miller
2014-12-04fix handling of roff requests having a default scale other than "n",Ingo Schwarze
2014-12-04split the word ops into int and longs so things that care a lotDavid Gwynne
2014-12-04convert KRL code to new buffer APIDamien Miller
2014-12-04Ignore macros that never produce any text when deciding whetherIngo Schwarze
2014-12-04simplify wording; triggered by a shorter diff from Kaspars Bankovskis;Ingo Schwarze
2014-12-04AnonCVS is designed to work with a user account that has no password and aIngo Schwarze
2014-12-04replace md5 with sha512. ok deraadtTed Unangst
2014-12-04use siphash for trunk loadbalancing. ok deraadtTed Unangst
2014-12-04use siphash for dirhash. ok deraadt dlgTed Unangst
2014-12-03syncTheo de Raadt
2014-12-03Init SPI using arc4random_buf, rather than (r << 32) | rTheo de Raadt
2014-12-03Use arc4random_buf() rather than iterating word by wordoTheo de Raadt
2014-12-03use arc4random_buf() instead of (r << 32) | r; discussed with matthewTheo de Raadt
2014-12-03zap extra parameter that my first read missed, because that one is constant.Marc Espie
2014-12-03Allow overriding the path to the testssl and openssl binaries.Brent Cook
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03Move Windows OS-specific functions to make porting easier.Brent Cook
2014-12-03We're not supporting 16-bit Windows, remove cast.Brent Cook
2014-12-03ifconfig $if inet6 autoconf sends periodic router solicitations.Florian Obser
2014-12-03rtsol is goneFlorian Obser
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser
2014-12-03rtsol(8) is no longer needed on the ramdisks.Florian Obser
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-12-03The kernel handles rtsol(8) functionality since some time now.Florian Obser
2014-12-03handle the (impossible) situation of a size_t - 1 buffer fromTheo de Raadt
2014-12-03Spotted another opportunity to use reallocarray().Theo de Raadt
2014-12-03document -o and -a; requested by yonJason McIntyre
2014-12-03Correct comment to state that the BPF program is patched inKenneth R Westerback
2014-12-03Fill the buffer with 'z' instead of 'a' since 'a' is part of theTodd C. Miller
2014-12-03no md5 in the kernel? not even close to trueTheo de Raadt
2014-12-03Fix off by one in check for socket path too long. From Nicolas Bedos.Todd C. Miller
2014-12-03Fix buffer overflow in .PS parsing. Found by afl and based on aTodd C. Miller
2014-12-03Restore packetp and snapend pointers once we're done with an incorrectlyMike Belopuhov
2014-12-03Fixup a crash found by jsg using the AFL fuzzer. IP and IPv6 printingMike Belopuhov
2014-12-03wb_init() calls wb_stop() and wb_reset() so remove some redundant callsBrad Smith
2014-12-03md5 when wlan is needed too. fixes i386 ramdiskCTed Unangst
2014-12-03deraadt points out i forgot about tcp_signature, although this won'tTed Unangst
2014-12-03should no longer need md5 by default in all kernel builds.Ted Unangst
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-12-03stale header: this code hasn't used hash.h in a whileTed Unangst
2014-12-03test backslash handling because it was on my todo list;Ingo Schwarze
2014-12-03in the recent update of capitals, this critical file was forgottenIngo Schwarze
2014-12-02Add -F to if-shell to allow it to be used to check for format or optionNicholas Marriott
2014-12-02Permit option values to be used in formats.Nicholas Marriott
2014-12-02Add brainpool curves to eccurves_default[], accidentally missing from 1.32;Miod Vallat