summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-12-02Remove prototypes for functions that were already removed.Todd C. Miller
2014-12-02Add simple strlcpy regressTodd C. Miller
2014-12-02convert select() to poll(). This is one of the most complicatedTheo de Raadt
2014-12-02Conversion of braindead select() path to braindead poll() path.Theo de Raadt
2014-12-02posix fix: should behave like [ when invoked as /bin/[Ted Unangst
2014-12-02delete all the simplelocks. ok deraadtTed Unangst
2014-12-02replace some malloc multiplies with mallocarry. ok deraadt henningTed Unangst
2014-12-02Add simple strlcat regressTodd C. Miller
2014-12-02macppc G5 needs fcu in RAMDISK, mentioned by mpiTheo de Raadt
2014-12-02Add strnlen to SUBDIRS so we actually run its tests.Todd C. Miller